/*
 * 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_1788 > .container {
		border-radius: 0px;
	}

	


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



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

#stacks_in_3464 .navigation_container {
	position: relative;
}

/* Drop Shadow */


/* Branding */

#stacks_in_3464 .branding_logo {
	overflow: hidden;
	
	display: inline-block;
	
	vertical-align: top;
	
		float: left;
		
	
	
}

#stacks_in_3464 .branding_logo img {
	vertical-align: top;
	width: auto;
}


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

#stacks_in_3464 nav.navigation_bar .navigation_branding,
#stacks_in_3464 nav.navigation_bar .navigation_branding a {
	color: rgba(11, 109, 205, 1.00);
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	
	vertical-align: top;
}


	
		#stacks_in_3464 nav.navigation_bar .navigation_branding,
		#stacks_in_3464 nav.navigation_bar .navigation_branding a {
			font-family: Rubik;
		}
	



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

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

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

/* Banner Pairing Feature */

	



/* Underline Indicator */

	#stacks_in_3464 nav.navigation_bar > ul > li > a.nav_item.open,
	#stacks_in_3464 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
		border-bottom: 3px solid #F52419;
		padding-bottom: 5px;
	}

	




/* Background Indicator & Navigation Items */

#stacks_in_3464 nav.navigation_bar ul a.nav_item:hover,
#stacks_in_3464 nav.navigation_bar ul a.nav_item.open,
#stacks_in_3464 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
	text-decoration: none;
	color: rgba(2, 42, 133, 1.00);
	
}

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

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

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

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

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

#stacks_in_3464 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_3464 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_3464 nav.navigation_bar ul ul a.nav_item:hover,
#stacks_in_3464 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_3464 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_3464 nav.navigation_bar ul ul a.nav_item:hover,
#stacks_in_3464 nav.navigation_bar ul ul a.nav_active {
	color: rgba(0, 0, 0, 0.60);
}

#stacks_in_3464 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_3464 nav.navigation_bar ul ul ul,
#stacks_in_3464 nav.navigation_bar ul ul ul ul,
#stacks_in_3464 nav.navigation_bar ul ul ul ul ul,
#stacks_in_3464 nav.navigation_bar ul ul ul ul ul ul,
#stacks_in_3464 nav.navigation_bar ul ul ul ul ul ul ul {
	display: none;
}


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

/* Mobile Navigation Toggle */
#stacks_in_3464 #stacks_in_3464_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_3464 nav.navigation_bar {
		text-align: left;
	}

	#stacks_in_3464 .head_wrap {
		display: block;
		/*height: 55px;*/
	}

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

	#stacks_in_3464 #stacks_in_3464_mobile_navigation_toggle {
		display: block;
	}

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

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

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

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

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

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

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

	#stacks_in_3464 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 */

	
}

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

	.logo_float_clear {
		clear: both;
	}

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

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

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

	#stacks_in_3464 #stacks_in_3464_mobile_navigation_toggle {
		display: block;
	}

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

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

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

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

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

	#stacks_in_3464 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_3464 nav.navigation_bar .navigation_branding {
		margin-left: 15px;
	}

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

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

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

	
	#stacks_in_3464 .branding_logo {
		/*display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;*/
		height: 51px;
		line-height: 51px;
		margin-left: 5px;
		margin-right: 5px;
		overflow: visible;
		position: relative;
		/*margin-top: -2px;*/
	}

	#stacks_in_3464 .branding_logo img {
		/*display: flex;*/
		vertical-align: middle;
		max-height: 51px;
		line-height: 51px;
		align-self: center;
	}
	

	#stacks_in_3464 nav.navigation_bar .navigation_branding {
		line-height: 51px;
	}

	#stacks_in_3464 nav.navigation_bar {
		/*height: 55px;*/
		line-height: 55px;
	}

	#stacks_in_3464 .nav_bar_placeholder {
		height: 55px;
	}

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

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

	

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

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

	#stacks_in_3464 nav.navigation_bar ul a.nav_item:hover,
	#stacks_in_3464 nav.navigation_bar ul a.nav_item.open,
	#stacks_in_3464 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_3464 nav.navigation_bar .navigation_branding {
			float: left;
	}

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

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

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

	
	#stacks_in_3464 .branding_logo {
		/*display: flex;*/
		height: 61px;
		line-height: 61px;
		overflow: visible;
		margin-top: 0px;
	}

	#stacks_in_3464 .branding_logo img {
		/*display: flex;*/
		vertical-align: middle;
		max-height: 61px;
		line-height: 61px;
		align-self: center;
	}
	

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

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

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

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

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

	#stacks_in_3464 nav.navigation_bar {
		font-size: 22px;
	}

	#stacks_in_3464 nav.navigation_bar .navigation_branding,
	#stacks_in_3464 nav.navigation_bar .navigation_branding a {
		font-size: 40px;
	}

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

	
	#stacks_in_3464 .branding_logo {
		/*display: flex;*/
		height: 76px;
		line-height: 76px;
		overflow: visible;
		margin-top: 0px;
	}

	#stacks_in_3464 .branding_logo img {
		/*display: flex;*/
		vertical-align: middle;
		max-height: 76px;
		line-height: 76px;
		align-self: center;
	}
	

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

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

	#stacks_in_3464 .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: 20px;
			padding-right: 40px;
		}
	}



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



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

#stacks_in_3464 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 2px 0px;
}
/*!
 * 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: Rubik, 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: #fcdf4e;
  text-decoration: none; }
  a:focus, a:hover {
    color: #f9d004;
    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: Rubik;
  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: #60789e; }

.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: rgba(195, 225, 236, 0.6); }

.table-hover .table-info:hover {
  background-color: rgba(176, 215, 230, 0.6); }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: rgba(176, 215, 230, 0.6); }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #60789e; }

.table-hover .table-warning:hover {
  background-color: #566c8e; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #566c8e; }

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

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

.has-success .input-group-addon {
  color: #287ea2 !important;
  border-color: #287ea2;
  background-color: #acd8ea; }

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

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

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

.has-warning .input-group-addon {
  color: #728cae !important;
  border-color: #728cae;
  background-color: #f4f6f8; }

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

.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: #fcdf4e;
  border-color: #fcdf4e; }
  .btn-primary:hover {
    color: #fff;
    background-color: #fbd61c;
    border-color: #fbd412; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #fbd61c;
    border-color: #fbd412; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fbd61c;
    border-color: #fbd412;
    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: #efc804;
      border-color: #c7a703; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    background-color: #fcdf4e;
    border-color: #fcdf4e; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #fcdf4e;
    border-color: #fcdf4e; }

.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: #7edcfd;
  border-color: #7edcfd; }
  .btn-info:hover {
    color: #fff;
    background-color: #4ccefc;
    border-color: #42ccfc; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #4ccefc;
    border-color: #42ccfc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #4ccefc;
    border-color: #42ccfc;
    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: #29c5fc;
      border-color: #04b8f8; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
    background-color: #7edcfd;
    border-color: #7edcfd; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #7edcfd;
    border-color: #7edcfd; }

.btn-success {
  color: #fff;
  background-color: #287ea2;
  border-color: #287ea2; }
  .btn-success:hover {
    color: #fff;
    background-color: #1e5e79;
    border-color: #1c5871; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #1e5e79;
    border-color: #1c5871; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e5e79;
    border-color: #1c5871;
    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: #17485c;
      border-color: #0f2e3c; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
    background-color: #287ea2;
    border-color: #287ea2; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #287ea2;
    border-color: #287ea2; }

.btn-warning {
  color: #fff;
  background-color: #728cae;
  border-color: #728cae; }
  .btn-warning:hover {
    color: #fff;
    background-color: #567297;
    border-color: #536d90; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #567297;
    border-color: #536d90; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #567297;
    border-color: #536d90;
    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: #496180;
      border-color: #3b4d66; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #728cae;
    border-color: #728cae; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #728cae;
    border-color: #728cae; }

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

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

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

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

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

.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: #fcdf4e;
  border-color: #fcdf4e; }

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

.card-info {
  background-color: #7edcfd;
  border-color: #7edcfd; }

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

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

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

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

.card-info-outline {
  background-color: transparent;
  border-color: #7edcfd; }

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

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

.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: #fcdf4e; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #fbd61c; }

.label-success {
  background-color: #287ea2; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #1e5e79; }

.label-info {
  background-color: #7edcfd; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #4ccefc; }

.label-warning {
  background-color: #728cae; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #567297; }

.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: rgba(195, 225, 236, 0.6);
  border-color: rgba(168, 211, 227, 0.6);
  color: #093d92; }
  .alert-info hr {
    border-top-color: rgba(149, 202, 221, 0.6); }
  .alert-info .alert-link {
    color: #062962; }

.alert-warning {
  background-color: #60789e;
  border-color: #566c8e;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #4d607e; }
  .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: #fcdf4e; }

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

.progress-success {
  background-color: #287ea2; }

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

.progress-info {
  background-color: #7edcfd; }

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

.progress-warning {
  background-color: #728cae; }

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

.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: #fcdf4e;
  border-color: #fcdf4e; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #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: #093d92;
  background-color: rgba(195, 225, 236, 0.6); }

a.list-group-item-info,
button.list-group-item-info {
  color: #093d92; }
  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: #093d92;
    background-color: rgba(176, 215, 230, 0.6); }
  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: #093d92;
    border-color: #093d92; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #60789e; }

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: #566c8e; }
  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: Rubik, 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: Rubik, 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: #fcdf4e !important; }

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

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

a.text-success:focus, a.text-success:hover {
  color: #1e5e79; }

.text-info {
  color: #7edcfd !important; }

a.text-info:focus, a.text-info:hover {
  color: #4ccefc; }

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

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

.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: #fcdf4e !important; }

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

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

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e5e79; }

.bg-info {
  color: #fff !important;
  background-color: #7edcfd !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #4ccefc; }

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

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

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

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

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

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

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

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

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

.foundry-typeface-one {
  font-family: 'Rubik', 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: 'Rubik', 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: 'Rubik', sans-serif !important; }










	


#stacks_in_6979 .banner {
	width: 100%;
	
		
	
}





/* ADAM */

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

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





	#stacks_in_6979 .banner_content > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}



	
		/* Media queries for non-Hero banner heights at different breakpoints */

		/* Mobile */
		@media (max-width: 33.9em) {
			#stacks_in_6979 .banner {
				height: 180px;
			}
		}

		@media (min-width: 34em) and (max-width: 47.9em) {
			#stacks_in_6979 .banner {
				height: 180px;
			}
		}

		/* Tablets */
		@media (min-width: 48em) and (max-width: 61.9em) {
			#stacks_in_6979 .banner {
				height: 300px;
			}
		}

		/* Desktop */
		@media (min-width: 62em) and (max-width: 74.9em) {
			#stacks_in_6979 .banner {
				height: 500px;
			}
		}

		/* Wide Screens */
		@media (min-width: 75em) {
			#stacks_in_6979 .banner {
				height: 500px;
			}
		}
	





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

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

#stacks_in_6979_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_6979_scroll_button {
		bottom: 70px;
	}
}

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

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



#stacks_in_6979 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 2px 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(255, 255, 255, 1.00);
	}



	#stacks_in_1792 h1 small {
		color: rgba(249, 219, 60, 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: 50px;
	}
}



@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 {
	background-color: rgba(42, 45, 56, 0.50);
	padding: 10px 20px 10px 0px;
}


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

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

	
}

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

#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 h1,
	#stacks_in_1795 a,
	#stacks_in_1795 a:visited  {
		color: rgba(255, 255, 255, 1.00);
	}



	#stacks_in_1795 h1 small {
		color: rgba(249, 219, 60, 1.00);
	}



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

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

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



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

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

	#stacks_in_1795 h1 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 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1795 h1 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 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1795 h1 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 h1 small {
	
	font-size: 100%;
	
}

#stacks_in_1795 {
	background-color: rgba(42, 45, 56, 0.50);
	padding: 10px 0px 10px 0px;
}


#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(255, 255, 255, 1.00);
	}



	#stacks_in_1798 h1 small {
		color: rgba(249, 219, 60, 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 {
	background-color: rgba(42, 45, 56, 0.50);
	padding: 25px 20px 20px 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(55, 105, 176, 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(2, 27, 114, 1.00);
		z-index: 100;
		
		
	}

	
	#stacks_in_1801 .nav-sticky-container {
		box-shadow: 0 3px 5px rgba(0, 26, 115, 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(2, 12, 95, 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(34, 106, 145, 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: 20px;
		}

		#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: 16px;
		}

		#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: 16px;
		}

		#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_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_1805-anchor > a > i {
  margin-right: 4px;
}

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

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

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

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

.stacks_in_6989-plain > a > i {
  margin-right: 4px;
}






	#stacks_in_8837 .alert {
		border-radius: 0 !important;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}


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

#stacks_in_8838 {
	font-size: 90%;
}


#stacks_in_1810 {
	overflow: hidden !important;
}

.nav_col {
	/*width: 275px;*/
	float: left;
	margin: 0;
	position: relative;
}

.glide_sections_content {
	/*margin-right: -300px;*/
	width: 100%;
	float: right;
	overflow: hidden;
}

.inner_padding {
	/*padding-right: 300px;*/
}

#stacks_in_1810_glide_nav_sticky.sticky {
	left: auto !important;
}


@media (max-width: 33.9em) {
	/*Extra Small*/
}

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

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Medium*/
	.nav_col,
	ul#stacks_in_1810_nav,
	#stacks_in_1810_glide_nav_sticky {
		width: 172px;
	}

	.glide_sections_content {
		margin-right: -197px !important;

	}

	.inner_padding {
		padding-right: 197px !important;
	}
}

@media (min-width: 62em) and (max-width: 74.9em) {
	/*Large*/
	.nav_col,
	ul#stacks_in_1810_nav,
	#stacks_in_1810_glide_nav_sticky {
		width: 350px;
	}

	.glide_sections_content {
		margin-right: -375px !important;

	}

	.inner_padding {
		padding-right: 375px !important;
	}
}

@media (min-width: 75em) {
	/*Extra Large*/
	.nav_col,
	ul#stacks_in_1810_nav,
	#stacks_in_1810_glide_nav_sticky {
		width: 350px;
	}

	.glide_sections_content {
		margin-right: -375px !important;

	}

	.inner_padding {
		padding-right: 375px !important;
	}
}




#stacks_in_1810 ul#stacks_in_1810_nav {
	text-align: center;
	
		
		border-radius: 7px;
		
	
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
}

#stacks_in_1810 ul#stacks_in_1810_nav li {
	list-style: none;
	display: block;
	
		
		border-bottom: 1px solid rgba(255, 255, 255, 1.00);
		
		margin-bottom: 0;
	
	transition-duration: 425ms;
	transition-property: background-color, background, color;
}

#stacks_in_1810 ul#stacks_in_1810_nav li.current {
	font-weight: bold;
}

#stacks_in_1810 ul#stacks_in_1810_nav li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#stacks_in_1810 ul#stacks_in_1810_nav li a,
#stacks_in_1810 ul#stacks_in_1810_nav li a:visited {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	display: block;
}

#stacks_in_1810 ul#stacks_in_1810_nav li a:hover,
#stacks_in_1810 ul#stacks_in_1810_nav li a:active {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_1810 ul#stacks_in_1810_nav li.current a,
#stacks_in_1810 ul#stacks_in_1810_nav li.current a:visited {
	color: rgba(249, 219, 62, 1.00);
}

#stacks_in_1810 ul#stacks_in_1810_nav li a i {
	margin-right: 10px;
}

#stacks_in_1810 ul#stacks_in_1810_nav li.divider {
	
	background-color: rgba(34, 106, 145, 1.00);
	border-bottom: 1px solid rgba(255, 255, 255, 1.00);
	
	height: 0px;
	margin-bottom: 0px;
}

#stacks_in_1810 .nav_content_section {
	margin-top: 20px;
}



	#stacks_in_1810 ul#stacks_in_1810_nav li {
			background-color: rgba(34, 106, 145, 1.00);
	}

	#stacks_in_1810 ul#stacks_in_1810_nav li:hover {
			background-color: rgba(32, 108, 144, 1.00);
	}

	#stacks_in_1810 ul#stacks_in_1810_nav li.current {
			background-color: rgba(33, 108, 145, 1.00);
	}

	#stacks_in_1810 ul#stacks_in_1810_nav li a,
	#stacks_in_1810 ul#stacks_in_1810_nav li a:visited {
		padding: 10px 20px;
	}



#stacks_in_3475 img {
	
	
	width: 200px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_3475 img {
		
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_3475 img {
		
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3475 img {
		%[endif]%
	}
}


#stacks_in_3475 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

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













#stacks_in_3459 {
	margin: 0px 0px 0px 2px;
}







#stacks_in_8833 {
	margin: 20px 0px 0px 0px;
}


#stacks_in_3480 h5 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_3480 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_3480 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}






#stacks_in_3480 {
	background-color: rgba(34, 106, 145, 1.00);
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}



	#stacks_in_1823 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_1823 .anchor {
	font-size: 24px;
	line-height: 24px;
}




#stacks_in_1825 {
	border: solid rgba(34, 106, 145, 1.00);
	border-width: 0px 2px 2px 2px;
	-moz-border-radius: 0px 0px 0px 20px;
	-webkit-border-radius: 0px 0px 0px 20px;
	border-radius: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_1829 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_1829 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_1829 #stacks_in_1829-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_1829 .close-stacks_in_1829-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_1829 .close-stacks_in_1829-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_1829 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_1829 .close-stacks_in_1829-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_1829 .close-stacks_in_1829-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_1829 .close-stacks_in_1829-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_1829 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_1829 .close-stacks_in_1829-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_1829 .close-stacks_in_1829-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_1829 .close-stacks_in_1829-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_1829 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_1829 .close-stacks_in_1829-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_1829 .close-stacks_in_1829-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_1829 .close-stacks_in_1829-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_1829 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_1831 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_1831 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_1831 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_1831 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_1831 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_1832 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_1832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_1832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_1832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_1832 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_1833 {
      margin: 0px;
    }

    #stacks_in_1833 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_1833 {
      margin: 0px;
    }

    #stacks_in_1833 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_1833 {
      margin: 0px;
    }

    #stacks_in_1833 {
      padding: 0px;
    }


    

    
      #stacks_in_1833 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_1833 {
      margin: 0px;
    }

    #stacks_in_1833 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_1833 {
      margin: 0px;
    }

    #stacks_in_1833 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_1833 {
      margin: 0px;
    }

    #stacks_in_1833 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_1835 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_1835 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_1835 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_1835 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_1837 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_1837 p a,
#stacks_in_1837 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_1837 p a:hover,
#stacks_in_1837 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_1837 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_1837 .paragraph a,
#stacks_in_1837 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_1837 .paragraph a:hover,
#stacks_in_1837 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_1837 p,
#stacks_in_1837 {
	margin-bottom: 0;
	
}

#stacks_in_1837 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_1839 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_1839 p a,
#stacks_in_1839 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_1839 p a:hover,
#stacks_in_1839 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_1839 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_1839 .paragraph a,
#stacks_in_1839 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_1839 .paragraph a:hover,
#stacks_in_1839 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_1839 p,
#stacks_in_1839 {
	margin-bottom: 0;
	
}

#stacks_in_1839 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_1841 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_1841 .label {
	
}

#stacks_in_1841 .label {
	font-weight: 700;
	
}

#stacks_in_1841 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8271 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8271 .label {
	
}

#stacks_in_8271 .label {
	font-weight: 700;
	
}

#stacks_in_8271 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4934 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4934 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4934 #stacks_in_4934-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4934 .close-stacks_in_4934-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_4934 .close-stacks_in_4934-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4934 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4934 .close-stacks_in_4934-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4934 .close-stacks_in_4934-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4934 .close-stacks_in_4934-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4934 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4934 .close-stacks_in_4934-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4934 .close-stacks_in_4934-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4934 .close-stacks_in_4934-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4934 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4934 .close-stacks_in_4934-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4934 .close-stacks_in_4934-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4934 .close-stacks_in_4934-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4934 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4936 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4936 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4936 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4936 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4936 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4937 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4937 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4937 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4937 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4937 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4938 {
      margin: 0px;
    }

    #stacks_in_4938 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4938 {
      margin: 0px;
    }

    #stacks_in_4938 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4938 {
      margin: 0px;
    }

    #stacks_in_4938 {
      padding: 0px;
    }


    

    
      #stacks_in_4938 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4938 {
      margin: 0px;
    }

    #stacks_in_4938 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4938 {
      margin: 0px;
    }

    #stacks_in_4938 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4938 {
      margin: 0px;
    }

    #stacks_in_4938 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4940 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4940 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_4940 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4940 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4942 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4942 p a,
#stacks_in_4942 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4942 p a:hover,
#stacks_in_4942 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4942 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4942 .paragraph a,
#stacks_in_4942 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4942 .paragraph a:hover,
#stacks_in_4942 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4942 p,
#stacks_in_4942 {
	margin-bottom: 0;
	
}

#stacks_in_4942 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4944 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4944 p a,
#stacks_in_4944 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4944 p a:hover,
#stacks_in_4944 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4944 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4944 .paragraph a,
#stacks_in_4944 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4944 .paragraph a:hover,
#stacks_in_4944 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4944 p,
#stacks_in_4944 {
	margin-bottom: 0;
	
}

#stacks_in_4944 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4946 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4946 .label {
	
}

#stacks_in_4946 .label {
	font-weight: 700;
	
}

#stacks_in_4946 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8272 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8272 .label {
	
}

#stacks_in_8272 .label {
	font-weight: 700;
	
}

#stacks_in_8272 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4919 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4919 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4919 #stacks_in_4919-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4919 .close-stacks_in_4919-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_4919 .close-stacks_in_4919-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4919 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4919 .close-stacks_in_4919-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4919 .close-stacks_in_4919-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4919 .close-stacks_in_4919-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4919 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4919 .close-stacks_in_4919-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4919 .close-stacks_in_4919-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4919 .close-stacks_in_4919-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4919 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4919 .close-stacks_in_4919-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4919 .close-stacks_in_4919-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4919 .close-stacks_in_4919-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4919 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4921 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4921 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4921 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4921 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4921 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4922 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4922 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4922 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4922 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4922 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4923 {
      margin: 0px;
    }

    #stacks_in_4923 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4923 {
      margin: 0px;
    }

    #stacks_in_4923 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4923 {
      margin: 0px;
    }

    #stacks_in_4923 {
      padding: 0px;
    }


    

    
      #stacks_in_4923 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4923 {
      margin: 0px;
    }

    #stacks_in_4923 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4923 {
      margin: 0px;
    }

    #stacks_in_4923 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4923 {
      margin: 0px;
    }

    #stacks_in_4923 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4925 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4925 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_4925 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4925 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4927 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4927 p a,
#stacks_in_4927 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4927 p a:hover,
#stacks_in_4927 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4927 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4927 .paragraph a,
#stacks_in_4927 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4927 .paragraph a:hover,
#stacks_in_4927 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4927 p,
#stacks_in_4927 {
	margin-bottom: 0;
	
}

#stacks_in_4927 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4929 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4929 p a,
#stacks_in_4929 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4929 p a:hover,
#stacks_in_4929 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4929 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4929 .paragraph a,
#stacks_in_4929 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4929 .paragraph a:hover,
#stacks_in_4929 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4929 p,
#stacks_in_4929 {
	margin-bottom: 0;
	
}

#stacks_in_4929 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4931 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4931 .label {
	
}

#stacks_in_4931 .label {
	font-weight: 700;
	
}

#stacks_in_4931 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8273 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8273 .label {
	
}

#stacks_in_8273 .label {
	font-weight: 700;
	
}

#stacks_in_8273 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4904 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4904 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4904 #stacks_in_4904-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4904 .close-stacks_in_4904-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_4904 .close-stacks_in_4904-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4904 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4904 .close-stacks_in_4904-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4904 .close-stacks_in_4904-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4904 .close-stacks_in_4904-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4904 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4904 .close-stacks_in_4904-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4904 .close-stacks_in_4904-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4904 .close-stacks_in_4904-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4904 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4904 .close-stacks_in_4904-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4904 .close-stacks_in_4904-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4904 .close-stacks_in_4904-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4904 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4906 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4906 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4906 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4906 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4906 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4907 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4907 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4907 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4907 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4907 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4908 {
      margin: 0px;
    }

    #stacks_in_4908 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4908 {
      margin: 0px;
    }

    #stacks_in_4908 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4908 {
      margin: 0px;
    }

    #stacks_in_4908 {
      padding: 0px;
    }


    

    
      #stacks_in_4908 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4908 {
      margin: 0px;
    }

    #stacks_in_4908 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4908 {
      margin: 0px;
    }

    #stacks_in_4908 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4908 {
      margin: 0px;
    }

    #stacks_in_4908 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4910 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4910 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_4910 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4910 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4912 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4912 p a,
#stacks_in_4912 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4912 p a:hover,
#stacks_in_4912 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4912 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4912 .paragraph a,
#stacks_in_4912 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4912 .paragraph a:hover,
#stacks_in_4912 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4912 p,
#stacks_in_4912 {
	margin-bottom: 0;
	
}

#stacks_in_4912 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4914 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4914 p a,
#stacks_in_4914 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4914 p a:hover,
#stacks_in_4914 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4914 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4914 .paragraph a,
#stacks_in_4914 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4914 .paragraph a:hover,
#stacks_in_4914 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4914 p,
#stacks_in_4914 {
	margin-bottom: 0;
	
}

#stacks_in_4914 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4916 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4916 .label {
	
}

#stacks_in_4916 .label {
	font-weight: 700;
	
}

#stacks_in_4916 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8274 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8274 .label {
	
}

#stacks_in_8274 .label {
	font-weight: 700;
	
}

#stacks_in_8274 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_6872 {
      margin: 0px;
    }

    #stacks_in_6872 {
      padding: 0px;
    }

    
      #stacks_in_6872 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6872 {
      margin: 0px;
    }

    #stacks_in_6872 {
      padding: 0px;
    }

    
      #stacks_in_6872 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6872 {
      margin: 0px;
    }

    #stacks_in_6872 {
      padding: 0px;
    }


    
      #stacks_in_6872 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 100px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6872 {
      margin: 0px;
    }

    #stacks_in_6872 {
      padding: 0px;
    }


    
      #stacks_in_6872 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6872 {
      margin: 0px;
    }

    #stacks_in_6872 {
      padding: 0px;
    }


    
      #stacks_in_6872 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6872 {
      margin: 0px;
    }

    #stacks_in_6872 {
      padding: 0px;
    }


    
      #stacks_in_6872 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_4875 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4875 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4875 #stacks_in_4875-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4875 .close-stacks_in_4875-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_4875 .close-stacks_in_4875-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4875 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4875 .close-stacks_in_4875-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4875 .close-stacks_in_4875-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4875 .close-stacks_in_4875-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4875 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4875 .close-stacks_in_4875-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4875 .close-stacks_in_4875-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4875 .close-stacks_in_4875-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4875 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4875 .close-stacks_in_4875-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4875 .close-stacks_in_4875-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4875 .close-stacks_in_4875-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4875 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4877 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4877 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4877 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4877 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4877 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4878 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4878 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4879 {
      margin: 0px;
    }

    #stacks_in_4879 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4879 {
      margin: 0px;
    }

    #stacks_in_4879 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4879 {
      margin: 0px;
    }

    #stacks_in_4879 {
      padding: 0px;
    }


    

    
      #stacks_in_4879 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4879 {
      margin: 0px;
    }

    #stacks_in_4879 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4879 {
      margin: 0px;
    }

    #stacks_in_4879 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4879 {
      margin: 0px;
    }

    #stacks_in_4879 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4881 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4881 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_4881 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4881 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4883 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4883 p a,
#stacks_in_4883 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4883 p a:hover,
#stacks_in_4883 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4883 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4883 .paragraph a,
#stacks_in_4883 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4883 .paragraph a:hover,
#stacks_in_4883 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4883 p,
#stacks_in_4883 {
	margin-bottom: 0;
	
}

#stacks_in_4883 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4885 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4885 p a,
#stacks_in_4885 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4885 p a:hover,
#stacks_in_4885 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4885 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4885 .paragraph a,
#stacks_in_4885 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4885 .paragraph a:hover,
#stacks_in_4885 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4885 p,
#stacks_in_4885 {
	margin-bottom: 0;
	
}

#stacks_in_4885 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4887 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4887 .label {
	
}

#stacks_in_4887 .label {
	font-weight: 700;
	
}

#stacks_in_4887 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8275 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8275 .label {
	
}

#stacks_in_8275 .label {
	font-weight: 700;
	
}

#stacks_in_8275 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4889 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4889 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4889 #stacks_in_4889-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4889 .close-stacks_in_4889-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_4889 .close-stacks_in_4889-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4889 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4889 .close-stacks_in_4889-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4889 .close-stacks_in_4889-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4889 .close-stacks_in_4889-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4889 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4889 .close-stacks_in_4889-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4889 .close-stacks_in_4889-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4889 .close-stacks_in_4889-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4889 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4889 .close-stacks_in_4889-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4889 .close-stacks_in_4889-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4889 .close-stacks_in_4889-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4889 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4891 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4891 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4891 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4891 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4891 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4892 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4892 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4892 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4892 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4892 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4893 {
      margin: 0px;
    }

    #stacks_in_4893 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4893 {
      margin: 0px;
    }

    #stacks_in_4893 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4893 {
      margin: 0px;
    }

    #stacks_in_4893 {
      padding: 0px;
    }


    

    
      #stacks_in_4893 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4893 {
      margin: 0px;
    }

    #stacks_in_4893 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4893 {
      margin: 0px;
    }

    #stacks_in_4893 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4893 {
      margin: 0px;
    }

    #stacks_in_4893 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4895 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4895 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_4895 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4895 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4897 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4897 p a,
#stacks_in_4897 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4897 p a:hover,
#stacks_in_4897 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4897 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4897 .paragraph a,
#stacks_in_4897 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4897 .paragraph a:hover,
#stacks_in_4897 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4897 p,
#stacks_in_4897 {
	margin-bottom: 0;
	
}

#stacks_in_4897 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4899 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4899 p a,
#stacks_in_4899 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4899 p a:hover,
#stacks_in_4899 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4899 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4899 .paragraph a,
#stacks_in_4899 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4899 .paragraph a:hover,
#stacks_in_4899 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4899 p,
#stacks_in_4899 {
	margin-bottom: 0;
	
}

#stacks_in_4899 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4901 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4901 .label {
	
}

#stacks_in_4901 .label {
	font-weight: 700;
	
}

#stacks_in_4901 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8276 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8276 .label {
	
}

#stacks_in_8276 .label {
	font-weight: 700;
	
}

#stacks_in_8276 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4830 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4830 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4830 #stacks_in_4830-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4830 .close-stacks_in_4830-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_4830 .close-stacks_in_4830-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4830 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4830 .close-stacks_in_4830-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4830 .close-stacks_in_4830-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4830 .close-stacks_in_4830-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4830 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4830 .close-stacks_in_4830-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4830 .close-stacks_in_4830-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4830 .close-stacks_in_4830-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4830 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4830 .close-stacks_in_4830-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4830 .close-stacks_in_4830-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4830 .close-stacks_in_4830-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4830 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4832 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4832 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4833 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4833 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4833 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4833 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4833 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4834 {
      margin: 0px;
    }

    #stacks_in_4834 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4834 {
      margin: 0px;
    }

    #stacks_in_4834 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4834 {
      margin: 0px;
    }

    #stacks_in_4834 {
      padding: 0px;
    }


    

    
      #stacks_in_4834 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4834 {
      margin: 0px;
    }

    #stacks_in_4834 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4834 {
      margin: 0px;
    }

    #stacks_in_4834 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4834 {
      margin: 0px;
    }

    #stacks_in_4834 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4836 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4836 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_4836 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4836 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4838 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4838 p a,
#stacks_in_4838 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4838 p a:hover,
#stacks_in_4838 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4838 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4838 .paragraph a,
#stacks_in_4838 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4838 .paragraph a:hover,
#stacks_in_4838 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4838 p,
#stacks_in_4838 {
	margin-bottom: 0;
	
}

#stacks_in_4838 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4840 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4840 p a,
#stacks_in_4840 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4840 p a:hover,
#stacks_in_4840 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4840 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4840 .paragraph a,
#stacks_in_4840 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4840 .paragraph a:hover,
#stacks_in_4840 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4840 p,
#stacks_in_4840 {
	margin-bottom: 0;
	
}

#stacks_in_4840 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4842 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4842 .label {
	
}

#stacks_in_4842 .label {
	font-weight: 700;
	
}

#stacks_in_4842 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8277 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8277 .label {
	
}

#stacks_in_8277 .label {
	font-weight: 700;
	
}

#stacks_in_8277 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_7435 {
      margin: 0px;
    }

    #stacks_in_7435 {
      padding: 0px;
    }

    
      #stacks_in_7435 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7435 {
      margin: 0px;
    }

    #stacks_in_7435 {
      padding: 0px;
    }

    
      #stacks_in_7435 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_7435 {
      margin: 0px;
    }

    #stacks_in_7435 {
      padding: 0px;
    }


    
      #stacks_in_7435 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 100px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7435 {
      margin: 0px;
    }

    #stacks_in_7435 {
      padding: 0px;
    }


    
      #stacks_in_7435 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7435 {
      margin: 0px;
    }

    #stacks_in_7435 {
      padding: 0px;
    }


    
      #stacks_in_7435 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7435 {
      margin: 0px;
    }

    #stacks_in_7435 {
      padding: 0px;
    }


    
      #stacks_in_7435 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_7437 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7437 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7437 #stacks_in_7437-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7437 .close-stacks_in_7437-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_7437 .close-stacks_in_7437-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7437 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7437 .close-stacks_in_7437-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7437 .close-stacks_in_7437-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7437 .close-stacks_in_7437-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7437 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7437 .close-stacks_in_7437-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7437 .close-stacks_in_7437-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7437 .close-stacks_in_7437-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7437 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7437 .close-stacks_in_7437-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7437 .close-stacks_in_7437-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7437 .close-stacks_in_7437-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7437 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7439 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7439 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7439 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7439 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7439 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7440 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7440 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7440 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7440 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7440 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7441 {
      margin: 0px;
    }

    #stacks_in_7441 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7441 {
      margin: 0px;
    }

    #stacks_in_7441 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7441 {
      margin: 0px;
    }

    #stacks_in_7441 {
      padding: 0px;
    }


    

    
      #stacks_in_7441 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7441 {
      margin: 0px;
    }

    #stacks_in_7441 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7441 {
      margin: 0px;
    }

    #stacks_in_7441 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7441 {
      margin: 0px;
    }

    #stacks_in_7441 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7443 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7443 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_7443 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_7443 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7445 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7445 p a,
#stacks_in_7445 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7445 p a:hover,
#stacks_in_7445 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7445 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7445 .paragraph a,
#stacks_in_7445 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7445 .paragraph a:hover,
#stacks_in_7445 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7445 p,
#stacks_in_7445 {
	margin-bottom: 0;
	
}

#stacks_in_7445 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7447 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7447 p a,
#stacks_in_7447 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7447 p a:hover,
#stacks_in_7447 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7447 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7447 .paragraph a,
#stacks_in_7447 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7447 .paragraph a:hover,
#stacks_in_7447 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7447 p,
#stacks_in_7447 {
	margin-bottom: 0;
	
}

#stacks_in_7447 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7449 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7449 .label {
	
}

#stacks_in_7449 .label {
	font-weight: 700;
	
}

#stacks_in_7449 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8278 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8278 .label {
	
}

#stacks_in_8278 .label {
	font-weight: 700;
	
}

#stacks_in_8278 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4844 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4844 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4844 #stacks_in_4844-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4844 .close-stacks_in_4844-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_4844 .close-stacks_in_4844-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4844 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4844 .close-stacks_in_4844-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4844 .close-stacks_in_4844-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4844 .close-stacks_in_4844-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4844 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4844 .close-stacks_in_4844-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4844 .close-stacks_in_4844-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4844 .close-stacks_in_4844-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4844 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4844 .close-stacks_in_4844-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4844 .close-stacks_in_4844-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4844 .close-stacks_in_4844-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4844 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4846 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4846 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4847 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4847 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4847 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4847 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4847 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4848 {
      margin: 0px;
    }

    #stacks_in_4848 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4848 {
      margin: 0px;
    }

    #stacks_in_4848 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4848 {
      margin: 0px;
    }

    #stacks_in_4848 {
      padding: 0px;
    }


    

    
      #stacks_in_4848 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4848 {
      margin: 0px;
    }

    #stacks_in_4848 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4848 {
      margin: 0px;
    }

    #stacks_in_4848 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4848 {
      margin: 0px;
    }

    #stacks_in_4848 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4850 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4850 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_4850 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4850 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4852 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4852 p a,
#stacks_in_4852 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4852 p a:hover,
#stacks_in_4852 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4852 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4852 .paragraph a,
#stacks_in_4852 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4852 .paragraph a:hover,
#stacks_in_4852 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4852 p,
#stacks_in_4852 {
	margin-bottom: 0;
	
}

#stacks_in_4852 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4854 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4854 p a,
#stacks_in_4854 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4854 p a:hover,
#stacks_in_4854 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4854 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4854 .paragraph a,
#stacks_in_4854 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4854 .paragraph a:hover,
#stacks_in_4854 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4854 p,
#stacks_in_4854 {
	margin-bottom: 0;
	
}

#stacks_in_4854 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4856 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4856 .label {
	
}

#stacks_in_4856 .label {
	font-weight: 700;
	
}

#stacks_in_4856 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8279 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8279 .label {
	
}

#stacks_in_8279 .label {
	font-weight: 700;
	
}

#stacks_in_8279 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4814 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4814 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4814 #stacks_in_4814-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4814 .close-stacks_in_4814-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_4814 .close-stacks_in_4814-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4814 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4814 .close-stacks_in_4814-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4814 .close-stacks_in_4814-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4814 .close-stacks_in_4814-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4814 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4814 .close-stacks_in_4814-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4814 .close-stacks_in_4814-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4814 .close-stacks_in_4814-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4814 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4814 .close-stacks_in_4814-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4814 .close-stacks_in_4814-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4814 .close-stacks_in_4814-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4814 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4816 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4816 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4816 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4816 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4816 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4817 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4817 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4818 {
      margin: 0px;
    }

    #stacks_in_4818 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4818 {
      margin: 0px;
    }

    #stacks_in_4818 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4818 {
      margin: 0px;
    }

    #stacks_in_4818 {
      padding: 0px;
    }


    

    
      #stacks_in_4818 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4818 {
      margin: 0px;
    }

    #stacks_in_4818 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4818 {
      margin: 0px;
    }

    #stacks_in_4818 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4818 {
      margin: 0px;
    }

    #stacks_in_4818 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4820 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4820 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_4820 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4820 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4822 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4822 p a,
#stacks_in_4822 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4822 p a:hover,
#stacks_in_4822 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4822 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4822 .paragraph a,
#stacks_in_4822 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4822 .paragraph a:hover,
#stacks_in_4822 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4822 p,
#stacks_in_4822 {
	margin-bottom: 0;
	
}

#stacks_in_4822 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4824 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4824 p a,
#stacks_in_4824 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4824 p a:hover,
#stacks_in_4824 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4824 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4824 .paragraph a,
#stacks_in_4824 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4824 .paragraph a:hover,
#stacks_in_4824 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4824 p,
#stacks_in_4824 {
	margin-bottom: 0;
	
}

#stacks_in_4824 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4826 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4826 .label {
	
}

#stacks_in_4826 .label {
	font-weight: 700;
	
}

#stacks_in_4826 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8280 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8280 .label {
	
}

#stacks_in_8280 .label {
	font-weight: 700;
	
}

#stacks_in_8280 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8463 {
      margin: 0px;
    }

    #stacks_in_8463 {
      padding: 0px;
    }

    
      #stacks_in_8463 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8463 {
      margin: 0px;
    }

    #stacks_in_8463 {
      padding: 0px;
    }

    
      #stacks_in_8463 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8463 {
      margin: 0px;
    }

    #stacks_in_8463 {
      padding: 0px;
    }


    
      #stacks_in_8463 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 100px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8463 {
      margin: 0px;
    }

    #stacks_in_8463 {
      padding: 0px;
    }


    
      #stacks_in_8463 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8463 {
      margin: 0px;
    }

    #stacks_in_8463 {
      padding: 0px;
    }


    
      #stacks_in_8463 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8463 {
      margin: 0px;
    }

    #stacks_in_8463 {
      padding: 0px;
    }


    
      #stacks_in_8463 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8399 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8399 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8399 #stacks_in_8399-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8399 .close-stacks_in_8399-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_8399 .close-stacks_in_8399-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8399 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8399 .close-stacks_in_8399-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8399 .close-stacks_in_8399-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8399 .close-stacks_in_8399-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8399 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8399 .close-stacks_in_8399-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8399 .close-stacks_in_8399-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8399 .close-stacks_in_8399-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8399 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8399 .close-stacks_in_8399-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8399 .close-stacks_in_8399-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8399 .close-stacks_in_8399-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8399 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8401 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8401 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8401 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8401 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8401 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8402 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8402 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8402 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8402 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8402 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8403 {
      margin: 0px;
    }

    #stacks_in_8403 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8403 {
      margin: 0px;
    }

    #stacks_in_8403 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8403 {
      margin: 0px;
    }

    #stacks_in_8403 {
      padding: 0px;
    }


    

    
      #stacks_in_8403 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8403 {
      margin: 0px;
    }

    #stacks_in_8403 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8403 {
      margin: 0px;
    }

    #stacks_in_8403 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8403 {
      margin: 0px;
    }

    #stacks_in_8403 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8404 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8404 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_8404 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8404 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8406 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8406 p a,
#stacks_in_8406 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8406 p a:hover,
#stacks_in_8406 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8406 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8406 .paragraph a,
#stacks_in_8406 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8406 .paragraph a:hover,
#stacks_in_8406 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8406 p,
#stacks_in_8406 {
	margin-bottom: 0;
	
}

#stacks_in_8406 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8408 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8408 p a,
#stacks_in_8408 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8408 p a:hover,
#stacks_in_8408 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8408 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8408 .paragraph a,
#stacks_in_8408 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8408 .paragraph a:hover,
#stacks_in_8408 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8408 p,
#stacks_in_8408 {
	margin-bottom: 0;
	
}

#stacks_in_8408 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8410 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8410 .label {
	
}

#stacks_in_8410 .label {
	font-weight: 700;
	
}

#stacks_in_8410 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8411 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8411 .label {
	
}

#stacks_in_8411 .label {
	font-weight: 700;
	
}

#stacks_in_8411 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4785 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4785 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4785 #stacks_in_4785-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4785 .close-stacks_in_4785-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_4785 .close-stacks_in_4785-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4785 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4785 .close-stacks_in_4785-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4785 .close-stacks_in_4785-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4785 .close-stacks_in_4785-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4785 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4785 .close-stacks_in_4785-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4785 .close-stacks_in_4785-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4785 .close-stacks_in_4785-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4785 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4785 .close-stacks_in_4785-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4785 .close-stacks_in_4785-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4785 .close-stacks_in_4785-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4785 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4787 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4787 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4787 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4787 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4787 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4788 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4788 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4788 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4788 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4788 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4789 {
      margin: 0px;
    }

    #stacks_in_4789 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4789 {
      margin: 0px;
    }

    #stacks_in_4789 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4789 {
      margin: 0px;
    }

    #stacks_in_4789 {
      padding: 0px;
    }


    

    
      #stacks_in_4789 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4789 {
      margin: 0px;
    }

    #stacks_in_4789 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4789 {
      margin: 0px;
    }

    #stacks_in_4789 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4789 {
      margin: 0px;
    }

    #stacks_in_4789 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4791 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4791 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_4791 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4791 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4793 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4793 p a,
#stacks_in_4793 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4793 p a:hover,
#stacks_in_4793 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4793 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4793 .paragraph a,
#stacks_in_4793 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4793 .paragraph a:hover,
#stacks_in_4793 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4793 p,
#stacks_in_4793 {
	margin-bottom: 0;
	
}

#stacks_in_4793 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4795 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4795 p a,
#stacks_in_4795 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4795 p a:hover,
#stacks_in_4795 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4795 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4795 .paragraph a,
#stacks_in_4795 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4795 .paragraph a:hover,
#stacks_in_4795 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4795 p,
#stacks_in_4795 {
	margin-bottom: 0;
	
}

#stacks_in_4795 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4797 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4797 .label {
	
}

#stacks_in_4797 .label {
	font-weight: 700;
	
}

#stacks_in_4797 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8281 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8281 .label {
	
}

#stacks_in_8281 .label {
	font-weight: 700;
	
}

#stacks_in_8281 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4799 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4799 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4799 #stacks_in_4799-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4799 .close-stacks_in_4799-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_4799 .close-stacks_in_4799-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4799 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4799 .close-stacks_in_4799-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4799 .close-stacks_in_4799-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4799 .close-stacks_in_4799-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4799 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4799 .close-stacks_in_4799-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4799 .close-stacks_in_4799-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4799 .close-stacks_in_4799-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4799 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4799 .close-stacks_in_4799-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4799 .close-stacks_in_4799-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4799 .close-stacks_in_4799-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4799 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4801 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4801 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4801 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4801 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4801 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4802 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4802 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4802 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4802 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4802 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4803 {
      margin: 0px;
    }

    #stacks_in_4803 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4803 {
      margin: 0px;
    }

    #stacks_in_4803 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4803 {
      margin: 0px;
    }

    #stacks_in_4803 {
      padding: 0px;
    }


    

    
      #stacks_in_4803 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4803 {
      margin: 0px;
    }

    #stacks_in_4803 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4803 {
      margin: 0px;
    }

    #stacks_in_4803 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4803 {
      margin: 0px;
    }

    #stacks_in_4803 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4805 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4805 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_4805 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4805 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4807 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4807 p a,
#stacks_in_4807 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4807 p a:hover,
#stacks_in_4807 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4807 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4807 .paragraph a,
#stacks_in_4807 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4807 .paragraph a:hover,
#stacks_in_4807 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4807 p,
#stacks_in_4807 {
	margin-bottom: 0;
	
}

#stacks_in_4807 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4809 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4809 p a,
#stacks_in_4809 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4809 p a:hover,
#stacks_in_4809 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4809 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4809 .paragraph a,
#stacks_in_4809 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4809 .paragraph a:hover,
#stacks_in_4809 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4809 p,
#stacks_in_4809 {
	margin-bottom: 0;
	
}

#stacks_in_4809 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4811 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4811 .label {
	
}

#stacks_in_4811 .label {
	font-weight: 700;
	
}

#stacks_in_4811 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8282 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8282 .label {
	
}

#stacks_in_8282 .label {
	font-weight: 700;
	
}

#stacks_in_8282 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4769 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4769 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4769 #stacks_in_4769-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4769 .close-stacks_in_4769-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_4769 .close-stacks_in_4769-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4769 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4769 .close-stacks_in_4769-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4769 .close-stacks_in_4769-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4769 .close-stacks_in_4769-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4769 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4769 .close-stacks_in_4769-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4769 .close-stacks_in_4769-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4769 .close-stacks_in_4769-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4769 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4769 .close-stacks_in_4769-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4769 .close-stacks_in_4769-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4769 .close-stacks_in_4769-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4769 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4771 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4771 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4771 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4771 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4771 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4772 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4772 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4772 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4772 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4772 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4773 {
      margin: 0px;
    }

    #stacks_in_4773 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4773 {
      margin: 0px;
    }

    #stacks_in_4773 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4773 {
      margin: 0px;
    }

    #stacks_in_4773 {
      padding: 0px;
    }


    

    
      #stacks_in_4773 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4773 {
      margin: 0px;
    }

    #stacks_in_4773 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4773 {
      margin: 0px;
    }

    #stacks_in_4773 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4773 {
      margin: 0px;
    }

    #stacks_in_4773 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4775 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4775 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_4775 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4775 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4777 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4777 p a,
#stacks_in_4777 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4777 p a:hover,
#stacks_in_4777 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4777 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4777 .paragraph a,
#stacks_in_4777 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4777 .paragraph a:hover,
#stacks_in_4777 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4777 p,
#stacks_in_4777 {
	margin-bottom: 0;
	
}

#stacks_in_4777 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4779 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4779 p a,
#stacks_in_4779 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4779 p a:hover,
#stacks_in_4779 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4779 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4779 .paragraph a,
#stacks_in_4779 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4779 .paragraph a:hover,
#stacks_in_4779 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4779 p,
#stacks_in_4779 {
	margin-bottom: 0;
	
}

#stacks_in_4779 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4781 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4781 .label {
	
}

#stacks_in_4781 .label {
	font-weight: 700;
	
}

#stacks_in_4781 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8283 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8283 .label {
	
}

#stacks_in_8283 .label {
	font-weight: 700;
	
}

#stacks_in_8283 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4680 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4680 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4680 #stacks_in_4680-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4680 .close-stacks_in_4680-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_4680 .close-stacks_in_4680-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4680 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4680 .close-stacks_in_4680-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4680 .close-stacks_in_4680-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4680 .close-stacks_in_4680-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4680 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4680 .close-stacks_in_4680-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4680 .close-stacks_in_4680-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4680 .close-stacks_in_4680-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4680 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4680 .close-stacks_in_4680-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4680 .close-stacks_in_4680-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4680 .close-stacks_in_4680-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4680 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4682 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4682 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4682 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4682 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4682 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4683 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4683 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4683 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4683 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4683 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4684 {
      margin: 0px;
    }

    #stacks_in_4684 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4684 {
      margin: 0px;
    }

    #stacks_in_4684 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4684 {
      margin: 0px;
    }

    #stacks_in_4684 {
      padding: 0px;
    }


    

    
      #stacks_in_4684 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4684 {
      margin: 0px;
    }

    #stacks_in_4684 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4684 {
      margin: 0px;
    }

    #stacks_in_4684 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4684 {
      margin: 0px;
    }

    #stacks_in_4684 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4686 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4686 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_4686 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4686 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4688 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4688 p a,
#stacks_in_4688 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4688 p a:hover,
#stacks_in_4688 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4688 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4688 .paragraph a,
#stacks_in_4688 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4688 .paragraph a:hover,
#stacks_in_4688 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4688 p,
#stacks_in_4688 {
	margin-bottom: 0;
	
}

#stacks_in_4688 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4690 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4690 p a,
#stacks_in_4690 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4690 p a:hover,
#stacks_in_4690 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4690 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4690 .paragraph a,
#stacks_in_4690 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4690 .paragraph a:hover,
#stacks_in_4690 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4690 p,
#stacks_in_4690 {
	margin-bottom: 0;
	
}

#stacks_in_4690 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4692 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4692 .label {
	
}

#stacks_in_4692 .label {
	font-weight: 700;
	
}

#stacks_in_4692 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8285 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8285 .label {
	
}

#stacks_in_8285 .label {
	font-weight: 700;
	
}

#stacks_in_8285 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8432 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8432 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8432 #stacks_in_8432-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8432 .close-stacks_in_8432-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_8432 .close-stacks_in_8432-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8432 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8432 .close-stacks_in_8432-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8432 .close-stacks_in_8432-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8432 .close-stacks_in_8432-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8432 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8432 .close-stacks_in_8432-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8432 .close-stacks_in_8432-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8432 .close-stacks_in_8432-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8432 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8432 .close-stacks_in_8432-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8432 .close-stacks_in_8432-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8432 .close-stacks_in_8432-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8432 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8434 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8434 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8434 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8434 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8434 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8435 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8435 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8435 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8435 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8435 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8436 {
      margin: 0px;
    }

    #stacks_in_8436 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8436 {
      margin: 0px;
    }

    #stacks_in_8436 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8436 {
      margin: 0px;
    }

    #stacks_in_8436 {
      padding: 0px;
    }


    

    
      #stacks_in_8436 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8436 {
      margin: 0px;
    }

    #stacks_in_8436 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8436 {
      margin: 0px;
    }

    #stacks_in_8436 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8436 {
      margin: 0px;
    }

    #stacks_in_8436 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8437 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8437 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_8437 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8437 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8439 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8439 p a,
#stacks_in_8439 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8439 p a:hover,
#stacks_in_8439 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8439 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8439 .paragraph a,
#stacks_in_8439 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8439 .paragraph a:hover,
#stacks_in_8439 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8439 p,
#stacks_in_8439 {
	margin-bottom: 0;
	
}

#stacks_in_8439 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8441 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8441 p a,
#stacks_in_8441 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8441 p a:hover,
#stacks_in_8441 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8441 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8441 .paragraph a,
#stacks_in_8441 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8441 .paragraph a:hover,
#stacks_in_8441 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8441 p,
#stacks_in_8441 {
	margin-bottom: 0;
	
}

#stacks_in_8441 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8443 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8443 .label {
	
}

#stacks_in_8443 .label {
	font-weight: 700;
	
}

#stacks_in_8443 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8465 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8465 .label {
	
}

#stacks_in_8465 .label {
	font-weight: 700;
	
}

#stacks_in_8465 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8842 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8842 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8842 #stacks_in_8842-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8842 .close-stacks_in_8842-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_8842 .close-stacks_in_8842-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8842 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8842 .close-stacks_in_8842-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8842 .close-stacks_in_8842-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8842 .close-stacks_in_8842-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8842 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8842 .close-stacks_in_8842-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8842 .close-stacks_in_8842-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8842 .close-stacks_in_8842-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8842 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8842 .close-stacks_in_8842-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8842 .close-stacks_in_8842-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8842 .close-stacks_in_8842-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8842 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8844 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8844 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8845 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8845 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8846 {
      margin: 0px;
    }

    #stacks_in_8846 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8846 {
      margin: 0px;
    }

    #stacks_in_8846 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8846 {
      margin: 0px;
    }

    #stacks_in_8846 {
      padding: 0px;
    }


    

    
      #stacks_in_8846 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8846 {
      margin: 0px;
    }

    #stacks_in_8846 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8846 {
      margin: 0px;
    }

    #stacks_in_8846 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8846 {
      margin: 0px;
    }

    #stacks_in_8846 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8847 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8847 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_8847 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8847 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8849 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8849 p a,
#stacks_in_8849 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8849 p a:hover,
#stacks_in_8849 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8849 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8849 .paragraph a,
#stacks_in_8849 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8849 .paragraph a:hover,
#stacks_in_8849 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8849 p,
#stacks_in_8849 {
	margin-bottom: 0;
	
}

#stacks_in_8849 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8851 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8851 p a,
#stacks_in_8851 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8851 p a:hover,
#stacks_in_8851 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8851 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8851 .paragraph a,
#stacks_in_8851 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8851 .paragraph a:hover,
#stacks_in_8851 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8851 p,
#stacks_in_8851 {
	margin-bottom: 0;
	
}

#stacks_in_8851 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8853 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8853 .label {
	
}

#stacks_in_8853 .label {
	font-weight: 700;
	
}

#stacks_in_8853 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8854 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8854 .label {
	
}

#stacks_in_8854 .label {
	font-weight: 700;
	
}

#stacks_in_8854 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8859 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8859 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8859 #stacks_in_8859-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8859 .close-stacks_in_8859-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_8859 .close-stacks_in_8859-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8859 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8859 .close-stacks_in_8859-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8859 .close-stacks_in_8859-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8859 .close-stacks_in_8859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8859 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8859 .close-stacks_in_8859-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8859 .close-stacks_in_8859-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8859 .close-stacks_in_8859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8859 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8859 .close-stacks_in_8859-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8859 .close-stacks_in_8859-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8859 .close-stacks_in_8859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8859 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8861 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8861 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8861 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8861 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8861 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8862 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8862 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8863 {
      margin: 0px;
    }

    #stacks_in_8863 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8863 {
      margin: 0px;
    }

    #stacks_in_8863 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8863 {
      margin: 0px;
    }

    #stacks_in_8863 {
      padding: 0px;
    }


    

    
      #stacks_in_8863 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8863 {
      margin: 0px;
    }

    #stacks_in_8863 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8863 {
      margin: 0px;
    }

    #stacks_in_8863 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8863 {
      margin: 0px;
    }

    #stacks_in_8863 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8864 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8864 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_8864 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8864 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8866 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8866 p a,
#stacks_in_8866 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8866 p a:hover,
#stacks_in_8866 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8866 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8866 .paragraph a,
#stacks_in_8866 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8866 .paragraph a:hover,
#stacks_in_8866 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8866 p,
#stacks_in_8866 {
	margin-bottom: 0;
	
}

#stacks_in_8866 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8868 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8868 p a,
#stacks_in_8868 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8868 p a:hover,
#stacks_in_8868 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8868 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8868 .paragraph a,
#stacks_in_8868 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8868 .paragraph a:hover,
#stacks_in_8868 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8868 p,
#stacks_in_8868 {
	margin-bottom: 0;
	
}

#stacks_in_8868 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8870 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8870 .label {
	
}

#stacks_in_8870 .label {
	font-weight: 700;
	
}

#stacks_in_8870 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8871 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8871 .label {
	
}

#stacks_in_8871 .label {
	font-weight: 700;
	
}

#stacks_in_8871 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8876 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8876 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8876 #stacks_in_8876-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8876 .close-stacks_in_8876-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_8876 .close-stacks_in_8876-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8876 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8876 .close-stacks_in_8876-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8876 .close-stacks_in_8876-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8876 .close-stacks_in_8876-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8876 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8876 .close-stacks_in_8876-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8876 .close-stacks_in_8876-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8876 .close-stacks_in_8876-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8876 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8876 .close-stacks_in_8876-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8876 .close-stacks_in_8876-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8876 .close-stacks_in_8876-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8876 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8878 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8878 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8879 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8879 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8880 {
      margin: 0px;
    }

    #stacks_in_8880 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8880 {
      margin: 0px;
    }

    #stacks_in_8880 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8880 {
      margin: 0px;
    }

    #stacks_in_8880 {
      padding: 0px;
    }


    

    
      #stacks_in_8880 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8880 {
      margin: 0px;
    }

    #stacks_in_8880 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8880 {
      margin: 0px;
    }

    #stacks_in_8880 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8880 {
      margin: 0px;
    }

    #stacks_in_8880 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8881 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8881 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_8881 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8881 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8883 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8883 p a,
#stacks_in_8883 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8883 p a:hover,
#stacks_in_8883 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8883 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8883 .paragraph a,
#stacks_in_8883 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8883 .paragraph a:hover,
#stacks_in_8883 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8883 p,
#stacks_in_8883 {
	margin-bottom: 0;
	
}

#stacks_in_8883 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8885 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8885 p a,
#stacks_in_8885 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8885 p a:hover,
#stacks_in_8885 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8885 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8885 .paragraph a,
#stacks_in_8885 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8885 .paragraph a:hover,
#stacks_in_8885 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8885 p,
#stacks_in_8885 {
	margin-bottom: 0;
	
}

#stacks_in_8885 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8887 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8887 .label {
	
}

#stacks_in_8887 .label {
	font-weight: 700;
	
}

#stacks_in_8887 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8888 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8888 .label {
	
}

#stacks_in_8888 .label {
	font-weight: 700;
	
}

#stacks_in_8888 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4725 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4725 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4725 #stacks_in_4725-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4725 .close-stacks_in_4725-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_4725 .close-stacks_in_4725-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4725 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4725 .close-stacks_in_4725-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4725 .close-stacks_in_4725-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4725 .close-stacks_in_4725-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4725 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4725 .close-stacks_in_4725-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4725 .close-stacks_in_4725-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4725 .close-stacks_in_4725-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4725 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4725 .close-stacks_in_4725-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4725 .close-stacks_in_4725-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4725 .close-stacks_in_4725-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4725 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4727 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4727 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4727 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4727 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4727 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4728 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4728 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4728 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4728 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4728 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4729 {
      margin: 0px;
    }

    #stacks_in_4729 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4729 {
      margin: 0px;
    }

    #stacks_in_4729 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4729 {
      margin: 0px;
    }

    #stacks_in_4729 {
      padding: 0px;
    }


    

    
      #stacks_in_4729 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4729 {
      margin: 0px;
    }

    #stacks_in_4729 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4729 {
      margin: 0px;
    }

    #stacks_in_4729 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4729 {
      margin: 0px;
    }

    #stacks_in_4729 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4731 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4731 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_4731 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4731 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4733 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4733 p a,
#stacks_in_4733 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4733 p a:hover,
#stacks_in_4733 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4733 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4733 .paragraph a,
#stacks_in_4733 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4733 .paragraph a:hover,
#stacks_in_4733 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4733 p,
#stacks_in_4733 {
	margin-bottom: 0;
	
}

#stacks_in_4733 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4735 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4735 p a,
#stacks_in_4735 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4735 p a:hover,
#stacks_in_4735 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4735 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4735 .paragraph a,
#stacks_in_4735 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4735 .paragraph a:hover,
#stacks_in_4735 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4735 p,
#stacks_in_4735 {
	margin-bottom: 0;
	
}

#stacks_in_4735 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4737 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4737 .label {
	
}

#stacks_in_4737 .label {
	font-weight: 700;
	
}

#stacks_in_4737 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8284 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8284 .label {
	
}

#stacks_in_8284 .label {
	font-weight: 700;
	
}

#stacks_in_8284 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8416 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8416 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8416 #stacks_in_8416-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8416 .close-stacks_in_8416-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_8416 .close-stacks_in_8416-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8416 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8416 .close-stacks_in_8416-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8416 .close-stacks_in_8416-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8416 .close-stacks_in_8416-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8416 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8416 .close-stacks_in_8416-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8416 .close-stacks_in_8416-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8416 .close-stacks_in_8416-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8416 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8416 .close-stacks_in_8416-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8416 .close-stacks_in_8416-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8416 .close-stacks_in_8416-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8416 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8418 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8418 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8418 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8418 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8418 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8419 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8419 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8419 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8419 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8419 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8420 {
      margin: 0px;
    }

    #stacks_in_8420 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8420 {
      margin: 0px;
    }

    #stacks_in_8420 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8420 {
      margin: 0px;
    }

    #stacks_in_8420 {
      padding: 0px;
    }


    

    
      #stacks_in_8420 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8420 {
      margin: 0px;
    }

    #stacks_in_8420 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8420 {
      margin: 0px;
    }

    #stacks_in_8420 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8420 {
      margin: 0px;
    }

    #stacks_in_8420 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8421 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8421 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_8421 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8421 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8423 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8423 p a,
#stacks_in_8423 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8423 p a:hover,
#stacks_in_8423 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8423 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8423 .paragraph a,
#stacks_in_8423 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8423 .paragraph a:hover,
#stacks_in_8423 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8423 p,
#stacks_in_8423 {
	margin-bottom: 0;
	
}

#stacks_in_8423 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8425 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8425 p a,
#stacks_in_8425 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8425 p a:hover,
#stacks_in_8425 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8425 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8425 .paragraph a,
#stacks_in_8425 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8425 .paragraph a:hover,
#stacks_in_8425 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8425 p,
#stacks_in_8425 {
	margin-bottom: 0;
	
}

#stacks_in_8425 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8427 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8427 .label {
	
}

#stacks_in_8427 .label {
	font-weight: 700;
	
}

#stacks_in_8427 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8466 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8466 .label {
	
}

#stacks_in_8466 .label {
	font-weight: 700;
	
}

#stacks_in_8466 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4694 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4694 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4694 #stacks_in_4694-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4694 .close-stacks_in_4694-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_4694 .close-stacks_in_4694-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4694 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4694 .close-stacks_in_4694-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4694 .close-stacks_in_4694-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4694 .close-stacks_in_4694-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4694 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4694 .close-stacks_in_4694-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4694 .close-stacks_in_4694-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4694 .close-stacks_in_4694-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4694 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4694 .close-stacks_in_4694-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4694 .close-stacks_in_4694-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4694 .close-stacks_in_4694-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4694 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4696 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4696 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4696 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4696 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4696 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4697 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4697 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4697 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4697 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4697 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4698 {
      margin: 0px;
    }

    #stacks_in_4698 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4698 {
      margin: 0px;
    }

    #stacks_in_4698 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4698 {
      margin: 0px;
    }

    #stacks_in_4698 {
      padding: 0px;
    }


    

    
      #stacks_in_4698 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4698 {
      margin: 0px;
    }

    #stacks_in_4698 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4698 {
      margin: 0px;
    }

    #stacks_in_4698 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4698 {
      margin: 0px;
    }

    #stacks_in_4698 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4700 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4700 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_4700 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4700 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4702 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4702 p a,
#stacks_in_4702 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4702 p a:hover,
#stacks_in_4702 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4702 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4702 .paragraph a,
#stacks_in_4702 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4702 .paragraph a:hover,
#stacks_in_4702 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4702 p,
#stacks_in_4702 {
	margin-bottom: 0;
	
}

#stacks_in_4702 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4704 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4704 p a,
#stacks_in_4704 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4704 p a:hover,
#stacks_in_4704 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4704 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4704 .paragraph a,
#stacks_in_4704 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4704 .paragraph a:hover,
#stacks_in_4704 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4704 p,
#stacks_in_4704 {
	margin-bottom: 0;
	
}

#stacks_in_4704 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4706 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4706 .label {
	
}

#stacks_in_4706 .label {
	font-weight: 700;
	
}

#stacks_in_4706 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8286 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8286 .label {
	
}

#stacks_in_8286 .label {
	font-weight: 700;
	
}

#stacks_in_8286 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4664 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4664 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4664 #stacks_in_4664-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4664 .close-stacks_in_4664-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_4664 .close-stacks_in_4664-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4664 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4664 .close-stacks_in_4664-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4664 .close-stacks_in_4664-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4664 .close-stacks_in_4664-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4664 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4664 .close-stacks_in_4664-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4664 .close-stacks_in_4664-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4664 .close-stacks_in_4664-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4664 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4664 .close-stacks_in_4664-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4664 .close-stacks_in_4664-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4664 .close-stacks_in_4664-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4664 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4666 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4666 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4666 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4666 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4666 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4667 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4667 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4667 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4667 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4667 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4668 {
      margin: 0px;
    }

    #stacks_in_4668 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4668 {
      margin: 0px;
    }

    #stacks_in_4668 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4668 {
      margin: 0px;
    }

    #stacks_in_4668 {
      padding: 0px;
    }


    

    
      #stacks_in_4668 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4668 {
      margin: 0px;
    }

    #stacks_in_4668 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4668 {
      margin: 0px;
    }

    #stacks_in_4668 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4668 {
      margin: 0px;
    }

    #stacks_in_4668 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4670 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4670 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_4670 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4670 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4672 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4672 p a,
#stacks_in_4672 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4672 p a:hover,
#stacks_in_4672 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4672 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4672 .paragraph a,
#stacks_in_4672 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4672 .paragraph a:hover,
#stacks_in_4672 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4672 p,
#stacks_in_4672 {
	margin-bottom: 0;
	
}

#stacks_in_4672 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4674 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4674 p a,
#stacks_in_4674 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4674 p a:hover,
#stacks_in_4674 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4674 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4674 .paragraph a,
#stacks_in_4674 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4674 .paragraph a:hover,
#stacks_in_4674 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4674 p,
#stacks_in_4674 {
	margin-bottom: 0;
	
}

#stacks_in_4674 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4676 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4676 .label {
	
}

#stacks_in_4676 .label {
	font-weight: 700;
	
}

#stacks_in_4676 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8287 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8287 .label {
	
}

#stacks_in_8287 .label {
	font-weight: 700;
	
}

#stacks_in_8287 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_4649 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4649 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4649 #stacks_in_4649-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4649 .close-stacks_in_4649-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_4649 .close-stacks_in_4649-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4649 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4649 .close-stacks_in_4649-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4649 .close-stacks_in_4649-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4649 .close-stacks_in_4649-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4649 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4649 .close-stacks_in_4649-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4649 .close-stacks_in_4649-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4649 .close-stacks_in_4649-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4649 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4649 .close-stacks_in_4649-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4649 .close-stacks_in_4649-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4649 .close-stacks_in_4649-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4649 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4651 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4651 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4651 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4651 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4651 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4652 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4652 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4653 {
      margin: 0px;
    }

    #stacks_in_4653 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4653 {
      margin: 0px;
    }

    #stacks_in_4653 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4653 {
      margin: 0px;
    }

    #stacks_in_4653 {
      padding: 0px;
    }


    

    
      #stacks_in_4653 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4653 {
      margin: 0px;
    }

    #stacks_in_4653 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4653 {
      margin: 0px;
    }

    #stacks_in_4653 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4653 {
      margin: 0px;
    }

    #stacks_in_4653 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4655 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4655 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_4655 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4655 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4657 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4657 p a,
#stacks_in_4657 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4657 p a:hover,
#stacks_in_4657 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4657 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4657 .paragraph a,
#stacks_in_4657 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4657 .paragraph a:hover,
#stacks_in_4657 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4657 p,
#stacks_in_4657 {
	margin-bottom: 0;
	
}

#stacks_in_4657 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4659 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4659 p a,
#stacks_in_4659 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4659 p a:hover,
#stacks_in_4659 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4659 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4659 .paragraph a,
#stacks_in_4659 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4659 .paragraph a:hover,
#stacks_in_4659 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4659 p,
#stacks_in_4659 {
	margin-bottom: 0;
	
}

#stacks_in_4659 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4661 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4661 .label {
	
}

#stacks_in_4661 .label {
	font-weight: 700;
	
}

#stacks_in_4661 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8288 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8288 .label {
	
}

#stacks_in_8288 .label {
	font-weight: 700;
	
}

#stacks_in_8288 {
	padding: 0px 0px 0px 10px;
}


#stacks_in_4408 h5 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_4408 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_4408 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}






#stacks_in_4408 {
	background-color: rgba(34, 106, 145, 1.00);
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}



	#stacks_in_2056 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2056 .anchor {
	font-size: 24px;
	line-height: 24px;
}




#stacks_in_4967 {
	border: solid rgba(34, 106, 145, 1.00);
	border-width: 0px 2px 2px 2px;
	-moz-border-radius: 0px 0px 0px 20px;
	-webkit-border-radius: 0px 0px 0px 20px;
	border-radius: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_4971 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_4971 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_4971 #stacks_in_4971-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_4971 .close-stacks_in_4971-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_4971 .close-stacks_in_4971-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_4971 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4971 .close-stacks_in_4971-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4971 .close-stacks_in_4971-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_4971 .close-stacks_in_4971-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4971 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4971 .close-stacks_in_4971-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4971 .close-stacks_in_4971-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4971 .close-stacks_in_4971-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4971 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4971 .close-stacks_in_4971-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4971 .close-stacks_in_4971-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_4971 .close-stacks_in_4971-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_4971 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_4973 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4973 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4973 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4973 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4973 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_4974 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_4974 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_4974 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4974 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_4974 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_4975 {
      margin: 0px;
    }

    #stacks_in_4975 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_4975 {
      margin: 0px;
    }

    #stacks_in_4975 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_4975 {
      margin: 0px;
    }

    #stacks_in_4975 {
      padding: 0px;
    }


    

    
      #stacks_in_4975 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_4975 {
      margin: 0px;
    }

    #stacks_in_4975 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_4975 {
      margin: 0px;
    }

    #stacks_in_4975 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_4975 {
      margin: 0px;
    }

    #stacks_in_4975 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_4977 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_4977 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_4977 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_4977 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_4979 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4979 p a,
#stacks_in_4979 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4979 p a:hover,
#stacks_in_4979 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4979 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_4979 .paragraph a,
#stacks_in_4979 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_4979 .paragraph a:hover,
#stacks_in_4979 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4979 p,
#stacks_in_4979 {
	margin-bottom: 0;
	
}

#stacks_in_4979 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_4981 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4981 p a,
#stacks_in_4981 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4981 p a:hover,
#stacks_in_4981 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_4981 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_4981 .paragraph a,
#stacks_in_4981 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_4981 .paragraph a:hover,
#stacks_in_4981 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_4981 p,
#stacks_in_4981 {
	margin-bottom: 0;
	
}

#stacks_in_4981 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_4983 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_4983 .label {
	
}

#stacks_in_4983 .label {
	font-weight: 700;
	
}

#stacks_in_4983 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8289 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8289 .label {
	
}

#stacks_in_8289 .label {
	font-weight: 700;
	
}

#stacks_in_8289 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5016 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5016 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5016 #stacks_in_5016-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5016 .close-stacks_in_5016-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_5016 .close-stacks_in_5016-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5016 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5016 .close-stacks_in_5016-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5016 .close-stacks_in_5016-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5016 .close-stacks_in_5016-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5016 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5016 .close-stacks_in_5016-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5016 .close-stacks_in_5016-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5016 .close-stacks_in_5016-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5016 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5016 .close-stacks_in_5016-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5016 .close-stacks_in_5016-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5016 .close-stacks_in_5016-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5016 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5018 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5018 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5018 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5018 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5018 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5019 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5019 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5019 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5019 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5019 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5020 {
      margin: 0px;
    }

    #stacks_in_5020 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5020 {
      margin: 0px;
    }

    #stacks_in_5020 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5020 {
      margin: 0px;
    }

    #stacks_in_5020 {
      padding: 0px;
    }


    

    
      #stacks_in_5020 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5020 {
      margin: 0px;
    }

    #stacks_in_5020 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5020 {
      margin: 0px;
    }

    #stacks_in_5020 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5020 {
      margin: 0px;
    }

    #stacks_in_5020 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5022 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5022 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_5022 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5022 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5024 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5024 p a,
#stacks_in_5024 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5024 p a:hover,
#stacks_in_5024 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5024 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5024 .paragraph a,
#stacks_in_5024 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5024 .paragraph a:hover,
#stacks_in_5024 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5024 p,
#stacks_in_5024 {
	margin-bottom: 0;
	
}

#stacks_in_5024 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5026 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5026 p a,
#stacks_in_5026 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5026 p a:hover,
#stacks_in_5026 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5026 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5026 .paragraph a,
#stacks_in_5026 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5026 .paragraph a:hover,
#stacks_in_5026 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5026 p,
#stacks_in_5026 {
	margin-bottom: 0;
	
}

#stacks_in_5026 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5028 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5028 .label {
	
}

#stacks_in_5028 .label {
	font-weight: 700;
	
}

#stacks_in_5028 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8291 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8291 .label {
	
}

#stacks_in_8291 .label {
	font-weight: 700;
	
}

#stacks_in_8291 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5001 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5001 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5001 #stacks_in_5001-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5001 .close-stacks_in_5001-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_5001 .close-stacks_in_5001-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5001 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5001 .close-stacks_in_5001-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5001 .close-stacks_in_5001-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5001 .close-stacks_in_5001-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5001 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5001 .close-stacks_in_5001-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5001 .close-stacks_in_5001-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5001 .close-stacks_in_5001-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5001 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5001 .close-stacks_in_5001-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5001 .close-stacks_in_5001-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5001 .close-stacks_in_5001-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5001 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5003 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5003 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5003 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5003 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5003 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5004 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5004 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5004 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5004 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5004 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5005 {
      margin: 0px;
    }

    #stacks_in_5005 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5005 {
      margin: 0px;
    }

    #stacks_in_5005 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5005 {
      margin: 0px;
    }

    #stacks_in_5005 {
      padding: 0px;
    }


    

    
      #stacks_in_5005 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5005 {
      margin: 0px;
    }

    #stacks_in_5005 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5005 {
      margin: 0px;
    }

    #stacks_in_5005 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5005 {
      margin: 0px;
    }

    #stacks_in_5005 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5007 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5007 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_5007 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5007 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5009 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5009 p a,
#stacks_in_5009 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5009 p a:hover,
#stacks_in_5009 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5009 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5009 .paragraph a,
#stacks_in_5009 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5009 .paragraph a:hover,
#stacks_in_5009 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5009 p,
#stacks_in_5009 {
	margin-bottom: 0;
	
}

#stacks_in_5009 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5011 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5011 p a,
#stacks_in_5011 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5011 p a:hover,
#stacks_in_5011 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5011 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5011 .paragraph a,
#stacks_in_5011 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5011 .paragraph a:hover,
#stacks_in_5011 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5011 p,
#stacks_in_5011 {
	margin-bottom: 0;
	
}

#stacks_in_5011 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5013 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5013 .label {
	
}

#stacks_in_5013 .label {
	font-weight: 700;
	
}

#stacks_in_5013 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8290 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8290 .label {
	
}

#stacks_in_8290 .label {
	font-weight: 700;
	
}

#stacks_in_8290 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8501 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8501 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8501 #stacks_in_8501-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8501 .close-stacks_in_8501-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_8501 .close-stacks_in_8501-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8501 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8501 .close-stacks_in_8501-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8501 .close-stacks_in_8501-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8501 .close-stacks_in_8501-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8501 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8501 .close-stacks_in_8501-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8501 .close-stacks_in_8501-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8501 .close-stacks_in_8501-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8501 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8501 .close-stacks_in_8501-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8501 .close-stacks_in_8501-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8501 .close-stacks_in_8501-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8501 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8503 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8503 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8503 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8503 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8503 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8504 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8504 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8504 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8504 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8504 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8505 {
      margin: 0px;
    }

    #stacks_in_8505 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8505 {
      margin: 0px;
    }

    #stacks_in_8505 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8505 {
      margin: 0px;
    }

    #stacks_in_8505 {
      padding: 0px;
    }


    

    
      #stacks_in_8505 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8505 {
      margin: 0px;
    }

    #stacks_in_8505 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8505 {
      margin: 0px;
    }

    #stacks_in_8505 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8505 {
      margin: 0px;
    }

    #stacks_in_8505 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8506 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8506 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_8506 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8506 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8508 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8508 p a,
#stacks_in_8508 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8508 p a:hover,
#stacks_in_8508 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8508 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8508 .paragraph a,
#stacks_in_8508 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8508 .paragraph a:hover,
#stacks_in_8508 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8508 p,
#stacks_in_8508 {
	margin-bottom: 0;
	
}

#stacks_in_8508 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8510 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8510 p a,
#stacks_in_8510 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8510 p a:hover,
#stacks_in_8510 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8510 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8510 .paragraph a,
#stacks_in_8510 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8510 .paragraph a:hover,
#stacks_in_8510 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8510 p,
#stacks_in_8510 {
	margin-bottom: 0;
	
}

#stacks_in_8510 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8512 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8512 .label {
	
}

#stacks_in_8512 .label {
	font-weight: 700;
	
}

#stacks_in_8512 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8513 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8513 .label {
	
}

#stacks_in_8513 .label {
	font-weight: 700;
	
}

#stacks_in_8513 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5031 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5031 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5031 #stacks_in_5031-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5031 .close-stacks_in_5031-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_5031 .close-stacks_in_5031-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5031 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5031 .close-stacks_in_5031-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5031 .close-stacks_in_5031-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5031 .close-stacks_in_5031-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5031 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5031 .close-stacks_in_5031-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5031 .close-stacks_in_5031-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5031 .close-stacks_in_5031-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5031 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5031 .close-stacks_in_5031-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5031 .close-stacks_in_5031-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5031 .close-stacks_in_5031-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5031 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5033 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5033 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5033 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5033 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5033 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5034 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5034 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5034 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5034 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5034 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5035 {
      margin: 0px;
    }

    #stacks_in_5035 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5035 {
      margin: 0px;
    }

    #stacks_in_5035 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5035 {
      margin: 0px;
    }

    #stacks_in_5035 {
      padding: 0px;
    }


    

    
      #stacks_in_5035 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5035 {
      margin: 0px;
    }

    #stacks_in_5035 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5035 {
      margin: 0px;
    }

    #stacks_in_5035 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5035 {
      margin: 0px;
    }

    #stacks_in_5035 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5037 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5037 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_5037 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5037 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5039 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5039 p a,
#stacks_in_5039 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5039 p a:hover,
#stacks_in_5039 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5039 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5039 .paragraph a,
#stacks_in_5039 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5039 .paragraph a:hover,
#stacks_in_5039 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5039 p,
#stacks_in_5039 {
	margin-bottom: 0;
	
}

#stacks_in_5039 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5041 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5041 p a,
#stacks_in_5041 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5041 p a:hover,
#stacks_in_5041 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5041 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5041 .paragraph a,
#stacks_in_5041 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5041 .paragraph a:hover,
#stacks_in_5041 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5041 p,
#stacks_in_5041 {
	margin-bottom: 0;
	
}

#stacks_in_5041 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5043 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5043 .label {
	
}

#stacks_in_5043 .label {
	font-weight: 700;
	
}

#stacks_in_5043 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8292 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8292 .label {
	
}

#stacks_in_8292 .label {
	font-weight: 700;
	
}

#stacks_in_8292 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5061 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5061 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5061 #stacks_in_5061-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5061 .close-stacks_in_5061-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_5061 .close-stacks_in_5061-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5061 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5061 .close-stacks_in_5061-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5061 .close-stacks_in_5061-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5061 .close-stacks_in_5061-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5061 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5061 .close-stacks_in_5061-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5061 .close-stacks_in_5061-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5061 .close-stacks_in_5061-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5061 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5061 .close-stacks_in_5061-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5061 .close-stacks_in_5061-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5061 .close-stacks_in_5061-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5061 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5063 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5063 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5063 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5063 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5063 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5064 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5064 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5064 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5064 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5064 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5065 {
      margin: 0px;
    }

    #stacks_in_5065 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5065 {
      margin: 0px;
    }

    #stacks_in_5065 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5065 {
      margin: 0px;
    }

    #stacks_in_5065 {
      padding: 0px;
    }


    

    
      #stacks_in_5065 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5065 {
      margin: 0px;
    }

    #stacks_in_5065 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5065 {
      margin: 0px;
    }

    #stacks_in_5065 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5065 {
      margin: 0px;
    }

    #stacks_in_5065 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5067 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5067 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_5067 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5067 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5069 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5069 p a,
#stacks_in_5069 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5069 p a:hover,
#stacks_in_5069 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5069 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5069 .paragraph a,
#stacks_in_5069 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5069 .paragraph a:hover,
#stacks_in_5069 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5069 p,
#stacks_in_5069 {
	margin-bottom: 0;
	
}

#stacks_in_5069 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5071 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5071 p a,
#stacks_in_5071 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5071 p a:hover,
#stacks_in_5071 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5071 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5071 .paragraph a,
#stacks_in_5071 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5071 .paragraph a:hover,
#stacks_in_5071 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5071 p,
#stacks_in_5071 {
	margin-bottom: 0;
	
}

#stacks_in_5071 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5073 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5073 .label {
	
}

#stacks_in_5073 .label {
	font-weight: 700;
	
}

#stacks_in_5073 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8294 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8294 .label {
	
}

#stacks_in_8294 .label {
	font-weight: 700;
	
}

#stacks_in_8294 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5046 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5046 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5046 #stacks_in_5046-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5046 .close-stacks_in_5046-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_5046 .close-stacks_in_5046-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5046 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5046 .close-stacks_in_5046-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5046 .close-stacks_in_5046-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5046 .close-stacks_in_5046-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5046 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5046 .close-stacks_in_5046-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5046 .close-stacks_in_5046-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5046 .close-stacks_in_5046-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5046 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5046 .close-stacks_in_5046-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5046 .close-stacks_in_5046-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5046 .close-stacks_in_5046-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5046 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5048 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5048 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5048 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5048 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5048 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5049 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5049 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5049 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5049 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5049 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5050 {
      margin: 0px;
    }

    #stacks_in_5050 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5050 {
      margin: 0px;
    }

    #stacks_in_5050 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5050 {
      margin: 0px;
    }

    #stacks_in_5050 {
      padding: 0px;
    }


    

    
      #stacks_in_5050 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5050 {
      margin: 0px;
    }

    #stacks_in_5050 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5050 {
      margin: 0px;
    }

    #stacks_in_5050 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5050 {
      margin: 0px;
    }

    #stacks_in_5050 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5052 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5052 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_5052 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5052 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5054 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5054 p a,
#stacks_in_5054 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5054 p a:hover,
#stacks_in_5054 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5054 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5054 .paragraph a,
#stacks_in_5054 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5054 .paragraph a:hover,
#stacks_in_5054 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5054 p,
#stacks_in_5054 {
	margin-bottom: 0;
	
}

#stacks_in_5054 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5056 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5056 p a,
#stacks_in_5056 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5056 p a:hover,
#stacks_in_5056 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5056 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5056 .paragraph a,
#stacks_in_5056 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5056 .paragraph a:hover,
#stacks_in_5056 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5056 p,
#stacks_in_5056 {
	margin-bottom: 0;
	
}

#stacks_in_5056 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5058 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5058 .label {
	
}

#stacks_in_5058 .label {
	font-weight: 700;
	
}

#stacks_in_5058 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8293 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8293 .label {
	
}

#stacks_in_8293 .label {
	font-weight: 700;
	
}

#stacks_in_8293 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5106 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5106 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5106 #stacks_in_5106-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5106 .close-stacks_in_5106-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_5106 .close-stacks_in_5106-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5106 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5106 .close-stacks_in_5106-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5106 .close-stacks_in_5106-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5106 .close-stacks_in_5106-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5106 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5106 .close-stacks_in_5106-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5106 .close-stacks_in_5106-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5106 .close-stacks_in_5106-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5106 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5106 .close-stacks_in_5106-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5106 .close-stacks_in_5106-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5106 .close-stacks_in_5106-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5106 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5108 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5108 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5108 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5108 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5108 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5109 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5109 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5109 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5109 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5109 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5110 {
      margin: 0px;
    }

    #stacks_in_5110 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5110 {
      margin: 0px;
    }

    #stacks_in_5110 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5110 {
      margin: 0px;
    }

    #stacks_in_5110 {
      padding: 0px;
    }


    

    
      #stacks_in_5110 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5110 {
      margin: 0px;
    }

    #stacks_in_5110 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5110 {
      margin: 0px;
    }

    #stacks_in_5110 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5110 {
      margin: 0px;
    }

    #stacks_in_5110 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5112 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5112 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_5112 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5112 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5114 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5114 p a,
#stacks_in_5114 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5114 p a:hover,
#stacks_in_5114 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5114 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5114 .paragraph a,
#stacks_in_5114 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5114 .paragraph a:hover,
#stacks_in_5114 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5114 p,
#stacks_in_5114 {
	margin-bottom: 0;
	
}

#stacks_in_5114 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5116 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5116 p a,
#stacks_in_5116 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5116 p a:hover,
#stacks_in_5116 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5116 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5116 .paragraph a,
#stacks_in_5116 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5116 .paragraph a:hover,
#stacks_in_5116 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5116 p,
#stacks_in_5116 {
	margin-bottom: 0;
	
}

#stacks_in_5116 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5118 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5118 .label {
	
}

#stacks_in_5118 .label {
	font-weight: 700;
	
}

#stacks_in_5118 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8295 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8295 .label {
	
}

#stacks_in_8295 .label {
	font-weight: 700;
	
}

#stacks_in_8295 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8562 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8562 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8562 #stacks_in_8562-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8562 .close-stacks_in_8562-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_8562 .close-stacks_in_8562-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8562 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8562 .close-stacks_in_8562-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8562 .close-stacks_in_8562-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8562 .close-stacks_in_8562-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8562 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8562 .close-stacks_in_8562-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8562 .close-stacks_in_8562-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8562 .close-stacks_in_8562-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8562 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8562 .close-stacks_in_8562-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8562 .close-stacks_in_8562-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8562 .close-stacks_in_8562-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8562 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8564 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8564 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8564 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8564 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8564 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8565 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8565 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8565 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8565 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8565 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8566 {
      margin: 0px;
    }

    #stacks_in_8566 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8566 {
      margin: 0px;
    }

    #stacks_in_8566 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8566 {
      margin: 0px;
    }

    #stacks_in_8566 {
      padding: 0px;
    }


    

    
      #stacks_in_8566 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8566 {
      margin: 0px;
    }

    #stacks_in_8566 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8566 {
      margin: 0px;
    }

    #stacks_in_8566 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8566 {
      margin: 0px;
    }

    #stacks_in_8566 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8567 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8567 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_8567 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8567 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8569 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8569 p a,
#stacks_in_8569 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8569 p a:hover,
#stacks_in_8569 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8569 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8569 .paragraph a,
#stacks_in_8569 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8569 .paragraph a:hover,
#stacks_in_8569 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8569 p,
#stacks_in_8569 {
	margin-bottom: 0;
	
}

#stacks_in_8569 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8571 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8571 p a,
#stacks_in_8571 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8571 p a:hover,
#stacks_in_8571 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8571 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8571 .paragraph a,
#stacks_in_8571 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8571 .paragraph a:hover,
#stacks_in_8571 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8571 p,
#stacks_in_8571 {
	margin-bottom: 0;
	
}

#stacks_in_8571 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8573 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8573 .label {
	
}

#stacks_in_8573 .label {
	font-weight: 700;
	
}

#stacks_in_8573 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8574 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8574 .label {
	
}

#stacks_in_8574 .label {
	font-weight: 700;
	
}

#stacks_in_8574 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8546 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8546 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8546 #stacks_in_8546-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8546 .close-stacks_in_8546-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_8546 .close-stacks_in_8546-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8546 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8546 .close-stacks_in_8546-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8546 .close-stacks_in_8546-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8546 .close-stacks_in_8546-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8546 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8546 .close-stacks_in_8546-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8546 .close-stacks_in_8546-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8546 .close-stacks_in_8546-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8546 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8546 .close-stacks_in_8546-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8546 .close-stacks_in_8546-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8546 .close-stacks_in_8546-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8546 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8548 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8548 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8548 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8548 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8548 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8549 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8549 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8549 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8549 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8549 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8550 {
      margin: 0px;
    }

    #stacks_in_8550 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8550 {
      margin: 0px;
    }

    #stacks_in_8550 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8550 {
      margin: 0px;
    }

    #stacks_in_8550 {
      padding: 0px;
    }


    

    
      #stacks_in_8550 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8550 {
      margin: 0px;
    }

    #stacks_in_8550 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8550 {
      margin: 0px;
    }

    #stacks_in_8550 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8550 {
      margin: 0px;
    }

    #stacks_in_8550 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8551 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8551 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_8551 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8551 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8553 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8553 p a,
#stacks_in_8553 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8553 p a:hover,
#stacks_in_8553 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8553 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8553 .paragraph a,
#stacks_in_8553 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8553 .paragraph a:hover,
#stacks_in_8553 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8553 p,
#stacks_in_8553 {
	margin-bottom: 0;
	
}

#stacks_in_8553 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8555 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8555 p a,
#stacks_in_8555 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8555 p a:hover,
#stacks_in_8555 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8555 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8555 .paragraph a,
#stacks_in_8555 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8555 .paragraph a:hover,
#stacks_in_8555 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8555 p,
#stacks_in_8555 {
	margin-bottom: 0;
	
}

#stacks_in_8555 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8557 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8557 .label {
	
}

#stacks_in_8557 .label {
	font-weight: 700;
	
}

#stacks_in_8557 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8558 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8558 .label {
	
}

#stacks_in_8558 .label {
	font-weight: 700;
	
}

#stacks_in_8558 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7507 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7507 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7507 #stacks_in_7507-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7507 .close-stacks_in_7507-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_7507 .close-stacks_in_7507-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7507 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7507 .close-stacks_in_7507-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7507 .close-stacks_in_7507-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7507 .close-stacks_in_7507-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7507 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7507 .close-stacks_in_7507-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7507 .close-stacks_in_7507-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7507 .close-stacks_in_7507-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7507 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7507 .close-stacks_in_7507-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7507 .close-stacks_in_7507-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7507 .close-stacks_in_7507-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7507 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7509 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7509 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7509 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7509 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7509 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7510 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7510 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7510 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7510 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7510 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7511 {
      margin: 0px;
    }

    #stacks_in_7511 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7511 {
      margin: 0px;
    }

    #stacks_in_7511 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7511 {
      margin: 0px;
    }

    #stacks_in_7511 {
      padding: 0px;
    }


    

    
      #stacks_in_7511 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7511 {
      margin: 0px;
    }

    #stacks_in_7511 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7511 {
      margin: 0px;
    }

    #stacks_in_7511 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7511 {
      margin: 0px;
    }

    #stacks_in_7511 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7513 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7513 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_7513 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_7513 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7515 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7515 p a,
#stacks_in_7515 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7515 p a:hover,
#stacks_in_7515 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7515 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7515 .paragraph a,
#stacks_in_7515 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7515 .paragraph a:hover,
#stacks_in_7515 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7515 p,
#stacks_in_7515 {
	margin-bottom: 0;
	
}

#stacks_in_7515 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7517 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7517 p a,
#stacks_in_7517 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7517 p a:hover,
#stacks_in_7517 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7517 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7517 .paragraph a,
#stacks_in_7517 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7517 .paragraph a:hover,
#stacks_in_7517 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7517 p,
#stacks_in_7517 {
	margin-bottom: 0;
	
}

#stacks_in_7517 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7519 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7519 .label {
	
}

#stacks_in_7519 .label {
	font-weight: 700;
	
}

#stacks_in_7519 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8296 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8296 .label {
	
}

#stacks_in_8296 .label {
	font-weight: 700;
	
}

#stacks_in_8296 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8578 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8578 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8578 #stacks_in_8578-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8578 .close-stacks_in_8578-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_8578 .close-stacks_in_8578-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8578 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8578 .close-stacks_in_8578-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8578 .close-stacks_in_8578-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8578 .close-stacks_in_8578-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8578 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8578 .close-stacks_in_8578-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8578 .close-stacks_in_8578-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8578 .close-stacks_in_8578-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8578 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8578 .close-stacks_in_8578-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8578 .close-stacks_in_8578-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8578 .close-stacks_in_8578-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8578 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8580 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8580 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8580 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8580 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8580 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8581 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8581 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8581 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8581 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8581 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8582 {
      margin: 0px;
    }

    #stacks_in_8582 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8582 {
      margin: 0px;
    }

    #stacks_in_8582 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8582 {
      margin: 0px;
    }

    #stacks_in_8582 {
      padding: 0px;
    }


    

    
      #stacks_in_8582 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8582 {
      margin: 0px;
    }

    #stacks_in_8582 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8582 {
      margin: 0px;
    }

    #stacks_in_8582 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8582 {
      margin: 0px;
    }

    #stacks_in_8582 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8583 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8583 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_8583 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8583 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8585 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8585 p a,
#stacks_in_8585 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8585 p a:hover,
#stacks_in_8585 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8585 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8585 .paragraph a,
#stacks_in_8585 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8585 .paragraph a:hover,
#stacks_in_8585 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8585 p,
#stacks_in_8585 {
	margin-bottom: 0;
	
}

#stacks_in_8585 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8587 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8587 p a,
#stacks_in_8587 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8587 p a:hover,
#stacks_in_8587 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8587 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8587 .paragraph a,
#stacks_in_8587 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8587 .paragraph a:hover,
#stacks_in_8587 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8587 p,
#stacks_in_8587 {
	margin-bottom: 0;
	
}

#stacks_in_8587 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8589 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8589 .label {
	
}

#stacks_in_8589 .label {
	font-weight: 700;
	
}

#stacks_in_8589 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8590 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8590 .label {
	
}

#stacks_in_8590 .label {
	font-weight: 700;
	
}

#stacks_in_8590 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5136 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5136 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5136 #stacks_in_5136-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5136 .close-stacks_in_5136-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_5136 .close-stacks_in_5136-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5136 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5136 .close-stacks_in_5136-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5136 .close-stacks_in_5136-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5136 .close-stacks_in_5136-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5136 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5136 .close-stacks_in_5136-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5136 .close-stacks_in_5136-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5136 .close-stacks_in_5136-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5136 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5136 .close-stacks_in_5136-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5136 .close-stacks_in_5136-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5136 .close-stacks_in_5136-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5136 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5138 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5138 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5138 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5138 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5138 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5139 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5139 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5139 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5139 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5139 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5140 {
      margin: 0px;
    }

    #stacks_in_5140 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5140 {
      margin: 0px;
    }

    #stacks_in_5140 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5140 {
      margin: 0px;
    }

    #stacks_in_5140 {
      padding: 0px;
    }


    

    
      #stacks_in_5140 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5140 {
      margin: 0px;
    }

    #stacks_in_5140 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5140 {
      margin: 0px;
    }

    #stacks_in_5140 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5140 {
      margin: 0px;
    }

    #stacks_in_5140 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5142 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5142 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_5142 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5142 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5144 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5144 p a,
#stacks_in_5144 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5144 p a:hover,
#stacks_in_5144 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5144 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5144 .paragraph a,
#stacks_in_5144 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5144 .paragraph a:hover,
#stacks_in_5144 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5144 p,
#stacks_in_5144 {
	margin-bottom: 0;
	
}

#stacks_in_5144 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5146 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5146 p a,
#stacks_in_5146 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5146 p a:hover,
#stacks_in_5146 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5146 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5146 .paragraph a,
#stacks_in_5146 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5146 .paragraph a:hover,
#stacks_in_5146 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5146 p,
#stacks_in_5146 {
	margin-bottom: 0;
	
}

#stacks_in_5146 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5148 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5148 .label {
	
}

#stacks_in_5148 .label {
	font-weight: 700;
	
}

#stacks_in_5148 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8298 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8298 .label {
	
}

#stacks_in_8298 .label {
	font-weight: 700;
	
}

#stacks_in_8298 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5151 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5151 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5151 #stacks_in_5151-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5151 .close-stacks_in_5151-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_5151 .close-stacks_in_5151-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5151 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5151 .close-stacks_in_5151-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5151 .close-stacks_in_5151-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5151 .close-stacks_in_5151-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5151 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5151 .close-stacks_in_5151-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5151 .close-stacks_in_5151-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5151 .close-stacks_in_5151-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5151 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5151 .close-stacks_in_5151-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5151 .close-stacks_in_5151-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5151 .close-stacks_in_5151-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5151 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5153 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5153 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5153 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5153 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5153 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5154 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5154 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5154 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5154 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5154 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5155 {
      margin: 0px;
    }

    #stacks_in_5155 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5155 {
      margin: 0px;
    }

    #stacks_in_5155 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5155 {
      margin: 0px;
    }

    #stacks_in_5155 {
      padding: 0px;
    }


    

    
      #stacks_in_5155 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5155 {
      margin: 0px;
    }

    #stacks_in_5155 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5155 {
      margin: 0px;
    }

    #stacks_in_5155 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5155 {
      margin: 0px;
    }

    #stacks_in_5155 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5157 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5157 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_5157 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5157 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5159 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5159 p a,
#stacks_in_5159 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5159 p a:hover,
#stacks_in_5159 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5159 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5159 .paragraph a,
#stacks_in_5159 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5159 .paragraph a:hover,
#stacks_in_5159 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5159 p,
#stacks_in_5159 {
	margin-bottom: 0;
	
}

#stacks_in_5159 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5161 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5161 p a,
#stacks_in_5161 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5161 p a:hover,
#stacks_in_5161 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5161 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5161 .paragraph a,
#stacks_in_5161 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5161 .paragraph a:hover,
#stacks_in_5161 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5161 p,
#stacks_in_5161 {
	margin-bottom: 0;
	
}

#stacks_in_5161 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5163 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5163 .label {
	
}

#stacks_in_5163 .label {
	font-weight: 700;
	
}

#stacks_in_5163 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8299 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8299 .label {
	
}

#stacks_in_8299 .label {
	font-weight: 700;
	
}

#stacks_in_8299 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5166 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5166 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5166 #stacks_in_5166-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5166 .close-stacks_in_5166-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_5166 .close-stacks_in_5166-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5166 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5166 .close-stacks_in_5166-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5166 .close-stacks_in_5166-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5166 .close-stacks_in_5166-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5166 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5166 .close-stacks_in_5166-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5166 .close-stacks_in_5166-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5166 .close-stacks_in_5166-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5166 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5166 .close-stacks_in_5166-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5166 .close-stacks_in_5166-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5166 .close-stacks_in_5166-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5166 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5168 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5168 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5168 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5168 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5168 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5169 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5169 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5169 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5169 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5169 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5170 {
      margin: 0px;
    }

    #stacks_in_5170 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5170 {
      margin: 0px;
    }

    #stacks_in_5170 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5170 {
      margin: 0px;
    }

    #stacks_in_5170 {
      padding: 0px;
    }


    

    
      #stacks_in_5170 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5170 {
      margin: 0px;
    }

    #stacks_in_5170 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5170 {
      margin: 0px;
    }

    #stacks_in_5170 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5170 {
      margin: 0px;
    }

    #stacks_in_5170 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5172 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5172 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_5172 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5172 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5174 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5174 p a,
#stacks_in_5174 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5174 p a:hover,
#stacks_in_5174 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5174 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5174 .paragraph a,
#stacks_in_5174 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5174 .paragraph a:hover,
#stacks_in_5174 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5174 p,
#stacks_in_5174 {
	margin-bottom: 0;
	
}

#stacks_in_5174 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5176 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5176 p a,
#stacks_in_5176 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5176 p a:hover,
#stacks_in_5176 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5176 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5176 .paragraph a,
#stacks_in_5176 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5176 .paragraph a:hover,
#stacks_in_5176 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5176 p,
#stacks_in_5176 {
	margin-bottom: 0;
	
}

#stacks_in_5176 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5178 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5178 .label {
	
}

#stacks_in_5178 .label {
	font-weight: 700;
	
}

#stacks_in_5178 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8300 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8300 .label {
	
}

#stacks_in_8300 .label {
	font-weight: 700;
	
}

#stacks_in_8300 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5196 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5196 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5196 #stacks_in_5196-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5196 .close-stacks_in_5196-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_5196 .close-stacks_in_5196-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5196 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5196 .close-stacks_in_5196-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5196 .close-stacks_in_5196-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5196 .close-stacks_in_5196-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5196 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5196 .close-stacks_in_5196-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5196 .close-stacks_in_5196-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5196 .close-stacks_in_5196-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5196 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5196 .close-stacks_in_5196-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5196 .close-stacks_in_5196-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5196 .close-stacks_in_5196-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5196 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5198 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5198 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5198 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5198 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5198 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5199 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5199 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5200 {
      margin: 0px;
    }

    #stacks_in_5200 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5200 {
      margin: 0px;
    }

    #stacks_in_5200 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5200 {
      margin: 0px;
    }

    #stacks_in_5200 {
      padding: 0px;
    }


    

    
      #stacks_in_5200 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5200 {
      margin: 0px;
    }

    #stacks_in_5200 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5200 {
      margin: 0px;
    }

    #stacks_in_5200 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5200 {
      margin: 0px;
    }

    #stacks_in_5200 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5202 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5202 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_5202 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5202 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5204 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5204 p a,
#stacks_in_5204 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5204 p a:hover,
#stacks_in_5204 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5204 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5204 .paragraph a,
#stacks_in_5204 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5204 .paragraph a:hover,
#stacks_in_5204 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5204 p,
#stacks_in_5204 {
	margin-bottom: 0;
	
}

#stacks_in_5204 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5206 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5206 p a,
#stacks_in_5206 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5206 p a:hover,
#stacks_in_5206 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5206 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5206 .paragraph a,
#stacks_in_5206 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5206 .paragraph a:hover,
#stacks_in_5206 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5206 p,
#stacks_in_5206 {
	margin-bottom: 0;
	
}

#stacks_in_5206 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5208 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5208 .label {
	
}

#stacks_in_5208 .label {
	font-weight: 700;
	
}

#stacks_in_5208 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8302 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8302 .label {
	
}

#stacks_in_8302 .label {
	font-weight: 700;
	
}

#stacks_in_8302 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5211 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5211 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5211 #stacks_in_5211-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5211 .close-stacks_in_5211-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_5211 .close-stacks_in_5211-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5211 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5211 .close-stacks_in_5211-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5211 .close-stacks_in_5211-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5211 .close-stacks_in_5211-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5211 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5211 .close-stacks_in_5211-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5211 .close-stacks_in_5211-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5211 .close-stacks_in_5211-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5211 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5211 .close-stacks_in_5211-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5211 .close-stacks_in_5211-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5211 .close-stacks_in_5211-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5211 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5213 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5213 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5213 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5213 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5213 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5214 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5214 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5214 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5214 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5214 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5215 {
      margin: 0px;
    }

    #stacks_in_5215 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5215 {
      margin: 0px;
    }

    #stacks_in_5215 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5215 {
      margin: 0px;
    }

    #stacks_in_5215 {
      padding: 0px;
    }


    

    
      #stacks_in_5215 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5215 {
      margin: 0px;
    }

    #stacks_in_5215 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5215 {
      margin: 0px;
    }

    #stacks_in_5215 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5215 {
      margin: 0px;
    }

    #stacks_in_5215 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5217 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5217 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_5217 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5217 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5219 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5219 p a,
#stacks_in_5219 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5219 p a:hover,
#stacks_in_5219 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5219 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5219 .paragraph a,
#stacks_in_5219 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5219 .paragraph a:hover,
#stacks_in_5219 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5219 p,
#stacks_in_5219 {
	margin-bottom: 0;
	
}

#stacks_in_5219 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5221 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5221 p a,
#stacks_in_5221 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5221 p a:hover,
#stacks_in_5221 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5221 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5221 .paragraph a,
#stacks_in_5221 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5221 .paragraph a:hover,
#stacks_in_5221 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5221 p,
#stacks_in_5221 {
	margin-bottom: 0;
	
}

#stacks_in_5221 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5223 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5223 .label {
	
}

#stacks_in_5223 .label {
	font-weight: 700;
	
}

#stacks_in_5223 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8303 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8303 .label {
	
}

#stacks_in_8303 .label {
	font-weight: 700;
	
}

#stacks_in_8303 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5226 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5226 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5226 #stacks_in_5226-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5226 .close-stacks_in_5226-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_5226 .close-stacks_in_5226-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5226 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5226 .close-stacks_in_5226-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5226 .close-stacks_in_5226-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5226 .close-stacks_in_5226-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5226 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5226 .close-stacks_in_5226-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5226 .close-stacks_in_5226-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5226 .close-stacks_in_5226-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5226 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5226 .close-stacks_in_5226-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5226 .close-stacks_in_5226-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5226 .close-stacks_in_5226-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5226 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5228 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5228 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5229 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5229 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5229 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5229 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5229 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5230 {
      margin: 0px;
    }

    #stacks_in_5230 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5230 {
      margin: 0px;
    }

    #stacks_in_5230 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5230 {
      margin: 0px;
    }

    #stacks_in_5230 {
      padding: 0px;
    }


    

    
      #stacks_in_5230 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5230 {
      margin: 0px;
    }

    #stacks_in_5230 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5230 {
      margin: 0px;
    }

    #stacks_in_5230 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5230 {
      margin: 0px;
    }

    #stacks_in_5230 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5232 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5232 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_5232 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5232 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5234 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5234 p a,
#stacks_in_5234 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5234 p a:hover,
#stacks_in_5234 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5234 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5234 .paragraph a,
#stacks_in_5234 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5234 .paragraph a:hover,
#stacks_in_5234 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5234 p,
#stacks_in_5234 {
	margin-bottom: 0;
	
}

#stacks_in_5234 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5236 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5236 p a,
#stacks_in_5236 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5236 p a:hover,
#stacks_in_5236 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5236 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5236 .paragraph a,
#stacks_in_5236 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5236 .paragraph a:hover,
#stacks_in_5236 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5236 p,
#stacks_in_5236 {
	margin-bottom: 0;
	
}

#stacks_in_5236 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5238 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5238 .label {
	
}

#stacks_in_5238 .label {
	font-weight: 700;
	
}

#stacks_in_5238 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8304 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8304 .label {
	
}

#stacks_in_8304 .label {
	font-weight: 700;
	
}

#stacks_in_8304 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5241 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5241 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5241 #stacks_in_5241-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5241 .close-stacks_in_5241-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_5241 .close-stacks_in_5241-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5241 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5241 .close-stacks_in_5241-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5241 .close-stacks_in_5241-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5241 .close-stacks_in_5241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5241 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5241 .close-stacks_in_5241-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5241 .close-stacks_in_5241-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5241 .close-stacks_in_5241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5241 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5241 .close-stacks_in_5241-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5241 .close-stacks_in_5241-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5241 .close-stacks_in_5241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5241 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5243 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5243 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5244 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5244 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5245 {
      margin: 0px;
    }

    #stacks_in_5245 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5245 {
      margin: 0px;
    }

    #stacks_in_5245 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5245 {
      margin: 0px;
    }

    #stacks_in_5245 {
      padding: 0px;
    }


    

    
      #stacks_in_5245 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5245 {
      margin: 0px;
    }

    #stacks_in_5245 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5245 {
      margin: 0px;
    }

    #stacks_in_5245 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5245 {
      margin: 0px;
    }

    #stacks_in_5245 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5247 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5247 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_5247 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5247 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5249 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5249 p a,
#stacks_in_5249 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5249 p a:hover,
#stacks_in_5249 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5249 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5249 .paragraph a,
#stacks_in_5249 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5249 .paragraph a:hover,
#stacks_in_5249 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5249 p,
#stacks_in_5249 {
	margin-bottom: 0;
	
}

#stacks_in_5249 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5251 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5251 p a,
#stacks_in_5251 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5251 p a:hover,
#stacks_in_5251 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5251 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5251 .paragraph a,
#stacks_in_5251 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5251 .paragraph a:hover,
#stacks_in_5251 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5251 p,
#stacks_in_5251 {
	margin-bottom: 0;
	
}

#stacks_in_5251 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5253 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5253 .label {
	
}

#stacks_in_5253 .label {
	font-weight: 700;
	
}

#stacks_in_5253 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8305 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8305 .label {
	
}

#stacks_in_8305 .label {
	font-weight: 700;
	
}

#stacks_in_8305 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8925 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8925 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8925 #stacks_in_8925-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8925 .close-stacks_in_8925-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_8925 .close-stacks_in_8925-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8925 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8925 .close-stacks_in_8925-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8925 .close-stacks_in_8925-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8925 .close-stacks_in_8925-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8925 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8925 .close-stacks_in_8925-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8925 .close-stacks_in_8925-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8925 .close-stacks_in_8925-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8925 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8925 .close-stacks_in_8925-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8925 .close-stacks_in_8925-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8925 .close-stacks_in_8925-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8925 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8927 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8927 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8927 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8927 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8927 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8928 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8928 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8929 {
      margin: 0px;
    }

    #stacks_in_8929 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8929 {
      margin: 0px;
    }

    #stacks_in_8929 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8929 {
      margin: 0px;
    }

    #stacks_in_8929 {
      padding: 0px;
    }


    

    
      #stacks_in_8929 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8929 {
      margin: 0px;
    }

    #stacks_in_8929 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8929 {
      margin: 0px;
    }

    #stacks_in_8929 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8929 {
      margin: 0px;
    }

    #stacks_in_8929 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8930 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8930 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_8930 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8930 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8932 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8932 p a,
#stacks_in_8932 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8932 p a:hover,
#stacks_in_8932 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8932 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8932 .paragraph a,
#stacks_in_8932 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8932 .paragraph a:hover,
#stacks_in_8932 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8932 p,
#stacks_in_8932 {
	margin-bottom: 0;
	
}

#stacks_in_8932 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8934 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8934 p a,
#stacks_in_8934 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8934 p a:hover,
#stacks_in_8934 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8934 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8934 .paragraph a,
#stacks_in_8934 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8934 .paragraph a:hover,
#stacks_in_8934 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8934 p,
#stacks_in_8934 {
	margin-bottom: 0;
	
}

#stacks_in_8934 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8936 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8936 .label {
	
}

#stacks_in_8936 .label {
	font-weight: 700;
	
}

#stacks_in_8936 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8937 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8937 .label {
	
}

#stacks_in_8937 .label {
	font-weight: 700;
	
}

#stacks_in_8937 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8909 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8909 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8909 #stacks_in_8909-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8909 .close-stacks_in_8909-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_8909 .close-stacks_in_8909-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8909 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8909 .close-stacks_in_8909-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8909 .close-stacks_in_8909-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8909 .close-stacks_in_8909-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8909 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8909 .close-stacks_in_8909-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8909 .close-stacks_in_8909-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8909 .close-stacks_in_8909-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8909 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8909 .close-stacks_in_8909-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8909 .close-stacks_in_8909-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8909 .close-stacks_in_8909-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8909 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8911 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8911 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8912 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8912 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8913 {
      margin: 0px;
    }

    #stacks_in_8913 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8913 {
      margin: 0px;
    }

    #stacks_in_8913 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8913 {
      margin: 0px;
    }

    #stacks_in_8913 {
      padding: 0px;
    }


    

    
      #stacks_in_8913 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8913 {
      margin: 0px;
    }

    #stacks_in_8913 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8913 {
      margin: 0px;
    }

    #stacks_in_8913 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8913 {
      margin: 0px;
    }

    #stacks_in_8913 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8914 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8914 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_8914 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8914 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8916 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8916 p a,
#stacks_in_8916 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8916 p a:hover,
#stacks_in_8916 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8916 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8916 .paragraph a,
#stacks_in_8916 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8916 .paragraph a:hover,
#stacks_in_8916 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8916 p,
#stacks_in_8916 {
	margin-bottom: 0;
	
}

#stacks_in_8916 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8918 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8918 p a,
#stacks_in_8918 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8918 p a:hover,
#stacks_in_8918 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8918 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8918 .paragraph a,
#stacks_in_8918 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8918 .paragraph a:hover,
#stacks_in_8918 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8918 p,
#stacks_in_8918 {
	margin-bottom: 0;
	
}

#stacks_in_8918 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8920 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8920 .label {
	
}

#stacks_in_8920 .label {
	font-weight: 700;
	
}

#stacks_in_8920 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8921 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8921 .label {
	
}

#stacks_in_8921 .label {
	font-weight: 700;
	
}

#stacks_in_8921 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8893 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8893 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8893 #stacks_in_8893-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8893 .close-stacks_in_8893-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_8893 .close-stacks_in_8893-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8893 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8893 .close-stacks_in_8893-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8893 .close-stacks_in_8893-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8893 .close-stacks_in_8893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8893 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8893 .close-stacks_in_8893-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8893 .close-stacks_in_8893-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8893 .close-stacks_in_8893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8893 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8893 .close-stacks_in_8893-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8893 .close-stacks_in_8893-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8893 .close-stacks_in_8893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8893 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8895 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8895 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8896 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8896 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8897 {
      margin: 0px;
    }

    #stacks_in_8897 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8897 {
      margin: 0px;
    }

    #stacks_in_8897 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8897 {
      margin: 0px;
    }

    #stacks_in_8897 {
      padding: 0px;
    }


    

    
      #stacks_in_8897 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8897 {
      margin: 0px;
    }

    #stacks_in_8897 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8897 {
      margin: 0px;
    }

    #stacks_in_8897 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8897 {
      margin: 0px;
    }

    #stacks_in_8897 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8898 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8898 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_8898 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8898 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8900 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8900 p a,
#stacks_in_8900 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8900 p a:hover,
#stacks_in_8900 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8900 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8900 .paragraph a,
#stacks_in_8900 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8900 .paragraph a:hover,
#stacks_in_8900 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8900 p,
#stacks_in_8900 {
	margin-bottom: 0;
	
}

#stacks_in_8900 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8902 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8902 p a,
#stacks_in_8902 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8902 p a:hover,
#stacks_in_8902 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8902 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8902 .paragraph a,
#stacks_in_8902 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8902 .paragraph a:hover,
#stacks_in_8902 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8902 p,
#stacks_in_8902 {
	margin-bottom: 0;
	
}

#stacks_in_8902 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8904 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8904 .label {
	
}

#stacks_in_8904 .label {
	font-weight: 700;
	
}

#stacks_in_8904 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8905 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8905 .label {
	
}

#stacks_in_8905 .label {
	font-weight: 700;
	
}

#stacks_in_8905 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8468 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8468 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8468 #stacks_in_8468-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8468 .close-stacks_in_8468-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_8468 .close-stacks_in_8468-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8468 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8468 .close-stacks_in_8468-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8468 .close-stacks_in_8468-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8468 .close-stacks_in_8468-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8468 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8468 .close-stacks_in_8468-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8468 .close-stacks_in_8468-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8468 .close-stacks_in_8468-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8468 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8468 .close-stacks_in_8468-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8468 .close-stacks_in_8468-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8468 .close-stacks_in_8468-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8468 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8470 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8470 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8470 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8470 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8470 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8471 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8471 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8471 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8471 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8471 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8472 {
      margin: 0px;
    }

    #stacks_in_8472 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8472 {
      margin: 0px;
    }

    #stacks_in_8472 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8472 {
      margin: 0px;
    }

    #stacks_in_8472 {
      padding: 0px;
    }


    

    
      #stacks_in_8472 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8472 {
      margin: 0px;
    }

    #stacks_in_8472 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8472 {
      margin: 0px;
    }

    #stacks_in_8472 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8472 {
      margin: 0px;
    }

    #stacks_in_8472 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8473 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8473 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_8473 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8473 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8475 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8475 p a,
#stacks_in_8475 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8475 p a:hover,
#stacks_in_8475 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8475 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8475 .paragraph a,
#stacks_in_8475 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8475 .paragraph a:hover,
#stacks_in_8475 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8475 p,
#stacks_in_8475 {
	margin-bottom: 0;
	
}

#stacks_in_8475 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8477 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8477 p a,
#stacks_in_8477 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8477 p a:hover,
#stacks_in_8477 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8477 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8477 .paragraph a,
#stacks_in_8477 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8477 .paragraph a:hover,
#stacks_in_8477 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8477 p,
#stacks_in_8477 {
	margin-bottom: 0;
	
}

#stacks_in_8477 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8479 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8479 .label {
	
}

#stacks_in_8479 .label {
	font-weight: 700;
	
}

#stacks_in_8479 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8480 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8480 .label {
	
}

#stacks_in_8480 .label {
	font-weight: 700;
	
}

#stacks_in_8480 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5271 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5271 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5271 #stacks_in_5271-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5271 .close-stacks_in_5271-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_5271 .close-stacks_in_5271-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5271 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5271 .close-stacks_in_5271-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5271 .close-stacks_in_5271-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5271 .close-stacks_in_5271-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5271 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5271 .close-stacks_in_5271-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5271 .close-stacks_in_5271-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5271 .close-stacks_in_5271-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5271 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5271 .close-stacks_in_5271-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5271 .close-stacks_in_5271-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5271 .close-stacks_in_5271-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5271 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5273 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5273 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5273 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5273 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5273 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5274 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5274 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5274 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5274 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5274 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5275 {
      margin: 0px;
    }

    #stacks_in_5275 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5275 {
      margin: 0px;
    }

    #stacks_in_5275 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5275 {
      margin: 0px;
    }

    #stacks_in_5275 {
      padding: 0px;
    }


    

    
      #stacks_in_5275 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5275 {
      margin: 0px;
    }

    #stacks_in_5275 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5275 {
      margin: 0px;
    }

    #stacks_in_5275 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5275 {
      margin: 0px;
    }

    #stacks_in_5275 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5277 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5277 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_5277 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5277 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5279 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5279 p a,
#stacks_in_5279 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5279 p a:hover,
#stacks_in_5279 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5279 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5279 .paragraph a,
#stacks_in_5279 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5279 .paragraph a:hover,
#stacks_in_5279 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5279 p,
#stacks_in_5279 {
	margin-bottom: 0;
	
}

#stacks_in_5279 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5281 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5281 p a,
#stacks_in_5281 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5281 p a:hover,
#stacks_in_5281 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5281 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5281 .paragraph a,
#stacks_in_5281 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5281 .paragraph a:hover,
#stacks_in_5281 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5281 p,
#stacks_in_5281 {
	margin-bottom: 0;
	
}

#stacks_in_5281 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5283 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5283 .label {
	
}

#stacks_in_5283 .label {
	font-weight: 700;
	
}

#stacks_in_5283 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8306 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8306 .label {
	
}

#stacks_in_8306 .label {
	font-weight: 700;
	
}

#stacks_in_8306 {
	padding: 0px 0px 0px 10px;
}


#stacks_in_4412 h5 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_4412 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_4412 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}






#stacks_in_4412 {
	background-color: rgba(34, 106, 145, 1.00);
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}



	#stacks_in_2289 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2289 .anchor {
	font-size: 24px;
	line-height: 24px;
}




#stacks_in_5323 {
	border: solid rgba(34, 106, 145, 1.00);
	border-width: 0px 2px 2px 2px;
	-moz-border-radius: 0px 0px 0px 20px;
	-webkit-border-radius: 0px 0px 0px 20px;
	border-radius: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_5327 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5327 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5327 #stacks_in_5327-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5327 .close-stacks_in_5327-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_5327 .close-stacks_in_5327-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5327 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5327 .close-stacks_in_5327-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5327 .close-stacks_in_5327-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5327 .close-stacks_in_5327-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5327 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5327 .close-stacks_in_5327-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5327 .close-stacks_in_5327-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5327 .close-stacks_in_5327-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5327 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5327 .close-stacks_in_5327-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5327 .close-stacks_in_5327-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5327 .close-stacks_in_5327-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5327 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5329 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5329 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5329 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5329 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5329 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5330 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5330 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5330 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5330 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5330 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5331 {
      margin: 0px;
    }

    #stacks_in_5331 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5331 {
      margin: 0px;
    }

    #stacks_in_5331 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5331 {
      margin: 0px;
    }

    #stacks_in_5331 {
      padding: 0px;
    }


    

    
      #stacks_in_5331 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5331 {
      margin: 0px;
    }

    #stacks_in_5331 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5331 {
      margin: 0px;
    }

    #stacks_in_5331 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5331 {
      margin: 0px;
    }

    #stacks_in_5331 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5333 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5333 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_5333 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5333 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5335 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5335 p a,
#stacks_in_5335 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5335 p a:hover,
#stacks_in_5335 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5335 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5335 .paragraph a,
#stacks_in_5335 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5335 .paragraph a:hover,
#stacks_in_5335 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5335 p,
#stacks_in_5335 {
	margin-bottom: 0;
	
}

#stacks_in_5335 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5337 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5337 p a,
#stacks_in_5337 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5337 p a:hover,
#stacks_in_5337 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5337 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5337 .paragraph a,
#stacks_in_5337 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5337 .paragraph a:hover,
#stacks_in_5337 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5337 p,
#stacks_in_5337 {
	margin-bottom: 0;
	
}

#stacks_in_5337 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5339 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5339 .label {
	
}

#stacks_in_5339 .label {
	font-weight: 700;
	
}

#stacks_in_5339 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8307 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8307 .label {
	
}

#stacks_in_8307 .label {
	font-weight: 700;
	
}

#stacks_in_8307 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5342 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5342 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5342 #stacks_in_5342-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5342 .close-stacks_in_5342-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_5342 .close-stacks_in_5342-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5342 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5342 .close-stacks_in_5342-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5342 .close-stacks_in_5342-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5342 .close-stacks_in_5342-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5342 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5342 .close-stacks_in_5342-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5342 .close-stacks_in_5342-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5342 .close-stacks_in_5342-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5342 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5342 .close-stacks_in_5342-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5342 .close-stacks_in_5342-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5342 .close-stacks_in_5342-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5342 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5344 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5344 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5344 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5344 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5344 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5345 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5345 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5345 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5345 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5345 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5346 {
      margin: 0px;
    }

    #stacks_in_5346 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5346 {
      margin: 0px;
    }

    #stacks_in_5346 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5346 {
      margin: 0px;
    }

    #stacks_in_5346 {
      padding: 0px;
    }


    

    
      #stacks_in_5346 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5346 {
      margin: 0px;
    }

    #stacks_in_5346 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5346 {
      margin: 0px;
    }

    #stacks_in_5346 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5346 {
      margin: 0px;
    }

    #stacks_in_5346 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5348 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5348 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_5348 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5348 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5350 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5350 p a,
#stacks_in_5350 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5350 p a:hover,
#stacks_in_5350 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5350 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5350 .paragraph a,
#stacks_in_5350 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5350 .paragraph a:hover,
#stacks_in_5350 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5350 p,
#stacks_in_5350 {
	margin-bottom: 0;
	
}

#stacks_in_5350 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5352 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5352 p a,
#stacks_in_5352 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5352 p a:hover,
#stacks_in_5352 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5352 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5352 .paragraph a,
#stacks_in_5352 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5352 .paragraph a:hover,
#stacks_in_5352 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5352 p,
#stacks_in_5352 {
	margin-bottom: 0;
	
}

#stacks_in_5352 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5354 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5354 .label {
	
}

#stacks_in_5354 .label {
	font-weight: 700;
	
}

#stacks_in_5354 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8308 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8308 .label {
	
}

#stacks_in_8308 .label {
	font-weight: 700;
	
}

#stacks_in_8308 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5357 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5357 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5357 #stacks_in_5357-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5357 .close-stacks_in_5357-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_5357 .close-stacks_in_5357-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5357 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5357 .close-stacks_in_5357-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5357 .close-stacks_in_5357-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5357 .close-stacks_in_5357-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5357 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5357 .close-stacks_in_5357-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5357 .close-stacks_in_5357-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5357 .close-stacks_in_5357-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5357 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5357 .close-stacks_in_5357-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5357 .close-stacks_in_5357-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5357 .close-stacks_in_5357-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5357 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5359 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5359 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5359 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5359 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5359 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5360 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5360 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5361 {
      margin: 0px;
    }

    #stacks_in_5361 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5361 {
      margin: 0px;
    }

    #stacks_in_5361 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5361 {
      margin: 0px;
    }

    #stacks_in_5361 {
      padding: 0px;
    }


    

    
      #stacks_in_5361 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5361 {
      margin: 0px;
    }

    #stacks_in_5361 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5361 {
      margin: 0px;
    }

    #stacks_in_5361 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5361 {
      margin: 0px;
    }

    #stacks_in_5361 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5363 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5363 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_5363 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5363 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5365 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5365 p a,
#stacks_in_5365 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5365 p a:hover,
#stacks_in_5365 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5365 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5365 .paragraph a,
#stacks_in_5365 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5365 .paragraph a:hover,
#stacks_in_5365 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5365 p,
#stacks_in_5365 {
	margin-bottom: 0;
	
}

#stacks_in_5365 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5367 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5367 p a,
#stacks_in_5367 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5367 p a:hover,
#stacks_in_5367 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5367 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5367 .paragraph a,
#stacks_in_5367 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5367 .paragraph a:hover,
#stacks_in_5367 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5367 p,
#stacks_in_5367 {
	margin-bottom: 0;
	
}

#stacks_in_5367 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5369 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5369 .label {
	
}

#stacks_in_5369 .label {
	font-weight: 700;
	
}

#stacks_in_5369 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8309 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8309 .label {
	
}

#stacks_in_8309 .label {
	font-weight: 700;
	
}

#stacks_in_8309 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5372 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5372 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5372 #stacks_in_5372-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5372 .close-stacks_in_5372-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_5372 .close-stacks_in_5372-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5372 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5372 .close-stacks_in_5372-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5372 .close-stacks_in_5372-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5372 .close-stacks_in_5372-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5372 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5372 .close-stacks_in_5372-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5372 .close-stacks_in_5372-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5372 .close-stacks_in_5372-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5372 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5372 .close-stacks_in_5372-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5372 .close-stacks_in_5372-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5372 .close-stacks_in_5372-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5372 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5374 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5374 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5374 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5374 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5374 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5375 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5375 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5375 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5375 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5375 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5376 {
      margin: 0px;
    }

    #stacks_in_5376 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5376 {
      margin: 0px;
    }

    #stacks_in_5376 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5376 {
      margin: 0px;
    }

    #stacks_in_5376 {
      padding: 0px;
    }


    

    
      #stacks_in_5376 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5376 {
      margin: 0px;
    }

    #stacks_in_5376 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5376 {
      margin: 0px;
    }

    #stacks_in_5376 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5376 {
      margin: 0px;
    }

    #stacks_in_5376 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5378 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5378 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_5378 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5378 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5380 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5380 p a,
#stacks_in_5380 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5380 p a:hover,
#stacks_in_5380 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5380 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5380 .paragraph a,
#stacks_in_5380 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5380 .paragraph a:hover,
#stacks_in_5380 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5380 p,
#stacks_in_5380 {
	margin-bottom: 0;
	
}

#stacks_in_5380 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5382 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5382 p a,
#stacks_in_5382 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5382 p a:hover,
#stacks_in_5382 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5382 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5382 .paragraph a,
#stacks_in_5382 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5382 .paragraph a:hover,
#stacks_in_5382 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5382 p,
#stacks_in_5382 {
	margin-bottom: 0;
	
}

#stacks_in_5382 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5384 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5384 .label {
	
}

#stacks_in_5384 .label {
	font-weight: 700;
	
}

#stacks_in_5384 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8310 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8310 .label {
	
}

#stacks_in_8310 .label {
	font-weight: 700;
	
}

#stacks_in_8310 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5402 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_5402 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5402 #stacks_in_5402-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5402 .close-stacks_in_5402-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_5402 .close-stacks_in_5402-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5402 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5402 .close-stacks_in_5402-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5402 .close-stacks_in_5402-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5402 .close-stacks_in_5402-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5402 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5402 .close-stacks_in_5402-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5402 .close-stacks_in_5402-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5402 .close-stacks_in_5402-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5402 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5402 .close-stacks_in_5402-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5402 .close-stacks_in_5402-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5402 .close-stacks_in_5402-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5402 .mega-modal-content {
		padding-top: 100px;
	}	
}

#stacks_in_5402 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}


#stacks_in_5404 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5404 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5404 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5404 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5404 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5405 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5405 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5405 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5405 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5405 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5406 {
      margin: 0px;
    }

    #stacks_in_5406 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5406 {
      margin: 0px;
    }

    #stacks_in_5406 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5406 {
      margin: 0px;
    }

    #stacks_in_5406 {
      padding: 0px;
    }


    

    
      #stacks_in_5406 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5406 {
      margin: 0px;
    }

    #stacks_in_5406 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5406 {
      margin: 0px;
    }

    #stacks_in_5406 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5406 {
      margin: 0px;
    }

    #stacks_in_5406 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5408 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5408 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_5408 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5408 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5410 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5410 p a,
#stacks_in_5410 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5410 p a:hover,
#stacks_in_5410 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5410 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5410 .paragraph a,
#stacks_in_5410 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5410 .paragraph a:hover,
#stacks_in_5410 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5410 p,
#stacks_in_5410 {
	margin-bottom: 0;
	
}

#stacks_in_5410 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5412 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5412 p a,
#stacks_in_5412 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5412 p a:hover,
#stacks_in_5412 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5412 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5412 .paragraph a,
#stacks_in_5412 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5412 .paragraph a:hover,
#stacks_in_5412 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5412 p,
#stacks_in_5412 {
	margin-bottom: 0;
	
}

#stacks_in_5412 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5414 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5414 .label {
	
}

#stacks_in_5414 .label {
	font-weight: 700;
	
}

#stacks_in_5414 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8311 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8311 .label {
	
}

#stacks_in_8311 .label {
	font-weight: 700;
	
}

#stacks_in_8311 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5447 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5447 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5447 #stacks_in_5447-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5447 .close-stacks_in_5447-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_5447 .close-stacks_in_5447-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5447 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5447 .close-stacks_in_5447-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5447 .close-stacks_in_5447-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5447 .close-stacks_in_5447-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5447 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5447 .close-stacks_in_5447-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5447 .close-stacks_in_5447-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5447 .close-stacks_in_5447-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5447 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5447 .close-stacks_in_5447-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5447 .close-stacks_in_5447-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5447 .close-stacks_in_5447-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5447 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5449 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5449 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5449 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5449 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5449 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5450 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5450 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5450 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5450 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5450 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5451 {
      margin: 0px;
    }

    #stacks_in_5451 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5451 {
      margin: 0px;
    }

    #stacks_in_5451 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5451 {
      margin: 0px;
    }

    #stacks_in_5451 {
      padding: 0px;
    }


    

    
      #stacks_in_5451 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5451 {
      margin: 0px;
    }

    #stacks_in_5451 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5451 {
      margin: 0px;
    }

    #stacks_in_5451 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5451 {
      margin: 0px;
    }

    #stacks_in_5451 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5453 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5453 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_5453 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5453 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5455 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5455 p a,
#stacks_in_5455 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5455 p a:hover,
#stacks_in_5455 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5455 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5455 .paragraph a,
#stacks_in_5455 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5455 .paragraph a:hover,
#stacks_in_5455 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5455 p,
#stacks_in_5455 {
	margin-bottom: 0;
	
}

#stacks_in_5455 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5457 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5457 p a,
#stacks_in_5457 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5457 p a:hover,
#stacks_in_5457 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5457 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5457 .paragraph a,
#stacks_in_5457 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5457 .paragraph a:hover,
#stacks_in_5457 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5457 p,
#stacks_in_5457 {
	margin-bottom: 0;
	
}

#stacks_in_5457 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5459 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5459 .label {
	
}

#stacks_in_5459 .label {
	font-weight: 700;
	
}

#stacks_in_5459 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8312 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8312 .label {
	
}

#stacks_in_8312 .label {
	font-weight: 700;
	
}

#stacks_in_8312 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5477 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5477 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5477 #stacks_in_5477-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5477 .close-stacks_in_5477-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_5477 .close-stacks_in_5477-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5477 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5477 .close-stacks_in_5477-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5477 .close-stacks_in_5477-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5477 .close-stacks_in_5477-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5477 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5477 .close-stacks_in_5477-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5477 .close-stacks_in_5477-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5477 .close-stacks_in_5477-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5477 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5477 .close-stacks_in_5477-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5477 .close-stacks_in_5477-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5477 .close-stacks_in_5477-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5477 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5479 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5479 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5479 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5479 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5479 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5480 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5480 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5480 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5480 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5480 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5481 {
      margin: 0px;
    }

    #stacks_in_5481 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5481 {
      margin: 0px;
    }

    #stacks_in_5481 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5481 {
      margin: 0px;
    }

    #stacks_in_5481 {
      padding: 0px;
    }


    

    
      #stacks_in_5481 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5481 {
      margin: 0px;
    }

    #stacks_in_5481 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5481 {
      margin: 0px;
    }

    #stacks_in_5481 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5481 {
      margin: 0px;
    }

    #stacks_in_5481 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5483 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5483 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_5483 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5483 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5485 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5485 p a,
#stacks_in_5485 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5485 p a:hover,
#stacks_in_5485 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5485 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5485 .paragraph a,
#stacks_in_5485 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5485 .paragraph a:hover,
#stacks_in_5485 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5485 p,
#stacks_in_5485 {
	margin-bottom: 0;
	
}

#stacks_in_5485 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5487 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5487 p a,
#stacks_in_5487 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5487 p a:hover,
#stacks_in_5487 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5487 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5487 .paragraph a,
#stacks_in_5487 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5487 .paragraph a:hover,
#stacks_in_5487 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5487 p,
#stacks_in_5487 {
	margin-bottom: 0;
	
}

#stacks_in_5487 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5489 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5489 .label {
	
}

#stacks_in_5489 .label {
	font-weight: 700;
	
}

#stacks_in_5489 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8313 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8313 .label {
	
}

#stacks_in_8313 .label {
	font-weight: 700;
	
}

#stacks_in_8313 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5492 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5492 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5492 #stacks_in_5492-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5492 .close-stacks_in_5492-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_5492 .close-stacks_in_5492-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5492 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5492 .close-stacks_in_5492-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5492 .close-stacks_in_5492-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5492 .close-stacks_in_5492-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5492 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5492 .close-stacks_in_5492-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5492 .close-stacks_in_5492-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5492 .close-stacks_in_5492-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5492 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5492 .close-stacks_in_5492-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5492 .close-stacks_in_5492-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5492 .close-stacks_in_5492-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5492 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5494 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5494 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5494 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5494 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5494 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5495 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5495 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5495 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5495 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5495 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5496 {
      margin: 0px;
    }

    #stacks_in_5496 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5496 {
      margin: 0px;
    }

    #stacks_in_5496 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5496 {
      margin: 0px;
    }

    #stacks_in_5496 {
      padding: 0px;
    }


    

    
      #stacks_in_5496 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5496 {
      margin: 0px;
    }

    #stacks_in_5496 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5496 {
      margin: 0px;
    }

    #stacks_in_5496 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5496 {
      margin: 0px;
    }

    #stacks_in_5496 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5498 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5498 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_5498 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5498 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5500 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5500 p a,
#stacks_in_5500 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5500 p a:hover,
#stacks_in_5500 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5500 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5500 .paragraph a,
#stacks_in_5500 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5500 .paragraph a:hover,
#stacks_in_5500 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5500 p,
#stacks_in_5500 {
	margin-bottom: 0;
	
}

#stacks_in_5500 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5502 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5502 p a,
#stacks_in_5502 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5502 p a:hover,
#stacks_in_5502 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5502 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5502 .paragraph a,
#stacks_in_5502 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5502 .paragraph a:hover,
#stacks_in_5502 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5502 p,
#stacks_in_5502 {
	margin-bottom: 0;
	
}

#stacks_in_5502 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5504 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5504 .label {
	
}

#stacks_in_5504 .label {
	font-weight: 700;
	
}

#stacks_in_5504 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8314 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8314 .label {
	
}

#stacks_in_8314 .label {
	font-weight: 700;
	
}

#stacks_in_8314 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5507 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5507 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5507 #stacks_in_5507-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5507 .close-stacks_in_5507-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_5507 .close-stacks_in_5507-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5507 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5507 .close-stacks_in_5507-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5507 .close-stacks_in_5507-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5507 .close-stacks_in_5507-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5507 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5507 .close-stacks_in_5507-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5507 .close-stacks_in_5507-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5507 .close-stacks_in_5507-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5507 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5507 .close-stacks_in_5507-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5507 .close-stacks_in_5507-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5507 .close-stacks_in_5507-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5507 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5509 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5509 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5509 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5509 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5509 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5510 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5510 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5510 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5510 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5510 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5511 {
      margin: 0px;
    }

    #stacks_in_5511 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5511 {
      margin: 0px;
    }

    #stacks_in_5511 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5511 {
      margin: 0px;
    }

    #stacks_in_5511 {
      padding: 0px;
    }


    

    
      #stacks_in_5511 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5511 {
      margin: 0px;
    }

    #stacks_in_5511 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5511 {
      margin: 0px;
    }

    #stacks_in_5511 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5511 {
      margin: 0px;
    }

    #stacks_in_5511 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5513 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5513 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_5513 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5513 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5515 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5515 p a,
#stacks_in_5515 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5515 p a:hover,
#stacks_in_5515 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5515 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5515 .paragraph a,
#stacks_in_5515 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5515 .paragraph a:hover,
#stacks_in_5515 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5515 p,
#stacks_in_5515 {
	margin-bottom: 0;
	
}

#stacks_in_5515 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5517 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5517 p a,
#stacks_in_5517 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5517 p a:hover,
#stacks_in_5517 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5517 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5517 .paragraph a,
#stacks_in_5517 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5517 .paragraph a:hover,
#stacks_in_5517 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5517 p,
#stacks_in_5517 {
	margin-bottom: 0;
	
}

#stacks_in_5517 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5519 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5519 .label {
	
}

#stacks_in_5519 .label {
	font-weight: 700;
	
}

#stacks_in_5519 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8315 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8315 .label {
	
}

#stacks_in_8315 .label {
	font-weight: 700;
	
}

#stacks_in_8315 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5522 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5522 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5522 #stacks_in_5522-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5522 .close-stacks_in_5522-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_5522 .close-stacks_in_5522-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5522 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5522 .close-stacks_in_5522-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5522 .close-stacks_in_5522-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5522 .close-stacks_in_5522-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5522 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5522 .close-stacks_in_5522-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5522 .close-stacks_in_5522-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5522 .close-stacks_in_5522-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5522 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5522 .close-stacks_in_5522-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5522 .close-stacks_in_5522-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5522 .close-stacks_in_5522-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5522 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5524 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5524 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5524 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5524 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5524 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5525 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5525 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5525 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5525 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5525 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5526 {
      margin: 0px;
    }

    #stacks_in_5526 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5526 {
      margin: 0px;
    }

    #stacks_in_5526 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5526 {
      margin: 0px;
    }

    #stacks_in_5526 {
      padding: 0px;
    }


    

    
      #stacks_in_5526 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5526 {
      margin: 0px;
    }

    #stacks_in_5526 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5526 {
      margin: 0px;
    }

    #stacks_in_5526 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5526 {
      margin: 0px;
    }

    #stacks_in_5526 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5528 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5528 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_5528 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5528 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5530 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5530 p a,
#stacks_in_5530 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5530 p a:hover,
#stacks_in_5530 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5530 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5530 .paragraph a,
#stacks_in_5530 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5530 .paragraph a:hover,
#stacks_in_5530 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5530 p,
#stacks_in_5530 {
	margin-bottom: 0;
	
}

#stacks_in_5530 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5532 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5532 p a,
#stacks_in_5532 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5532 p a:hover,
#stacks_in_5532 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5532 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5532 .paragraph a,
#stacks_in_5532 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5532 .paragraph a:hover,
#stacks_in_5532 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5532 p,
#stacks_in_5532 {
	margin-bottom: 0;
	
}

#stacks_in_5532 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5534 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5534 .label {
	
}

#stacks_in_5534 .label {
	font-weight: 700;
	
}

#stacks_in_5534 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8316 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8316 .label {
	
}

#stacks_in_8316 .label {
	font-weight: 700;
	
}

#stacks_in_8316 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5537 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5537 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5537 #stacks_in_5537-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5537 .close-stacks_in_5537-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_5537 .close-stacks_in_5537-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5537 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5537 .close-stacks_in_5537-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5537 .close-stacks_in_5537-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5537 .close-stacks_in_5537-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5537 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5537 .close-stacks_in_5537-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5537 .close-stacks_in_5537-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5537 .close-stacks_in_5537-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5537 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5537 .close-stacks_in_5537-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5537 .close-stacks_in_5537-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5537 .close-stacks_in_5537-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5537 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5539 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5539 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5539 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5539 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5539 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5540 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5540 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5541 {
      margin: 0px;
    }

    #stacks_in_5541 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5541 {
      margin: 0px;
    }

    #stacks_in_5541 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5541 {
      margin: 0px;
    }

    #stacks_in_5541 {
      padding: 0px;
    }


    

    
      #stacks_in_5541 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5541 {
      margin: 0px;
    }

    #stacks_in_5541 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5541 {
      margin: 0px;
    }

    #stacks_in_5541 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5541 {
      margin: 0px;
    }

    #stacks_in_5541 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5543 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5543 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_5543 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5543 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5545 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5545 p a,
#stacks_in_5545 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5545 p a:hover,
#stacks_in_5545 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5545 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5545 .paragraph a,
#stacks_in_5545 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5545 .paragraph a:hover,
#stacks_in_5545 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5545 p,
#stacks_in_5545 {
	margin-bottom: 0;
	
}

#stacks_in_5545 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5547 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5547 p a,
#stacks_in_5547 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5547 p a:hover,
#stacks_in_5547 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5547 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5547 .paragraph a,
#stacks_in_5547 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5547 .paragraph a:hover,
#stacks_in_5547 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5547 p,
#stacks_in_5547 {
	margin-bottom: 0;
	
}

#stacks_in_5547 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5549 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5549 .label {
	
}

#stacks_in_5549 .label {
	font-weight: 700;
	
}

#stacks_in_5549 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8317 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8317 .label {
	
}

#stacks_in_8317 .label {
	font-weight: 700;
	
}

#stacks_in_8317 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5582 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_5582 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5582 #stacks_in_5582-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5582 .close-stacks_in_5582-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_5582 .close-stacks_in_5582-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5582 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5582 .close-stacks_in_5582-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5582 .close-stacks_in_5582-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5582 .close-stacks_in_5582-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5582 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5582 .close-stacks_in_5582-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5582 .close-stacks_in_5582-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5582 .close-stacks_in_5582-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5582 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5582 .close-stacks_in_5582-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5582 .close-stacks_in_5582-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5582 .close-stacks_in_5582-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5582 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5584 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5584 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5584 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5584 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5584 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5585 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5585 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5585 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5585 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5585 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5586 {
      margin: 0px;
    }

    #stacks_in_5586 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5586 {
      margin: 0px;
    }

    #stacks_in_5586 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5586 {
      margin: 0px;
    }

    #stacks_in_5586 {
      padding: 0px;
    }


    

    
      #stacks_in_5586 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5586 {
      margin: 0px;
    }

    #stacks_in_5586 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5586 {
      margin: 0px;
    }

    #stacks_in_5586 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5586 {
      margin: 0px;
    }

    #stacks_in_5586 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5588 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5588 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_5588 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5588 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5590 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5590 p a,
#stacks_in_5590 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5590 p a:hover,
#stacks_in_5590 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5590 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5590 .paragraph a,
#stacks_in_5590 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5590 .paragraph a:hover,
#stacks_in_5590 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5590 p,
#stacks_in_5590 {
	margin-bottom: 0;
	
}

#stacks_in_5590 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5592 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5592 p a,
#stacks_in_5592 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5592 p a:hover,
#stacks_in_5592 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5592 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5592 .paragraph a,
#stacks_in_5592 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5592 .paragraph a:hover,
#stacks_in_5592 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5592 p,
#stacks_in_5592 {
	margin-bottom: 0;
	
}

#stacks_in_5592 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5594 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5594 .label {
	
}

#stacks_in_5594 .label {
	font-weight: 700;
	
}

#stacks_in_5594 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8318 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8318 .label {
	
}

#stacks_in_8318 .label {
	font-weight: 700;
	
}

#stacks_in_8318 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8615 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8615 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8615 #stacks_in_8615-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8615 .close-stacks_in_8615-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_8615 .close-stacks_in_8615-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8615 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8615 .close-stacks_in_8615-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8615 .close-stacks_in_8615-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8615 .close-stacks_in_8615-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8615 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8615 .close-stacks_in_8615-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8615 .close-stacks_in_8615-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8615 .close-stacks_in_8615-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8615 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8615 .close-stacks_in_8615-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8615 .close-stacks_in_8615-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8615 .close-stacks_in_8615-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8615 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8617 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8617 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8617 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8617 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8617 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8618 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8618 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8618 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8618 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8618 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8619 {
      margin: 0px;
    }

    #stacks_in_8619 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8619 {
      margin: 0px;
    }

    #stacks_in_8619 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8619 {
      margin: 0px;
    }

    #stacks_in_8619 {
      padding: 0px;
    }


    

    
      #stacks_in_8619 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8619 {
      margin: 0px;
    }

    #stacks_in_8619 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8619 {
      margin: 0px;
    }

    #stacks_in_8619 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8619 {
      margin: 0px;
    }

    #stacks_in_8619 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8620 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8620 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_8620 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8620 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8622 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8622 p a,
#stacks_in_8622 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8622 p a:hover,
#stacks_in_8622 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8622 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8622 .paragraph a,
#stacks_in_8622 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8622 .paragraph a:hover,
#stacks_in_8622 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8622 p,
#stacks_in_8622 {
	margin-bottom: 0;
	
}

#stacks_in_8622 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8624 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8624 p a,
#stacks_in_8624 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8624 p a:hover,
#stacks_in_8624 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8624 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8624 .paragraph a,
#stacks_in_8624 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8624 .paragraph a:hover,
#stacks_in_8624 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8624 p,
#stacks_in_8624 {
	margin-bottom: 0;
	
}

#stacks_in_8624 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8626 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8626 .label {
	
}

#stacks_in_8626 .label {
	font-weight: 700;
	
}

#stacks_in_8626 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8630 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8630 .label {
	
}

#stacks_in_8630 .label {
	font-weight: 700;
	
}

#stacks_in_8630 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8976 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8976 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8976 #stacks_in_8976-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8976 .close-stacks_in_8976-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_8976 .close-stacks_in_8976-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8976 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8976 .close-stacks_in_8976-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8976 .close-stacks_in_8976-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8976 .close-stacks_in_8976-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8976 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8976 .close-stacks_in_8976-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8976 .close-stacks_in_8976-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8976 .close-stacks_in_8976-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8976 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8976 .close-stacks_in_8976-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8976 .close-stacks_in_8976-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8976 .close-stacks_in_8976-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8976 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8978 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8978 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8978 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8978 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8978 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8979 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8979 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8980 {
      margin: 0px;
    }

    #stacks_in_8980 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8980 {
      margin: 0px;
    }

    #stacks_in_8980 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8980 {
      margin: 0px;
    }

    #stacks_in_8980 {
      padding: 0px;
    }


    

    
      #stacks_in_8980 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8980 {
      margin: 0px;
    }

    #stacks_in_8980 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8980 {
      margin: 0px;
    }

    #stacks_in_8980 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8980 {
      margin: 0px;
    }

    #stacks_in_8980 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8981 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8981 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_8981 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8981 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8983 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8983 p a,
#stacks_in_8983 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8983 p a:hover,
#stacks_in_8983 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8983 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8983 .paragraph a,
#stacks_in_8983 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8983 .paragraph a:hover,
#stacks_in_8983 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8983 p,
#stacks_in_8983 {
	margin-bottom: 0;
	
}

#stacks_in_8983 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8985 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8985 p a,
#stacks_in_8985 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8985 p a:hover,
#stacks_in_8985 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8985 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8985 .paragraph a,
#stacks_in_8985 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8985 .paragraph a:hover,
#stacks_in_8985 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8985 p,
#stacks_in_8985 {
	margin-bottom: 0;
	
}

#stacks_in_8985 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8987 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8987 .label {
	
}

#stacks_in_8987 .label {
	font-weight: 700;
	
}

#stacks_in_8987 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8988 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8988 .label {
	
}

#stacks_in_8988 .label {
	font-weight: 700;
	
}

#stacks_in_8988 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8960 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8960 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8960 #stacks_in_8960-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8960 .close-stacks_in_8960-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_8960 .close-stacks_in_8960-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8960 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8960 .close-stacks_in_8960-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8960 .close-stacks_in_8960-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8960 .close-stacks_in_8960-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8960 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8960 .close-stacks_in_8960-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8960 .close-stacks_in_8960-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8960 .close-stacks_in_8960-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8960 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8960 .close-stacks_in_8960-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8960 .close-stacks_in_8960-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8960 .close-stacks_in_8960-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8960 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8962 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8962 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8962 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8962 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8962 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8963 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8963 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8964 {
      margin: 0px;
    }

    #stacks_in_8964 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8964 {
      margin: 0px;
    }

    #stacks_in_8964 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8964 {
      margin: 0px;
    }

    #stacks_in_8964 {
      padding: 0px;
    }


    

    
      #stacks_in_8964 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8964 {
      margin: 0px;
    }

    #stacks_in_8964 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8964 {
      margin: 0px;
    }

    #stacks_in_8964 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8964 {
      margin: 0px;
    }

    #stacks_in_8964 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8965 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8965 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_8965 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8965 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8967 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8967 p a,
#stacks_in_8967 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8967 p a:hover,
#stacks_in_8967 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8967 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8967 .paragraph a,
#stacks_in_8967 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8967 .paragraph a:hover,
#stacks_in_8967 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8967 p,
#stacks_in_8967 {
	margin-bottom: 0;
	
}

#stacks_in_8967 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8969 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8969 p a,
#stacks_in_8969 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8969 p a:hover,
#stacks_in_8969 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8969 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8969 .paragraph a,
#stacks_in_8969 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8969 .paragraph a:hover,
#stacks_in_8969 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8969 p,
#stacks_in_8969 {
	margin-bottom: 0;
	
}

#stacks_in_8969 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8971 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8971 .label {
	
}

#stacks_in_8971 .label {
	font-weight: 700;
	
}

#stacks_in_8971 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8972 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8972 .label {
	
}

#stacks_in_8972 .label {
	font-weight: 700;
	
}

#stacks_in_8972 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8944 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8944 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8944 #stacks_in_8944-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8944 .close-stacks_in_8944-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_8944 .close-stacks_in_8944-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8944 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8944 .close-stacks_in_8944-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8944 .close-stacks_in_8944-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8944 .close-stacks_in_8944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8944 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8944 .close-stacks_in_8944-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8944 .close-stacks_in_8944-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8944 .close-stacks_in_8944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8944 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8944 .close-stacks_in_8944-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8944 .close-stacks_in_8944-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8944 .close-stacks_in_8944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8944 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8946 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8946 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8947 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8947 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8948 {
      margin: 0px;
    }

    #stacks_in_8948 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8948 {
      margin: 0px;
    }

    #stacks_in_8948 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8948 {
      margin: 0px;
    }

    #stacks_in_8948 {
      padding: 0px;
    }


    

    
      #stacks_in_8948 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8948 {
      margin: 0px;
    }

    #stacks_in_8948 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8948 {
      margin: 0px;
    }

    #stacks_in_8948 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8948 {
      margin: 0px;
    }

    #stacks_in_8948 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8949 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8949 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_8949 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8949 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8951 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8951 p a,
#stacks_in_8951 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8951 p a:hover,
#stacks_in_8951 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8951 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8951 .paragraph a,
#stacks_in_8951 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8951 .paragraph a:hover,
#stacks_in_8951 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8951 p,
#stacks_in_8951 {
	margin-bottom: 0;
	
}

#stacks_in_8951 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8953 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8953 p a,
#stacks_in_8953 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8953 p a:hover,
#stacks_in_8953 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8953 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8953 .paragraph a,
#stacks_in_8953 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8953 .paragraph a:hover,
#stacks_in_8953 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8953 p,
#stacks_in_8953 {
	margin-bottom: 0;
	
}

#stacks_in_8953 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8955 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8955 .label {
	
}

#stacks_in_8955 .label {
	font-weight: 700;
	
}

#stacks_in_8955 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8956 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8956 .label {
	
}

#stacks_in_8956 .label {
	font-weight: 700;
	
}

#stacks_in_8956 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5612 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5612 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5612 #stacks_in_5612-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5612 .close-stacks_in_5612-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_5612 .close-stacks_in_5612-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5612 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5612 .close-stacks_in_5612-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5612 .close-stacks_in_5612-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5612 .close-stacks_in_5612-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5612 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5612 .close-stacks_in_5612-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5612 .close-stacks_in_5612-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5612 .close-stacks_in_5612-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5612 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5612 .close-stacks_in_5612-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5612 .close-stacks_in_5612-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5612 .close-stacks_in_5612-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5612 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5614 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5614 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5614 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5614 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5614 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5615 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5615 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5615 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5615 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5615 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5616 {
      margin: 0px;
    }

    #stacks_in_5616 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5616 {
      margin: 0px;
    }

    #stacks_in_5616 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5616 {
      margin: 0px;
    }

    #stacks_in_5616 {
      padding: 0px;
    }


    

    
      #stacks_in_5616 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5616 {
      margin: 0px;
    }

    #stacks_in_5616 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5616 {
      margin: 0px;
    }

    #stacks_in_5616 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5616 {
      margin: 0px;
    }

    #stacks_in_5616 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5618 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5618 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_5618 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5618 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5620 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5620 p a,
#stacks_in_5620 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5620 p a:hover,
#stacks_in_5620 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5620 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5620 .paragraph a,
#stacks_in_5620 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5620 .paragraph a:hover,
#stacks_in_5620 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5620 p,
#stacks_in_5620 {
	margin-bottom: 0;
	
}

#stacks_in_5620 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5622 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5622 p a,
#stacks_in_5622 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5622 p a:hover,
#stacks_in_5622 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5622 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5622 .paragraph a,
#stacks_in_5622 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5622 .paragraph a:hover,
#stacks_in_5622 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5622 p,
#stacks_in_5622 {
	margin-bottom: 0;
	
}

#stacks_in_5622 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5624 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5624 .label {
	
}

#stacks_in_5624 .label {
	font-weight: 700;
	
}

#stacks_in_5624 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8320 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8320 .label {
	
}

#stacks_in_8320 .label {
	font-weight: 700;
	
}

#stacks_in_8320 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8650 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8650 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8650 #stacks_in_8650-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8650 .close-stacks_in_8650-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_8650 .close-stacks_in_8650-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8650 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8650 .close-stacks_in_8650-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8650 .close-stacks_in_8650-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8650 .close-stacks_in_8650-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8650 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8650 .close-stacks_in_8650-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8650 .close-stacks_in_8650-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8650 .close-stacks_in_8650-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8650 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8650 .close-stacks_in_8650-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8650 .close-stacks_in_8650-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8650 .close-stacks_in_8650-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8650 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8652 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8652 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8653 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8653 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8653 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8653 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8653 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8654 {
      margin: 0px;
    }

    #stacks_in_8654 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8654 {
      margin: 0px;
    }

    #stacks_in_8654 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8654 {
      margin: 0px;
    }

    #stacks_in_8654 {
      padding: 0px;
    }


    

    
      #stacks_in_8654 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8654 {
      margin: 0px;
    }

    #stacks_in_8654 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8654 {
      margin: 0px;
    }

    #stacks_in_8654 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8654 {
      margin: 0px;
    }

    #stacks_in_8654 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8655 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8655 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_8655 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8655 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8657 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8657 p a,
#stacks_in_8657 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8657 p a:hover,
#stacks_in_8657 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8657 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8657 .paragraph a,
#stacks_in_8657 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8657 .paragraph a:hover,
#stacks_in_8657 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8657 p,
#stacks_in_8657 {
	margin-bottom: 0;
	
}

#stacks_in_8657 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8659 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8659 p a,
#stacks_in_8659 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8659 p a:hover,
#stacks_in_8659 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8659 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8659 .paragraph a,
#stacks_in_8659 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8659 .paragraph a:hover,
#stacks_in_8659 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8659 p,
#stacks_in_8659 {
	margin-bottom: 0;
	
}

#stacks_in_8659 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8661 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8661 .label {
	
}

#stacks_in_8661 .label {
	font-weight: 700;
	
}

#stacks_in_8661 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8662 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8662 .label {
	
}

#stacks_in_8662 .label {
	font-weight: 700;
	
}

#stacks_in_8662 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8632 {
      margin: 0px;
    }

    #stacks_in_8632 {
      padding: 0px;
    }

    
      #stacks_in_8632 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8632 {
      margin: 0px;
    }

    #stacks_in_8632 {
      padding: 0px;
    }

    
      #stacks_in_8632 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8632 {
      margin: 0px;
    }

    #stacks_in_8632 {
      padding: 0px;
    }


    
      #stacks_in_8632 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8632 {
      margin: 0px;
    }

    #stacks_in_8632 {
      padding: 0px;
    }


    
      #stacks_in_8632 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8632 {
      margin: 0px;
    }

    #stacks_in_8632 {
      padding: 0px;
    }


    
      #stacks_in_8632 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8632 {
      margin: 0px;
    }

    #stacks_in_8632 {
      padding: 0px;
    }


    
      #stacks_in_8632 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8633 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8633 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8633 #stacks_in_8633-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8633 .close-stacks_in_8633-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_8633 .close-stacks_in_8633-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8633 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8633 .close-stacks_in_8633-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8633 .close-stacks_in_8633-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8633 .close-stacks_in_8633-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8633 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8633 .close-stacks_in_8633-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8633 .close-stacks_in_8633-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8633 .close-stacks_in_8633-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8633 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8633 .close-stacks_in_8633-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8633 .close-stacks_in_8633-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8633 .close-stacks_in_8633-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8633 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8635 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8635 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8635 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8635 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8635 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8636 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8636 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8636 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8636 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8636 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8637 {
      margin: 0px;
    }

    #stacks_in_8637 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8637 {
      margin: 0px;
    }

    #stacks_in_8637 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8637 {
      margin: 0px;
    }

    #stacks_in_8637 {
      padding: 0px;
    }


    

    
      #stacks_in_8637 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8637 {
      margin: 0px;
    }

    #stacks_in_8637 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8637 {
      margin: 0px;
    }

    #stacks_in_8637 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8637 {
      margin: 0px;
    }

    #stacks_in_8637 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8638 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8638 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_8638 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8638 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8640 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8640 p a,
#stacks_in_8640 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8640 p a:hover,
#stacks_in_8640 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8640 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8640 .paragraph a,
#stacks_in_8640 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8640 .paragraph a:hover,
#stacks_in_8640 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8640 p,
#stacks_in_8640 {
	margin-bottom: 0;
	
}

#stacks_in_8640 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8642 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8642 p a,
#stacks_in_8642 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8642 p a:hover,
#stacks_in_8642 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8642 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8642 .paragraph a,
#stacks_in_8642 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8642 .paragraph a:hover,
#stacks_in_8642 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8642 p,
#stacks_in_8642 {
	margin-bottom: 0;
	
}

#stacks_in_8642 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8644 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8644 .label {
	
}

#stacks_in_8644 .label {
	font-weight: 700;
	
}

#stacks_in_8644 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8645 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8645 .label {
	
}

#stacks_in_8645 .label {
	font-weight: 700;
	
}

#stacks_in_8645 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8219 {
      margin: 0px;
    }

    #stacks_in_8219 {
      padding: 0px;
    }

    
      #stacks_in_8219 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8219 {
      margin: 0px;
    }

    #stacks_in_8219 {
      padding: 0px;
    }

    
      #stacks_in_8219 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8219 {
      margin: 0px;
    }

    #stacks_in_8219 {
      padding: 0px;
    }


    
      #stacks_in_8219 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8219 {
      margin: 0px;
    }

    #stacks_in_8219 {
      padding: 0px;
    }


    
      #stacks_in_8219 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8219 {
      margin: 0px;
    }

    #stacks_in_8219 {
      padding: 0px;
    }


    
      #stacks_in_8219 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8219 {
      margin: 0px;
    }

    #stacks_in_8219 {
      padding: 0px;
    }


    
      #stacks_in_8219 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8221 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8221 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8221 #stacks_in_8221-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8221 .close-stacks_in_8221-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_8221 .close-stacks_in_8221-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8221 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8221 .close-stacks_in_8221-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8221 .close-stacks_in_8221-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8221 .close-stacks_in_8221-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8221 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8221 .close-stacks_in_8221-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8221 .close-stacks_in_8221-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8221 .close-stacks_in_8221-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8221 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8221 .close-stacks_in_8221-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8221 .close-stacks_in_8221-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8221 .close-stacks_in_8221-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8221 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8223 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8223 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8223 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8223 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8223 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8224 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8224 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8224 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8224 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8224 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8225 {
      margin: 0px;
    }

    #stacks_in_8225 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8225 {
      margin: 0px;
    }

    #stacks_in_8225 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8225 {
      margin: 0px;
    }

    #stacks_in_8225 {
      padding: 0px;
    }


    

    
      #stacks_in_8225 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8225 {
      margin: 0px;
    }

    #stacks_in_8225 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8225 {
      margin: 0px;
    }

    #stacks_in_8225 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8225 {
      margin: 0px;
    }

    #stacks_in_8225 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8227 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8227 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_8227 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8227 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8229 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8229 p a,
#stacks_in_8229 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8229 p a:hover,
#stacks_in_8229 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8229 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8229 .paragraph a,
#stacks_in_8229 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8229 .paragraph a:hover,
#stacks_in_8229 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8229 p,
#stacks_in_8229 {
	margin-bottom: 0;
	
}

#stacks_in_8229 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8231 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8231 p a,
#stacks_in_8231 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8231 p a:hover,
#stacks_in_8231 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8231 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8231 .paragraph a,
#stacks_in_8231 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8231 .paragraph a:hover,
#stacks_in_8231 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8231 p,
#stacks_in_8231 {
	margin-bottom: 0;
	
}

#stacks_in_8231 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8233 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8233 .label {
	
}

#stacks_in_8233 .label {
	font-weight: 700;
	
}

#stacks_in_8233 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8322 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8322 .label {
	
}

#stacks_in_8322 .label {
	font-weight: 700;
	
}

#stacks_in_8322 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8597 {
      margin: 0px;
    }

    #stacks_in_8597 {
      padding: 0px;
    }

    
      #stacks_in_8597 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8597 {
      margin: 0px;
    }

    #stacks_in_8597 {
      padding: 0px;
    }

    
      #stacks_in_8597 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8597 {
      margin: 0px;
    }

    #stacks_in_8597 {
      padding: 0px;
    }


    
      #stacks_in_8597 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8597 {
      margin: 0px;
    }

    #stacks_in_8597 {
      padding: 0px;
    }


    
      #stacks_in_8597 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8597 {
      margin: 0px;
    }

    #stacks_in_8597 {
      padding: 0px;
    }


    
      #stacks_in_8597 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8597 {
      margin: 0px;
    }

    #stacks_in_8597 {
      padding: 0px;
    }


    
      #stacks_in_8597 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8598 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8598 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8598 #stacks_in_8598-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8598 .close-stacks_in_8598-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_8598 .close-stacks_in_8598-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8598 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8598 .close-stacks_in_8598-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8598 .close-stacks_in_8598-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8598 .close-stacks_in_8598-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8598 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8598 .close-stacks_in_8598-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8598 .close-stacks_in_8598-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8598 .close-stacks_in_8598-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8598 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8598 .close-stacks_in_8598-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8598 .close-stacks_in_8598-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8598 .close-stacks_in_8598-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8598 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8600 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8600 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8600 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8600 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8600 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8601 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8601 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8601 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8601 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8601 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8602 {
      margin: 0px;
    }

    #stacks_in_8602 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8602 {
      margin: 0px;
    }

    #stacks_in_8602 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8602 {
      margin: 0px;
    }

    #stacks_in_8602 {
      padding: 0px;
    }


    

    
      #stacks_in_8602 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8602 {
      margin: 0px;
    }

    #stacks_in_8602 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8602 {
      margin: 0px;
    }

    #stacks_in_8602 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8602 {
      margin: 0px;
    }

    #stacks_in_8602 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8603 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8603 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_8603 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8603 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8605 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8605 p a,
#stacks_in_8605 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8605 p a:hover,
#stacks_in_8605 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8605 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8605 .paragraph a,
#stacks_in_8605 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8605 .paragraph a:hover,
#stacks_in_8605 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8605 p,
#stacks_in_8605 {
	margin-bottom: 0;
	
}

#stacks_in_8605 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8607 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8607 p a,
#stacks_in_8607 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8607 p a:hover,
#stacks_in_8607 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8607 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8607 .paragraph a,
#stacks_in_8607 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8607 .paragraph a:hover,
#stacks_in_8607 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8607 p,
#stacks_in_8607 {
	margin-bottom: 0;
	
}

#stacks_in_8607 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8609 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8609 .label {
	
}

#stacks_in_8609 .label {
	font-weight: 700;
	
}

#stacks_in_8609 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8610 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8610 .label {
	
}

#stacks_in_8610 .label {
	font-weight: 700;
	
}

#stacks_in_8610 {
	padding: 0px 0px 0px 10px;
}


#stacks_in_4416 h5 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_4416 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_4416 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}






#stacks_in_4416 {
	background-color: rgba(34, 106, 145, 1.00);
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}



	#stacks_in_2522 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2522 .anchor {
	font-size: 24px;
	line-height: 24px;
}




#stacks_in_5657 {
	border: solid rgba(34, 106, 145, 1.00);
	border-width: 0px 2px 2px 2px;
	-moz-border-radius: 0px 0px 0px 20px;
	-webkit-border-radius: 0px 0px 0px 20px;
	border-radius: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}




@media only screen {
   
    #stacks_in_6919 {
      margin: 0px;
    }

    #stacks_in_6919 {
      padding: 0px;
    }

    
      #stacks_in_6919 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6919 {
      margin: 0px;
    }

    #stacks_in_6919 {
      padding: 0px;
    }

    
      #stacks_in_6919 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6919 {
      margin: 0px;
    }

    #stacks_in_6919 {
      padding: 0px;
    }


    
      #stacks_in_6919 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6919 {
      margin: 0px;
    }

    #stacks_in_6919 {
      padding: 0px;
    }


    
      #stacks_in_6919 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6919 {
      margin: 0px;
    }

    #stacks_in_6919 {
      padding: 0px;
    }


    
      #stacks_in_6919 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6919 {
      margin: 0px;
    }

    #stacks_in_6919 {
      padding: 0px;
    }


    
      #stacks_in_6919 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_5661 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5661 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5661 #stacks_in_5661-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5661 .close-stacks_in_5661-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_5661 .close-stacks_in_5661-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5661 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5661 .close-stacks_in_5661-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5661 .close-stacks_in_5661-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5661 .close-stacks_in_5661-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5661 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5661 .close-stacks_in_5661-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5661 .close-stacks_in_5661-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5661 .close-stacks_in_5661-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5661 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5661 .close-stacks_in_5661-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5661 .close-stacks_in_5661-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5661 .close-stacks_in_5661-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5661 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5663 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5663 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5663 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5663 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5663 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5664 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5664 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5664 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5664 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5664 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5665 {
      margin: 0px;
    }

    #stacks_in_5665 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5665 {
      margin: 0px;
    }

    #stacks_in_5665 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5665 {
      margin: 0px;
    }

    #stacks_in_5665 {
      padding: 0px;
    }


    

    
      #stacks_in_5665 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5665 {
      margin: 0px;
    }

    #stacks_in_5665 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5665 {
      margin: 0px;
    }

    #stacks_in_5665 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5665 {
      margin: 0px;
    }

    #stacks_in_5665 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5667 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5667 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_5667 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5667 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5669 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5669 p a,
#stacks_in_5669 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5669 p a:hover,
#stacks_in_5669 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5669 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5669 .paragraph a,
#stacks_in_5669 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5669 .paragraph a:hover,
#stacks_in_5669 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5669 p,
#stacks_in_5669 {
	margin-bottom: 0;
	
}

#stacks_in_5669 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5671 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5671 p a,
#stacks_in_5671 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5671 p a:hover,
#stacks_in_5671 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5671 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5671 .paragraph a,
#stacks_in_5671 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5671 .paragraph a:hover,
#stacks_in_5671 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5671 p,
#stacks_in_5671 {
	margin-bottom: 0;
	
}

#stacks_in_5671 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5673 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5673 .label {
	
}

#stacks_in_5673 .label {
	font-weight: 700;
	
}

#stacks_in_5673 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8323 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8323 .label {
	
}

#stacks_in_8323 .label {
	font-weight: 700;
	
}

#stacks_in_8323 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_6921 {
      margin: 0px;
    }

    #stacks_in_6921 {
      padding: 0px;
    }

    
      #stacks_in_6921 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6921 {
      margin: 0px;
    }

    #stacks_in_6921 {
      padding: 0px;
    }

    
      #stacks_in_6921 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6921 {
      margin: 0px;
    }

    #stacks_in_6921 {
      padding: 0px;
    }


    
      #stacks_in_6921 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6921 {
      margin: 0px;
    }

    #stacks_in_6921 {
      padding: 0px;
    }


    
      #stacks_in_6921 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6921 {
      margin: 0px;
    }

    #stacks_in_6921 {
      padding: 0px;
    }


    
      #stacks_in_6921 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6921 {
      margin: 0px;
    }

    #stacks_in_6921 {
      padding: 0px;
    }


    
      #stacks_in_6921 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_5676 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5676 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5676 #stacks_in_5676-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5676 .close-stacks_in_5676-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_5676 .close-stacks_in_5676-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5676 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5676 .close-stacks_in_5676-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5676 .close-stacks_in_5676-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5676 .close-stacks_in_5676-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5676 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5676 .close-stacks_in_5676-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5676 .close-stacks_in_5676-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5676 .close-stacks_in_5676-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5676 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5676 .close-stacks_in_5676-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5676 .close-stacks_in_5676-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5676 .close-stacks_in_5676-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5676 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5678 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5678 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5679 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5679 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5679 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5679 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5679 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5680 {
      margin: 0px;
    }

    #stacks_in_5680 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5680 {
      margin: 0px;
    }

    #stacks_in_5680 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5680 {
      margin: 0px;
    }

    #stacks_in_5680 {
      padding: 0px;
    }


    

    
      #stacks_in_5680 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5680 {
      margin: 0px;
    }

    #stacks_in_5680 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5680 {
      margin: 0px;
    }

    #stacks_in_5680 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5680 {
      margin: 0px;
    }

    #stacks_in_5680 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5682 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5682 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_5682 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5682 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5684 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5684 p a,
#stacks_in_5684 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5684 p a:hover,
#stacks_in_5684 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5684 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5684 .paragraph a,
#stacks_in_5684 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5684 .paragraph a:hover,
#stacks_in_5684 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5684 p,
#stacks_in_5684 {
	margin-bottom: 0;
	
}

#stacks_in_5684 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5686 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5686 p a,
#stacks_in_5686 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5686 p a:hover,
#stacks_in_5686 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5686 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5686 .paragraph a,
#stacks_in_5686 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5686 .paragraph a:hover,
#stacks_in_5686 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5686 p,
#stacks_in_5686 {
	margin-bottom: 0;
	
}

#stacks_in_5686 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5688 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5688 .label {
	
}

#stacks_in_5688 .label {
	font-weight: 700;
	
}

#stacks_in_5688 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8324 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8324 .label {
	
}

#stacks_in_8324 .label {
	font-weight: 700;
	
}

#stacks_in_8324 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_6923 {
      margin: 0px;
    }

    #stacks_in_6923 {
      padding: 0px;
    }

    
      #stacks_in_6923 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6923 {
      margin: 0px;
    }

    #stacks_in_6923 {
      padding: 0px;
    }

    
      #stacks_in_6923 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6923 {
      margin: 0px;
    }

    #stacks_in_6923 {
      padding: 0px;
    }


    
      #stacks_in_6923 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6923 {
      margin: 0px;
    }

    #stacks_in_6923 {
      padding: 0px;
    }


    
      #stacks_in_6923 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6923 {
      margin: 0px;
    }

    #stacks_in_6923 {
      padding: 0px;
    }


    
      #stacks_in_6923 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6923 {
      margin: 0px;
    }

    #stacks_in_6923 {
      padding: 0px;
    }


    
      #stacks_in_6923 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_5691 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5691 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5691 #stacks_in_5691-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5691 .close-stacks_in_5691-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_5691 .close-stacks_in_5691-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5691 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5691 .close-stacks_in_5691-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5691 .close-stacks_in_5691-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5691 .close-stacks_in_5691-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5691 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5691 .close-stacks_in_5691-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5691 .close-stacks_in_5691-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5691 .close-stacks_in_5691-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5691 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5691 .close-stacks_in_5691-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5691 .close-stacks_in_5691-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5691 .close-stacks_in_5691-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5691 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5693 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5693 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5693 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5693 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5693 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5694 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5694 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5694 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5694 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5694 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5695 {
      margin: 0px;
    }

    #stacks_in_5695 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5695 {
      margin: 0px;
    }

    #stacks_in_5695 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5695 {
      margin: 0px;
    }

    #stacks_in_5695 {
      padding: 0px;
    }


    

    
      #stacks_in_5695 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5695 {
      margin: 0px;
    }

    #stacks_in_5695 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5695 {
      margin: 0px;
    }

    #stacks_in_5695 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5695 {
      margin: 0px;
    }

    #stacks_in_5695 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5697 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5697 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_5697 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5697 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5699 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5699 p a,
#stacks_in_5699 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5699 p a:hover,
#stacks_in_5699 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5699 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5699 .paragraph a,
#stacks_in_5699 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5699 .paragraph a:hover,
#stacks_in_5699 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5699 p,
#stacks_in_5699 {
	margin-bottom: 0;
	
}

#stacks_in_5699 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5701 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5701 p a,
#stacks_in_5701 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5701 p a:hover,
#stacks_in_5701 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5701 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5701 .paragraph a,
#stacks_in_5701 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5701 .paragraph a:hover,
#stacks_in_5701 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5701 p,
#stacks_in_5701 {
	margin-bottom: 0;
	
}

#stacks_in_5701 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5703 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5703 .label {
	
}

#stacks_in_5703 .label {
	font-weight: 700;
	
}

#stacks_in_5703 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8325 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8325 .label {
	
}

#stacks_in_8325 .label {
	font-weight: 700;
	
}

#stacks_in_8325 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8670 {
      margin: 0px;
    }

    #stacks_in_8670 {
      padding: 0px;
    }

    
      #stacks_in_8670 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8670 {
      margin: 0px;
    }

    #stacks_in_8670 {
      padding: 0px;
    }

    
      #stacks_in_8670 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8670 {
      margin: 0px;
    }

    #stacks_in_8670 {
      padding: 0px;
    }


    
      #stacks_in_8670 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8670 {
      margin: 0px;
    }

    #stacks_in_8670 {
      padding: 0px;
    }


    
      #stacks_in_8670 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8670 {
      margin: 0px;
    }

    #stacks_in_8670 {
      padding: 0px;
    }


    
      #stacks_in_8670 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8670 {
      margin: 0px;
    }

    #stacks_in_8670 {
      padding: 0px;
    }


    
      #stacks_in_8670 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8671 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8671 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8671 #stacks_in_8671-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8671 .close-stacks_in_8671-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_8671 .close-stacks_in_8671-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8671 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8671 .close-stacks_in_8671-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8671 .close-stacks_in_8671-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8671 .close-stacks_in_8671-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8671 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8671 .close-stacks_in_8671-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8671 .close-stacks_in_8671-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8671 .close-stacks_in_8671-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8671 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8671 .close-stacks_in_8671-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8671 .close-stacks_in_8671-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8671 .close-stacks_in_8671-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8671 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8673 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8673 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8673 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8673 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8673 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8674 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8674 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8674 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8674 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8674 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8675 {
      margin: 0px;
    }

    #stacks_in_8675 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8675 {
      margin: 0px;
    }

    #stacks_in_8675 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8675 {
      margin: 0px;
    }

    #stacks_in_8675 {
      padding: 0px;
    }


    

    
      #stacks_in_8675 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8675 {
      margin: 0px;
    }

    #stacks_in_8675 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8675 {
      margin: 0px;
    }

    #stacks_in_8675 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8675 {
      margin: 0px;
    }

    #stacks_in_8675 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8676 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8676 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_8676 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8676 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8678 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8678 p a,
#stacks_in_8678 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8678 p a:hover,
#stacks_in_8678 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8678 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8678 .paragraph a,
#stacks_in_8678 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8678 .paragraph a:hover,
#stacks_in_8678 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8678 p,
#stacks_in_8678 {
	margin-bottom: 0;
	
}

#stacks_in_8678 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8680 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8680 p a,
#stacks_in_8680 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8680 p a:hover,
#stacks_in_8680 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8680 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8680 .paragraph a,
#stacks_in_8680 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8680 .paragraph a:hover,
#stacks_in_8680 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8680 p,
#stacks_in_8680 {
	margin-bottom: 0;
	
}

#stacks_in_8680 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8682 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8682 .label {
	
}

#stacks_in_8682 .label {
	font-weight: 700;
	
}

#stacks_in_8682 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8683 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8683 .label {
	
}

#stacks_in_8683 .label {
	font-weight: 700;
	
}

#stacks_in_8683 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8688 {
      margin: 0px;
    }

    #stacks_in_8688 {
      padding: 0px;
    }

    
      #stacks_in_8688 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8688 {
      margin: 0px;
    }

    #stacks_in_8688 {
      padding: 0px;
    }

    
      #stacks_in_8688 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8688 {
      margin: 0px;
    }

    #stacks_in_8688 {
      padding: 0px;
    }


    
      #stacks_in_8688 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8688 {
      margin: 0px;
    }

    #stacks_in_8688 {
      padding: 0px;
    }


    
      #stacks_in_8688 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8688 {
      margin: 0px;
    }

    #stacks_in_8688 {
      padding: 0px;
    }


    
      #stacks_in_8688 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8688 {
      margin: 0px;
    }

    #stacks_in_8688 {
      padding: 0px;
    }


    
      #stacks_in_8688 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8689 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8689 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8689 #stacks_in_8689-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8689 .close-stacks_in_8689-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_8689 .close-stacks_in_8689-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8689 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8689 .close-stacks_in_8689-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8689 .close-stacks_in_8689-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8689 .close-stacks_in_8689-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8689 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8689 .close-stacks_in_8689-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8689 .close-stacks_in_8689-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8689 .close-stacks_in_8689-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8689 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8689 .close-stacks_in_8689-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8689 .close-stacks_in_8689-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8689 .close-stacks_in_8689-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8689 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8691 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8691 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8691 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8691 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8691 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8692 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8692 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8692 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8692 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8692 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8693 {
      margin: 0px;
    }

    #stacks_in_8693 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8693 {
      margin: 0px;
    }

    #stacks_in_8693 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8693 {
      margin: 0px;
    }

    #stacks_in_8693 {
      padding: 0px;
    }


    

    
      #stacks_in_8693 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8693 {
      margin: 0px;
    }

    #stacks_in_8693 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8693 {
      margin: 0px;
    }

    #stacks_in_8693 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8693 {
      margin: 0px;
    }

    #stacks_in_8693 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8694 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8694 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_8694 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8694 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8696 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8696 p a,
#stacks_in_8696 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8696 p a:hover,
#stacks_in_8696 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8696 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8696 .paragraph a,
#stacks_in_8696 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8696 .paragraph a:hover,
#stacks_in_8696 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8696 p,
#stacks_in_8696 {
	margin-bottom: 0;
	
}

#stacks_in_8696 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8698 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8698 p a,
#stacks_in_8698 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8698 p a:hover,
#stacks_in_8698 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8698 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8698 .paragraph a,
#stacks_in_8698 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8698 .paragraph a:hover,
#stacks_in_8698 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8698 p,
#stacks_in_8698 {
	margin-bottom: 0;
	
}

#stacks_in_8698 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8700 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8700 .label {
	
}

#stacks_in_8700 .label {
	font-weight: 700;
	
}

#stacks_in_8700 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8701 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8701 .label {
	
}

#stacks_in_8701 .label {
	font-weight: 700;
	
}

#stacks_in_8701 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8706 {
      margin: 0px;
    }

    #stacks_in_8706 {
      padding: 0px;
    }

    
      #stacks_in_8706 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8706 {
      margin: 0px;
    }

    #stacks_in_8706 {
      padding: 0px;
    }

    
      #stacks_in_8706 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8706 {
      margin: 0px;
    }

    #stacks_in_8706 {
      padding: 0px;
    }


    
      #stacks_in_8706 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8706 {
      margin: 0px;
    }

    #stacks_in_8706 {
      padding: 0px;
    }


    
      #stacks_in_8706 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8706 {
      margin: 0px;
    }

    #stacks_in_8706 {
      padding: 0px;
    }


    
      #stacks_in_8706 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8706 {
      margin: 0px;
    }

    #stacks_in_8706 {
      padding: 0px;
    }


    
      #stacks_in_8706 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8707 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8707 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8707 #stacks_in_8707-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8707 .close-stacks_in_8707-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_8707 .close-stacks_in_8707-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8707 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8707 .close-stacks_in_8707-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8707 .close-stacks_in_8707-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8707 .close-stacks_in_8707-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8707 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8707 .close-stacks_in_8707-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8707 .close-stacks_in_8707-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8707 .close-stacks_in_8707-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8707 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8707 .close-stacks_in_8707-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8707 .close-stacks_in_8707-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8707 .close-stacks_in_8707-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8707 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8709 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8709 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8710 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8710 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8710 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8710 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8710 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8711 {
      margin: 0px;
    }

    #stacks_in_8711 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8711 {
      margin: 0px;
    }

    #stacks_in_8711 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8711 {
      margin: 0px;
    }

    #stacks_in_8711 {
      padding: 0px;
    }


    

    
      #stacks_in_8711 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8711 {
      margin: 0px;
    }

    #stacks_in_8711 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8711 {
      margin: 0px;
    }

    #stacks_in_8711 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8711 {
      margin: 0px;
    }

    #stacks_in_8711 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8712 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8712 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_8712 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8712 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8714 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8714 p a,
#stacks_in_8714 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8714 p a:hover,
#stacks_in_8714 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8714 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8714 .paragraph a,
#stacks_in_8714 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8714 .paragraph a:hover,
#stacks_in_8714 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8714 p,
#stacks_in_8714 {
	margin-bottom: 0;
	
}

#stacks_in_8714 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8716 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8716 p a,
#stacks_in_8716 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8716 p a:hover,
#stacks_in_8716 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8716 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8716 .paragraph a,
#stacks_in_8716 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8716 .paragraph a:hover,
#stacks_in_8716 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8716 p,
#stacks_in_8716 {
	margin-bottom: 0;
	
}

#stacks_in_8716 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8718 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8718 .label {
	
}

#stacks_in_8718 .label {
	font-weight: 700;
	
}

#stacks_in_8718 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8719 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8719 .label {
	
}

#stacks_in_8719 .label {
	font-weight: 700;
	
}

#stacks_in_8719 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8121 {
      margin: 0px;
    }

    #stacks_in_8121 {
      padding: 0px;
    }

    
      #stacks_in_8121 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8121 {
      margin: 0px;
    }

    #stacks_in_8121 {
      padding: 0px;
    }

    
      #stacks_in_8121 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8121 {
      margin: 0px;
    }

    #stacks_in_8121 {
      padding: 0px;
    }


    
      #stacks_in_8121 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8121 {
      margin: 0px;
    }

    #stacks_in_8121 {
      padding: 0px;
    }


    
      #stacks_in_8121 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8121 {
      margin: 0px;
    }

    #stacks_in_8121 {
      padding: 0px;
    }


    
      #stacks_in_8121 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8121 {
      margin: 0px;
    }

    #stacks_in_8121 {
      padding: 0px;
    }


    
      #stacks_in_8121 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8123 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8123 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8123 #stacks_in_8123-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8123 .close-stacks_in_8123-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_8123 .close-stacks_in_8123-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8123 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8123 .close-stacks_in_8123-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8123 .close-stacks_in_8123-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8123 .close-stacks_in_8123-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8123 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8123 .close-stacks_in_8123-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8123 .close-stacks_in_8123-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8123 .close-stacks_in_8123-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8123 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8123 .close-stacks_in_8123-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8123 .close-stacks_in_8123-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8123 .close-stacks_in_8123-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8123 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8125 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8125 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8125 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8125 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8125 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8126 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8126 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8126 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8126 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8126 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8127 {
      margin: 0px;
    }

    #stacks_in_8127 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8127 {
      margin: 0px;
    }

    #stacks_in_8127 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8127 {
      margin: 0px;
    }

    #stacks_in_8127 {
      padding: 0px;
    }


    

    
      #stacks_in_8127 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8127 {
      margin: 0px;
    }

    #stacks_in_8127 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8127 {
      margin: 0px;
    }

    #stacks_in_8127 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8127 {
      margin: 0px;
    }

    #stacks_in_8127 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8129 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8129 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_8129 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8129 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8131 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8131 p a,
#stacks_in_8131 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8131 p a:hover,
#stacks_in_8131 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8131 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8131 .paragraph a,
#stacks_in_8131 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8131 .paragraph a:hover,
#stacks_in_8131 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8131 p,
#stacks_in_8131 {
	margin-bottom: 0;
	
}

#stacks_in_8131 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8133 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8133 p a,
#stacks_in_8133 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8133 p a:hover,
#stacks_in_8133 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8133 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8133 .paragraph a,
#stacks_in_8133 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8133 .paragraph a:hover,
#stacks_in_8133 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8133 p,
#stacks_in_8133 {
	margin-bottom: 0;
	
}

#stacks_in_8133 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8135 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8135 .label {
	
}

#stacks_in_8135 .label {
	font-weight: 700;
	
}

#stacks_in_8135 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8326 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8326 .label {
	
}

#stacks_in_8326 .label {
	font-weight: 700;
	
}

#stacks_in_8326 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8137 {
      margin: 0px;
    }

    #stacks_in_8137 {
      padding: 0px;
    }

    
      #stacks_in_8137 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8137 {
      margin: 0px;
    }

    #stacks_in_8137 {
      padding: 0px;
    }

    
      #stacks_in_8137 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8137 {
      margin: 0px;
    }

    #stacks_in_8137 {
      padding: 0px;
    }


    
      #stacks_in_8137 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8137 {
      margin: 0px;
    }

    #stacks_in_8137 {
      padding: 0px;
    }


    
      #stacks_in_8137 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8137 {
      margin: 0px;
    }

    #stacks_in_8137 {
      padding: 0px;
    }


    
      #stacks_in_8137 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8137 {
      margin: 0px;
    }

    #stacks_in_8137 {
      padding: 0px;
    }


    
      #stacks_in_8137 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8139 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8139 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8139 #stacks_in_8139-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8139 .close-stacks_in_8139-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_8139 .close-stacks_in_8139-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8139 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8139 .close-stacks_in_8139-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8139 .close-stacks_in_8139-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8139 .close-stacks_in_8139-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8139 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8139 .close-stacks_in_8139-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8139 .close-stacks_in_8139-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8139 .close-stacks_in_8139-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8139 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8139 .close-stacks_in_8139-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8139 .close-stacks_in_8139-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8139 .close-stacks_in_8139-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8139 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8141 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8141 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8141 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8141 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8141 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8142 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8142 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8142 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8142 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8142 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8143 {
      margin: 0px;
    }

    #stacks_in_8143 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8143 {
      margin: 0px;
    }

    #stacks_in_8143 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8143 {
      margin: 0px;
    }

    #stacks_in_8143 {
      padding: 0px;
    }


    

    
      #stacks_in_8143 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8143 {
      margin: 0px;
    }

    #stacks_in_8143 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8143 {
      margin: 0px;
    }

    #stacks_in_8143 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8143 {
      margin: 0px;
    }

    #stacks_in_8143 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8145 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8145 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_8145 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8145 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8147 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8147 p a,
#stacks_in_8147 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8147 p a:hover,
#stacks_in_8147 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8147 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8147 .paragraph a,
#stacks_in_8147 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8147 .paragraph a:hover,
#stacks_in_8147 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8147 p,
#stacks_in_8147 {
	margin-bottom: 0;
	
}

#stacks_in_8147 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8149 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8149 p a,
#stacks_in_8149 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8149 p a:hover,
#stacks_in_8149 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8149 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8149 .paragraph a,
#stacks_in_8149 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8149 .paragraph a:hover,
#stacks_in_8149 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8149 p,
#stacks_in_8149 {
	margin-bottom: 0;
	
}

#stacks_in_8149 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8151 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8151 .label {
	
}

#stacks_in_8151 .label {
	font-weight: 700;
	
}

#stacks_in_8151 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8327 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8327 .label {
	
}

#stacks_in_8327 .label {
	font-weight: 700;
	
}

#stacks_in_8327 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8153 {
      margin: 0px;
    }

    #stacks_in_8153 {
      padding: 0px;
    }

    
      #stacks_in_8153 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8153 {
      margin: 0px;
    }

    #stacks_in_8153 {
      padding: 0px;
    }

    
      #stacks_in_8153 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8153 {
      margin: 0px;
    }

    #stacks_in_8153 {
      padding: 0px;
    }


    
      #stacks_in_8153 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8153 {
      margin: 0px;
    }

    #stacks_in_8153 {
      padding: 0px;
    }


    
      #stacks_in_8153 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8153 {
      margin: 0px;
    }

    #stacks_in_8153 {
      padding: 0px;
    }


    
      #stacks_in_8153 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8153 {
      margin: 0px;
    }

    #stacks_in_8153 {
      padding: 0px;
    }


    
      #stacks_in_8153 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8155 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8155 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8155 #stacks_in_8155-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8155 .close-stacks_in_8155-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_8155 .close-stacks_in_8155-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8155 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8155 .close-stacks_in_8155-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8155 .close-stacks_in_8155-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8155 .close-stacks_in_8155-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8155 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8155 .close-stacks_in_8155-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8155 .close-stacks_in_8155-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8155 .close-stacks_in_8155-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8155 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8155 .close-stacks_in_8155-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8155 .close-stacks_in_8155-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8155 .close-stacks_in_8155-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8155 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8157 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8157 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8157 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8157 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8157 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8158 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8158 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8158 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8158 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8158 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8159 {
      margin: 0px;
    }

    #stacks_in_8159 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8159 {
      margin: 0px;
    }

    #stacks_in_8159 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8159 {
      margin: 0px;
    }

    #stacks_in_8159 {
      padding: 0px;
    }


    

    
      #stacks_in_8159 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8159 {
      margin: 0px;
    }

    #stacks_in_8159 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8159 {
      margin: 0px;
    }

    #stacks_in_8159 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8159 {
      margin: 0px;
    }

    #stacks_in_8159 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8161 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8161 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_8161 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8161 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8163 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8163 p a,
#stacks_in_8163 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8163 p a:hover,
#stacks_in_8163 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8163 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8163 .paragraph a,
#stacks_in_8163 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8163 .paragraph a:hover,
#stacks_in_8163 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8163 p,
#stacks_in_8163 {
	margin-bottom: 0;
	
}

#stacks_in_8163 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8165 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8165 p a,
#stacks_in_8165 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8165 p a:hover,
#stacks_in_8165 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8165 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8165 .paragraph a,
#stacks_in_8165 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8165 .paragraph a:hover,
#stacks_in_8165 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8165 p,
#stacks_in_8165 {
	margin-bottom: 0;
	
}

#stacks_in_8165 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8167 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8167 .label {
	
}

#stacks_in_8167 .label {
	font-weight: 700;
	
}

#stacks_in_8167 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8328 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8328 .label {
	
}

#stacks_in_8328 .label {
	font-weight: 700;
	
}

#stacks_in_8328 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8169 {
      margin: 0px;
    }

    #stacks_in_8169 {
      padding: 0px;
    }

    
      #stacks_in_8169 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8169 {
      margin: 0px;
    }

    #stacks_in_8169 {
      padding: 0px;
    }

    
      #stacks_in_8169 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8169 {
      margin: 0px;
    }

    #stacks_in_8169 {
      padding: 0px;
    }


    
      #stacks_in_8169 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8169 {
      margin: 0px;
    }

    #stacks_in_8169 {
      padding: 0px;
    }


    
      #stacks_in_8169 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8169 {
      margin: 0px;
    }

    #stacks_in_8169 {
      padding: 0px;
    }


    
      #stacks_in_8169 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8169 {
      margin: 0px;
    }

    #stacks_in_8169 {
      padding: 0px;
    }


    
      #stacks_in_8169 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8171 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8171 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8171 #stacks_in_8171-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8171 .close-stacks_in_8171-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_8171 .close-stacks_in_8171-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8171 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8171 .close-stacks_in_8171-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8171 .close-stacks_in_8171-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8171 .close-stacks_in_8171-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8171 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8171 .close-stacks_in_8171-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8171 .close-stacks_in_8171-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8171 .close-stacks_in_8171-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8171 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8171 .close-stacks_in_8171-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8171 .close-stacks_in_8171-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8171 .close-stacks_in_8171-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8171 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8173 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8173 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8173 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8173 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8173 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8174 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8174 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8174 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8174 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8174 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8175 {
      margin: 0px;
    }

    #stacks_in_8175 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8175 {
      margin: 0px;
    }

    #stacks_in_8175 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8175 {
      margin: 0px;
    }

    #stacks_in_8175 {
      padding: 0px;
    }


    

    
      #stacks_in_8175 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8175 {
      margin: 0px;
    }

    #stacks_in_8175 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8175 {
      margin: 0px;
    }

    #stacks_in_8175 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8175 {
      margin: 0px;
    }

    #stacks_in_8175 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8177 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8177 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_8177 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8177 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8179 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8179 p a,
#stacks_in_8179 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8179 p a:hover,
#stacks_in_8179 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8179 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8179 .paragraph a,
#stacks_in_8179 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8179 .paragraph a:hover,
#stacks_in_8179 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8179 p,
#stacks_in_8179 {
	margin-bottom: 0;
	
}

#stacks_in_8179 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8181 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8181 p a,
#stacks_in_8181 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8181 p a:hover,
#stacks_in_8181 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8181 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8181 .paragraph a,
#stacks_in_8181 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8181 .paragraph a:hover,
#stacks_in_8181 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8181 p,
#stacks_in_8181 {
	margin-bottom: 0;
	
}

#stacks_in_8181 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8183 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8183 .label {
	
}

#stacks_in_8183 .label {
	font-weight: 700;
	
}

#stacks_in_8183 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8329 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8329 .label {
	
}

#stacks_in_8329 .label {
	font-weight: 700;
	
}

#stacks_in_8329 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8185 {
      margin: 0px;
    }

    #stacks_in_8185 {
      padding: 0px;
    }

    
      #stacks_in_8185 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8185 {
      margin: 0px;
    }

    #stacks_in_8185 {
      padding: 0px;
    }

    
      #stacks_in_8185 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8185 {
      margin: 0px;
    }

    #stacks_in_8185 {
      padding: 0px;
    }


    
      #stacks_in_8185 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8185 {
      margin: 0px;
    }

    #stacks_in_8185 {
      padding: 0px;
    }


    
      #stacks_in_8185 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8185 {
      margin: 0px;
    }

    #stacks_in_8185 {
      padding: 0px;
    }


    
      #stacks_in_8185 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8185 {
      margin: 0px;
    }

    #stacks_in_8185 {
      padding: 0px;
    }


    
      #stacks_in_8185 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8187 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8187 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8187 #stacks_in_8187-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8187 .close-stacks_in_8187-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_8187 .close-stacks_in_8187-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8187 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8187 .close-stacks_in_8187-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8187 .close-stacks_in_8187-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8187 .close-stacks_in_8187-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8187 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8187 .close-stacks_in_8187-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8187 .close-stacks_in_8187-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8187 .close-stacks_in_8187-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8187 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8187 .close-stacks_in_8187-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8187 .close-stacks_in_8187-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8187 .close-stacks_in_8187-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8187 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8189 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8189 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8189 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8189 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8189 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8190 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8190 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8190 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8190 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8190 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8191 {
      margin: 0px;
    }

    #stacks_in_8191 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8191 {
      margin: 0px;
    }

    #stacks_in_8191 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8191 {
      margin: 0px;
    }

    #stacks_in_8191 {
      padding: 0px;
    }


    

    
      #stacks_in_8191 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8191 {
      margin: 0px;
    }

    #stacks_in_8191 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8191 {
      margin: 0px;
    }

    #stacks_in_8191 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8191 {
      margin: 0px;
    }

    #stacks_in_8191 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8193 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8193 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_8193 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8193 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8195 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8195 p a,
#stacks_in_8195 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8195 p a:hover,
#stacks_in_8195 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8195 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8195 .paragraph a,
#stacks_in_8195 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8195 .paragraph a:hover,
#stacks_in_8195 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8195 p,
#stacks_in_8195 {
	margin-bottom: 0;
	
}

#stacks_in_8195 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8197 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8197 p a,
#stacks_in_8197 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8197 p a:hover,
#stacks_in_8197 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8197 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8197 .paragraph a,
#stacks_in_8197 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8197 .paragraph a:hover,
#stacks_in_8197 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8197 p,
#stacks_in_8197 {
	margin-bottom: 0;
	
}

#stacks_in_8197 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8199 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8199 .label {
	
}

#stacks_in_8199 .label {
	font-weight: 700;
	
}

#stacks_in_8199 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8330 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8330 .label {
	
}

#stacks_in_8330 .label {
	font-weight: 700;
	
}

#stacks_in_8330 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8201 {
      margin: 0px;
    }

    #stacks_in_8201 {
      padding: 0px;
    }

    
      #stacks_in_8201 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8201 {
      margin: 0px;
    }

    #stacks_in_8201 {
      padding: 0px;
    }

    
      #stacks_in_8201 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8201 {
      margin: 0px;
    }

    #stacks_in_8201 {
      padding: 0px;
    }


    
      #stacks_in_8201 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8201 {
      margin: 0px;
    }

    #stacks_in_8201 {
      padding: 0px;
    }


    
      #stacks_in_8201 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8201 {
      margin: 0px;
    }

    #stacks_in_8201 {
      padding: 0px;
    }


    
      #stacks_in_8201 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8201 {
      margin: 0px;
    }

    #stacks_in_8201 {
      padding: 0px;
    }


    
      #stacks_in_8201 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8203 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8203 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8203 #stacks_in_8203-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8203 .close-stacks_in_8203-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_8203 .close-stacks_in_8203-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8203 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8203 .close-stacks_in_8203-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8203 .close-stacks_in_8203-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8203 .close-stacks_in_8203-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8203 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8203 .close-stacks_in_8203-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8203 .close-stacks_in_8203-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8203 .close-stacks_in_8203-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8203 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8203 .close-stacks_in_8203-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8203 .close-stacks_in_8203-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8203 .close-stacks_in_8203-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8203 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8205 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8205 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8205 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8205 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8205 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8206 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8206 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8206 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8206 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8206 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8207 {
      margin: 0px;
    }

    #stacks_in_8207 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8207 {
      margin: 0px;
    }

    #stacks_in_8207 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8207 {
      margin: 0px;
    }

    #stacks_in_8207 {
      padding: 0px;
    }


    

    
      #stacks_in_8207 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8207 {
      margin: 0px;
    }

    #stacks_in_8207 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8207 {
      margin: 0px;
    }

    #stacks_in_8207 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8207 {
      margin: 0px;
    }

    #stacks_in_8207 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8209 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8209 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_8209 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8209 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8211 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8211 p a,
#stacks_in_8211 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8211 p a:hover,
#stacks_in_8211 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8211 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8211 .paragraph a,
#stacks_in_8211 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8211 .paragraph a:hover,
#stacks_in_8211 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8211 p,
#stacks_in_8211 {
	margin-bottom: 0;
	
}

#stacks_in_8211 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8213 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8213 p a,
#stacks_in_8213 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8213 p a:hover,
#stacks_in_8213 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8213 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8213 .paragraph a,
#stacks_in_8213 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8213 .paragraph a:hover,
#stacks_in_8213 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8213 p,
#stacks_in_8213 {
	margin-bottom: 0;
	
}

#stacks_in_8213 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8215 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8215 .label {
	
}

#stacks_in_8215 .label {
	font-weight: 700;
	
}

#stacks_in_8215 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8331 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8331 .label {
	
}

#stacks_in_8331 .label {
	font-weight: 700;
	
}

#stacks_in_8331 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5721 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5721 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5721 #stacks_in_5721-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5721 .close-stacks_in_5721-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_5721 .close-stacks_in_5721-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5721 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5721 .close-stacks_in_5721-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5721 .close-stacks_in_5721-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5721 .close-stacks_in_5721-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5721 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5721 .close-stacks_in_5721-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5721 .close-stacks_in_5721-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5721 .close-stacks_in_5721-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5721 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5721 .close-stacks_in_5721-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5721 .close-stacks_in_5721-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5721 .close-stacks_in_5721-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5721 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5723 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5723 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5723 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5723 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5723 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5724 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5724 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5724 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5724 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5724 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5725 {
      margin: 0px;
    }

    #stacks_in_5725 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5725 {
      margin: 0px;
    }

    #stacks_in_5725 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5725 {
      margin: 0px;
    }

    #stacks_in_5725 {
      padding: 0px;
    }


    

    
      #stacks_in_5725 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5725 {
      margin: 0px;
    }

    #stacks_in_5725 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5725 {
      margin: 0px;
    }

    #stacks_in_5725 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5725 {
      margin: 0px;
    }

    #stacks_in_5725 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5727 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5727 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_5727 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5727 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5729 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5729 p a,
#stacks_in_5729 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5729 p a:hover,
#stacks_in_5729 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5729 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5729 .paragraph a,
#stacks_in_5729 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5729 .paragraph a:hover,
#stacks_in_5729 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5729 p,
#stacks_in_5729 {
	margin-bottom: 0;
	
}

#stacks_in_5729 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5731 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5731 p a,
#stacks_in_5731 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5731 p a:hover,
#stacks_in_5731 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5731 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5731 .paragraph a,
#stacks_in_5731 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5731 .paragraph a:hover,
#stacks_in_5731 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5731 p,
#stacks_in_5731 {
	margin-bottom: 0;
	
}

#stacks_in_5731 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5733 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5733 .label {
	
}

#stacks_in_5733 .label {
	font-weight: 700;
	
}

#stacks_in_5733 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8332 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8332 .label {
	
}

#stacks_in_8332 .label {
	font-weight: 700;
	
}

#stacks_in_8332 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5751 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5751 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5751 #stacks_in_5751-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5751 .close-stacks_in_5751-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_5751 .close-stacks_in_5751-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5751 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5751 .close-stacks_in_5751-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5751 .close-stacks_in_5751-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5751 .close-stacks_in_5751-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5751 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5751 .close-stacks_in_5751-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5751 .close-stacks_in_5751-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5751 .close-stacks_in_5751-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5751 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5751 .close-stacks_in_5751-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5751 .close-stacks_in_5751-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5751 .close-stacks_in_5751-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5751 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5753 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5753 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5754 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5754 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5754 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5754 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5754 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5755 {
      margin: 0px;
    }

    #stacks_in_5755 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5755 {
      margin: 0px;
    }

    #stacks_in_5755 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5755 {
      margin: 0px;
    }

    #stacks_in_5755 {
      padding: 0px;
    }


    

    
      #stacks_in_5755 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5755 {
      margin: 0px;
    }

    #stacks_in_5755 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5755 {
      margin: 0px;
    }

    #stacks_in_5755 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5755 {
      margin: 0px;
    }

    #stacks_in_5755 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5757 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5757 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_5757 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5757 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5759 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5759 p a,
#stacks_in_5759 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5759 p a:hover,
#stacks_in_5759 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5759 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5759 .paragraph a,
#stacks_in_5759 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5759 .paragraph a:hover,
#stacks_in_5759 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5759 p,
#stacks_in_5759 {
	margin-bottom: 0;
	
}

#stacks_in_5759 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5761 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5761 p a,
#stacks_in_5761 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5761 p a:hover,
#stacks_in_5761 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5761 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5761 .paragraph a,
#stacks_in_5761 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5761 .paragraph a:hover,
#stacks_in_5761 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5761 p,
#stacks_in_5761 {
	margin-bottom: 0;
	
}

#stacks_in_5761 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5763 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5763 .label {
	
}

#stacks_in_5763 .label {
	font-weight: 700;
	
}

#stacks_in_5763 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8333 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8333 .label {
	
}

#stacks_in_8333 .label {
	font-weight: 700;
	
}

#stacks_in_8333 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5781 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5781 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5781 #stacks_in_5781-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5781 .close-stacks_in_5781-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_5781 .close-stacks_in_5781-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5781 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5781 .close-stacks_in_5781-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5781 .close-stacks_in_5781-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5781 .close-stacks_in_5781-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5781 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5781 .close-stacks_in_5781-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5781 .close-stacks_in_5781-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5781 .close-stacks_in_5781-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5781 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5781 .close-stacks_in_5781-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5781 .close-stacks_in_5781-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5781 .close-stacks_in_5781-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5781 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5783 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5783 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5783 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5783 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5783 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5784 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5784 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5784 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5784 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5784 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5785 {
      margin: 0px;
    }

    #stacks_in_5785 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5785 {
      margin: 0px;
    }

    #stacks_in_5785 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5785 {
      margin: 0px;
    }

    #stacks_in_5785 {
      padding: 0px;
    }


    

    
      #stacks_in_5785 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5785 {
      margin: 0px;
    }

    #stacks_in_5785 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5785 {
      margin: 0px;
    }

    #stacks_in_5785 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5785 {
      margin: 0px;
    }

    #stacks_in_5785 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5787 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5787 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_5787 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5787 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5789 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5789 p a,
#stacks_in_5789 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5789 p a:hover,
#stacks_in_5789 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5789 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5789 .paragraph a,
#stacks_in_5789 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5789 .paragraph a:hover,
#stacks_in_5789 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5789 p,
#stacks_in_5789 {
	margin-bottom: 0;
	
}

#stacks_in_5789 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5791 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5791 p a,
#stacks_in_5791 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5791 p a:hover,
#stacks_in_5791 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5791 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5791 .paragraph a,
#stacks_in_5791 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5791 .paragraph a:hover,
#stacks_in_5791 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5791 p,
#stacks_in_5791 {
	margin-bottom: 0;
	
}

#stacks_in_5791 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5793 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5793 .label {
	
}

#stacks_in_5793 .label {
	font-weight: 700;
	
}

#stacks_in_5793 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8334 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8334 .label {
	
}

#stacks_in_8334 .label {
	font-weight: 700;
	
}

#stacks_in_8334 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8995 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8995 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8995 #stacks_in_8995-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8995 .close-stacks_in_8995-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_8995 .close-stacks_in_8995-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8995 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8995 .close-stacks_in_8995-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8995 .close-stacks_in_8995-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8995 .close-stacks_in_8995-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8995 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8995 .close-stacks_in_8995-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8995 .close-stacks_in_8995-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8995 .close-stacks_in_8995-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8995 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8995 .close-stacks_in_8995-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8995 .close-stacks_in_8995-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8995 .close-stacks_in_8995-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8995 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8997 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8997 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8997 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8997 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8997 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8998 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8998 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8998 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8998 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8998 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8999 {
      margin: 0px;
    }

    #stacks_in_8999 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8999 {
      margin: 0px;
    }

    #stacks_in_8999 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8999 {
      margin: 0px;
    }

    #stacks_in_8999 {
      padding: 0px;
    }


    

    
      #stacks_in_8999 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8999 {
      margin: 0px;
    }

    #stacks_in_8999 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8999 {
      margin: 0px;
    }

    #stacks_in_8999 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8999 {
      margin: 0px;
    }

    #stacks_in_8999 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9000 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9000 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_9000 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9000 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9002 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9002 p a,
#stacks_in_9002 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9002 p a:hover,
#stacks_in_9002 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9002 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9002 .paragraph a,
#stacks_in_9002 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9002 .paragraph a:hover,
#stacks_in_9002 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9002 p,
#stacks_in_9002 {
	margin-bottom: 0;
	
}

#stacks_in_9002 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9004 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9004 p a,
#stacks_in_9004 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9004 p a:hover,
#stacks_in_9004 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9004 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9004 .paragraph a,
#stacks_in_9004 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9004 .paragraph a:hover,
#stacks_in_9004 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9004 p,
#stacks_in_9004 {
	margin-bottom: 0;
	
}

#stacks_in_9004 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9006 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9006 .label {
	
}

#stacks_in_9006 .label {
	font-weight: 700;
	
}

#stacks_in_9006 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9007 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9007 .label {
	
}

#stacks_in_9007 .label {
	font-weight: 700;
	
}

#stacks_in_9007 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_9028 {
      margin: 0px;
    }

    #stacks_in_9028 {
      padding: 0px;
    }

    
      #stacks_in_9028 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_9028 {
      margin: 0px;
    }

    #stacks_in_9028 {
      padding: 0px;
    }

    
      #stacks_in_9028 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_9028 {
      margin: 0px;
    }

    #stacks_in_9028 {
      padding: 0px;
    }


    
      #stacks_in_9028 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 100px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9028 {
      margin: 0px;
    }

    #stacks_in_9028 {
      padding: 0px;
    }


    
      #stacks_in_9028 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_9028 {
      margin: 0px;
    }

    #stacks_in_9028 {
      padding: 0px;
    }


    
      #stacks_in_9028 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9028 {
      margin: 0px;
    }

    #stacks_in_9028 {
      padding: 0px;
    }


    
      #stacks_in_9028 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_9029 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9029 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9029 #stacks_in_9029-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9029 .close-stacks_in_9029-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_9029 .close-stacks_in_9029-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9029 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9029 .close-stacks_in_9029-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9029 .close-stacks_in_9029-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9029 .close-stacks_in_9029-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9029 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9029 .close-stacks_in_9029-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9029 .close-stacks_in_9029-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9029 .close-stacks_in_9029-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9029 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9029 .close-stacks_in_9029-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9029 .close-stacks_in_9029-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9029 .close-stacks_in_9029-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9029 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9031 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9031 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9031 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9031 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9031 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9032 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9032 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9032 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9032 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9032 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9033 {
      margin: 0px;
    }

    #stacks_in_9033 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9033 {
      margin: 0px;
    }

    #stacks_in_9033 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9033 {
      margin: 0px;
    }

    #stacks_in_9033 {
      padding: 0px;
    }


    

    
      #stacks_in_9033 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9033 {
      margin: 0px;
    }

    #stacks_in_9033 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9033 {
      margin: 0px;
    }

    #stacks_in_9033 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9033 {
      margin: 0px;
    }

    #stacks_in_9033 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9049 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9049 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_9049 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9049 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9036 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9036 p a,
#stacks_in_9036 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9036 p a:hover,
#stacks_in_9036 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9036 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9036 .paragraph a,
#stacks_in_9036 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9036 .paragraph a:hover,
#stacks_in_9036 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9036 p,
#stacks_in_9036 {
	margin-bottom: 0;
	
}

#stacks_in_9036 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9038 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9038 p a,
#stacks_in_9038 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9038 p a:hover,
#stacks_in_9038 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9038 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9038 .paragraph a,
#stacks_in_9038 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9038 .paragraph a:hover,
#stacks_in_9038 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9038 p,
#stacks_in_9038 {
	margin-bottom: 0;
	
}

#stacks_in_9038 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9040 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9040 .label {
	
}

#stacks_in_9040 .label {
	font-weight: 700;
	
}

#stacks_in_9040 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9041 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9041 .label {
	
}

#stacks_in_9041 .label {
	font-weight: 700;
	
}

#stacks_in_9041 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9012 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9012 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9012 #stacks_in_9012-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9012 .close-stacks_in_9012-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_9012 .close-stacks_in_9012-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9012 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9012 .close-stacks_in_9012-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9012 .close-stacks_in_9012-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9012 .close-stacks_in_9012-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9012 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9012 .close-stacks_in_9012-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9012 .close-stacks_in_9012-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9012 .close-stacks_in_9012-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9012 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9012 .close-stacks_in_9012-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9012 .close-stacks_in_9012-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9012 .close-stacks_in_9012-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9012 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9014 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9014 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9014 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9014 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9014 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9015 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9015 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9015 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9015 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9015 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9016 {
      margin: 0px;
    }

    #stacks_in_9016 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9016 {
      margin: 0px;
    }

    #stacks_in_9016 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9016 {
      margin: 0px;
    }

    #stacks_in_9016 {
      padding: 0px;
    }


    

    
      #stacks_in_9016 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9016 {
      margin: 0px;
    }

    #stacks_in_9016 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9016 {
      margin: 0px;
    }

    #stacks_in_9016 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9016 {
      margin: 0px;
    }

    #stacks_in_9016 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9017 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9017 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_9017 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9017 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9019 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9019 p a,
#stacks_in_9019 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9019 p a:hover,
#stacks_in_9019 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9019 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9019 .paragraph a,
#stacks_in_9019 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9019 .paragraph a:hover,
#stacks_in_9019 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9019 p,
#stacks_in_9019 {
	margin-bottom: 0;
	
}

#stacks_in_9019 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9021 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9021 p a,
#stacks_in_9021 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9021 p a:hover,
#stacks_in_9021 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9021 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9021 .paragraph a,
#stacks_in_9021 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9021 .paragraph a:hover,
#stacks_in_9021 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9021 p,
#stacks_in_9021 {
	margin-bottom: 0;
	
}

#stacks_in_9021 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9023 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9023 .label {
	
}

#stacks_in_9023 .label {
	font-weight: 700;
	
}

#stacks_in_9023 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9024 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9024 .label {
	
}

#stacks_in_9024 .label {
	font-weight: 700;
	
}

#stacks_in_9024 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5826 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5826 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5826 #stacks_in_5826-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5826 .close-stacks_in_5826-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_5826 .close-stacks_in_5826-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5826 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5826 .close-stacks_in_5826-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5826 .close-stacks_in_5826-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5826 .close-stacks_in_5826-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5826 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5826 .close-stacks_in_5826-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5826 .close-stacks_in_5826-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5826 .close-stacks_in_5826-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5826 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5826 .close-stacks_in_5826-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5826 .close-stacks_in_5826-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5826 .close-stacks_in_5826-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5826 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5828 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5828 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5828 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5828 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5828 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5829 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5829 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5829 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5829 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5829 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5830 {
      margin: 0px;
    }

    #stacks_in_5830 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5830 {
      margin: 0px;
    }

    #stacks_in_5830 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5830 {
      margin: 0px;
    }

    #stacks_in_5830 {
      padding: 0px;
    }


    

    
      #stacks_in_5830 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5830 {
      margin: 0px;
    }

    #stacks_in_5830 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5830 {
      margin: 0px;
    }

    #stacks_in_5830 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5830 {
      margin: 0px;
    }

    #stacks_in_5830 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5832 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5832 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_5832 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5832 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5834 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5834 p a,
#stacks_in_5834 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5834 p a:hover,
#stacks_in_5834 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5834 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5834 .paragraph a,
#stacks_in_5834 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5834 .paragraph a:hover,
#stacks_in_5834 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5834 p,
#stacks_in_5834 {
	margin-bottom: 0;
	
}

#stacks_in_5834 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5836 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5836 p a,
#stacks_in_5836 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5836 p a:hover,
#stacks_in_5836 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5836 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5836 .paragraph a,
#stacks_in_5836 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5836 .paragraph a:hover,
#stacks_in_5836 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5836 p,
#stacks_in_5836 {
	margin-bottom: 0;
	
}

#stacks_in_5836 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5838 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5838 .label {
	
}

#stacks_in_5838 .label {
	font-weight: 700;
	
}

#stacks_in_5838 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8335 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8335 .label {
	
}

#stacks_in_8335 .label {
	font-weight: 700;
	
}

#stacks_in_8335 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5841 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5841 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5841 #stacks_in_5841-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5841 .close-stacks_in_5841-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_5841 .close-stacks_in_5841-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5841 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5841 .close-stacks_in_5841-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5841 .close-stacks_in_5841-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5841 .close-stacks_in_5841-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5841 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5841 .close-stacks_in_5841-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5841 .close-stacks_in_5841-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5841 .close-stacks_in_5841-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5841 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5841 .close-stacks_in_5841-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5841 .close-stacks_in_5841-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5841 .close-stacks_in_5841-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5841 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5843 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5843 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5843 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5843 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5843 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5844 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5844 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5845 {
      margin: 0px;
    }

    #stacks_in_5845 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5845 {
      margin: 0px;
    }

    #stacks_in_5845 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5845 {
      margin: 0px;
    }

    #stacks_in_5845 {
      padding: 0px;
    }


    

    
      #stacks_in_5845 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5845 {
      margin: 0px;
    }

    #stacks_in_5845 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5845 {
      margin: 0px;
    }

    #stacks_in_5845 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5845 {
      margin: 0px;
    }

    #stacks_in_5845 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5847 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5847 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_5847 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5847 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5849 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5849 p a,
#stacks_in_5849 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5849 p a:hover,
#stacks_in_5849 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5849 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5849 .paragraph a,
#stacks_in_5849 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5849 .paragraph a:hover,
#stacks_in_5849 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5849 p,
#stacks_in_5849 {
	margin-bottom: 0;
	
}

#stacks_in_5849 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5851 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5851 p a,
#stacks_in_5851 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5851 p a:hover,
#stacks_in_5851 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5851 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5851 .paragraph a,
#stacks_in_5851 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5851 .paragraph a:hover,
#stacks_in_5851 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5851 p,
#stacks_in_5851 {
	margin-bottom: 0;
	
}

#stacks_in_5851 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5853 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5853 .label {
	
}

#stacks_in_5853 .label {
	font-weight: 700;
	
}

#stacks_in_5853 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8336 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8336 .label {
	
}

#stacks_in_8336 .label {
	font-weight: 700;
	
}

#stacks_in_8336 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5871 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5871 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5871 #stacks_in_5871-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5871 .close-stacks_in_5871-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_5871 .close-stacks_in_5871-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5871 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5871 .close-stacks_in_5871-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5871 .close-stacks_in_5871-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5871 .close-stacks_in_5871-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5871 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5871 .close-stacks_in_5871-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5871 .close-stacks_in_5871-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5871 .close-stacks_in_5871-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5871 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5871 .close-stacks_in_5871-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5871 .close-stacks_in_5871-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5871 .close-stacks_in_5871-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5871 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5873 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5873 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5873 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5873 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5873 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5874 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5874 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5874 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5874 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5874 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5875 {
      margin: 0px;
    }

    #stacks_in_5875 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5875 {
      margin: 0px;
    }

    #stacks_in_5875 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5875 {
      margin: 0px;
    }

    #stacks_in_5875 {
      padding: 0px;
    }


    

    
      #stacks_in_5875 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5875 {
      margin: 0px;
    }

    #stacks_in_5875 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5875 {
      margin: 0px;
    }

    #stacks_in_5875 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5875 {
      margin: 0px;
    }

    #stacks_in_5875 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5877 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5877 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_5877 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5877 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5879 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5879 p a,
#stacks_in_5879 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5879 p a:hover,
#stacks_in_5879 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5879 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5879 .paragraph a,
#stacks_in_5879 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5879 .paragraph a:hover,
#stacks_in_5879 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5879 p,
#stacks_in_5879 {
	margin-bottom: 0;
	
}

#stacks_in_5879 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5881 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5881 p a,
#stacks_in_5881 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5881 p a:hover,
#stacks_in_5881 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5881 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5881 .paragraph a,
#stacks_in_5881 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5881 .paragraph a:hover,
#stacks_in_5881 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5881 p,
#stacks_in_5881 {
	margin-bottom: 0;
	
}

#stacks_in_5881 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5883 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5883 .label {
	
}

#stacks_in_5883 .label {
	font-weight: 700;
	
}

#stacks_in_5883 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8337 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8337 .label {
	
}

#stacks_in_8337 .label {
	font-weight: 700;
	
}

#stacks_in_8337 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5886 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5886 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5886 #stacks_in_5886-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5886 .close-stacks_in_5886-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_5886 .close-stacks_in_5886-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5886 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5886 .close-stacks_in_5886-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5886 .close-stacks_in_5886-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5886 .close-stacks_in_5886-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5886 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5886 .close-stacks_in_5886-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5886 .close-stacks_in_5886-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5886 .close-stacks_in_5886-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5886 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5886 .close-stacks_in_5886-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5886 .close-stacks_in_5886-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5886 .close-stacks_in_5886-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5886 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5888 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5888 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5888 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5888 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5888 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5889 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5889 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5889 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5889 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5889 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5890 {
      margin: 0px;
    }

    #stacks_in_5890 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5890 {
      margin: 0px;
    }

    #stacks_in_5890 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5890 {
      margin: 0px;
    }

    #stacks_in_5890 {
      padding: 0px;
    }


    

    
      #stacks_in_5890 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5890 {
      margin: 0px;
    }

    #stacks_in_5890 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5890 {
      margin: 0px;
    }

    #stacks_in_5890 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5890 {
      margin: 0px;
    }

    #stacks_in_5890 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5892 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5892 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_5892 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5892 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5894 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5894 p a,
#stacks_in_5894 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5894 p a:hover,
#stacks_in_5894 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5894 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5894 .paragraph a,
#stacks_in_5894 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5894 .paragraph a:hover,
#stacks_in_5894 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5894 p,
#stacks_in_5894 {
	margin-bottom: 0;
	
}

#stacks_in_5894 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5896 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5896 p a,
#stacks_in_5896 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5896 p a:hover,
#stacks_in_5896 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5896 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5896 .paragraph a,
#stacks_in_5896 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5896 .paragraph a:hover,
#stacks_in_5896 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5896 p,
#stacks_in_5896 {
	margin-bottom: 0;
	
}

#stacks_in_5896 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5898 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5898 .label {
	
}

#stacks_in_5898 .label {
	font-weight: 700;
	
}

#stacks_in_5898 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8338 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8338 .label {
	
}

#stacks_in_8338 .label {
	font-weight: 700;
	
}

#stacks_in_8338 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_5901 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_5901 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_5901 #stacks_in_5901-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_5901 .close-stacks_in_5901-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_5901 .close-stacks_in_5901-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_5901 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_5901 .close-stacks_in_5901-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5901 .close-stacks_in_5901-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_5901 .close-stacks_in_5901-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5901 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_5901 .close-stacks_in_5901-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5901 .close-stacks_in_5901-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5901 .close-stacks_in_5901-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5901 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_5901 .close-stacks_in_5901-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5901 .close-stacks_in_5901-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_5901 .close-stacks_in_5901-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_5901 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_5903 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5903 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5903 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5903 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5903 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_5904 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_5904 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_5904 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5904 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_5904 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_5905 {
      margin: 0px;
    }

    #stacks_in_5905 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_5905 {
      margin: 0px;
    }

    #stacks_in_5905 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_5905 {
      margin: 0px;
    }

    #stacks_in_5905 {
      padding: 0px;
    }


    

    
      #stacks_in_5905 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_5905 {
      margin: 0px;
    }

    #stacks_in_5905 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_5905 {
      margin: 0px;
    }

    #stacks_in_5905 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_5905 {
      margin: 0px;
    }

    #stacks_in_5905 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_5907 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_5907 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_5907 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_5907 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_5909 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5909 p a,
#stacks_in_5909 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5909 p a:hover,
#stacks_in_5909 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5909 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_5909 .paragraph a,
#stacks_in_5909 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_5909 .paragraph a:hover,
#stacks_in_5909 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5909 p,
#stacks_in_5909 {
	margin-bottom: 0;
	
}

#stacks_in_5909 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_5911 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5911 p a,
#stacks_in_5911 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5911 p a:hover,
#stacks_in_5911 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_5911 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_5911 .paragraph a,
#stacks_in_5911 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_5911 .paragraph a:hover,
#stacks_in_5911 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_5911 p,
#stacks_in_5911 {
	margin-bottom: 0;
	
}

#stacks_in_5911 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_5913 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_5913 .label {
	
}

#stacks_in_5913 .label {
	font-weight: 700;
	
}

#stacks_in_5913 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8339 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8339 .label {
	
}

#stacks_in_8339 .label {
	font-weight: 700;
	
}

#stacks_in_8339 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6425 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6425 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6425 #stacks_in_6425-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6425 .close-stacks_in_6425-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_6425 .close-stacks_in_6425-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6425 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6425 .close-stacks_in_6425-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6425 .close-stacks_in_6425-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6425 .close-stacks_in_6425-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6425 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6425 .close-stacks_in_6425-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6425 .close-stacks_in_6425-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6425 .close-stacks_in_6425-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6425 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6425 .close-stacks_in_6425-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6425 .close-stacks_in_6425-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6425 .close-stacks_in_6425-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6425 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6427 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6427 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6427 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6427 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6427 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6428 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6428 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6428 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6428 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6428 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6429 {
      margin: 0px;
    }

    #stacks_in_6429 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6429 {
      margin: 0px;
    }

    #stacks_in_6429 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6429 {
      margin: 0px;
    }

    #stacks_in_6429 {
      padding: 0px;
    }


    

    
      #stacks_in_6429 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6429 {
      margin: 0px;
    }

    #stacks_in_6429 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6429 {
      margin: 0px;
    }

    #stacks_in_6429 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6429 {
      margin: 0px;
    }

    #stacks_in_6429 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6431 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6431 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_6431 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6431 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6433 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6433 p a,
#stacks_in_6433 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6433 p a:hover,
#stacks_in_6433 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6433 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6433 .paragraph a,
#stacks_in_6433 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6433 .paragraph a:hover,
#stacks_in_6433 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6433 p,
#stacks_in_6433 {
	margin-bottom: 0;
	
}

#stacks_in_6433 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6435 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6435 p a,
#stacks_in_6435 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6435 p a:hover,
#stacks_in_6435 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6435 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6435 .paragraph a,
#stacks_in_6435 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6435 .paragraph a:hover,
#stacks_in_6435 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6435 p,
#stacks_in_6435 {
	margin-bottom: 0;
	
}

#stacks_in_6435 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6437 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6437 .label {
	
}

#stacks_in_6437 .label {
	font-weight: 700;
	
}

#stacks_in_6437 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8340 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8340 .label {
	
}

#stacks_in_8340 .label {
	font-weight: 700;
	
}

#stacks_in_8340 {
	padding: 0px 0px 0px 10px;
}


#stacks_in_4420 h5 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_4420 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_4420 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}






#stacks_in_4420 {
	background-color: rgba(34, 106, 145, 1.00);
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}



	#stacks_in_2725 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2725 .anchor {
	font-size: 24px;
	line-height: 24px;
}




#stacks_in_5991 {
	border: solid rgba(34, 106, 145, 1.00);
	border-width: 0px 2px 2px 2px;
	-moz-border-radius: 0px 0px 0px 20px;
	-webkit-border-radius: 0px 0px 0px 20px;
	border-radius: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_8727 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8727 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8727 #stacks_in_8727-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8727 .close-stacks_in_8727-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_8727 .close-stacks_in_8727-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8727 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8727 .close-stacks_in_8727-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8727 .close-stacks_in_8727-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8727 .close-stacks_in_8727-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8727 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8727 .close-stacks_in_8727-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8727 .close-stacks_in_8727-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8727 .close-stacks_in_8727-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8727 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8727 .close-stacks_in_8727-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8727 .close-stacks_in_8727-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8727 .close-stacks_in_8727-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8727 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8729 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8729 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8729 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8729 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8729 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8730 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8730 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8730 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8730 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8730 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8731 {
      margin: 0px;
    }

    #stacks_in_8731 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8731 {
      margin: 0px;
    }

    #stacks_in_8731 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8731 {
      margin: 0px;
    }

    #stacks_in_8731 {
      padding: 0px;
    }


    

    
      #stacks_in_8731 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8731 {
      margin: 0px;
    }

    #stacks_in_8731 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8731 {
      margin: 0px;
    }

    #stacks_in_8731 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8731 {
      margin: 0px;
    }

    #stacks_in_8731 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8732 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8732 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_8732 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8732 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8734 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8734 p a,
#stacks_in_8734 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8734 p a:hover,
#stacks_in_8734 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8734 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8734 .paragraph a,
#stacks_in_8734 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8734 .paragraph a:hover,
#stacks_in_8734 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8734 p,
#stacks_in_8734 {
	margin-bottom: 0;
	
}

#stacks_in_8734 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8736 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8736 p a,
#stacks_in_8736 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8736 p a:hover,
#stacks_in_8736 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8736 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8736 .paragraph a,
#stacks_in_8736 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8736 .paragraph a:hover,
#stacks_in_8736 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8736 p,
#stacks_in_8736 {
	margin-bottom: 0;
	
}

#stacks_in_8736 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8738 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8738 .label {
	
}

#stacks_in_8738 .label {
	font-weight: 700;
	
}

#stacks_in_8738 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8739 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8739 .label {
	
}

#stacks_in_8739 .label {
	font-weight: 700;
	
}

#stacks_in_8739 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6010 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6010 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6010 #stacks_in_6010-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6010 .close-stacks_in_6010-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_6010 .close-stacks_in_6010-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6010 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6010 .close-stacks_in_6010-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6010 .close-stacks_in_6010-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6010 .close-stacks_in_6010-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6010 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6010 .close-stacks_in_6010-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6010 .close-stacks_in_6010-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6010 .close-stacks_in_6010-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6010 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6010 .close-stacks_in_6010-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6010 .close-stacks_in_6010-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6010 .close-stacks_in_6010-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6010 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6012 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6012 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6013 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6013 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6014 {
      margin: 0px;
    }

    #stacks_in_6014 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6014 {
      margin: 0px;
    }

    #stacks_in_6014 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6014 {
      margin: 0px;
    }

    #stacks_in_6014 {
      padding: 0px;
    }


    

    
      #stacks_in_6014 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6014 {
      margin: 0px;
    }

    #stacks_in_6014 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6014 {
      margin: 0px;
    }

    #stacks_in_6014 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6014 {
      margin: 0px;
    }

    #stacks_in_6014 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6016 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6016 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_6016 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6016 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6018 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6018 p a,
#stacks_in_6018 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6018 p a:hover,
#stacks_in_6018 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6018 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6018 .paragraph a,
#stacks_in_6018 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6018 .paragraph a:hover,
#stacks_in_6018 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6018 p,
#stacks_in_6018 {
	margin-bottom: 0;
	
}

#stacks_in_6018 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6020 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6020 p a,
#stacks_in_6020 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6020 p a:hover,
#stacks_in_6020 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6020 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6020 .paragraph a,
#stacks_in_6020 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6020 .paragraph a:hover,
#stacks_in_6020 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6020 p,
#stacks_in_6020 {
	margin-bottom: 0;
	
}

#stacks_in_6020 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6022 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6022 .label {
	
}

#stacks_in_6022 .label {
	font-weight: 700;
	
}

#stacks_in_6022 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8341 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8341 .label {
	
}

#stacks_in_8341 .label {
	font-weight: 700;
	
}

#stacks_in_8341 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6025 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6025 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6025 #stacks_in_6025-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6025 .close-stacks_in_6025-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_6025 .close-stacks_in_6025-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6025 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6025 .close-stacks_in_6025-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6025 .close-stacks_in_6025-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6025 .close-stacks_in_6025-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6025 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6025 .close-stacks_in_6025-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6025 .close-stacks_in_6025-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6025 .close-stacks_in_6025-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6025 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6025 .close-stacks_in_6025-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6025 .close-stacks_in_6025-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6025 .close-stacks_in_6025-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6025 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6027 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6027 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6027 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6027 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6027 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6028 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6028 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6029 {
      margin: 0px;
    }

    #stacks_in_6029 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6029 {
      margin: 0px;
    }

    #stacks_in_6029 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6029 {
      margin: 0px;
    }

    #stacks_in_6029 {
      padding: 0px;
    }


    

    
      #stacks_in_6029 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6029 {
      margin: 0px;
    }

    #stacks_in_6029 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6029 {
      margin: 0px;
    }

    #stacks_in_6029 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6029 {
      margin: 0px;
    }

    #stacks_in_6029 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6031 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6031 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_6031 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6031 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6033 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6033 p a,
#stacks_in_6033 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6033 p a:hover,
#stacks_in_6033 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6033 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6033 .paragraph a,
#stacks_in_6033 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6033 .paragraph a:hover,
#stacks_in_6033 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6033 p,
#stacks_in_6033 {
	margin-bottom: 0;
	
}

#stacks_in_6033 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6035 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6035 p a,
#stacks_in_6035 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6035 p a:hover,
#stacks_in_6035 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6035 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6035 .paragraph a,
#stacks_in_6035 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6035 .paragraph a:hover,
#stacks_in_6035 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6035 p,
#stacks_in_6035 {
	margin-bottom: 0;
	
}

#stacks_in_6035 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6037 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6037 .label {
	
}

#stacks_in_6037 .label {
	font-weight: 700;
	
}

#stacks_in_6037 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8342 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8342 .label {
	
}

#stacks_in_8342 .label {
	font-weight: 700;
	
}

#stacks_in_8342 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6070 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6070 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6070 #stacks_in_6070-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6070 .close-stacks_in_6070-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_6070 .close-stacks_in_6070-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6070 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6070 .close-stacks_in_6070-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6070 .close-stacks_in_6070-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6070 .close-stacks_in_6070-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6070 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6070 .close-stacks_in_6070-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6070 .close-stacks_in_6070-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6070 .close-stacks_in_6070-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6070 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6070 .close-stacks_in_6070-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6070 .close-stacks_in_6070-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6070 .close-stacks_in_6070-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6070 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6072 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6072 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6072 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6072 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6072 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6073 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6073 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6074 {
      margin: 0px;
    }

    #stacks_in_6074 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6074 {
      margin: 0px;
    }

    #stacks_in_6074 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6074 {
      margin: 0px;
    }

    #stacks_in_6074 {
      padding: 0px;
    }


    

    
      #stacks_in_6074 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6074 {
      margin: 0px;
    }

    #stacks_in_6074 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6074 {
      margin: 0px;
    }

    #stacks_in_6074 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6074 {
      margin: 0px;
    }

    #stacks_in_6074 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6076 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6076 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_6076 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6076 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6078 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6078 p a,
#stacks_in_6078 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6078 p a:hover,
#stacks_in_6078 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6078 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6078 .paragraph a,
#stacks_in_6078 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6078 .paragraph a:hover,
#stacks_in_6078 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6078 p,
#stacks_in_6078 {
	margin-bottom: 0;
	
}

#stacks_in_6078 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6080 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6080 p a,
#stacks_in_6080 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6080 p a:hover,
#stacks_in_6080 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6080 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6080 .paragraph a,
#stacks_in_6080 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6080 .paragraph a:hover,
#stacks_in_6080 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6080 p,
#stacks_in_6080 {
	margin-bottom: 0;
	
}

#stacks_in_6080 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6082 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6082 .label {
	
}

#stacks_in_6082 .label {
	font-weight: 700;
	
}

#stacks_in_6082 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8343 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8343 .label {
	
}

#stacks_in_8343 .label {
	font-weight: 700;
	
}

#stacks_in_8343 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9054 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9054 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9054 #stacks_in_9054-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9054 .close-stacks_in_9054-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_9054 .close-stacks_in_9054-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9054 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9054 .close-stacks_in_9054-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9054 .close-stacks_in_9054-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9054 .close-stacks_in_9054-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9054 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9054 .close-stacks_in_9054-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9054 .close-stacks_in_9054-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9054 .close-stacks_in_9054-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9054 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9054 .close-stacks_in_9054-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9054 .close-stacks_in_9054-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9054 .close-stacks_in_9054-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9054 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9056 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9056 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9056 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9056 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9056 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9057 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9057 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9057 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9057 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9057 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9058 {
      margin: 0px;
    }

    #stacks_in_9058 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9058 {
      margin: 0px;
    }

    #stacks_in_9058 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9058 {
      margin: 0px;
    }

    #stacks_in_9058 {
      padding: 0px;
    }


    

    
      #stacks_in_9058 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9058 {
      margin: 0px;
    }

    #stacks_in_9058 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9058 {
      margin: 0px;
    }

    #stacks_in_9058 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9058 {
      margin: 0px;
    }

    #stacks_in_9058 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9059 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9059 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_9059 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9059 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9061 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9061 p a,
#stacks_in_9061 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9061 p a:hover,
#stacks_in_9061 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9061 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9061 .paragraph a,
#stacks_in_9061 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9061 .paragraph a:hover,
#stacks_in_9061 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9061 p,
#stacks_in_9061 {
	margin-bottom: 0;
	
}

#stacks_in_9061 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9063 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9063 p a,
#stacks_in_9063 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9063 p a:hover,
#stacks_in_9063 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9063 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9063 .paragraph a,
#stacks_in_9063 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9063 .paragraph a:hover,
#stacks_in_9063 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9063 p,
#stacks_in_9063 {
	margin-bottom: 0;
	
}

#stacks_in_9063 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9065 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9065 .label {
	
}

#stacks_in_9065 .label {
	font-weight: 700;
	
}

#stacks_in_9065 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9104 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9104 .label {
	
}

#stacks_in_9104 .label {
	font-weight: 700;
	
}

#stacks_in_9104 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9071 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9071 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9071 #stacks_in_9071-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9071 .close-stacks_in_9071-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_9071 .close-stacks_in_9071-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9071 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9071 .close-stacks_in_9071-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9071 .close-stacks_in_9071-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9071 .close-stacks_in_9071-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9071 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9071 .close-stacks_in_9071-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9071 .close-stacks_in_9071-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9071 .close-stacks_in_9071-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9071 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9071 .close-stacks_in_9071-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9071 .close-stacks_in_9071-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9071 .close-stacks_in_9071-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9071 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9073 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9073 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9074 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9074 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9074 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9074 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9074 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9075 {
      margin: 0px;
    }

    #stacks_in_9075 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9075 {
      margin: 0px;
    }

    #stacks_in_9075 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9075 {
      margin: 0px;
    }

    #stacks_in_9075 {
      padding: 0px;
    }


    

    
      #stacks_in_9075 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9075 {
      margin: 0px;
    }

    #stacks_in_9075 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9075 {
      margin: 0px;
    }

    #stacks_in_9075 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9075 {
      margin: 0px;
    }

    #stacks_in_9075 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9076 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9076 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_9076 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9076 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9078 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9078 p a,
#stacks_in_9078 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9078 p a:hover,
#stacks_in_9078 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9078 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9078 .paragraph a,
#stacks_in_9078 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9078 .paragraph a:hover,
#stacks_in_9078 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9078 p,
#stacks_in_9078 {
	margin-bottom: 0;
	
}

#stacks_in_9078 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9080 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9080 p a,
#stacks_in_9080 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9080 p a:hover,
#stacks_in_9080 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9080 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9080 .paragraph a,
#stacks_in_9080 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9080 .paragraph a:hover,
#stacks_in_9080 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9080 p,
#stacks_in_9080 {
	margin-bottom: 0;
	
}

#stacks_in_9080 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9082 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9082 .label {
	
}

#stacks_in_9082 .label {
	font-weight: 700;
	
}

#stacks_in_9082 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9105 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9105 .label {
	
}

#stacks_in_9105 .label {
	font-weight: 700;
	
}

#stacks_in_9105 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8052 {
      margin: 0px;
    }

    #stacks_in_8052 {
      padding: 0px;
    }

    
      #stacks_in_8052 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8052 {
      margin: 0px;
    }

    #stacks_in_8052 {
      padding: 0px;
    }

    
      #stacks_in_8052 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8052 {
      margin: 0px;
    }

    #stacks_in_8052 {
      padding: 0px;
    }


    
      #stacks_in_8052 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8052 {
      margin: 0px;
    }

    #stacks_in_8052 {
      padding: 0px;
    }


    
      #stacks_in_8052 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8052 {
      margin: 0px;
    }

    #stacks_in_8052 {
      padding: 0px;
    }


    
      #stacks_in_8052 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8052 {
      margin: 0px;
    }

    #stacks_in_8052 {
      padding: 0px;
    }


    
      #stacks_in_8052 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8054 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8054 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8054 #stacks_in_8054-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8054 .close-stacks_in_8054-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_8054 .close-stacks_in_8054-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8054 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8054 .close-stacks_in_8054-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8054 .close-stacks_in_8054-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8054 .close-stacks_in_8054-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8054 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8054 .close-stacks_in_8054-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8054 .close-stacks_in_8054-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8054 .close-stacks_in_8054-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8054 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8054 .close-stacks_in_8054-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8054 .close-stacks_in_8054-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8054 .close-stacks_in_8054-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8054 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8056 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8056 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8056 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8056 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8056 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8057 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8057 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8057 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8057 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8057 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8058 {
      margin: 0px;
    }

    #stacks_in_8058 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8058 {
      margin: 0px;
    }

    #stacks_in_8058 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8058 {
      margin: 0px;
    }

    #stacks_in_8058 {
      padding: 0px;
    }


    

    
      #stacks_in_8058 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8058 {
      margin: 0px;
    }

    #stacks_in_8058 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8058 {
      margin: 0px;
    }

    #stacks_in_8058 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8058 {
      margin: 0px;
    }

    #stacks_in_8058 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8060 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8060 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_8060 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8060 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8062 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8062 p a,
#stacks_in_8062 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8062 p a:hover,
#stacks_in_8062 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8062 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8062 .paragraph a,
#stacks_in_8062 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8062 .paragraph a:hover,
#stacks_in_8062 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8062 p,
#stacks_in_8062 {
	margin-bottom: 0;
	
}

#stacks_in_8062 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8064 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8064 p a,
#stacks_in_8064 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8064 p a:hover,
#stacks_in_8064 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8064 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8064 .paragraph a,
#stacks_in_8064 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8064 .paragraph a:hover,
#stacks_in_8064 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8064 p,
#stacks_in_8064 {
	margin-bottom: 0;
	
}

#stacks_in_8064 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8066 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8066 .label {
	
}

#stacks_in_8066 .label {
	font-weight: 700;
	
}

#stacks_in_8066 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8344 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8344 .label {
	
}

#stacks_in_8344 .label {
	font-weight: 700;
	
}

#stacks_in_8344 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_9087 {
      margin: 0px;
    }

    #stacks_in_9087 {
      padding: 0px;
    }

    
      #stacks_in_9087 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_9087 {
      margin: 0px;
    }

    #stacks_in_9087 {
      padding: 0px;
    }

    
      #stacks_in_9087 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_9087 {
      margin: 0px;
    }

    #stacks_in_9087 {
      padding: 0px;
    }


    
      #stacks_in_9087 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9087 {
      margin: 0px;
    }

    #stacks_in_9087 {
      padding: 0px;
    }


    
      #stacks_in_9087 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_9087 {
      margin: 0px;
    }

    #stacks_in_9087 {
      padding: 0px;
    }


    
      #stacks_in_9087 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9087 {
      margin: 0px;
    }

    #stacks_in_9087 {
      padding: 0px;
    }


    
      #stacks_in_9087 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_9088 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9088 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9088 #stacks_in_9088-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9088 .close-stacks_in_9088-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_9088 .close-stacks_in_9088-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9088 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9088 .close-stacks_in_9088-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9088 .close-stacks_in_9088-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9088 .close-stacks_in_9088-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9088 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9088 .close-stacks_in_9088-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9088 .close-stacks_in_9088-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9088 .close-stacks_in_9088-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9088 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9088 .close-stacks_in_9088-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9088 .close-stacks_in_9088-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9088 .close-stacks_in_9088-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9088 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9090 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9090 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9090 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9090 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9090 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9091 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9091 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9091 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9091 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9091 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9092 {
      margin: 0px;
    }

    #stacks_in_9092 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9092 {
      margin: 0px;
    }

    #stacks_in_9092 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9092 {
      margin: 0px;
    }

    #stacks_in_9092 {
      padding: 0px;
    }


    

    
      #stacks_in_9092 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9092 {
      margin: 0px;
    }

    #stacks_in_9092 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9092 {
      margin: 0px;
    }

    #stacks_in_9092 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9092 {
      margin: 0px;
    }

    #stacks_in_9092 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9093 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9093 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_9093 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9093 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9095 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9095 p a,
#stacks_in_9095 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9095 p a:hover,
#stacks_in_9095 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9095 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9095 .paragraph a,
#stacks_in_9095 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9095 .paragraph a:hover,
#stacks_in_9095 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9095 p,
#stacks_in_9095 {
	margin-bottom: 0;
	
}

#stacks_in_9095 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9097 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9097 p a,
#stacks_in_9097 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9097 p a:hover,
#stacks_in_9097 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9097 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9097 .paragraph a,
#stacks_in_9097 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9097 .paragraph a:hover,
#stacks_in_9097 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9097 p,
#stacks_in_9097 {
	margin-bottom: 0;
	
}

#stacks_in_9097 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9099 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9099 .label {
	
}

#stacks_in_9099 .label {
	font-weight: 700;
	
}

#stacks_in_9099 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9100 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9100 .label {
	
}

#stacks_in_9100 .label {
	font-weight: 700;
	
}

#stacks_in_9100 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }

    
      #stacks_in_8068 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }

    
      #stacks_in_8068 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }


    
      #stacks_in_8068 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }


    
      #stacks_in_8068 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }


    
      #stacks_in_8068 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }


    
      #stacks_in_8068 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8070 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8070 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8070 #stacks_in_8070-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8070 .close-stacks_in_8070-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_8070 .close-stacks_in_8070-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8070 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8070 .close-stacks_in_8070-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8070 .close-stacks_in_8070-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8070 .close-stacks_in_8070-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8070 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8070 .close-stacks_in_8070-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8070 .close-stacks_in_8070-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8070 .close-stacks_in_8070-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8070 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8070 .close-stacks_in_8070-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8070 .close-stacks_in_8070-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8070 .close-stacks_in_8070-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8070 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8072 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8072 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8072 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8072 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8072 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8073 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8073 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8073 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8074 {
      margin: 0px;
    }

    #stacks_in_8074 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8074 {
      margin: 0px;
    }

    #stacks_in_8074 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8074 {
      margin: 0px;
    }

    #stacks_in_8074 {
      padding: 0px;
    }


    

    
      #stacks_in_8074 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8074 {
      margin: 0px;
    }

    #stacks_in_8074 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8074 {
      margin: 0px;
    }

    #stacks_in_8074 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8074 {
      margin: 0px;
    }

    #stacks_in_8074 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8076 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8076 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_8076 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8076 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8078 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8078 p a,
#stacks_in_8078 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8078 p a:hover,
#stacks_in_8078 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8078 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8078 .paragraph a,
#stacks_in_8078 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8078 .paragraph a:hover,
#stacks_in_8078 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8078 p,
#stacks_in_8078 {
	margin-bottom: 0;
	
}

#stacks_in_8078 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8080 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8080 p a,
#stacks_in_8080 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8080 p a:hover,
#stacks_in_8080 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8080 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8080 .paragraph a,
#stacks_in_8080 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8080 .paragraph a:hover,
#stacks_in_8080 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8080 p,
#stacks_in_8080 {
	margin-bottom: 0;
	
}

#stacks_in_8080 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8082 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8082 .label {
	
}

#stacks_in_8082 .label {
	font-weight: 700;
	
}

#stacks_in_8082 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8345 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8345 .label {
	
}

#stacks_in_8345 .label {
	font-weight: 700;
	
}

#stacks_in_8345 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8762 {
      margin: 0px;
    }

    #stacks_in_8762 {
      padding: 0px;
    }

    
      #stacks_in_8762 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8762 {
      margin: 0px;
    }

    #stacks_in_8762 {
      padding: 0px;
    }

    
      #stacks_in_8762 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8762 {
      margin: 0px;
    }

    #stacks_in_8762 {
      padding: 0px;
    }


    
      #stacks_in_8762 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8762 {
      margin: 0px;
    }

    #stacks_in_8762 {
      padding: 0px;
    }


    
      #stacks_in_8762 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8762 {
      margin: 0px;
    }

    #stacks_in_8762 {
      padding: 0px;
    }


    
      #stacks_in_8762 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8762 {
      margin: 0px;
    }

    #stacks_in_8762 {
      padding: 0px;
    }


    
      #stacks_in_8762 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8763 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8763 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8763 #stacks_in_8763-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8763 .close-stacks_in_8763-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_8763 .close-stacks_in_8763-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8763 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8763 .close-stacks_in_8763-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8763 .close-stacks_in_8763-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8763 .close-stacks_in_8763-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8763 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8763 .close-stacks_in_8763-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8763 .close-stacks_in_8763-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8763 .close-stacks_in_8763-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8763 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8763 .close-stacks_in_8763-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8763 .close-stacks_in_8763-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8763 .close-stacks_in_8763-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8763 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8765 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8765 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8765 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8765 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8765 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8766 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8766 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8766 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8766 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8766 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8767 {
      margin: 0px;
    }

    #stacks_in_8767 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8767 {
      margin: 0px;
    }

    #stacks_in_8767 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8767 {
      margin: 0px;
    }

    #stacks_in_8767 {
      padding: 0px;
    }


    

    
      #stacks_in_8767 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8767 {
      margin: 0px;
    }

    #stacks_in_8767 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8767 {
      margin: 0px;
    }

    #stacks_in_8767 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8767 {
      margin: 0px;
    }

    #stacks_in_8767 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8768 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8768 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_8768 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8768 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8770 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8770 p a,
#stacks_in_8770 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8770 p a:hover,
#stacks_in_8770 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8770 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8770 .paragraph a,
#stacks_in_8770 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8770 .paragraph a:hover,
#stacks_in_8770 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8770 p,
#stacks_in_8770 {
	margin-bottom: 0;
	
}

#stacks_in_8770 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8772 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8772 p a,
#stacks_in_8772 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8772 p a:hover,
#stacks_in_8772 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8772 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8772 .paragraph a,
#stacks_in_8772 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8772 .paragraph a:hover,
#stacks_in_8772 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8772 p,
#stacks_in_8772 {
	margin-bottom: 0;
	
}

#stacks_in_8772 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8774 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8774 .label {
	
}

#stacks_in_8774 .label {
	font-weight: 700;
	
}

#stacks_in_8774 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8775 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8775 .label {
	
}

#stacks_in_8775 .label {
	font-weight: 700;
	
}

#stacks_in_8775 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8084 {
      margin: 0px;
    }

    #stacks_in_8084 {
      padding: 0px;
    }

    
      #stacks_in_8084 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8084 {
      margin: 0px;
    }

    #stacks_in_8084 {
      padding: 0px;
    }

    
      #stacks_in_8084 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8084 {
      margin: 0px;
    }

    #stacks_in_8084 {
      padding: 0px;
    }


    
      #stacks_in_8084 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8084 {
      margin: 0px;
    }

    #stacks_in_8084 {
      padding: 0px;
    }


    
      #stacks_in_8084 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8084 {
      margin: 0px;
    }

    #stacks_in_8084 {
      padding: 0px;
    }


    
      #stacks_in_8084 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8084 {
      margin: 0px;
    }

    #stacks_in_8084 {
      padding: 0px;
    }


    
      #stacks_in_8084 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8086 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8086 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8086 #stacks_in_8086-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8086 .close-stacks_in_8086-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_8086 .close-stacks_in_8086-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8086 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8086 .close-stacks_in_8086-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8086 .close-stacks_in_8086-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8086 .close-stacks_in_8086-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8086 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8086 .close-stacks_in_8086-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8086 .close-stacks_in_8086-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8086 .close-stacks_in_8086-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8086 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8086 .close-stacks_in_8086-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8086 .close-stacks_in_8086-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8086 .close-stacks_in_8086-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8086 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8088 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8088 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8088 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8088 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8088 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8089 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8089 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8089 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8089 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8089 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8090 {
      margin: 0px;
    }

    #stacks_in_8090 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8090 {
      margin: 0px;
    }

    #stacks_in_8090 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8090 {
      margin: 0px;
    }

    #stacks_in_8090 {
      padding: 0px;
    }


    

    
      #stacks_in_8090 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8090 {
      margin: 0px;
    }

    #stacks_in_8090 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8090 {
      margin: 0px;
    }

    #stacks_in_8090 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8090 {
      margin: 0px;
    }

    #stacks_in_8090 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8092 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8092 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_8092 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8092 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8094 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8094 p a,
#stacks_in_8094 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8094 p a:hover,
#stacks_in_8094 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8094 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8094 .paragraph a,
#stacks_in_8094 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8094 .paragraph a:hover,
#stacks_in_8094 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8094 p,
#stacks_in_8094 {
	margin-bottom: 0;
	
}

#stacks_in_8094 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8096 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8096 p a,
#stacks_in_8096 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8096 p a:hover,
#stacks_in_8096 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8096 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8096 .paragraph a,
#stacks_in_8096 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8096 .paragraph a:hover,
#stacks_in_8096 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8096 p,
#stacks_in_8096 {
	margin-bottom: 0;
	
}

#stacks_in_8096 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8098 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8098 .label {
	
}

#stacks_in_8098 .label {
	font-weight: 700;
	
}

#stacks_in_8098 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8346 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8346 .label {
	
}

#stacks_in_8346 .label {
	font-weight: 700;
	
}

#stacks_in_8346 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_6943 {
      margin: 0px;
    }

    #stacks_in_6943 {
      padding: 0px;
    }

    
      #stacks_in_6943 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6943 {
      margin: 0px;
    }

    #stacks_in_6943 {
      padding: 0px;
    }

    
      #stacks_in_6943 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6943 {
      margin: 0px;
    }

    #stacks_in_6943 {
      padding: 0px;
    }


    
      #stacks_in_6943 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6943 {
      margin: 0px;
    }

    #stacks_in_6943 {
      padding: 0px;
    }


    
      #stacks_in_6943 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6943 {
      margin: 0px;
    }

    #stacks_in_6943 {
      padding: 0px;
    }


    
      #stacks_in_6943 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6943 {
      margin: 0px;
    }

    #stacks_in_6943 {
      padding: 0px;
    }


    
      #stacks_in_6943 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_6115 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6115 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6115 #stacks_in_6115-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6115 .close-stacks_in_6115-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_6115 .close-stacks_in_6115-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6115 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6115 .close-stacks_in_6115-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6115 .close-stacks_in_6115-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6115 .close-stacks_in_6115-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6115 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6115 .close-stacks_in_6115-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6115 .close-stacks_in_6115-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6115 .close-stacks_in_6115-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6115 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6115 .close-stacks_in_6115-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6115 .close-stacks_in_6115-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6115 .close-stacks_in_6115-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6115 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6117 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6117 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6117 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6117 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6117 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6118 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6118 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6118 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6118 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6118 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6119 {
      margin: 0px;
    }

    #stacks_in_6119 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6119 {
      margin: 0px;
    }

    #stacks_in_6119 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6119 {
      margin: 0px;
    }

    #stacks_in_6119 {
      padding: 0px;
    }


    

    
      #stacks_in_6119 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6119 {
      margin: 0px;
    }

    #stacks_in_6119 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6119 {
      margin: 0px;
    }

    #stacks_in_6119 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6119 {
      margin: 0px;
    }

    #stacks_in_6119 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6121 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6121 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_6121 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6121 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6123 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6123 p a,
#stacks_in_6123 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6123 p a:hover,
#stacks_in_6123 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6123 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6123 .paragraph a,
#stacks_in_6123 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6123 .paragraph a:hover,
#stacks_in_6123 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6123 p,
#stacks_in_6123 {
	margin-bottom: 0;
	
}

#stacks_in_6123 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6125 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6125 p a,
#stacks_in_6125 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6125 p a:hover,
#stacks_in_6125 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6125 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6125 .paragraph a,
#stacks_in_6125 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6125 .paragraph a:hover,
#stacks_in_6125 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6125 p,
#stacks_in_6125 {
	margin-bottom: 0;
	
}

#stacks_in_6125 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6127 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6127 .label {
	
}

#stacks_in_6127 .label {
	font-weight: 700;
	
}

#stacks_in_6127 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8347 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8347 .label {
	
}

#stacks_in_8347 .label {
	font-weight: 700;
	
}

#stacks_in_8347 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_6945 {
      margin: 0px;
    }

    #stacks_in_6945 {
      padding: 0px;
    }

    
      #stacks_in_6945 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6945 {
      margin: 0px;
    }

    #stacks_in_6945 {
      padding: 0px;
    }

    
      #stacks_in_6945 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6945 {
      margin: 0px;
    }

    #stacks_in_6945 {
      padding: 0px;
    }


    
      #stacks_in_6945 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6945 {
      margin: 0px;
    }

    #stacks_in_6945 {
      padding: 0px;
    }


    
      #stacks_in_6945 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6945 {
      margin: 0px;
    }

    #stacks_in_6945 {
      padding: 0px;
    }


    
      #stacks_in_6945 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6945 {
      margin: 0px;
    }

    #stacks_in_6945 {
      padding: 0px;
    }


    
      #stacks_in_6945 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_6130 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6130 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6130 #stacks_in_6130-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6130 .close-stacks_in_6130-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_6130 .close-stacks_in_6130-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6130 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6130 .close-stacks_in_6130-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6130 .close-stacks_in_6130-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6130 .close-stacks_in_6130-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6130 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6130 .close-stacks_in_6130-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6130 .close-stacks_in_6130-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6130 .close-stacks_in_6130-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6130 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6130 .close-stacks_in_6130-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6130 .close-stacks_in_6130-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6130 .close-stacks_in_6130-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6130 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6132 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6132 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6133 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6133 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6133 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6133 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6133 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6134 {
      margin: 0px;
    }

    #stacks_in_6134 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6134 {
      margin: 0px;
    }

    #stacks_in_6134 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6134 {
      margin: 0px;
    }

    #stacks_in_6134 {
      padding: 0px;
    }


    

    
      #stacks_in_6134 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6134 {
      margin: 0px;
    }

    #stacks_in_6134 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6134 {
      margin: 0px;
    }

    #stacks_in_6134 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6134 {
      margin: 0px;
    }

    #stacks_in_6134 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6136 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6136 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_6136 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6136 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6138 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6138 p a,
#stacks_in_6138 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6138 p a:hover,
#stacks_in_6138 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6138 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6138 .paragraph a,
#stacks_in_6138 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6138 .paragraph a:hover,
#stacks_in_6138 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6138 p,
#stacks_in_6138 {
	margin-bottom: 0;
	
}

#stacks_in_6138 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6140 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6140 p a,
#stacks_in_6140 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6140 p a:hover,
#stacks_in_6140 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6140 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6140 .paragraph a,
#stacks_in_6140 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6140 .paragraph a:hover,
#stacks_in_6140 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6140 p,
#stacks_in_6140 {
	margin-bottom: 0;
	
}

#stacks_in_6140 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6142 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6142 .label {
	
}

#stacks_in_6142 .label {
	font-weight: 700;
	
}

#stacks_in_6142 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8348 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8348 .label {
	
}

#stacks_in_8348 .label {
	font-weight: 700;
	
}

#stacks_in_8348 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8743 {
      margin: 0px;
    }

    #stacks_in_8743 {
      padding: 0px;
    }

    
      #stacks_in_8743 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8743 {
      margin: 0px;
    }

    #stacks_in_8743 {
      padding: 0px;
    }

    
      #stacks_in_8743 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8743 {
      margin: 0px;
    }

    #stacks_in_8743 {
      padding: 0px;
    }


    
      #stacks_in_8743 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8743 {
      margin: 0px;
    }

    #stacks_in_8743 {
      padding: 0px;
    }


    
      #stacks_in_8743 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8743 {
      margin: 0px;
    }

    #stacks_in_8743 {
      padding: 0px;
    }


    
      #stacks_in_8743 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8743 {
      margin: 0px;
    }

    #stacks_in_8743 {
      padding: 0px;
    }


    
      #stacks_in_8743 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8744 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8744 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8744 #stacks_in_8744-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8744 .close-stacks_in_8744-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_8744 .close-stacks_in_8744-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8744 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8744 .close-stacks_in_8744-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8744 .close-stacks_in_8744-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8744 .close-stacks_in_8744-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8744 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8744 .close-stacks_in_8744-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8744 .close-stacks_in_8744-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8744 .close-stacks_in_8744-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8744 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8744 .close-stacks_in_8744-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8744 .close-stacks_in_8744-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8744 .close-stacks_in_8744-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8744 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8746 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8746 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8746 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8746 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8746 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8747 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8747 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8747 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8747 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8747 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8748 {
      margin: 0px;
    }

    #stacks_in_8748 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8748 {
      margin: 0px;
    }

    #stacks_in_8748 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8748 {
      margin: 0px;
    }

    #stacks_in_8748 {
      padding: 0px;
    }


    

    
      #stacks_in_8748 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8748 {
      margin: 0px;
    }

    #stacks_in_8748 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8748 {
      margin: 0px;
    }

    #stacks_in_8748 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8748 {
      margin: 0px;
    }

    #stacks_in_8748 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8749 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8749 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_8749 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8749 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8751 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8751 p a,
#stacks_in_8751 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8751 p a:hover,
#stacks_in_8751 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8751 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8751 .paragraph a,
#stacks_in_8751 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8751 .paragraph a:hover,
#stacks_in_8751 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8751 p,
#stacks_in_8751 {
	margin-bottom: 0;
	
}

#stacks_in_8751 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8753 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8753 p a,
#stacks_in_8753 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8753 p a:hover,
#stacks_in_8753 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8753 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8753 .paragraph a,
#stacks_in_8753 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8753 .paragraph a:hover,
#stacks_in_8753 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8753 p,
#stacks_in_8753 {
	margin-bottom: 0;
	
}

#stacks_in_8753 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8755 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8755 .label {
	
}

#stacks_in_8755 .label {
	font-weight: 700;
	
}

#stacks_in_8755 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8760 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8760 .label {
	
}

#stacks_in_8760 .label {
	font-weight: 700;
	
}

#stacks_in_8760 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_6951 {
      margin: 0px;
    }

    #stacks_in_6951 {
      padding: 0px;
    }

    
      #stacks_in_6951 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6951 {
      margin: 0px;
    }

    #stacks_in_6951 {
      padding: 0px;
    }

    
      #stacks_in_6951 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6951 {
      margin: 0px;
    }

    #stacks_in_6951 {
      padding: 0px;
    }


    
      #stacks_in_6951 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6951 {
      margin: 0px;
    }

    #stacks_in_6951 {
      padding: 0px;
    }


    
      #stacks_in_6951 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6951 {
      margin: 0px;
    }

    #stacks_in_6951 {
      padding: 0px;
    }


    
      #stacks_in_6951 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6951 {
      margin: 0px;
    }

    #stacks_in_6951 {
      padding: 0px;
    }


    
      #stacks_in_6951 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_6175 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6175 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6175 #stacks_in_6175-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6175 .close-stacks_in_6175-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_6175 .close-stacks_in_6175-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6175 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6175 .close-stacks_in_6175-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6175 .close-stacks_in_6175-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6175 .close-stacks_in_6175-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6175 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6175 .close-stacks_in_6175-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6175 .close-stacks_in_6175-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6175 .close-stacks_in_6175-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6175 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6175 .close-stacks_in_6175-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6175 .close-stacks_in_6175-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6175 .close-stacks_in_6175-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6175 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6177 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6177 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6177 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6177 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6177 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6178 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6178 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6178 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6178 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6178 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6179 {
      margin: 0px;
    }

    #stacks_in_6179 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6179 {
      margin: 0px;
    }

    #stacks_in_6179 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6179 {
      margin: 0px;
    }

    #stacks_in_6179 {
      padding: 0px;
    }


    

    
      #stacks_in_6179 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6179 {
      margin: 0px;
    }

    #stacks_in_6179 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6179 {
      margin: 0px;
    }

    #stacks_in_6179 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6179 {
      margin: 0px;
    }

    #stacks_in_6179 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6181 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6181 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_6181 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6181 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6183 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6183 p a,
#stacks_in_6183 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6183 p a:hover,
#stacks_in_6183 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6183 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6183 .paragraph a,
#stacks_in_6183 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6183 .paragraph a:hover,
#stacks_in_6183 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6183 p,
#stacks_in_6183 {
	margin-bottom: 0;
	
}

#stacks_in_6183 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6185 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6185 p a,
#stacks_in_6185 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6185 p a:hover,
#stacks_in_6185 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6185 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6185 .paragraph a,
#stacks_in_6185 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6185 .paragraph a:hover,
#stacks_in_6185 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6185 p,
#stacks_in_6185 {
	margin-bottom: 0;
	
}

#stacks_in_6185 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6187 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6187 .label {
	
}

#stacks_in_6187 .label {
	font-weight: 700;
	
}

#stacks_in_6187 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8349 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8349 .label {
	
}

#stacks_in_8349 .label {
	font-weight: 700;
	
}

#stacks_in_8349 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8101 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8101 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8101 #stacks_in_8101-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8101 .close-stacks_in_8101-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_8101 .close-stacks_in_8101-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8101 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8101 .close-stacks_in_8101-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8101 .close-stacks_in_8101-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8101 .close-stacks_in_8101-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8101 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8101 .close-stacks_in_8101-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8101 .close-stacks_in_8101-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8101 .close-stacks_in_8101-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8101 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8101 .close-stacks_in_8101-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8101 .close-stacks_in_8101-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8101 .close-stacks_in_8101-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8101 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8103 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8103 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8103 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8103 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8103 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8104 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8104 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8104 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8104 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8104 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8105 {
      margin: 0px;
    }

    #stacks_in_8105 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8105 {
      margin: 0px;
    }

    #stacks_in_8105 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8105 {
      margin: 0px;
    }

    #stacks_in_8105 {
      padding: 0px;
    }


    

    
      #stacks_in_8105 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8105 {
      margin: 0px;
    }

    #stacks_in_8105 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8105 {
      margin: 0px;
    }

    #stacks_in_8105 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8105 {
      margin: 0px;
    }

    #stacks_in_8105 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8107 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8107 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_8107 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8107 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8109 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8109 p a,
#stacks_in_8109 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8109 p a:hover,
#stacks_in_8109 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8109 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8109 .paragraph a,
#stacks_in_8109 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8109 .paragraph a:hover,
#stacks_in_8109 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8109 p,
#stacks_in_8109 {
	margin-bottom: 0;
	
}

#stacks_in_8109 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8111 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8111 p a,
#stacks_in_8111 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8111 p a:hover,
#stacks_in_8111 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8111 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8111 .paragraph a,
#stacks_in_8111 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8111 .paragraph a:hover,
#stacks_in_8111 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8111 p,
#stacks_in_8111 {
	margin-bottom: 0;
	
}

#stacks_in_8111 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8113 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8113 .label {
	
}

#stacks_in_8113 .label {
	font-weight: 700;
	
}

#stacks_in_8113 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8350 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8350 .label {
	
}

#stacks_in_8350 .label {
	font-weight: 700;
	
}

#stacks_in_8350 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6190 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6190 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6190 #stacks_in_6190-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6190 .close-stacks_in_6190-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_6190 .close-stacks_in_6190-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6190 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6190 .close-stacks_in_6190-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6190 .close-stacks_in_6190-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6190 .close-stacks_in_6190-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6190 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6190 .close-stacks_in_6190-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6190 .close-stacks_in_6190-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6190 .close-stacks_in_6190-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6190 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6190 .close-stacks_in_6190-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6190 .close-stacks_in_6190-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6190 .close-stacks_in_6190-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6190 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6192 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6192 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6192 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6192 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6192 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6193 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6193 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6193 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6193 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6193 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6194 {
      margin: 0px;
    }

    #stacks_in_6194 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6194 {
      margin: 0px;
    }

    #stacks_in_6194 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6194 {
      margin: 0px;
    }

    #stacks_in_6194 {
      padding: 0px;
    }


    

    
      #stacks_in_6194 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6194 {
      margin: 0px;
    }

    #stacks_in_6194 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6194 {
      margin: 0px;
    }

    #stacks_in_6194 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6194 {
      margin: 0px;
    }

    #stacks_in_6194 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6196 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6196 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_6196 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6196 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6198 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6198 p a,
#stacks_in_6198 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6198 p a:hover,
#stacks_in_6198 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6198 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6198 .paragraph a,
#stacks_in_6198 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6198 .paragraph a:hover,
#stacks_in_6198 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6198 p,
#stacks_in_6198 {
	margin-bottom: 0;
	
}

#stacks_in_6198 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6200 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6200 p a,
#stacks_in_6200 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6200 p a:hover,
#stacks_in_6200 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6200 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6200 .paragraph a,
#stacks_in_6200 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6200 .paragraph a:hover,
#stacks_in_6200 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6200 p,
#stacks_in_6200 {
	margin-bottom: 0;
	
}

#stacks_in_6200 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6202 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6202 .label {
	
}

#stacks_in_6202 .label {
	font-weight: 700;
	
}

#stacks_in_6202 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8351 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8351 .label {
	
}

#stacks_in_8351 .label {
	font-weight: 700;
	
}

#stacks_in_8351 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6205 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6205 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6205 #stacks_in_6205-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6205 .close-stacks_in_6205-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_6205 .close-stacks_in_6205-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6205 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6205 .close-stacks_in_6205-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6205 .close-stacks_in_6205-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6205 .close-stacks_in_6205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6205 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6205 .close-stacks_in_6205-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6205 .close-stacks_in_6205-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6205 .close-stacks_in_6205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6205 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6205 .close-stacks_in_6205-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6205 .close-stacks_in_6205-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6205 .close-stacks_in_6205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6205 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6207 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6207 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6207 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6207 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6207 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6208 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6208 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6208 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6208 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6208 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6209 {
      margin: 0px;
    }

    #stacks_in_6209 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6209 {
      margin: 0px;
    }

    #stacks_in_6209 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6209 {
      margin: 0px;
    }

    #stacks_in_6209 {
      padding: 0px;
    }


    

    
      #stacks_in_6209 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6209 {
      margin: 0px;
    }

    #stacks_in_6209 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6209 {
      margin: 0px;
    }

    #stacks_in_6209 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6209 {
      margin: 0px;
    }

    #stacks_in_6209 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6211 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6211 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_6211 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6211 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6213 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6213 p a,
#stacks_in_6213 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6213 p a:hover,
#stacks_in_6213 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6213 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6213 .paragraph a,
#stacks_in_6213 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6213 .paragraph a:hover,
#stacks_in_6213 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6213 p,
#stacks_in_6213 {
	margin-bottom: 0;
	
}

#stacks_in_6213 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6215 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6215 p a,
#stacks_in_6215 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6215 p a:hover,
#stacks_in_6215 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6215 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6215 .paragraph a,
#stacks_in_6215 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6215 .paragraph a:hover,
#stacks_in_6215 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6215 p,
#stacks_in_6215 {
	margin-bottom: 0;
	
}

#stacks_in_6215 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6217 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6217 .label {
	
}

#stacks_in_6217 .label {
	font-weight: 700;
	
}

#stacks_in_6217 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8352 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8352 .label {
	
}

#stacks_in_8352 .label {
	font-weight: 700;
	
}

#stacks_in_8352 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6220 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6220 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6220 #stacks_in_6220-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6220 .close-stacks_in_6220-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_6220 .close-stacks_in_6220-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6220 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6220 .close-stacks_in_6220-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6220 .close-stacks_in_6220-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6220 .close-stacks_in_6220-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6220 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6220 .close-stacks_in_6220-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6220 .close-stacks_in_6220-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6220 .close-stacks_in_6220-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6220 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6220 .close-stacks_in_6220-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6220 .close-stacks_in_6220-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6220 .close-stacks_in_6220-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6220 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6222 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6222 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6222 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6222 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6222 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6223 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6223 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6223 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6223 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6223 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6224 {
      margin: 0px;
    }

    #stacks_in_6224 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6224 {
      margin: 0px;
    }

    #stacks_in_6224 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6224 {
      margin: 0px;
    }

    #stacks_in_6224 {
      padding: 0px;
    }


    

    
      #stacks_in_6224 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6224 {
      margin: 0px;
    }

    #stacks_in_6224 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6224 {
      margin: 0px;
    }

    #stacks_in_6224 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6224 {
      margin: 0px;
    }

    #stacks_in_6224 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6226 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6226 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_6226 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6226 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6228 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6228 p a,
#stacks_in_6228 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6228 p a:hover,
#stacks_in_6228 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6228 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6228 .paragraph a,
#stacks_in_6228 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6228 .paragraph a:hover,
#stacks_in_6228 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6228 p,
#stacks_in_6228 {
	margin-bottom: 0;
	
}

#stacks_in_6228 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6230 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6230 p a,
#stacks_in_6230 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6230 p a:hover,
#stacks_in_6230 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6230 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6230 .paragraph a,
#stacks_in_6230 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6230 .paragraph a:hover,
#stacks_in_6230 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6230 p,
#stacks_in_6230 {
	margin-bottom: 0;
	
}

#stacks_in_6230 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6232 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6232 .label {
	
}

#stacks_in_6232 .label {
	font-weight: 700;
	
}

#stacks_in_6232 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8353 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8353 .label {
	
}

#stacks_in_8353 .label {
	font-weight: 700;
	
}

#stacks_in_8353 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6235 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6235 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6235 #stacks_in_6235-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6235 .close-stacks_in_6235-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_6235 .close-stacks_in_6235-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6235 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6235 .close-stacks_in_6235-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6235 .close-stacks_in_6235-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6235 .close-stacks_in_6235-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6235 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6235 .close-stacks_in_6235-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6235 .close-stacks_in_6235-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6235 .close-stacks_in_6235-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6235 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6235 .close-stacks_in_6235-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6235 .close-stacks_in_6235-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6235 .close-stacks_in_6235-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6235 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6237 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6237 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6237 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6237 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6237 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6238 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6238 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6238 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6238 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6238 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6239 {
      margin: 0px;
    }

    #stacks_in_6239 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6239 {
      margin: 0px;
    }

    #stacks_in_6239 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6239 {
      margin: 0px;
    }

    #stacks_in_6239 {
      padding: 0px;
    }


    

    
      #stacks_in_6239 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6239 {
      margin: 0px;
    }

    #stacks_in_6239 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6239 {
      margin: 0px;
    }

    #stacks_in_6239 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6239 {
      margin: 0px;
    }

    #stacks_in_6239 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6241 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6241 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_6241 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6241 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6243 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6243 p a,
#stacks_in_6243 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6243 p a:hover,
#stacks_in_6243 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6243 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6243 .paragraph a,
#stacks_in_6243 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6243 .paragraph a:hover,
#stacks_in_6243 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6243 p,
#stacks_in_6243 {
	margin-bottom: 0;
	
}

#stacks_in_6243 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6245 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6245 p a,
#stacks_in_6245 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6245 p a:hover,
#stacks_in_6245 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6245 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6245 .paragraph a,
#stacks_in_6245 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6245 .paragraph a:hover,
#stacks_in_6245 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6245 p,
#stacks_in_6245 {
	margin-bottom: 0;
	
}

#stacks_in_6245 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6247 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6247 .label {
	
}

#stacks_in_6247 .label {
	font-weight: 700;
	
}

#stacks_in_6247 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8354 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8354 .label {
	
}

#stacks_in_8354 .label {
	font-weight: 700;
	
}

#stacks_in_8354 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6250 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6250 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6250 #stacks_in_6250-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6250 .close-stacks_in_6250-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_6250 .close-stacks_in_6250-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6250 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6250 .close-stacks_in_6250-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6250 .close-stacks_in_6250-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6250 .close-stacks_in_6250-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6250 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6250 .close-stacks_in_6250-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6250 .close-stacks_in_6250-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6250 .close-stacks_in_6250-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6250 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6250 .close-stacks_in_6250-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6250 .close-stacks_in_6250-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6250 .close-stacks_in_6250-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6250 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6252 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6252 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6252 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6252 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6252 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6253 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6253 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6253 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6253 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6253 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6254 {
      margin: 0px;
    }

    #stacks_in_6254 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6254 {
      margin: 0px;
    }

    #stacks_in_6254 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6254 {
      margin: 0px;
    }

    #stacks_in_6254 {
      padding: 0px;
    }


    

    
      #stacks_in_6254 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6254 {
      margin: 0px;
    }

    #stacks_in_6254 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6254 {
      margin: 0px;
    }

    #stacks_in_6254 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6254 {
      margin: 0px;
    }

    #stacks_in_6254 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6256 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6256 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_6256 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6256 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6258 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6258 p a,
#stacks_in_6258 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6258 p a:hover,
#stacks_in_6258 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6258 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6258 .paragraph a,
#stacks_in_6258 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6258 .paragraph a:hover,
#stacks_in_6258 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6258 p,
#stacks_in_6258 {
	margin-bottom: 0;
	
}

#stacks_in_6258 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6260 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6260 p a,
#stacks_in_6260 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6260 p a:hover,
#stacks_in_6260 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6260 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6260 .paragraph a,
#stacks_in_6260 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6260 .paragraph a:hover,
#stacks_in_6260 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6260 p,
#stacks_in_6260 {
	margin-bottom: 0;
	
}

#stacks_in_6260 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6262 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6262 .label {
	
}

#stacks_in_6262 .label {
	font-weight: 700;
	
}

#stacks_in_6262 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8355 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8355 .label {
	
}

#stacks_in_8355 .label {
	font-weight: 700;
	
}

#stacks_in_8355 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6265 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6265 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6265 #stacks_in_6265-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6265 .close-stacks_in_6265-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_6265 .close-stacks_in_6265-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6265 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6265 .close-stacks_in_6265-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6265 .close-stacks_in_6265-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6265 .close-stacks_in_6265-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6265 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6265 .close-stacks_in_6265-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6265 .close-stacks_in_6265-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6265 .close-stacks_in_6265-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6265 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6265 .close-stacks_in_6265-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6265 .close-stacks_in_6265-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6265 .close-stacks_in_6265-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6265 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6267 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6267 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6267 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6267 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6267 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6268 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6268 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6268 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6268 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6268 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6269 {
      margin: 0px;
    }

    #stacks_in_6269 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6269 {
      margin: 0px;
    }

    #stacks_in_6269 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6269 {
      margin: 0px;
    }

    #stacks_in_6269 {
      padding: 0px;
    }


    

    
      #stacks_in_6269 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6269 {
      margin: 0px;
    }

    #stacks_in_6269 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6269 {
      margin: 0px;
    }

    #stacks_in_6269 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6269 {
      margin: 0px;
    }

    #stacks_in_6269 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6271 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6271 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_6271 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6271 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6273 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6273 p a,
#stacks_in_6273 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6273 p a:hover,
#stacks_in_6273 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6273 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6273 .paragraph a,
#stacks_in_6273 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6273 .paragraph a:hover,
#stacks_in_6273 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6273 p,
#stacks_in_6273 {
	margin-bottom: 0;
	
}

#stacks_in_6273 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6275 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6275 p a,
#stacks_in_6275 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6275 p a:hover,
#stacks_in_6275 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6275 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6275 .paragraph a,
#stacks_in_6275 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6275 .paragraph a:hover,
#stacks_in_6275 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6275 p,
#stacks_in_6275 {
	margin-bottom: 0;
	
}

#stacks_in_6275 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6277 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6277 .label {
	
}

#stacks_in_6277 .label {
	font-weight: 700;
	
}

#stacks_in_6277 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8356 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8356 .label {
	
}

#stacks_in_8356 .label {
	font-weight: 700;
	
}

#stacks_in_8356 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6280 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6280 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6280 #stacks_in_6280-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6280 .close-stacks_in_6280-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_6280 .close-stacks_in_6280-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6280 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6280 .close-stacks_in_6280-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6280 .close-stacks_in_6280-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6280 .close-stacks_in_6280-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6280 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6280 .close-stacks_in_6280-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6280 .close-stacks_in_6280-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6280 .close-stacks_in_6280-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6280 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6280 .close-stacks_in_6280-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6280 .close-stacks_in_6280-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6280 .close-stacks_in_6280-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6280 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6282 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6282 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6282 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6282 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6282 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6283 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6283 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6283 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6283 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6283 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6284 {
      margin: 0px;
    }

    #stacks_in_6284 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6284 {
      margin: 0px;
    }

    #stacks_in_6284 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6284 {
      margin: 0px;
    }

    #stacks_in_6284 {
      padding: 0px;
    }


    

    
      #stacks_in_6284 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6284 {
      margin: 0px;
    }

    #stacks_in_6284 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6284 {
      margin: 0px;
    }

    #stacks_in_6284 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6284 {
      margin: 0px;
    }

    #stacks_in_6284 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6286 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6286 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_6286 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6286 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6288 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6288 p a,
#stacks_in_6288 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6288 p a:hover,
#stacks_in_6288 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6288 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6288 .paragraph a,
#stacks_in_6288 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6288 .paragraph a:hover,
#stacks_in_6288 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6288 p,
#stacks_in_6288 {
	margin-bottom: 0;
	
}

#stacks_in_6288 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6290 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6290 p a,
#stacks_in_6290 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6290 p a:hover,
#stacks_in_6290 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6290 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6290 .paragraph a,
#stacks_in_6290 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6290 .paragraph a:hover,
#stacks_in_6290 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6290 p,
#stacks_in_6290 {
	margin-bottom: 0;
	
}

#stacks_in_6290 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6292 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6292 .label {
	
}

#stacks_in_6292 .label {
	font-weight: 700;
	
}

#stacks_in_6292 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8357 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8357 .label {
	
}

#stacks_in_8357 .label {
	font-weight: 700;
	
}

#stacks_in_8357 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6806 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6806 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6806 #stacks_in_6806-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6806 .close-stacks_in_6806-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_6806 .close-stacks_in_6806-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6806 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6806 .close-stacks_in_6806-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6806 .close-stacks_in_6806-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6806 .close-stacks_in_6806-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6806 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6806 .close-stacks_in_6806-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6806 .close-stacks_in_6806-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6806 .close-stacks_in_6806-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6806 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6806 .close-stacks_in_6806-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6806 .close-stacks_in_6806-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6806 .close-stacks_in_6806-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6806 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6808 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6808 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6808 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6808 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6808 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6809 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6809 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6809 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6809 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6809 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6810 {
      margin: 0px;
    }

    #stacks_in_6810 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6810 {
      margin: 0px;
    }

    #stacks_in_6810 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6810 {
      margin: 0px;
    }

    #stacks_in_6810 {
      padding: 0px;
    }


    

    
      #stacks_in_6810 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6810 {
      margin: 0px;
    }

    #stacks_in_6810 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6810 {
      margin: 0px;
    }

    #stacks_in_6810 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6810 {
      margin: 0px;
    }

    #stacks_in_6810 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6812 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6812 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_6812 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6812 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6814 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6814 p a,
#stacks_in_6814 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6814 p a:hover,
#stacks_in_6814 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6814 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6814 .paragraph a,
#stacks_in_6814 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6814 .paragraph a:hover,
#stacks_in_6814 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6814 p,
#stacks_in_6814 {
	margin-bottom: 0;
	
}

#stacks_in_6814 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6816 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6816 p a,
#stacks_in_6816 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6816 p a:hover,
#stacks_in_6816 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6816 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6816 .paragraph a,
#stacks_in_6816 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6816 .paragraph a:hover,
#stacks_in_6816 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6816 p,
#stacks_in_6816 {
	margin-bottom: 0;
	
}

#stacks_in_6816 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6818 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6818 .label {
	
}

#stacks_in_6818 .label {
	font-weight: 700;
	
}

#stacks_in_6818 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8358 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8358 .label {
	
}

#stacks_in_8358 .label {
	font-weight: 700;
	
}

#stacks_in_8358 {
	padding: 0px 0px 0px 10px;
}


#stacks_in_6443 h5 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_6443 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_6443 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}






#stacks_in_6443 {
	background-color: rgba(34, 106, 145, 1.00);
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}



	#stacks_in_6445 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_6445 .anchor {
	font-size: 24px;
	line-height: 24px;
}




#stacks_in_6447 {
	border: solid rgba(34, 106, 145, 1.00);
	border-width: 0px 2px 2px 2px;
	-moz-border-radius: 0px 0px 0px 20px;
	-webkit-border-radius: 0px 0px 0px 20px;
	border-radius: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}




@media only screen {
   
    #stacks_in_6955 {
      margin: 0px;
    }

    #stacks_in_6955 {
      padding: 0px;
    }

    
      #stacks_in_6955 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6955 {
      margin: 0px;
    }

    #stacks_in_6955 {
      padding: 0px;
    }

    
      #stacks_in_6955 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6955 {
      margin: 0px;
    }

    #stacks_in_6955 {
      padding: 0px;
    }


    
      #stacks_in_6955 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6955 {
      margin: 0px;
    }

    #stacks_in_6955 {
      padding: 0px;
    }


    
      #stacks_in_6955 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6955 {
      margin: 0px;
    }

    #stacks_in_6955 {
      padding: 0px;
    }


    
      #stacks_in_6955 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6955 {
      margin: 0px;
    }

    #stacks_in_6955 {
      padding: 0px;
    }


    
      #stacks_in_6955 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_6466 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6466 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6466 #stacks_in_6466-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6466 .close-stacks_in_6466-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_6466 .close-stacks_in_6466-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6466 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6466 .close-stacks_in_6466-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6466 .close-stacks_in_6466-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6466 .close-stacks_in_6466-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6466 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6466 .close-stacks_in_6466-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6466 .close-stacks_in_6466-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6466 .close-stacks_in_6466-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6466 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6466 .close-stacks_in_6466-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6466 .close-stacks_in_6466-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6466 .close-stacks_in_6466-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6466 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6468 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6468 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6468 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6468 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6468 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6469 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6469 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6469 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6469 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6469 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6470 {
      margin: 0px;
    }

    #stacks_in_6470 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6470 {
      margin: 0px;
    }

    #stacks_in_6470 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6470 {
      margin: 0px;
    }

    #stacks_in_6470 {
      padding: 0px;
    }


    

    
      #stacks_in_6470 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6470 {
      margin: 0px;
    }

    #stacks_in_6470 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6470 {
      margin: 0px;
    }

    #stacks_in_6470 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6470 {
      margin: 0px;
    }

    #stacks_in_6470 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6472 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6472 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_6472 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6472 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6474 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6474 p a,
#stacks_in_6474 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6474 p a:hover,
#stacks_in_6474 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6474 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6474 .paragraph a,
#stacks_in_6474 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6474 .paragraph a:hover,
#stacks_in_6474 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6474 p,
#stacks_in_6474 {
	margin-bottom: 0;
	
}

#stacks_in_6474 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6476 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6476 p a,
#stacks_in_6476 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6476 p a:hover,
#stacks_in_6476 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6476 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6476 .paragraph a,
#stacks_in_6476 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6476 .paragraph a:hover,
#stacks_in_6476 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6476 p,
#stacks_in_6476 {
	margin-bottom: 0;
	
}

#stacks_in_6476 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6478 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6478 .label {
	
}

#stacks_in_6478 .label {
	font-weight: 700;
	
}

#stacks_in_6478 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8359 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8359 .label {
	
}

#stacks_in_8359 .label {
	font-weight: 700;
	
}

#stacks_in_8359 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_6957 {
      margin: 0px;
    }

    #stacks_in_6957 {
      padding: 0px;
    }

    
      #stacks_in_6957 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6957 {
      margin: 0px;
    }

    #stacks_in_6957 {
      padding: 0px;
    }

    
      #stacks_in_6957 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_6957 {
      margin: 0px;
    }

    #stacks_in_6957 {
      padding: 0px;
    }


    
      #stacks_in_6957 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6957 {
      margin: 0px;
    }

    #stacks_in_6957 {
      padding: 0px;
    }


    
      #stacks_in_6957 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_6957 {
      margin: 0px;
    }

    #stacks_in_6957 {
      padding: 0px;
    }


    
      #stacks_in_6957 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6957 {
      margin: 0px;
    }

    #stacks_in_6957 {
      padding: 0px;
    }


    
      #stacks_in_6957 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_6496 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6496 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6496 #stacks_in_6496-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6496 .close-stacks_in_6496-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_6496 .close-stacks_in_6496-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6496 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6496 .close-stacks_in_6496-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6496 .close-stacks_in_6496-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6496 .close-stacks_in_6496-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6496 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6496 .close-stacks_in_6496-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6496 .close-stacks_in_6496-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6496 .close-stacks_in_6496-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6496 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6496 .close-stacks_in_6496-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6496 .close-stacks_in_6496-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6496 .close-stacks_in_6496-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6496 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6498 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6498 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6498 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6498 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6498 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6499 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6499 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6499 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6499 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6499 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6500 {
      margin: 0px;
    }

    #stacks_in_6500 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6500 {
      margin: 0px;
    }

    #stacks_in_6500 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6500 {
      margin: 0px;
    }

    #stacks_in_6500 {
      padding: 0px;
    }


    

    
      #stacks_in_6500 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6500 {
      margin: 0px;
    }

    #stacks_in_6500 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6500 {
      margin: 0px;
    }

    #stacks_in_6500 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6500 {
      margin: 0px;
    }

    #stacks_in_6500 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6502 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6502 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_6502 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6502 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6504 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6504 p a,
#stacks_in_6504 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6504 p a:hover,
#stacks_in_6504 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6504 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6504 .paragraph a,
#stacks_in_6504 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6504 .paragraph a:hover,
#stacks_in_6504 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6504 p,
#stacks_in_6504 {
	margin-bottom: 0;
	
}

#stacks_in_6504 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6506 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6506 p a,
#stacks_in_6506 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6506 p a:hover,
#stacks_in_6506 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6506 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6506 .paragraph a,
#stacks_in_6506 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6506 .paragraph a:hover,
#stacks_in_6506 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6506 p,
#stacks_in_6506 {
	margin-bottom: 0;
	
}

#stacks_in_6506 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6508 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6508 .label {
	
}

#stacks_in_6508 .label {
	font-weight: 700;
	
}

#stacks_in_6508 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8360 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8360 .label {
	
}

#stacks_in_8360 .label {
	font-weight: 700;
	
}

#stacks_in_8360 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_7937 {
      margin: 0px;
    }

    #stacks_in_7937 {
      padding: 0px;
    }

    
      #stacks_in_7937 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7937 {
      margin: 0px;
    }

    #stacks_in_7937 {
      padding: 0px;
    }

    
      #stacks_in_7937 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_7937 {
      margin: 0px;
    }

    #stacks_in_7937 {
      padding: 0px;
    }


    
      #stacks_in_7937 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7937 {
      margin: 0px;
    }

    #stacks_in_7937 {
      padding: 0px;
    }


    
      #stacks_in_7937 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7937 {
      margin: 0px;
    }

    #stacks_in_7937 {
      padding: 0px;
    }


    
      #stacks_in_7937 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7937 {
      margin: 0px;
    }

    #stacks_in_7937 {
      padding: 0px;
    }


    
      #stacks_in_7937 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_7939 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7939 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7939 #stacks_in_7939-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7939 .close-stacks_in_7939-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_7939 .close-stacks_in_7939-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7939 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7939 .close-stacks_in_7939-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7939 .close-stacks_in_7939-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7939 .close-stacks_in_7939-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7939 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7939 .close-stacks_in_7939-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7939 .close-stacks_in_7939-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7939 .close-stacks_in_7939-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7939 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7939 .close-stacks_in_7939-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7939 .close-stacks_in_7939-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7939 .close-stacks_in_7939-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7939 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7941 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7941 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7941 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7941 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7941 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7942 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7942 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7942 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7942 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7942 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7943 {
      margin: 0px;
    }

    #stacks_in_7943 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7943 {
      margin: 0px;
    }

    #stacks_in_7943 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7943 {
      margin: 0px;
    }

    #stacks_in_7943 {
      padding: 0px;
    }


    

    
      #stacks_in_7943 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7943 {
      margin: 0px;
    }

    #stacks_in_7943 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7943 {
      margin: 0px;
    }

    #stacks_in_7943 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7943 {
      margin: 0px;
    }

    #stacks_in_7943 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7945 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7945 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_7945 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_7945 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7947 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7947 p a,
#stacks_in_7947 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7947 p a:hover,
#stacks_in_7947 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7947 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7947 .paragraph a,
#stacks_in_7947 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7947 .paragraph a:hover,
#stacks_in_7947 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7947 p,
#stacks_in_7947 {
	margin-bottom: 0;
	
}

#stacks_in_7947 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7949 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7949 p a,
#stacks_in_7949 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7949 p a:hover,
#stacks_in_7949 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7949 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7949 .paragraph a,
#stacks_in_7949 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7949 .paragraph a:hover,
#stacks_in_7949 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7949 p,
#stacks_in_7949 {
	margin-bottom: 0;
	
}

#stacks_in_7949 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7951 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7951 .label {
	
}

#stacks_in_7951 .label {
	font-weight: 700;
	
}

#stacks_in_7951 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8361 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8361 .label {
	
}

#stacks_in_8361 .label {
	font-weight: 700;
	
}

#stacks_in_8361 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_7953 {
      margin: 0px;
    }

    #stacks_in_7953 {
      padding: 0px;
    }

    
      #stacks_in_7953 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7953 {
      margin: 0px;
    }

    #stacks_in_7953 {
      padding: 0px;
    }

    
      #stacks_in_7953 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_7953 {
      margin: 0px;
    }

    #stacks_in_7953 {
      padding: 0px;
    }


    
      #stacks_in_7953 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7953 {
      margin: 0px;
    }

    #stacks_in_7953 {
      padding: 0px;
    }


    
      #stacks_in_7953 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7953 {
      margin: 0px;
    }

    #stacks_in_7953 {
      padding: 0px;
    }


    
      #stacks_in_7953 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7953 {
      margin: 0px;
    }

    #stacks_in_7953 {
      padding: 0px;
    }


    
      #stacks_in_7953 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_7955 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7955 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7955 #stacks_in_7955-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7955 .close-stacks_in_7955-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_7955 .close-stacks_in_7955-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7955 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7955 .close-stacks_in_7955-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7955 .close-stacks_in_7955-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7955 .close-stacks_in_7955-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7955 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7955 .close-stacks_in_7955-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7955 .close-stacks_in_7955-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7955 .close-stacks_in_7955-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7955 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7955 .close-stacks_in_7955-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7955 .close-stacks_in_7955-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7955 .close-stacks_in_7955-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7955 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7957 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7957 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7957 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7957 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7957 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7958 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7958 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7958 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7958 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7958 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7959 {
      margin: 0px;
    }

    #stacks_in_7959 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7959 {
      margin: 0px;
    }

    #stacks_in_7959 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7959 {
      margin: 0px;
    }

    #stacks_in_7959 {
      padding: 0px;
    }


    

    
      #stacks_in_7959 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7959 {
      margin: 0px;
    }

    #stacks_in_7959 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7959 {
      margin: 0px;
    }

    #stacks_in_7959 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7959 {
      margin: 0px;
    }

    #stacks_in_7959 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7961 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7961 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_7961 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_7961 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7963 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7963 p a,
#stacks_in_7963 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7963 p a:hover,
#stacks_in_7963 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7963 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7963 .paragraph a,
#stacks_in_7963 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7963 .paragraph a:hover,
#stacks_in_7963 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7963 p,
#stacks_in_7963 {
	margin-bottom: 0;
	
}

#stacks_in_7963 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7965 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7965 p a,
#stacks_in_7965 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7965 p a:hover,
#stacks_in_7965 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7965 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7965 .paragraph a,
#stacks_in_7965 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7965 .paragraph a:hover,
#stacks_in_7965 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7965 p,
#stacks_in_7965 {
	margin-bottom: 0;
	
}

#stacks_in_7965 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7967 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7967 .label {
	
}

#stacks_in_7967 .label {
	font-weight: 700;
	
}

#stacks_in_7967 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8362 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8362 .label {
	
}

#stacks_in_8362 .label {
	font-weight: 700;
	
}

#stacks_in_8362 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_7969 {
      margin: 0px;
    }

    #stacks_in_7969 {
      padding: 0px;
    }

    
      #stacks_in_7969 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7969 {
      margin: 0px;
    }

    #stacks_in_7969 {
      padding: 0px;
    }

    
      #stacks_in_7969 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_7969 {
      margin: 0px;
    }

    #stacks_in_7969 {
      padding: 0px;
    }


    
      #stacks_in_7969 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7969 {
      margin: 0px;
    }

    #stacks_in_7969 {
      padding: 0px;
    }


    
      #stacks_in_7969 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7969 {
      margin: 0px;
    }

    #stacks_in_7969 {
      padding: 0px;
    }


    
      #stacks_in_7969 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7969 {
      margin: 0px;
    }

    #stacks_in_7969 {
      padding: 0px;
    }


    
      #stacks_in_7969 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_7971 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7971 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7971 #stacks_in_7971-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7971 .close-stacks_in_7971-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_7971 .close-stacks_in_7971-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7971 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7971 .close-stacks_in_7971-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7971 .close-stacks_in_7971-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7971 .close-stacks_in_7971-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7971 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7971 .close-stacks_in_7971-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7971 .close-stacks_in_7971-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7971 .close-stacks_in_7971-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7971 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7971 .close-stacks_in_7971-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7971 .close-stacks_in_7971-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7971 .close-stacks_in_7971-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7971 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7973 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7973 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7973 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7973 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7973 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7974 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7974 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7974 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7974 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7974 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7975 {
      margin: 0px;
    }

    #stacks_in_7975 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7975 {
      margin: 0px;
    }

    #stacks_in_7975 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7975 {
      margin: 0px;
    }

    #stacks_in_7975 {
      padding: 0px;
    }


    

    
      #stacks_in_7975 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7975 {
      margin: 0px;
    }

    #stacks_in_7975 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7975 {
      margin: 0px;
    }

    #stacks_in_7975 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7975 {
      margin: 0px;
    }

    #stacks_in_7975 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7977 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7977 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_7977 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_7977 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7979 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7979 p a,
#stacks_in_7979 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7979 p a:hover,
#stacks_in_7979 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7979 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7979 .paragraph a,
#stacks_in_7979 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7979 .paragraph a:hover,
#stacks_in_7979 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7979 p,
#stacks_in_7979 {
	margin-bottom: 0;
	
}

#stacks_in_7979 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7981 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7981 p a,
#stacks_in_7981 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7981 p a:hover,
#stacks_in_7981 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7981 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7981 .paragraph a,
#stacks_in_7981 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7981 .paragraph a:hover,
#stacks_in_7981 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7981 p,
#stacks_in_7981 {
	margin-bottom: 0;
	
}

#stacks_in_7981 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7983 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7983 .label {
	
}

#stacks_in_7983 .label {
	font-weight: 700;
	
}

#stacks_in_7983 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8363 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8363 .label {
	
}

#stacks_in_8363 .label {
	font-weight: 700;
	
}

#stacks_in_8363 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_7985 {
      margin: 0px;
    }

    #stacks_in_7985 {
      padding: 0px;
    }

    
      #stacks_in_7985 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7985 {
      margin: 0px;
    }

    #stacks_in_7985 {
      padding: 0px;
    }

    
      #stacks_in_7985 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_7985 {
      margin: 0px;
    }

    #stacks_in_7985 {
      padding: 0px;
    }


    
      #stacks_in_7985 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7985 {
      margin: 0px;
    }

    #stacks_in_7985 {
      padding: 0px;
    }


    
      #stacks_in_7985 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_7985 {
      margin: 0px;
    }

    #stacks_in_7985 {
      padding: 0px;
    }


    
      #stacks_in_7985 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7985 {
      margin: 0px;
    }

    #stacks_in_7985 {
      padding: 0px;
    }


    
      #stacks_in_7985 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_7987 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7987 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7987 #stacks_in_7987-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7987 .close-stacks_in_7987-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_7987 .close-stacks_in_7987-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7987 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7987 .close-stacks_in_7987-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7987 .close-stacks_in_7987-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7987 .close-stacks_in_7987-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7987 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7987 .close-stacks_in_7987-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7987 .close-stacks_in_7987-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7987 .close-stacks_in_7987-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7987 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7987 .close-stacks_in_7987-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7987 .close-stacks_in_7987-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7987 .close-stacks_in_7987-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7987 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7989 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7989 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7989 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7989 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7989 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7990 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7990 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7990 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7990 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7990 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7991 {
      margin: 0px;
    }

    #stacks_in_7991 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7991 {
      margin: 0px;
    }

    #stacks_in_7991 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7991 {
      margin: 0px;
    }

    #stacks_in_7991 {
      padding: 0px;
    }


    

    
      #stacks_in_7991 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7991 {
      margin: 0px;
    }

    #stacks_in_7991 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7991 {
      margin: 0px;
    }

    #stacks_in_7991 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7991 {
      margin: 0px;
    }

    #stacks_in_7991 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7993 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7993 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_7993 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_7993 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7995 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7995 p a,
#stacks_in_7995 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7995 p a:hover,
#stacks_in_7995 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7995 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7995 .paragraph a,
#stacks_in_7995 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7995 .paragraph a:hover,
#stacks_in_7995 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7995 p,
#stacks_in_7995 {
	margin-bottom: 0;
	
}

#stacks_in_7995 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7997 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7997 p a,
#stacks_in_7997 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7997 p a:hover,
#stacks_in_7997 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7997 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7997 .paragraph a,
#stacks_in_7997 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7997 .paragraph a:hover,
#stacks_in_7997 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7997 p,
#stacks_in_7997 {
	margin-bottom: 0;
	
}

#stacks_in_7997 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7999 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7999 .label {
	
}

#stacks_in_7999 .label {
	font-weight: 700;
	
}

#stacks_in_7999 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8364 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8364 .label {
	
}

#stacks_in_8364 .label {
	font-weight: 700;
	
}

#stacks_in_8364 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8001 {
      margin: 0px;
    }

    #stacks_in_8001 {
      padding: 0px;
    }

    
      #stacks_in_8001 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8001 {
      margin: 0px;
    }

    #stacks_in_8001 {
      padding: 0px;
    }

    
      #stacks_in_8001 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8001 {
      margin: 0px;
    }

    #stacks_in_8001 {
      padding: 0px;
    }


    
      #stacks_in_8001 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8001 {
      margin: 0px;
    }

    #stacks_in_8001 {
      padding: 0px;
    }


    
      #stacks_in_8001 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8001 {
      margin: 0px;
    }

    #stacks_in_8001 {
      padding: 0px;
    }


    
      #stacks_in_8001 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8001 {
      margin: 0px;
    }

    #stacks_in_8001 {
      padding: 0px;
    }


    
      #stacks_in_8001 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8003 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8003 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8003 #stacks_in_8003-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8003 .close-stacks_in_8003-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_8003 .close-stacks_in_8003-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8003 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8003 .close-stacks_in_8003-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8003 .close-stacks_in_8003-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8003 .close-stacks_in_8003-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8003 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8003 .close-stacks_in_8003-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8003 .close-stacks_in_8003-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8003 .close-stacks_in_8003-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8003 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8003 .close-stacks_in_8003-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8003 .close-stacks_in_8003-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8003 .close-stacks_in_8003-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8003 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8005 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8005 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8005 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8005 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8005 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8006 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8006 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8006 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8006 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8006 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8007 {
      margin: 0px;
    }

    #stacks_in_8007 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8007 {
      margin: 0px;
    }

    #stacks_in_8007 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8007 {
      margin: 0px;
    }

    #stacks_in_8007 {
      padding: 0px;
    }


    

    
      #stacks_in_8007 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8007 {
      margin: 0px;
    }

    #stacks_in_8007 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8007 {
      margin: 0px;
    }

    #stacks_in_8007 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8007 {
      margin: 0px;
    }

    #stacks_in_8007 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8009 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8009 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_8009 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8009 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8011 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8011 p a,
#stacks_in_8011 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8011 p a:hover,
#stacks_in_8011 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8011 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8011 .paragraph a,
#stacks_in_8011 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8011 .paragraph a:hover,
#stacks_in_8011 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8011 p,
#stacks_in_8011 {
	margin-bottom: 0;
	
}

#stacks_in_8011 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8013 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8013 p a,
#stacks_in_8013 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8013 p a:hover,
#stacks_in_8013 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8013 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8013 .paragraph a,
#stacks_in_8013 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8013 .paragraph a:hover,
#stacks_in_8013 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8013 p,
#stacks_in_8013 {
	margin-bottom: 0;
	
}

#stacks_in_8013 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8015 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8015 .label {
	
}

#stacks_in_8015 .label {
	font-weight: 700;
	
}

#stacks_in_8015 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8365 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8365 .label {
	
}

#stacks_in_8365 .label {
	font-weight: 700;
	
}

#stacks_in_8365 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8017 {
      margin: 0px;
    }

    #stacks_in_8017 {
      padding: 0px;
    }

    
      #stacks_in_8017 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8017 {
      margin: 0px;
    }

    #stacks_in_8017 {
      padding: 0px;
    }

    
      #stacks_in_8017 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8017 {
      margin: 0px;
    }

    #stacks_in_8017 {
      padding: 0px;
    }


    
      #stacks_in_8017 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8017 {
      margin: 0px;
    }

    #stacks_in_8017 {
      padding: 0px;
    }


    
      #stacks_in_8017 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8017 {
      margin: 0px;
    }

    #stacks_in_8017 {
      padding: 0px;
    }


    
      #stacks_in_8017 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8017 {
      margin: 0px;
    }

    #stacks_in_8017 {
      padding: 0px;
    }


    
      #stacks_in_8017 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8019 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8019 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8019 #stacks_in_8019-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8019 .close-stacks_in_8019-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_8019 .close-stacks_in_8019-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8019 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8019 .close-stacks_in_8019-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8019 .close-stacks_in_8019-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8019 .close-stacks_in_8019-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8019 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8019 .close-stacks_in_8019-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8019 .close-stacks_in_8019-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8019 .close-stacks_in_8019-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8019 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8019 .close-stacks_in_8019-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8019 .close-stacks_in_8019-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8019 .close-stacks_in_8019-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8019 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8021 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8021 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8021 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8021 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8021 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8022 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8022 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8022 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8022 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8022 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8023 {
      margin: 0px;
    }

    #stacks_in_8023 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8023 {
      margin: 0px;
    }

    #stacks_in_8023 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8023 {
      margin: 0px;
    }

    #stacks_in_8023 {
      padding: 0px;
    }


    

    
      #stacks_in_8023 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8023 {
      margin: 0px;
    }

    #stacks_in_8023 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8023 {
      margin: 0px;
    }

    #stacks_in_8023 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8023 {
      margin: 0px;
    }

    #stacks_in_8023 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8025 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8025 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_8025 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8025 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8027 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8027 p a,
#stacks_in_8027 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8027 p a:hover,
#stacks_in_8027 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8027 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8027 .paragraph a,
#stacks_in_8027 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8027 .paragraph a:hover,
#stacks_in_8027 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8027 p,
#stacks_in_8027 {
	margin-bottom: 0;
	
}

#stacks_in_8027 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8029 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8029 p a,
#stacks_in_8029 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8029 p a:hover,
#stacks_in_8029 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8029 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8029 .paragraph a,
#stacks_in_8029 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8029 .paragraph a:hover,
#stacks_in_8029 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8029 p,
#stacks_in_8029 {
	margin-bottom: 0;
	
}

#stacks_in_8029 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8031 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8031 .label {
	
}

#stacks_in_8031 .label {
	font-weight: 700;
	
}

#stacks_in_8031 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8366 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8366 .label {
	
}

#stacks_in_8366 .label {
	font-weight: 700;
	
}

#stacks_in_8366 {
	padding: 0px 0px 0px 10px;
}




@media only screen {
   
    #stacks_in_8033 {
      margin: 0px;
    }

    #stacks_in_8033 {
      padding: 0px;
    }

    
      #stacks_in_8033 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8033 {
      margin: 0px;
    }

    #stacks_in_8033 {
      padding: 0px;
    }

    
      #stacks_in_8033 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 


 
    #stacks_in_8033 {
      margin: 0px;
    }

    #stacks_in_8033 {
      padding: 0px;
    }


    
      #stacks_in_8033 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8033 {
      margin: 0px;
    }

    #stacks_in_8033 {
      padding: 0px;
    }


    
      #stacks_in_8033 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_8033 {
      margin: 0px;
    }

    #stacks_in_8033 {
      padding: 0px;
    }


    
      #stacks_in_8033 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8033 {
      margin: 0px;
    }

    #stacks_in_8033 {
      padding: 0px;
    }


    
      #stacks_in_8033 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
  

}





#stacks_in_8035 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8035 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8035 #stacks_in_8035-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8035 .close-stacks_in_8035-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_8035 .close-stacks_in_8035-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8035 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8035 .close-stacks_in_8035-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8035 .close-stacks_in_8035-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8035 .close-stacks_in_8035-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8035 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8035 .close-stacks_in_8035-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8035 .close-stacks_in_8035-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8035 .close-stacks_in_8035-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8035 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8035 .close-stacks_in_8035-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8035 .close-stacks_in_8035-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8035 .close-stacks_in_8035-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8035 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8037 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8037 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8037 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8037 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8037 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8038 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8038 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8038 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8038 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8038 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8039 {
      margin: 0px;
    }

    #stacks_in_8039 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8039 {
      margin: 0px;
    }

    #stacks_in_8039 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8039 {
      margin: 0px;
    }

    #stacks_in_8039 {
      padding: 0px;
    }


    

    
      #stacks_in_8039 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8039 {
      margin: 0px;
    }

    #stacks_in_8039 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8039 {
      margin: 0px;
    }

    #stacks_in_8039 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8039 {
      margin: 0px;
    }

    #stacks_in_8039 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8041 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8041 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_8041 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8041 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8043 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8043 p a,
#stacks_in_8043 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8043 p a:hover,
#stacks_in_8043 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8043 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8043 .paragraph a,
#stacks_in_8043 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8043 .paragraph a:hover,
#stacks_in_8043 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8043 p,
#stacks_in_8043 {
	margin-bottom: 0;
	
}

#stacks_in_8043 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8045 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8045 p a,
#stacks_in_8045 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8045 p a:hover,
#stacks_in_8045 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8045 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8045 .paragraph a,
#stacks_in_8045 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8045 .paragraph a:hover,
#stacks_in_8045 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8045 p,
#stacks_in_8045 {
	margin-bottom: 0;
	
}

#stacks_in_8045 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8047 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8047 .label {
	
}

#stacks_in_8047 .label {
	font-weight: 700;
	
}

#stacks_in_8047 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8367 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8367 .label {
	
}

#stacks_in_8367 .label {
	font-weight: 700;
	
}

#stacks_in_8367 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9197 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9197 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9197 #stacks_in_9197-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9197 .close-stacks_in_9197-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_9197 .close-stacks_in_9197-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9197 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9197 .close-stacks_in_9197-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9197 .close-stacks_in_9197-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9197 .close-stacks_in_9197-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9197 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9197 .close-stacks_in_9197-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9197 .close-stacks_in_9197-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9197 .close-stacks_in_9197-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9197 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9197 .close-stacks_in_9197-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9197 .close-stacks_in_9197-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9197 .close-stacks_in_9197-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9197 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9199 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9199 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9200 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9200 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9201 {
      margin: 0px;
    }

    #stacks_in_9201 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9201 {
      margin: 0px;
    }

    #stacks_in_9201 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9201 {
      margin: 0px;
    }

    #stacks_in_9201 {
      padding: 0px;
    }


    

    
      #stacks_in_9201 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9201 {
      margin: 0px;
    }

    #stacks_in_9201 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9201 {
      margin: 0px;
    }

    #stacks_in_9201 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9201 {
      margin: 0px;
    }

    #stacks_in_9201 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9202 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9202 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_9202 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9202 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9204 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9204 p a,
#stacks_in_9204 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9204 p a:hover,
#stacks_in_9204 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9204 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9204 .paragraph a,
#stacks_in_9204 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9204 .paragraph a:hover,
#stacks_in_9204 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9204 p,
#stacks_in_9204 {
	margin-bottom: 0;
	
}

#stacks_in_9204 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9206 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9206 p a,
#stacks_in_9206 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9206 p a:hover,
#stacks_in_9206 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9206 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9206 .paragraph a,
#stacks_in_9206 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9206 .paragraph a:hover,
#stacks_in_9206 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9206 p,
#stacks_in_9206 {
	margin-bottom: 0;
	
}

#stacks_in_9206 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9208 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9208 .label {
	
}

#stacks_in_9208 .label {
	font-weight: 700;
	
}

#stacks_in_9208 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9209 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9209 .label {
	
}

#stacks_in_9209 .label {
	font-weight: 700;
	
}

#stacks_in_9209 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9177 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9177 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9177 #stacks_in_9177-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9177 .close-stacks_in_9177-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_9177 .close-stacks_in_9177-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9177 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9177 .close-stacks_in_9177-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9177 .close-stacks_in_9177-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9177 .close-stacks_in_9177-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9177 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9177 .close-stacks_in_9177-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9177 .close-stacks_in_9177-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9177 .close-stacks_in_9177-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9177 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9177 .close-stacks_in_9177-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9177 .close-stacks_in_9177-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9177 .close-stacks_in_9177-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9177 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9179 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9179 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9179 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9179 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9179 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9180 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9180 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9181 {
      margin: 0px;
    }

    #stacks_in_9181 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9181 {
      margin: 0px;
    }

    #stacks_in_9181 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9181 {
      margin: 0px;
    }

    #stacks_in_9181 {
      padding: 0px;
    }


    

    
      #stacks_in_9181 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9181 {
      margin: 0px;
    }

    #stacks_in_9181 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9181 {
      margin: 0px;
    }

    #stacks_in_9181 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9181 {
      margin: 0px;
    }

    #stacks_in_9181 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9182 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9182 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_9182 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9182 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9184 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9184 p a,
#stacks_in_9184 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9184 p a:hover,
#stacks_in_9184 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9184 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9184 .paragraph a,
#stacks_in_9184 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9184 .paragraph a:hover,
#stacks_in_9184 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9184 p,
#stacks_in_9184 {
	margin-bottom: 0;
	
}

#stacks_in_9184 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9186 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9186 p a,
#stacks_in_9186 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9186 p a:hover,
#stacks_in_9186 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9186 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9186 .paragraph a,
#stacks_in_9186 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9186 .paragraph a:hover,
#stacks_in_9186 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9186 p,
#stacks_in_9186 {
	margin-bottom: 0;
	
}

#stacks_in_9186 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9188 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9188 .label {
	
}

#stacks_in_9188 .label {
	font-weight: 700;
	
}

#stacks_in_9188 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9189 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9189 .label {
	
}

#stacks_in_9189 .label {
	font-weight: 700;
	
}

#stacks_in_9189 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9141 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9141 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9141 #stacks_in_9141-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9141 .close-stacks_in_9141-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_9141 .close-stacks_in_9141-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9141 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9141 .close-stacks_in_9141-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9141 .close-stacks_in_9141-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9141 .close-stacks_in_9141-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9141 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9141 .close-stacks_in_9141-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9141 .close-stacks_in_9141-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9141 .close-stacks_in_9141-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9141 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9141 .close-stacks_in_9141-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9141 .close-stacks_in_9141-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9141 .close-stacks_in_9141-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9141 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9143 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9143 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9143 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9143 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9143 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9144 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9144 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9144 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9144 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9144 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9145 {
      margin: 0px;
    }

    #stacks_in_9145 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9145 {
      margin: 0px;
    }

    #stacks_in_9145 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9145 {
      margin: 0px;
    }

    #stacks_in_9145 {
      padding: 0px;
    }


    

    
      #stacks_in_9145 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9145 {
      margin: 0px;
    }

    #stacks_in_9145 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9145 {
      margin: 0px;
    }

    #stacks_in_9145 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9145 {
      margin: 0px;
    }

    #stacks_in_9145 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9146 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9146 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_9146 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9146 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9148 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9148 p a,
#stacks_in_9148 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9148 p a:hover,
#stacks_in_9148 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9148 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9148 .paragraph a,
#stacks_in_9148 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9148 .paragraph a:hover,
#stacks_in_9148 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9148 p,
#stacks_in_9148 {
	margin-bottom: 0;
	
}

#stacks_in_9148 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9150 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9150 p a,
#stacks_in_9150 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9150 p a:hover,
#stacks_in_9150 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9150 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9150 .paragraph a,
#stacks_in_9150 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9150 .paragraph a:hover,
#stacks_in_9150 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9150 p,
#stacks_in_9150 {
	margin-bottom: 0;
	
}

#stacks_in_9150 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9152 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9152 .label {
	
}

#stacks_in_9152 .label {
	font-weight: 700;
	
}

#stacks_in_9152 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9174 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9174 .label {
	
}

#stacks_in_9174 .label {
	font-weight: 700;
	
}

#stacks_in_9174 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9125 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9125 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9125 #stacks_in_9125-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9125 .close-stacks_in_9125-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_9125 .close-stacks_in_9125-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9125 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9125 .close-stacks_in_9125-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9125 .close-stacks_in_9125-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9125 .close-stacks_in_9125-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9125 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9125 .close-stacks_in_9125-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9125 .close-stacks_in_9125-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9125 .close-stacks_in_9125-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9125 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9125 .close-stacks_in_9125-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9125 .close-stacks_in_9125-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9125 .close-stacks_in_9125-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9125 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9127 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9127 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9127 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9127 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9127 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9128 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9128 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9128 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9128 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9128 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9129 {
      margin: 0px;
    }

    #stacks_in_9129 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9129 {
      margin: 0px;
    }

    #stacks_in_9129 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9129 {
      margin: 0px;
    }

    #stacks_in_9129 {
      padding: 0px;
    }


    

    
      #stacks_in_9129 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9129 {
      margin: 0px;
    }

    #stacks_in_9129 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9129 {
      margin: 0px;
    }

    #stacks_in_9129 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9129 {
      margin: 0px;
    }

    #stacks_in_9129 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9130 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9130 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_9130 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9130 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9132 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9132 p a,
#stacks_in_9132 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9132 p a:hover,
#stacks_in_9132 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9132 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9132 .paragraph a,
#stacks_in_9132 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9132 .paragraph a:hover,
#stacks_in_9132 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9132 p,
#stacks_in_9132 {
	margin-bottom: 0;
	
}

#stacks_in_9132 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9134 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9134 p a,
#stacks_in_9134 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9134 p a:hover,
#stacks_in_9134 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9134 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9134 .paragraph a,
#stacks_in_9134 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9134 .paragraph a:hover,
#stacks_in_9134 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9134 p,
#stacks_in_9134 {
	margin-bottom: 0;
	
}

#stacks_in_9134 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9136 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9136 .label {
	
}

#stacks_in_9136 .label {
	font-weight: 700;
	
}

#stacks_in_9136 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9137 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9137 .label {
	
}

#stacks_in_9137 .label {
	font-weight: 700;
	
}

#stacks_in_9137 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6511 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6511 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6511 #stacks_in_6511-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6511 .close-stacks_in_6511-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_6511 .close-stacks_in_6511-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6511 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6511 .close-stacks_in_6511-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6511 .close-stacks_in_6511-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6511 .close-stacks_in_6511-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6511 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6511 .close-stacks_in_6511-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6511 .close-stacks_in_6511-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6511 .close-stacks_in_6511-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6511 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6511 .close-stacks_in_6511-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6511 .close-stacks_in_6511-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6511 .close-stacks_in_6511-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6511 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6513 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6513 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6513 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6513 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6513 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6514 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6514 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6514 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6514 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6514 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6515 {
      margin: 0px;
    }

    #stacks_in_6515 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6515 {
      margin: 0px;
    }

    #stacks_in_6515 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6515 {
      margin: 0px;
    }

    #stacks_in_6515 {
      padding: 0px;
    }


    

    
      #stacks_in_6515 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6515 {
      margin: 0px;
    }

    #stacks_in_6515 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6515 {
      margin: 0px;
    }

    #stacks_in_6515 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6515 {
      margin: 0px;
    }

    #stacks_in_6515 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6517 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6517 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_6517 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6517 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6519 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6519 p a,
#stacks_in_6519 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6519 p a:hover,
#stacks_in_6519 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6519 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6519 .paragraph a,
#stacks_in_6519 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6519 .paragraph a:hover,
#stacks_in_6519 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6519 p,
#stacks_in_6519 {
	margin-bottom: 0;
	
}

#stacks_in_6519 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6521 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6521 p a,
#stacks_in_6521 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6521 p a:hover,
#stacks_in_6521 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6521 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6521 .paragraph a,
#stacks_in_6521 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6521 .paragraph a:hover,
#stacks_in_6521 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6521 p,
#stacks_in_6521 {
	margin-bottom: 0;
	
}

#stacks_in_6521 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6523 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6523 .label {
	
}

#stacks_in_6523 .label {
	font-weight: 700;
	
}

#stacks_in_6523 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8369 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8369 .label {
	
}

#stacks_in_8369 .label {
	font-weight: 700;
	
}

#stacks_in_8369 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7849 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_7849 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7849 #stacks_in_7849-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7849 .close-stacks_in_7849-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_7849 .close-stacks_in_7849-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7849 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7849 .close-stacks_in_7849-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7849 .close-stacks_in_7849-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7849 .close-stacks_in_7849-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7849 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7849 .close-stacks_in_7849-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7849 .close-stacks_in_7849-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7849 .close-stacks_in_7849-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7849 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7849 .close-stacks_in_7849-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7849 .close-stacks_in_7849-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7849 .close-stacks_in_7849-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7849 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7851 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7851 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7851 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7851 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7851 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7852 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7852 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7852 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7852 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7852 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7853 {
      margin: 0px;
    }

    #stacks_in_7853 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7853 {
      margin: 0px;
    }

    #stacks_in_7853 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7853 {
      margin: 0px;
    }

    #stacks_in_7853 {
      padding: 0px;
    }


    

    
      #stacks_in_7853 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7853 {
      margin: 0px;
    }

    #stacks_in_7853 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7853 {
      margin: 0px;
    }

    #stacks_in_7853 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7853 {
      margin: 0px;
    }

    #stacks_in_7853 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7855 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7855 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_7855 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_7855 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7857 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7857 p a,
#stacks_in_7857 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7857 p a:hover,
#stacks_in_7857 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7857 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7857 .paragraph a,
#stacks_in_7857 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7857 .paragraph a:hover,
#stacks_in_7857 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7857 p,
#stacks_in_7857 {
	margin-bottom: 0;
	
}

#stacks_in_7857 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7859 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7859 p a,
#stacks_in_7859 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7859 p a:hover,
#stacks_in_7859 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7859 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7859 .paragraph a,
#stacks_in_7859 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7859 .paragraph a:hover,
#stacks_in_7859 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7859 p,
#stacks_in_7859 {
	margin-bottom: 0;
	
}

#stacks_in_7859 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7861 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7861 .label {
	
}

#stacks_in_7861 .label {
	font-weight: 700;
	
}

#stacks_in_7861 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8370 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8370 .label {
	
}

#stacks_in_8370 .label {
	font-weight: 700;
	
}

#stacks_in_8370 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6556 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6556 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6556 #stacks_in_6556-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6556 .close-stacks_in_6556-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_6556 .close-stacks_in_6556-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6556 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6556 .close-stacks_in_6556-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6556 .close-stacks_in_6556-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6556 .close-stacks_in_6556-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6556 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6556 .close-stacks_in_6556-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6556 .close-stacks_in_6556-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6556 .close-stacks_in_6556-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6556 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6556 .close-stacks_in_6556-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6556 .close-stacks_in_6556-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6556 .close-stacks_in_6556-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6556 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6558 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6558 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6558 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6558 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6558 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6559 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6559 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6559 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6559 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6559 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6560 {
      margin: 0px;
    }

    #stacks_in_6560 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6560 {
      margin: 0px;
    }

    #stacks_in_6560 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6560 {
      margin: 0px;
    }

    #stacks_in_6560 {
      padding: 0px;
    }


    

    
      #stacks_in_6560 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6560 {
      margin: 0px;
    }

    #stacks_in_6560 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6560 {
      margin: 0px;
    }

    #stacks_in_6560 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6560 {
      margin: 0px;
    }

    #stacks_in_6560 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6562 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6562 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_6562 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6562 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6564 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6564 p a,
#stacks_in_6564 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6564 p a:hover,
#stacks_in_6564 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6564 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6564 .paragraph a,
#stacks_in_6564 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6564 .paragraph a:hover,
#stacks_in_6564 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6564 p,
#stacks_in_6564 {
	margin-bottom: 0;
	
}

#stacks_in_6564 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6566 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6566 p a,
#stacks_in_6566 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6566 p a:hover,
#stacks_in_6566 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6566 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6566 .paragraph a,
#stacks_in_6566 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6566 .paragraph a:hover,
#stacks_in_6566 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6566 p,
#stacks_in_6566 {
	margin-bottom: 0;
	
}

#stacks_in_6566 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6568 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6568 .label {
	
}

#stacks_in_6568 .label {
	font-weight: 700;
	
}

#stacks_in_6568 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8371 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8371 .label {
	
}

#stacks_in_8371 .label {
	font-weight: 700;
	
}

#stacks_in_8371 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6586 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6586 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6586 #stacks_in_6586-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6586 .close-stacks_in_6586-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_6586 .close-stacks_in_6586-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6586 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6586 .close-stacks_in_6586-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6586 .close-stacks_in_6586-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6586 .close-stacks_in_6586-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6586 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6586 .close-stacks_in_6586-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6586 .close-stacks_in_6586-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6586 .close-stacks_in_6586-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6586 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6586 .close-stacks_in_6586-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6586 .close-stacks_in_6586-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6586 .close-stacks_in_6586-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6586 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6588 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6588 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6588 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6588 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6588 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6589 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6589 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6589 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6589 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6589 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6590 {
      margin: 0px;
    }

    #stacks_in_6590 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6590 {
      margin: 0px;
    }

    #stacks_in_6590 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6590 {
      margin: 0px;
    }

    #stacks_in_6590 {
      padding: 0px;
    }


    

    
      #stacks_in_6590 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6590 {
      margin: 0px;
    }

    #stacks_in_6590 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6590 {
      margin: 0px;
    }

    #stacks_in_6590 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6590 {
      margin: 0px;
    }

    #stacks_in_6590 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6592 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6592 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_6592 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6592 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6594 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6594 p a,
#stacks_in_6594 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6594 p a:hover,
#stacks_in_6594 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6594 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6594 .paragraph a,
#stacks_in_6594 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6594 .paragraph a:hover,
#stacks_in_6594 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6594 p,
#stacks_in_6594 {
	margin-bottom: 0;
	
}

#stacks_in_6594 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6596 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6596 p a,
#stacks_in_6596 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6596 p a:hover,
#stacks_in_6596 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6596 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6596 .paragraph a,
#stacks_in_6596 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6596 .paragraph a:hover,
#stacks_in_6596 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6596 p,
#stacks_in_6596 {
	margin-bottom: 0;
	
}

#stacks_in_6596 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6598 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6598 .label {
	
}

#stacks_in_6598 .label {
	font-weight: 700;
	
}

#stacks_in_6598 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8372 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8372 .label {
	
}

#stacks_in_8372 .label {
	font-weight: 700;
	
}

#stacks_in_8372 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7864 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7864 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7864 #stacks_in_7864-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7864 .close-stacks_in_7864-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_7864 .close-stacks_in_7864-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7864 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7864 .close-stacks_in_7864-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7864 .close-stacks_in_7864-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7864 .close-stacks_in_7864-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7864 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7864 .close-stacks_in_7864-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7864 .close-stacks_in_7864-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7864 .close-stacks_in_7864-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7864 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7864 .close-stacks_in_7864-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7864 .close-stacks_in_7864-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7864 .close-stacks_in_7864-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7864 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7866 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7866 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7866 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7866 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7866 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7867 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7867 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7867 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7867 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7867 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7868 {
      margin: 0px;
    }

    #stacks_in_7868 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7868 {
      margin: 0px;
    }

    #stacks_in_7868 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7868 {
      margin: 0px;
    }

    #stacks_in_7868 {
      padding: 0px;
    }


    

    
      #stacks_in_7868 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7868 {
      margin: 0px;
    }

    #stacks_in_7868 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7868 {
      margin: 0px;
    }

    #stacks_in_7868 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7868 {
      margin: 0px;
    }

    #stacks_in_7868 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7870 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7870 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_7870 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_7870 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7872 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7872 p a,
#stacks_in_7872 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7872 p a:hover,
#stacks_in_7872 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7872 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7872 .paragraph a,
#stacks_in_7872 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7872 .paragraph a:hover,
#stacks_in_7872 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7872 p,
#stacks_in_7872 {
	margin-bottom: 0;
	
}

#stacks_in_7872 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7874 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7874 p a,
#stacks_in_7874 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7874 p a:hover,
#stacks_in_7874 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7874 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7874 .paragraph a,
#stacks_in_7874 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7874 .paragraph a:hover,
#stacks_in_7874 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7874 p,
#stacks_in_7874 {
	margin-bottom: 0;
	
}

#stacks_in_7874 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7876 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7876 .label {
	
}

#stacks_in_7876 .label {
	font-weight: 700;
	
}

#stacks_in_7876 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8373 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8373 .label {
	
}

#stacks_in_8373 .label {
	font-weight: 700;
	
}

#stacks_in_8373 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6661 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6661 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6661 #stacks_in_6661-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6661 .close-stacks_in_6661-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_6661 .close-stacks_in_6661-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6661 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6661 .close-stacks_in_6661-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6661 .close-stacks_in_6661-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6661 .close-stacks_in_6661-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6661 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6661 .close-stacks_in_6661-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6661 .close-stacks_in_6661-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6661 .close-stacks_in_6661-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6661 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6661 .close-stacks_in_6661-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6661 .close-stacks_in_6661-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6661 .close-stacks_in_6661-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6661 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6663 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6663 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6663 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6663 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6663 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6664 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6664 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6664 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6664 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6664 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6665 {
      margin: 0px;
    }

    #stacks_in_6665 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6665 {
      margin: 0px;
    }

    #stacks_in_6665 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6665 {
      margin: 0px;
    }

    #stacks_in_6665 {
      padding: 0px;
    }


    

    
      #stacks_in_6665 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6665 {
      margin: 0px;
    }

    #stacks_in_6665 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6665 {
      margin: 0px;
    }

    #stacks_in_6665 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6665 {
      margin: 0px;
    }

    #stacks_in_6665 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6667 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6667 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_6667 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6667 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6669 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6669 p a,
#stacks_in_6669 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6669 p a:hover,
#stacks_in_6669 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6669 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6669 .paragraph a,
#stacks_in_6669 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6669 .paragraph a:hover,
#stacks_in_6669 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6669 p,
#stacks_in_6669 {
	margin-bottom: 0;
	
}

#stacks_in_6669 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6671 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6671 p a,
#stacks_in_6671 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6671 p a:hover,
#stacks_in_6671 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6671 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6671 .paragraph a,
#stacks_in_6671 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6671 .paragraph a:hover,
#stacks_in_6671 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6671 p,
#stacks_in_6671 {
	margin-bottom: 0;
	
}

#stacks_in_6671 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6673 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6673 .label {
	
}

#stacks_in_6673 .label {
	font-weight: 700;
	
}

#stacks_in_6673 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8374 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8374 .label {
	
}

#stacks_in_8374 .label {
	font-weight: 700;
	
}

#stacks_in_8374 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6676 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6676 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6676 #stacks_in_6676-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6676 .close-stacks_in_6676-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_6676 .close-stacks_in_6676-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6676 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6676 .close-stacks_in_6676-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6676 .close-stacks_in_6676-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6676 .close-stacks_in_6676-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6676 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6676 .close-stacks_in_6676-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6676 .close-stacks_in_6676-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6676 .close-stacks_in_6676-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6676 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6676 .close-stacks_in_6676-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6676 .close-stacks_in_6676-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6676 .close-stacks_in_6676-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6676 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6678 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6678 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6679 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6679 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6679 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6679 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6679 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6680 {
      margin: 0px;
    }

    #stacks_in_6680 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6680 {
      margin: 0px;
    }

    #stacks_in_6680 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6680 {
      margin: 0px;
    }

    #stacks_in_6680 {
      padding: 0px;
    }


    

    
      #stacks_in_6680 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6680 {
      margin: 0px;
    }

    #stacks_in_6680 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6680 {
      margin: 0px;
    }

    #stacks_in_6680 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6680 {
      margin: 0px;
    }

    #stacks_in_6680 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6682 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6682 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_6682 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6682 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6684 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6684 p a,
#stacks_in_6684 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6684 p a:hover,
#stacks_in_6684 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6684 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6684 .paragraph a,
#stacks_in_6684 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6684 .paragraph a:hover,
#stacks_in_6684 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6684 p,
#stacks_in_6684 {
	margin-bottom: 0;
	
}

#stacks_in_6684 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6686 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6686 p a,
#stacks_in_6686 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6686 p a:hover,
#stacks_in_6686 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6686 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6686 .paragraph a,
#stacks_in_6686 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6686 .paragraph a:hover,
#stacks_in_6686 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6686 p,
#stacks_in_6686 {
	margin-bottom: 0;
	
}

#stacks_in_6686 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6688 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6688 .label {
	
}

#stacks_in_6688 .label {
	font-weight: 700;
	
}

#stacks_in_6688 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8375 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8375 .label {
	
}

#stacks_in_8375 .label {
	font-weight: 700;
	
}

#stacks_in_8375 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6706 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6706 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6706 #stacks_in_6706-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6706 .close-stacks_in_6706-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_6706 .close-stacks_in_6706-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6706 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6706 .close-stacks_in_6706-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6706 .close-stacks_in_6706-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6706 .close-stacks_in_6706-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6706 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6706 .close-stacks_in_6706-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6706 .close-stacks_in_6706-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6706 .close-stacks_in_6706-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6706 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6706 .close-stacks_in_6706-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6706 .close-stacks_in_6706-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6706 .close-stacks_in_6706-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6706 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6708 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6708 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6708 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6708 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6708 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6709 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6709 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6710 {
      margin: 0px;
    }

    #stacks_in_6710 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6710 {
      margin: 0px;
    }

    #stacks_in_6710 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6710 {
      margin: 0px;
    }

    #stacks_in_6710 {
      padding: 0px;
    }


    

    
      #stacks_in_6710 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6710 {
      margin: 0px;
    }

    #stacks_in_6710 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6710 {
      margin: 0px;
    }

    #stacks_in_6710 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6710 {
      margin: 0px;
    }

    #stacks_in_6710 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6712 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6712 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_6712 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6712 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6714 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6714 p a,
#stacks_in_6714 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6714 p a:hover,
#stacks_in_6714 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6714 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6714 .paragraph a,
#stacks_in_6714 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6714 .paragraph a:hover,
#stacks_in_6714 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6714 p,
#stacks_in_6714 {
	margin-bottom: 0;
	
}

#stacks_in_6714 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6716 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6716 p a,
#stacks_in_6716 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6716 p a:hover,
#stacks_in_6716 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6716 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6716 .paragraph a,
#stacks_in_6716 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6716 .paragraph a:hover,
#stacks_in_6716 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6716 p,
#stacks_in_6716 {
	margin-bottom: 0;
	
}

#stacks_in_6716 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6718 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6718 .label {
	
}

#stacks_in_6718 .label {
	font-weight: 700;
	
}

#stacks_in_6718 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8376 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8376 .label {
	
}

#stacks_in_8376 .label {
	font-weight: 700;
	
}

#stacks_in_8376 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_6721 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_6721 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_6721 #stacks_in_6721-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_6721 .close-stacks_in_6721-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_6721 .close-stacks_in_6721-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_6721 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_6721 .close-stacks_in_6721-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6721 .close-stacks_in_6721-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_6721 .close-stacks_in_6721-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6721 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_6721 .close-stacks_in_6721-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6721 .close-stacks_in_6721-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6721 .close-stacks_in_6721-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6721 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_6721 .close-stacks_in_6721-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6721 .close-stacks_in_6721-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_6721 .close-stacks_in_6721-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_6721 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_6723 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6723 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6723 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6723 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6723 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_6724 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_6724 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_6724 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_6724 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_6724 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_6725 {
      margin: 0px;
    }

    #stacks_in_6725 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_6725 {
      margin: 0px;
    }

    #stacks_in_6725 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_6725 {
      margin: 0px;
    }

    #stacks_in_6725 {
      padding: 0px;
    }


    

    
      #stacks_in_6725 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_6725 {
      margin: 0px;
    }

    #stacks_in_6725 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_6725 {
      margin: 0px;
    }

    #stacks_in_6725 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_6725 {
      margin: 0px;
    }

    #stacks_in_6725 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_6727 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_6727 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_6727 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_6727 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_6729 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6729 p a,
#stacks_in_6729 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6729 p a:hover,
#stacks_in_6729 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6729 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_6729 .paragraph a,
#stacks_in_6729 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_6729 .paragraph a:hover,
#stacks_in_6729 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6729 p,
#stacks_in_6729 {
	margin-bottom: 0;
	
}

#stacks_in_6729 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_6731 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6731 p a,
#stacks_in_6731 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6731 p a:hover,
#stacks_in_6731 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_6731 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_6731 .paragraph a,
#stacks_in_6731 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_6731 .paragraph a:hover,
#stacks_in_6731 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_6731 p,
#stacks_in_6731 {
	margin-bottom: 0;
	
}

#stacks_in_6731 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_6733 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_6733 .label {
	
}

#stacks_in_6733 .label {
	font-weight: 700;
	
}

#stacks_in_6733 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8377 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8377 .label {
	
}

#stacks_in_8377 .label {
	font-weight: 700;
	
}

#stacks_in_8377 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8256 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8256 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8256 #stacks_in_8256-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8256 .close-stacks_in_8256-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_8256 .close-stacks_in_8256-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8256 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8256 .close-stacks_in_8256-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8256 .close-stacks_in_8256-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8256 .close-stacks_in_8256-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8256 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8256 .close-stacks_in_8256-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8256 .close-stacks_in_8256-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8256 .close-stacks_in_8256-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8256 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8256 .close-stacks_in_8256-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8256 .close-stacks_in_8256-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8256 .close-stacks_in_8256-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8256 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8258 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8258 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8258 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8258 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8258 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8259 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8259 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8259 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8259 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8259 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8260 {
      margin: 0px;
    }

    #stacks_in_8260 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8260 {
      margin: 0px;
    }

    #stacks_in_8260 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8260 {
      margin: 0px;
    }

    #stacks_in_8260 {
      padding: 0px;
    }


    

    
      #stacks_in_8260 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8260 {
      margin: 0px;
    }

    #stacks_in_8260 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8260 {
      margin: 0px;
    }

    #stacks_in_8260 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8260 {
      margin: 0px;
    }

    #stacks_in_8260 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8261 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8261 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_8261 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8261 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8263 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8263 p a,
#stacks_in_8263 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8263 p a:hover,
#stacks_in_8263 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8263 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8263 .paragraph a,
#stacks_in_8263 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8263 .paragraph a:hover,
#stacks_in_8263 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8263 p,
#stacks_in_8263 {
	margin-bottom: 0;
	
}

#stacks_in_8263 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8265 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8265 p a,
#stacks_in_8265 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8265 p a:hover,
#stacks_in_8265 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8265 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8265 .paragraph a,
#stacks_in_8265 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8265 .paragraph a:hover,
#stacks_in_8265 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8265 p,
#stacks_in_8265 {
	margin-bottom: 0;
	
}

#stacks_in_8265 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8267 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8267 .label {
	
}

#stacks_in_8267 .label {
	font-weight: 700;
	
}

#stacks_in_8267 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8378 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8378 .label {
	
}

#stacks_in_8378 .label {
	font-weight: 700;
	
}

#stacks_in_8378 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8799 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8799 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8799 #stacks_in_8799-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8799 .close-stacks_in_8799-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_8799 .close-stacks_in_8799-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8799 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8799 .close-stacks_in_8799-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8799 .close-stacks_in_8799-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8799 .close-stacks_in_8799-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8799 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8799 .close-stacks_in_8799-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8799 .close-stacks_in_8799-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8799 .close-stacks_in_8799-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8799 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8799 .close-stacks_in_8799-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8799 .close-stacks_in_8799-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8799 .close-stacks_in_8799-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8799 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8801 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8801 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8801 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8801 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8801 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8802 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8802 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8802 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8802 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8802 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8803 {
      margin: 0px;
    }

    #stacks_in_8803 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8803 {
      margin: 0px;
    }

    #stacks_in_8803 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8803 {
      margin: 0px;
    }

    #stacks_in_8803 {
      padding: 0px;
    }


    

    
      #stacks_in_8803 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8803 {
      margin: 0px;
    }

    #stacks_in_8803 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8803 {
      margin: 0px;
    }

    #stacks_in_8803 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8803 {
      margin: 0px;
    }

    #stacks_in_8803 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8804 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8804 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_8804 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8804 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8806 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8806 p a,
#stacks_in_8806 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8806 p a:hover,
#stacks_in_8806 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8806 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8806 .paragraph a,
#stacks_in_8806 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8806 .paragraph a:hover,
#stacks_in_8806 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8806 p,
#stacks_in_8806 {
	margin-bottom: 0;
	
}

#stacks_in_8806 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8808 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8808 p a,
#stacks_in_8808 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8808 p a:hover,
#stacks_in_8808 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8808 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8808 .paragraph a,
#stacks_in_8808 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8808 .paragraph a:hover,
#stacks_in_8808 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8808 p,
#stacks_in_8808 {
	margin-bottom: 0;
	
}

#stacks_in_8808 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8810 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8810 .label {
	
}

#stacks_in_8810 .label {
	font-weight: 700;
	
}

#stacks_in_8810 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8811 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8811 .label {
	
}

#stacks_in_8811 .label {
	font-weight: 700;
	
}

#stacks_in_8811 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8815 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8815 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8815 #stacks_in_8815-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8815 .close-stacks_in_8815-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_8815 .close-stacks_in_8815-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8815 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8815 .close-stacks_in_8815-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8815 .close-stacks_in_8815-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8815 .close-stacks_in_8815-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8815 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8815 .close-stacks_in_8815-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8815 .close-stacks_in_8815-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8815 .close-stacks_in_8815-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8815 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8815 .close-stacks_in_8815-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8815 .close-stacks_in_8815-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8815 .close-stacks_in_8815-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8815 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8817 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8817 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8818 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8818 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8818 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8818 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8818 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8819 {
      margin: 0px;
    }

    #stacks_in_8819 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8819 {
      margin: 0px;
    }

    #stacks_in_8819 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8819 {
      margin: 0px;
    }

    #stacks_in_8819 {
      padding: 0px;
    }


    

    
      #stacks_in_8819 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8819 {
      margin: 0px;
    }

    #stacks_in_8819 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8819 {
      margin: 0px;
    }

    #stacks_in_8819 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8819 {
      margin: 0px;
    }

    #stacks_in_8819 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8820 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8820 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_8820 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_8820 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8822 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8822 p a,
#stacks_in_8822 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8822 p a:hover,
#stacks_in_8822 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8822 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8822 .paragraph a,
#stacks_in_8822 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8822 .paragraph a:hover,
#stacks_in_8822 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8822 p,
#stacks_in_8822 {
	margin-bottom: 0;
	
}

#stacks_in_8822 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8824 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8824 p a,
#stacks_in_8824 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8824 p a:hover,
#stacks_in_8824 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8824 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8824 .paragraph a,
#stacks_in_8824 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8824 .paragraph a:hover,
#stacks_in_8824 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8824 p,
#stacks_in_8824 {
	margin-bottom: 0;
	
}

#stacks_in_8824 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8826 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8826 .label {
	
}

#stacks_in_8826 .label {
	font-weight: 700;
	
}

#stacks_in_8826 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_8827 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_8827 .label {
	
}

#stacks_in_8827 .label {
	font-weight: 700;
	
}

#stacks_in_8827 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9213 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9213 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9213 #stacks_in_9213-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9213 .close-stacks_in_9213-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_9213 .close-stacks_in_9213-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9213 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9213 .close-stacks_in_9213-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9213 .close-stacks_in_9213-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9213 .close-stacks_in_9213-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9213 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9213 .close-stacks_in_9213-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9213 .close-stacks_in_9213-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9213 .close-stacks_in_9213-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9213 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9213 .close-stacks_in_9213-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9213 .close-stacks_in_9213-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9213 .close-stacks_in_9213-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9213 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9215 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9215 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9215 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9215 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9215 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9216 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9216 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9217 {
      margin: 0px;
    }

    #stacks_in_9217 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9217 {
      margin: 0px;
    }

    #stacks_in_9217 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9217 {
      margin: 0px;
    }

    #stacks_in_9217 {
      padding: 0px;
    }


    

    
      #stacks_in_9217 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9217 {
      margin: 0px;
    }

    #stacks_in_9217 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9217 {
      margin: 0px;
    }

    #stacks_in_9217 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9217 {
      margin: 0px;
    }

    #stacks_in_9217 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9218 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9218 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_9218 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9218 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9220 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9220 p a,
#stacks_in_9220 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9220 p a:hover,
#stacks_in_9220 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9220 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9220 .paragraph a,
#stacks_in_9220 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9220 .paragraph a:hover,
#stacks_in_9220 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9220 p,
#stacks_in_9220 {
	margin-bottom: 0;
	
}

#stacks_in_9220 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9222 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9222 p a,
#stacks_in_9222 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9222 p a:hover,
#stacks_in_9222 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9222 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9222 .paragraph a,
#stacks_in_9222 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9222 .paragraph a:hover,
#stacks_in_9222 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9222 p,
#stacks_in_9222 {
	margin-bottom: 0;
	
}

#stacks_in_9222 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9224 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9224 .label {
	
}

#stacks_in_9224 .label {
	font-weight: 700;
	
}

#stacks_in_9224 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9225 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9225 .label {
	
}

#stacks_in_9225 .label {
	font-weight: 700;
	
}

#stacks_in_9225 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9109 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9109 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9109 #stacks_in_9109-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9109 .close-stacks_in_9109-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_9109 .close-stacks_in_9109-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9109 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9109 .close-stacks_in_9109-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9109 .close-stacks_in_9109-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9109 .close-stacks_in_9109-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9109 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9109 .close-stacks_in_9109-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9109 .close-stacks_in_9109-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9109 .close-stacks_in_9109-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9109 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9109 .close-stacks_in_9109-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9109 .close-stacks_in_9109-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9109 .close-stacks_in_9109-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9109 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9111 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9111 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9111 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9111 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9111 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9112 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9112 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9112 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9112 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9112 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9113 {
      margin: 0px;
    }

    #stacks_in_9113 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9113 {
      margin: 0px;
    }

    #stacks_in_9113 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9113 {
      margin: 0px;
    }

    #stacks_in_9113 {
      padding: 0px;
    }


    

    
      #stacks_in_9113 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9113 {
      margin: 0px;
    }

    #stacks_in_9113 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9113 {
      margin: 0px;
    }

    #stacks_in_9113 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9113 {
      margin: 0px;
    }

    #stacks_in_9113 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9114 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9114 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_9114 h1 {
		font-size: 18px;
	}
}

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

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


#stacks_in_9114 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9116 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9116 p a,
#stacks_in_9116 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9116 p a:hover,
#stacks_in_9116 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9116 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9116 .paragraph a,
#stacks_in_9116 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9116 .paragraph a:hover,
#stacks_in_9116 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9116 p,
#stacks_in_9116 {
	margin-bottom: 0;
	
}

#stacks_in_9116 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9118 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9118 p a,
#stacks_in_9118 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9118 p a:hover,
#stacks_in_9118 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9118 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9118 .paragraph a,
#stacks_in_9118 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9118 .paragraph a:hover,
#stacks_in_9118 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9118 p,
#stacks_in_9118 {
	margin-bottom: 0;
	
}

#stacks_in_9118 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9120 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9120 .label {
	
}

#stacks_in_9120 .label {
	font-weight: 700;
	
}

#stacks_in_9120 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_9121 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(96, 120, 158, 1.00);
	}


#stacks_in_9121 .label {
	
}

#stacks_in_9121 .label {
	font-weight: 700;
	
}

#stacks_in_9121 {
	padding: 0px 0px 0px 10px;
}


#scrollToTopButton,
#scrollToTopButton .glyphicon {
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
}

#scrollToTopButton i {
	line-height: 38px;
}


#scrollToTopButton {
	position: fixed;
	bottom: 0px;
	left: 10px;
	z-index: 2001;
}



	#scrollToTopButton {
		background-color: rgba(34, 106, 145, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}




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

@media (max-width: 47.9em) {
  .stacks_in_3059-scroll-to-top-btn.scroll-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 61.9em) {
  .stacks_in_3059-scroll-to-top-btn.scroll-hidden-md {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .stacks_in_3059-scroll-to-top-btn.scroll-hidden-lg {
    display: none !important;
  }
}

