/*
 * 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;
}
/*!
 * 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: #0b3400;
  text-decoration: none; }
  a:focus, a:hover {
    color: black;
    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: #66cbf9; }

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

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #66cbf9; }

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8625rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 1em;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 2.25rem; }
  input.input-sm[type="date"], .input-group-sm input.form-control[type="date"],
  input.input-sm[type="time"], .input-group-sm input.form-control[type="time"],
  input.input-sm[type="datetime-local"], .input-group-sm input.form-control[type="datetime-local"],
  input.input-sm[type="month"], .input-group-sm input.form-control[type="month"] {
    line-height: 1.8625rem; }
  input.input-lg[type="date"], .input-group-lg input.form-control[type="date"],
  input.input-lg[type="time"], .input-group-lg input.form-control[type="time"],
  input.input-lg[type="datetime-local"], .input-group-lg input.form-control[type="datetime-local"],
  input.input-lg[type="month"], .input-group-lg input.form-control[type="month"] {
    line-height: 3.1666666667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

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

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 4px; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-top: 4px \9;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input.disabled[type="radio"],
input[type="checkbox"]:disabled,
input.disabled[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #458816; }

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

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

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

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #d6ecf3; }

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

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

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

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #f7000c; }

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

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

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

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  margin-bottom: 0.5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0b3400;
  border-color: #0b3400; }
  .btn-primary:hover {
    color: #fff;
    background-color: #000100;
    border-color: black; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #000100;
    border-color: black; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000100;
    border-color: black;
    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: black;
      border-color: black; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    background-color: #0b3400;
    border-color: #0b3400; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0b3400;
    border-color: #0b3400; }

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

.btn-warning {
  color: #fff;
  background-color: #d6ecf3;
  border-color: #d6ecf3; }
  .btn-warning:hover {
    color: #fff;
    background-color: #afdae7;
    border-color: #a7d6e5; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #afdae7;
    border-color: #a7d6e5; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #afdae7;
    border-color: #a7d6e5;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #93cddf;
      border-color: #73bed6; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #d6ecf3;
    border-color: #d6ecf3; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #d6ecf3;
    border-color: #d6ecf3; }

.btn-danger {
  color: #fff;
  background-color: #f7000c;
  border-color: #f7000c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c4000a;
    border-color: #ba0009; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c4000a;
    border-color: #ba0009; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c4000a;
    border-color: #ba0009;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #a00008;
      border-color: #780006; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
    background-color: #f7000c;
    border-color: #f7000c; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #f7000c;
    border-color: #f7000c; }

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

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

.btn-warning-outline {
  color: #d6ecf3;
  background-image: none;
  background-color: transparent;
  border-color: #d6ecf3; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #d6ecf3;
    border-color: #d6ecf3; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #d6ecf3;
    border-color: #d6ecf3; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline.focus:disabled {
    border-color: white; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: white; }

.btn-danger-outline {
  color: #f7000c;
  background-image: none;
  background-color: transparent;
  border-color: #f7000c; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #f7000c;
    border-color: #f7000c; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #f7000c;
    border-color: #f7000c; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline.focus:disabled {
    border-color: #ff5e66; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #ff5e66; }

.btn-link {
  font-weight: normal;
  color: #0b3400;
  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: black;
    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: #0b3400;
    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: #0b3400; }

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

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

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

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

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

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

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

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

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

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

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

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

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

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    -o-column-gap: 1.25rem;
    -ms-column-gap: 1.25rem;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 4px; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: white;
    cursor: default;
    background-color: #0375d8;
    border-color: #0375d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: white;
    border-color: #dddddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0375d8;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd; }
  .page-link:focus, .page-link:hover {
    color: #004c8c;
    background-color: #eceeef;
    border-color: #dddddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333; }

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

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

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

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

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

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #dddddd;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eceeef; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: white; }
  .pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: white; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

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

.label-primary {
  background-color: #0b3400; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #000100; }

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

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

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

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

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

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

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #28baf9;
  border-color: #0fb2f8;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #06a4e8; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #555d2b;
  border-color: #3f4520;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #2f3318; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #66cbf9;
  border-color: #4dc3f8;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #35baf7; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #cde7f1;
  border-color: #b9ddeb;
  color: white; }
  .alert-danger hr {
    border-top-color: #a5d4e6; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@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: #0b3400; }

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

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

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

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

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

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

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

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

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

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0b3400;
  border-color: #0b3400; }
  .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: #37ff01; }

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #0fb2f8; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #454c23; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #66cbf9; }

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: #4dc3f8; }
  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: white;
  background-color: #cde7f1; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: white; }
  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: white;
    background-color: #b9ddeb; }
  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: white;
    border-color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  color: #fff !important;
  background-color: #0b3400 !important; }

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

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

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

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

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

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

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

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

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

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

.featured_image {
  margin-bottom: 2rem;
  border-radius: 4px; }

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

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

.accordion_item {
  border-radius: 4px; }

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

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

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

.icon_bar_wrapper {
  border-radius: 4px; }

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

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

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

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

.foundry-footer a,
.foundry-footer a:visited {
  color: #0b3400; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

#stacks_in_6973 .navigation_container {
	position: relative;
}

/* Drop Shadow */


/* Branding */

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

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


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

#stacks_in_6973 nav.navigation_bar .navigation_branding,
#stacks_in_6973 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_6973 nav.navigation_bar .navigation_branding,
		#stacks_in_6973 nav.navigation_bar .navigation_branding a {
			font-family: Rubik;
		}
	



/* Navigation Bar */
#stacks_in_6973 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_6973 nav.navigation_bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#stacks_in_6973 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_6973 nav.navigation_bar > ul > li > a.nav_item.open,
	#stacks_in_6973 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_6973 nav.navigation_bar ul a.nav_item:hover,
#stacks_in_6973 nav.navigation_bar ul a.nav_item.open,
#stacks_in_6973 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
	text-decoration: none;
	color: rgba(4, 42, 133, 1.00);
	
}

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

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

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

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

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

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

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


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

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

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

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

	#stacks_in_6973 #stacks_in_6973_mobile_navigation_toggle {
		display: block;
	}

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

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

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

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

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

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

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

	#stacks_in_6973 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_6973 .head_wrap {
		display: block;
		/*height: 65px;*/
	}

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

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

	#stacks_in_6973 #stacks_in_6973_mobile_navigation_toggle {
		display: block;
	}

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

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

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

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

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

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

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

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

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

	
	#stacks_in_6973 .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_6973 .branding_logo img {
		/*display: flex;*/
		vertical-align: middle;
		max-height: 51px;
		line-height: 51px;
		align-self: center;
	}
	

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

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

	#stacks_in_6973 .nav_bar_placeholder {
		height: 55px;
	}

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

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

	

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	#stacks_in_6973 .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_6973 .nav_bar_placeholder {
	z-index: 999;
	position: relative;
}



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

#stacks_in_6973 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 2px 0px;
}

.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_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(69, 127, 191, 1.00);
	}



	#stacks_in_1792 h1 small {
		color: rgba(2, 25, 114, 1.00);
	}



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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


#stacks_in_1792 .inline_badge_right {
	position: relative;
}


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

#stacks_in_1792 {
	padding: 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(69, 127, 191, 1.00);
	}



	#stacks_in_1795 h1 small {
		color: rgba(2, 25, 114, 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 {
	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(69, 127, 191, 1.00);
	}



	#stacks_in_1798 h1 small {
		color: rgba(2, 25, 114, 1.00);
	}



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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


#stacks_in_1798 .inline_badge_right {
	position: relative;
}


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

#stacks_in_1798 {
	padding: 25px 20px 20px 0px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_3471 > .svgm-wrap {
  overflow: visible;
  height: 20px;
  left:50%;
  
  -webkit-transform: translateX(-50%) rotateX(180deg) rotateY(180deg);
  transform: translateX(-50%) rotateX(180deg) rotateY(180deg);
  
  bottom: auto; top: 0;
  
}
.svg-metamorph.svgm_stacks_in_3471 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 20px;
  overflow: visible;
  
  stroke-width: 5px;
  
}
.svg-metamorph.svgm_stacks_in_3471 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_3471 {
  padding-bottom: 20px;
  padding-bottom: 0px;padding-top: 20px;
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_3471 {
    padding-bottom: 30.000000px;
    padding-bottom: 0px;padding-top: 30.000000px;
  }
  .svg-metamorph.svgm_stacks_in_3471 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_3471 > .svgm-wrap > svg {
    height: 30.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_3471 {
    padding-bottom: 10.000000px;
    padding-bottom: 0px;padding-top: 10.000000px;
  }
  .svg-metamorph.svgm_stacks_in_3471 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_3471 > .svgm-wrap > svg {
    height: 10.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_3471 {
	background-color: rgba(11, 109, 205, 0.00);
	margin: 0px 0px 40px 0px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_4487 > .svgm-wrap {
  overflow: visible;
  height: 20px;
  left:50%;
  
  -webkit-transform: translateX(-50%) rotateX(180deg) rotateY(180deg);
  transform: translateX(-50%) rotateX(180deg) rotateY(180deg);
  
  bottom: auto; top: 0;
  
}
.svg-metamorph.svgm_stacks_in_4487 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 20px;
  overflow: visible;
  
}
.svg-metamorph.svgm_stacks_in_4487 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_4487 {
  padding-bottom: 20px;
  padding-bottom: 0px;padding-top: 20px;
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_4487 {
    padding-bottom: 30.000000px;
    padding-bottom: 0px;padding-top: 30.000000px;
  }
  .svg-metamorph.svgm_stacks_in_4487 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4487 > .svgm-wrap > svg {
    height: 30.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_4487 {
    padding-bottom: 10.000000px;
    padding-bottom: 0px;padding-top: 10.000000px;
  }
  .svg-metamorph.svgm_stacks_in_4487 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4487 > .svgm-wrap > svg {
    height: 10.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_4487 {
	background-color: rgba(11, 109, 205, 0.00);
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_4491 > .svgm-wrap {
  overflow: visible;
  height: 20px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  rotateY(180deg);
  transform: translateX(-50%)  rotateY(180deg);
  
}
.svg-metamorph.svgm_stacks_in_4491 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 20px;
  overflow: visible;
  
}
.svg-metamorph.svgm_stacks_in_4491 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_4491 {
  padding-bottom: 20px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_4491 {
    padding-bottom: 30.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4491 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4491 > .svgm-wrap > svg {
    height: 30.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_4491 {
    padding-bottom: 10.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4491 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4491 > .svgm-wrap > svg {
    height: 10.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_4491 {
	background-color: rgba(11, 109, 205, 0.00);
}


#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(2, 26, 113, 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_9233-anchor > a > i {
  margin-right: 4px;
}

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

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








#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: 5px;
		
	
	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(21, 129, 209, 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(19, 129, 209, 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(11, 61, 145, 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(241, 0, 14, 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(205, 231, 241, 0.50);
	border-bottom: 1px solid rgba(21, 129, 209, 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(205, 231, 241, 0.50);
	}

	#stacks_in_1810 ul#stacks_in_1810_nav li:hover {
			background-color: rgba(210, 230, 240, 0.50);
	}

	#stacks_in_1810 ul#stacks_in_1810_nav li.current {
			background-color: rgba(210, 230, 240, 0.50);
	}

	#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_11055 .alert {
		margin-bottom: 0;
	}










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







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


#stacks_in_3475 img {
	
	
	width: 180px;
	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: 20px 0px 0px 0px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_3478 > .svgm-wrap {
  overflow: visible;
  height: 30px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  rotateY(180deg);
  transform: translateX(-50%)  rotateY(180deg);
  
}
.svg-metamorph.svgm_stacks_in_3478 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 30px;
  overflow: visible;
  
  stroke-width: 5px;
  
}
.svg-metamorph.svgm_stacks_in_3478 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_3478 {
  padding-bottom: 30px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_3478 {
    padding-bottom: 45.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_3478 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_3478 > .svgm-wrap > svg {
    height: 45.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_3478 {
    padding-bottom: 15.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_3478 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_3478 > .svgm-wrap > svg {
    height: 15.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_3478 {
	background-color: rgba(11, 109, 205, 0.00);
}


#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(247, 0, 13, 1.00);
	padding: 0px 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(241, 0, 14, 1.00);
	border-width: 0px 2px 2px 2px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





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

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


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

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

	

	

}


#stacks_in_12060 .close-stacks_in_12060-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12060 .close-stacks_in_12060-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_12064 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12064 {
      margin: 0px;
    }

    #stacks_in_12064 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12064 {
      margin: 0px;
    }

    #stacks_in_12064 {
      padding: 0px;
    }


    

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


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

    #stacks_in_12064 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12064 {
      margin: 0px;
    }

    #stacks_in_12064 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_12064 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12065 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12065 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_12071 .label {
	
}

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

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



	#stacks_in_12072 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12072 .label {
	
}

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

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





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

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


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

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

	

	

}


#stacks_in_12077 .close-stacks_in_12077-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12077 .close-stacks_in_12077-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_12081 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12081 {
      margin: 0px;
    }

    #stacks_in_12081 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12081 {
      margin: 0px;
    }

    #stacks_in_12081 {
      padding: 0px;
    }


    

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


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

    #stacks_in_12081 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12081 {
      margin: 0px;
    }

    #stacks_in_12081 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_12081 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12082 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12082 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_12088 .label {
	
}

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

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



	#stacks_in_12089 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12089 .label {
	
}

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

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





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

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


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

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

	

	

}


#stacks_in_7255 .close-stacks_in_7255-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7255 .close-stacks_in_7255-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_7259 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7259 {
      margin: 0px;
    }

    #stacks_in_7259 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7259 {
      margin: 0px;
    }

    #stacks_in_7259 {
      padding: 0px;
    }


    

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


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

    #stacks_in_7259 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7259 {
      margin: 0px;
    }

    #stacks_in_7259 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_7259 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7261 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7261 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_7267 .label {
	
}

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

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



	#stacks_in_11508 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11508 .label {
	
}

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

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





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

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


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

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

	

	

}


#stacks_in_7225 .close-stacks_in_7225-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7225 .close-stacks_in_7225-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_7229 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7229 {
      margin: 0px;
    }

    #stacks_in_7229 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7229 {
      margin: 0px;
    }

    #stacks_in_7229 {
      padding: 0px;
    }


    

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


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

    #stacks_in_7229 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7229 {
      margin: 0px;
    }

    #stacks_in_7229 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_7229 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7231 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7231 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_7237 .label {
	
}

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

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



	#stacks_in_11509 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11509 .label {
	
}

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

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





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

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


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

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

	

	

}


#stacks_in_7154 .close-stacks_in_7154-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7154 .close-stacks_in_7154-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_7158 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7158 {
      margin: 0px;
    }

    #stacks_in_7158 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7158 {
      margin: 0px;
    }

    #stacks_in_7158 {
      padding: 0px;
    }


    

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


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

    #stacks_in_7158 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7158 {
      margin: 0px;
    }

    #stacks_in_7158 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_7158 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7160 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7160 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_7166 .label {
	
}

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

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



	#stacks_in_11510 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11510 .label {
	
}

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

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



#stacks_in_11043 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11043 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11043 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11043 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11043 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11043 .vertical-center-wrapper {
		height: 500px;

	}
}





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

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


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

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

	

	

}


#stacks_in_7140 .close-stacks_in_7140-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7140 .close-stacks_in_7140-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_7144 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7144 {
      margin: 0px;
    }

    #stacks_in_7144 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7144 {
      margin: 0px;
    }

    #stacks_in_7144 {
      padding: 0px;
    }


    

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


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

    #stacks_in_7144 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7144 {
      margin: 0px;
    }

    #stacks_in_7144 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_7144 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7146 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7146 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_7152 .label {
	
}

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

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



	#stacks_in_11511 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11511 .label {
	
}

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

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





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

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


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

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

	

	

}


#stacks_in_9735 .close-stacks_in_9735-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9735 .close-stacks_in_9735-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_9739 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9739 {
      margin: 0px;
    }

    #stacks_in_9739 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9739 {
      margin: 0px;
    }

    #stacks_in_9739 {
      padding: 0px;
    }


    

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


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

    #stacks_in_9739 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9739 {
      margin: 0px;
    }

    #stacks_in_9739 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_9739 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9740 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9740 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_9746 .label {
	
}

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

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



	#stacks_in_11512 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11512 .label {
	
}

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

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



#stacks_in_11047 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11047 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11047 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11047 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11047 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11047 .vertical-center-wrapper {
		height: 500px;

	}
}





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

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


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

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

	

	

}


#stacks_in_7168 .close-stacks_in_7168-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7168 .close-stacks_in_7168-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_7172 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7172 {
      margin: 0px;
    }

    #stacks_in_7172 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7172 {
      margin: 0px;
    }

    #stacks_in_7172 {
      padding: 0px;
    }


    

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


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

    #stacks_in_7172 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7172 {
      margin: 0px;
    }

    #stacks_in_7172 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_7172 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7174 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7174 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_7180 .label {
	
}

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

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



	#stacks_in_11513 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11513 .label {
	
}

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

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





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

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


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

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

	

	

}


#stacks_in_7182 .close-stacks_in_7182-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7182 .close-stacks_in_7182-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_7186 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7186 {
      margin: 0px;
    }

    #stacks_in_7186 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7186 {
      margin: 0px;
    }

    #stacks_in_7186 {
      padding: 0px;
    }


    

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


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

    #stacks_in_7186 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7186 {
      margin: 0px;
    }

    #stacks_in_7186 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_7186 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7188 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7188 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_7194 .label {
	
}

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

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



	#stacks_in_11514 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11514 .label {
	
}

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

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





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

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


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

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

	

	

}


#stacks_in_7196 .close-stacks_in_7196-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7196 .close-stacks_in_7196-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_7200 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7200 {
      margin: 0px;
    }

    #stacks_in_7200 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7200 {
      margin: 0px;
    }

    #stacks_in_7200 {
      padding: 0px;
    }


    

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


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

    #stacks_in_7200 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7200 {
      margin: 0px;
    }

    #stacks_in_7200 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_7200 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7202 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7202 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




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

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



/* Color picker style settings */


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

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

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

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

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

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




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

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



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


#stacks_in_7208 .label {
	
}

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

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



	#stacks_in_11515 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11515 .label {
	
}

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

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





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

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


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

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

	

	

}


#stacks_in_7064 .close-stacks_in_7064-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7064 .close-stacks_in_7064-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





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

}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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


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




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

    #stacks_in_7068 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7068 {
      margin: 0px;
    }

    #stacks_in_7068 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7068 {
      margin: 0px;
    }

    #stacks_in_7068 {
      padding: 0px;
    }


    

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


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

    #stacks_in_7068 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7068 {
      margin: 0px;
    }

    #stacks_in_7068 {
      padding: 0px;
    }


    

    
 
}


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

    #stacks_in_7068 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7070 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7070 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



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

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

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


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



/* Color picker style settings */


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

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

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

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

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

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




/* Option for removing base margin on paragraphs */
#stacks_in_7072 p,
#stacks_in_7072 {
	margin-bottom: 0;
	
}

#stacks_in_7072 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7074 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7074 p a,
#stacks_in_7074 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7074 p a:hover,
#stacks_in_7074 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7074 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7074 .paragraph a,
#stacks_in_7074 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7074 .paragraph a:hover,
#stacks_in_7074 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7074 p,
#stacks_in_7074 {
	margin-bottom: 0;
	
}

#stacks_in_7074 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7076 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7076 .label {
	
}

#stacks_in_7076 .label {
	font-weight: 700;
	
}

#stacks_in_7076 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11516 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11516 .label {
	
}

#stacks_in_11516 .label {
	font-weight: 700;
	
}

#stacks_in_11516 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7078 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7078 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7078 #stacks_in_7078-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7078 .close-stacks_in_7078-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7078 .close-stacks_in_7078-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7078 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7078 .close-stacks_in_7078-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7078 .close-stacks_in_7078-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7078 .close-stacks_in_7078-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7078 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7078 .close-stacks_in_7078-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7078 .close-stacks_in_7078-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7078 .close-stacks_in_7078-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7078 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7078 .close-stacks_in_7078-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7078 .close-stacks_in_7078-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7078 .close-stacks_in_7078-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7078 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7080 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7080 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7080 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7080 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7080 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7081 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7081 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7081 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7081 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7081 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7082 {
      margin: 0px;
    }

    #stacks_in_7082 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7082 {
      margin: 0px;
    }

    #stacks_in_7082 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7082 {
      margin: 0px;
    }

    #stacks_in_7082 {
      padding: 0px;
    }


    

    
      #stacks_in_7082 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7082 {
      margin: 0px;
    }

    #stacks_in_7082 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7082 {
      margin: 0px;
    }

    #stacks_in_7082 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7082 {
      margin: 0px;
    }

    #stacks_in_7082 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7084 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7084 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7084 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7084 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7084 h1 {
		font-size: 32px;
	}
}


#stacks_in_7084 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7086 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7086 p a,
#stacks_in_7086 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7086 p a:hover,
#stacks_in_7086 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7086 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7086 .paragraph a,
#stacks_in_7086 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7086 .paragraph a:hover,
#stacks_in_7086 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7086 p,
#stacks_in_7086 {
	margin-bottom: 0;
	
}

#stacks_in_7086 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7088 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7088 p a,
#stacks_in_7088 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7088 p a:hover,
#stacks_in_7088 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7088 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7088 .paragraph a,
#stacks_in_7088 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7088 .paragraph a:hover,
#stacks_in_7088 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7088 p,
#stacks_in_7088 {
	margin-bottom: 0;
	
}

#stacks_in_7088 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7090 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7090 .label {
	
}

#stacks_in_7090 .label {
	font-weight: 700;
	
}

#stacks_in_7090 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11517 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11517 .label {
	
}

#stacks_in_11517 .label {
	font-weight: 700;
	
}

#stacks_in_11517 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_12161 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_12161 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_12161 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_12161 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_12161 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_12161 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_7092 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7092 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7092 #stacks_in_7092-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7092 .close-stacks_in_7092-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7092 .close-stacks_in_7092-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7092 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7092 .close-stacks_in_7092-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7092 .close-stacks_in_7092-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7092 .close-stacks_in_7092-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7092 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7092 .close-stacks_in_7092-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7092 .close-stacks_in_7092-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7092 .close-stacks_in_7092-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7092 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7092 .close-stacks_in_7092-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7092 .close-stacks_in_7092-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7092 .close-stacks_in_7092-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7092 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7094 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7094 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7094 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7094 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7094 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7095 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7095 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7095 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7095 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7095 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7096 {
      margin: 0px;
    }

    #stacks_in_7096 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7096 {
      margin: 0px;
    }

    #stacks_in_7096 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7096 {
      margin: 0px;
    }

    #stacks_in_7096 {
      padding: 0px;
    }


    

    
      #stacks_in_7096 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7096 {
      margin: 0px;
    }

    #stacks_in_7096 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7096 {
      margin: 0px;
    }

    #stacks_in_7096 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7096 {
      margin: 0px;
    }

    #stacks_in_7096 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7098 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7098 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7098 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7098 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7098 h1 {
		font-size: 32px;
	}
}


#stacks_in_7098 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7100 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7100 p a,
#stacks_in_7100 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7100 p a:hover,
#stacks_in_7100 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7100 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7100 .paragraph a,
#stacks_in_7100 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7100 .paragraph a:hover,
#stacks_in_7100 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7100 p,
#stacks_in_7100 {
	margin-bottom: 0;
	
}

#stacks_in_7100 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7102 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7102 p a,
#stacks_in_7102 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7102 p a:hover,
#stacks_in_7102 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7102 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7102 .paragraph a,
#stacks_in_7102 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7102 .paragraph a:hover,
#stacks_in_7102 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7102 p,
#stacks_in_7102 {
	margin-bottom: 0;
	
}

#stacks_in_7102 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7104 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7104 .label {
	
}

#stacks_in_7104 .label {
	font-weight: 700;
	
}

#stacks_in_7104 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11518 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11518 .label {
	
}

#stacks_in_11518 .label {
	font-weight: 700;
	
}

#stacks_in_11518 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9751 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9751 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9751 #stacks_in_9751-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9751 .close-stacks_in_9751-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9751 .close-stacks_in_9751-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9751 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9751 .close-stacks_in_9751-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9751 .close-stacks_in_9751-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9751 .close-stacks_in_9751-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9751 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9751 .close-stacks_in_9751-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9751 .close-stacks_in_9751-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9751 .close-stacks_in_9751-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9751 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9751 .close-stacks_in_9751-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9751 .close-stacks_in_9751-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9751 .close-stacks_in_9751-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9751 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9753 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9753 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9754 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9754 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9754 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9754 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9754 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9755 {
      margin: 0px;
    }

    #stacks_in_9755 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9755 {
      margin: 0px;
    }

    #stacks_in_9755 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9755 {
      margin: 0px;
    }

    #stacks_in_9755 {
      padding: 0px;
    }


    

    
      #stacks_in_9755 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9755 {
      margin: 0px;
    }

    #stacks_in_9755 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9755 {
      margin: 0px;
    }

    #stacks_in_9755 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9755 {
      margin: 0px;
    }

    #stacks_in_9755 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9756 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9756 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9756 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9756 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9756 h1 {
		font-size: 32px;
	}
}


#stacks_in_9756 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9758 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9758 p a,
#stacks_in_9758 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9758 p a:hover,
#stacks_in_9758 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9758 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9758 .paragraph a,
#stacks_in_9758 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9758 .paragraph a:hover,
#stacks_in_9758 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9758 p,
#stacks_in_9758 {
	margin-bottom: 0;
	
}

#stacks_in_9758 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9760 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9760 p a,
#stacks_in_9760 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9760 p a:hover,
#stacks_in_9760 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9760 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9760 .paragraph a,
#stacks_in_9760 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9760 .paragraph a:hover,
#stacks_in_9760 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9760 p,
#stacks_in_9760 {
	margin-bottom: 0;
	
}

#stacks_in_9760 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9762 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9762 .label {
	
}

#stacks_in_9762 .label {
	font-weight: 700;
	
}

#stacks_in_9762 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11519 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11519 .label {
	
}

#stacks_in_11519 .label {
	font-weight: 700;
	
}

#stacks_in_11519 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11049 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11049 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11049 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11049 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11049 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11049 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_9767 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9767 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9767 #stacks_in_9767-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9767 .close-stacks_in_9767-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9767 .close-stacks_in_9767-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9767 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9767 .close-stacks_in_9767-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9767 .close-stacks_in_9767-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9767 .close-stacks_in_9767-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9767 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9767 .close-stacks_in_9767-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9767 .close-stacks_in_9767-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9767 .close-stacks_in_9767-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9767 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9767 .close-stacks_in_9767-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9767 .close-stacks_in_9767-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9767 .close-stacks_in_9767-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9767 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9769 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9769 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9769 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9769 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9769 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9770 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9770 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9770 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9770 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9770 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9771 {
      margin: 0px;
    }

    #stacks_in_9771 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9771 {
      margin: 0px;
    }

    #stacks_in_9771 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9771 {
      margin: 0px;
    }

    #stacks_in_9771 {
      padding: 0px;
    }


    

    
      #stacks_in_9771 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9771 {
      margin: 0px;
    }

    #stacks_in_9771 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9771 {
      margin: 0px;
    }

    #stacks_in_9771 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9771 {
      margin: 0px;
    }

    #stacks_in_9771 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9772 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9772 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9772 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9772 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9772 h1 {
		font-size: 32px;
	}
}


#stacks_in_9772 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9774 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9774 p a,
#stacks_in_9774 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9774 p a:hover,
#stacks_in_9774 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9774 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9774 .paragraph a,
#stacks_in_9774 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9774 .paragraph a:hover,
#stacks_in_9774 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9774 p,
#stacks_in_9774 {
	margin-bottom: 0;
	
}

#stacks_in_9774 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9776 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9776 p a,
#stacks_in_9776 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9776 p a:hover,
#stacks_in_9776 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9776 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9776 .paragraph a,
#stacks_in_9776 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9776 .paragraph a:hover,
#stacks_in_9776 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9776 p,
#stacks_in_9776 {
	margin-bottom: 0;
	
}

#stacks_in_9776 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9778 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9778 .label {
	
}

#stacks_in_9778 .label {
	font-weight: 700;
	
}

#stacks_in_9778 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11520 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11520 .label {
	
}

#stacks_in_11520 .label {
	font-weight: 700;
	
}

#stacks_in_11520 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11051 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11051 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11051 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11051 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11051 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11051 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_9783 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9783 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9783 #stacks_in_9783-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9783 .close-stacks_in_9783-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9783 .close-stacks_in_9783-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9783 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9783 .close-stacks_in_9783-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9783 .close-stacks_in_9783-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9783 .close-stacks_in_9783-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9783 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9783 .close-stacks_in_9783-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9783 .close-stacks_in_9783-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9783 .close-stacks_in_9783-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9783 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9783 .close-stacks_in_9783-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9783 .close-stacks_in_9783-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9783 .close-stacks_in_9783-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9783 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9785 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9785 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9785 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9785 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9785 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9786 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9786 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9786 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9786 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9786 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9787 {
      margin: 0px;
    }

    #stacks_in_9787 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9787 {
      margin: 0px;
    }

    #stacks_in_9787 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9787 {
      margin: 0px;
    }

    #stacks_in_9787 {
      padding: 0px;
    }


    

    
      #stacks_in_9787 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9787 {
      margin: 0px;
    }

    #stacks_in_9787 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9787 {
      margin: 0px;
    }

    #stacks_in_9787 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9787 {
      margin: 0px;
    }

    #stacks_in_9787 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9788 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9788 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9788 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9788 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9788 h1 {
		font-size: 32px;
	}
}


#stacks_in_9788 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9790 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9790 p a,
#stacks_in_9790 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9790 p a:hover,
#stacks_in_9790 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9790 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9790 .paragraph a,
#stacks_in_9790 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9790 .paragraph a:hover,
#stacks_in_9790 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9790 p,
#stacks_in_9790 {
	margin-bottom: 0;
	
}

#stacks_in_9790 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9792 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9792 p a,
#stacks_in_9792 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9792 p a:hover,
#stacks_in_9792 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9792 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9792 .paragraph a,
#stacks_in_9792 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9792 .paragraph a:hover,
#stacks_in_9792 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9792 p,
#stacks_in_9792 {
	margin-bottom: 0;
	
}

#stacks_in_9792 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9794 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9794 .label {
	
}

#stacks_in_9794 .label {
	font-weight: 700;
	
}

#stacks_in_9794 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11521 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11521 .label {
	
}

#stacks_in_11521 .label {
	font-weight: 700;
	
}

#stacks_in_11521 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9815 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9815 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9815 #stacks_in_9815-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9815 .close-stacks_in_9815-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9815 .close-stacks_in_9815-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9815 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9815 .close-stacks_in_9815-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9815 .close-stacks_in_9815-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9815 .close-stacks_in_9815-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9815 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9815 .close-stacks_in_9815-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9815 .close-stacks_in_9815-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9815 .close-stacks_in_9815-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9815 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9815 .close-stacks_in_9815-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9815 .close-stacks_in_9815-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9815 .close-stacks_in_9815-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9815 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9817 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9817 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9817 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9818 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9818 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9818 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9818 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9818 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9819 {
      margin: 0px;
    }

    #stacks_in_9819 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9819 {
      margin: 0px;
    }

    #stacks_in_9819 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9819 {
      margin: 0px;
    }

    #stacks_in_9819 {
      padding: 0px;
    }


    

    
      #stacks_in_9819 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9819 {
      margin: 0px;
    }

    #stacks_in_9819 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9819 {
      margin: 0px;
    }

    #stacks_in_9819 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9819 {
      margin: 0px;
    }

    #stacks_in_9819 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9820 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9820 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9820 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9820 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9820 h1 {
		font-size: 32px;
	}
}


#stacks_in_9820 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9822 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9822 p a,
#stacks_in_9822 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9822 p a:hover,
#stacks_in_9822 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9822 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9822 .paragraph a,
#stacks_in_9822 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9822 .paragraph a:hover,
#stacks_in_9822 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9822 p,
#stacks_in_9822 {
	margin-bottom: 0;
	
}

#stacks_in_9822 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9824 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9824 p a,
#stacks_in_9824 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9824 p a:hover,
#stacks_in_9824 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9824 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9824 .paragraph a,
#stacks_in_9824 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9824 .paragraph a:hover,
#stacks_in_9824 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9824 p,
#stacks_in_9824 {
	margin-bottom: 0;
	
}

#stacks_in_9824 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9826 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9826 .label {
	
}

#stacks_in_9826 .label {
	font-weight: 700;
	
}

#stacks_in_9826 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11523 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11523 .label {
	
}

#stacks_in_11523 .label {
	font-weight: 700;
	
}

#stacks_in_11523 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11053 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11053 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11053 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11053 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11053 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11053 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_7120 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7120 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7120 #stacks_in_7120-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7120 .close-stacks_in_7120-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7120 .close-stacks_in_7120-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7120 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7120 .close-stacks_in_7120-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7120 .close-stacks_in_7120-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7120 .close-stacks_in_7120-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7120 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7120 .close-stacks_in_7120-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7120 .close-stacks_in_7120-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7120 .close-stacks_in_7120-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7120 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7120 .close-stacks_in_7120-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7120 .close-stacks_in_7120-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7120 .close-stacks_in_7120-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7120 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7122 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7122 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7122 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7122 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7122 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7123 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7123 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7123 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7123 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7123 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7124 {
      margin: 0px;
    }

    #stacks_in_7124 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7124 {
      margin: 0px;
    }

    #stacks_in_7124 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7124 {
      margin: 0px;
    }

    #stacks_in_7124 {
      padding: 0px;
    }


    

    
      #stacks_in_7124 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7124 {
      margin: 0px;
    }

    #stacks_in_7124 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7124 {
      margin: 0px;
    }

    #stacks_in_7124 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7124 {
      margin: 0px;
    }

    #stacks_in_7124 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7126 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7126 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7126 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7126 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7126 h1 {
		font-size: 32px;
	}
}


#stacks_in_7126 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7128 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7128 p a,
#stacks_in_7128 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7128 p a:hover,
#stacks_in_7128 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7128 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7128 .paragraph a,
#stacks_in_7128 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7128 .paragraph a:hover,
#stacks_in_7128 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7128 p,
#stacks_in_7128 {
	margin-bottom: 0;
	
}

#stacks_in_7128 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7130 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7130 p a,
#stacks_in_7130 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7130 p a:hover,
#stacks_in_7130 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7130 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7130 .paragraph a,
#stacks_in_7130 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7130 .paragraph a:hover,
#stacks_in_7130 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7130 p,
#stacks_in_7130 {
	margin-bottom: 0;
	
}

#stacks_in_7130 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7132 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7132 .label {
	
}

#stacks_in_7132 .label {
	font-weight: 700;
	
}

#stacks_in_7132 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11522 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11522 .label {
	
}

#stacks_in_11522 .label {
	font-weight: 700;
	
}

#stacks_in_11522 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12093 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12093 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12093 #stacks_in_12093-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12093 .close-stacks_in_12093-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12093 .close-stacks_in_12093-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12093 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12093 .close-stacks_in_12093-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12093 .close-stacks_in_12093-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12093 .close-stacks_in_12093-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12093 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12093 .close-stacks_in_12093-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12093 .close-stacks_in_12093-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12093 .close-stacks_in_12093-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12093 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12093 .close-stacks_in_12093-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12093 .close-stacks_in_12093-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12093 .close-stacks_in_12093-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12093 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12095 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12095 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12095 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12095 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12095 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12096 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12096 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12096 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12096 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12096 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12097 {
      margin: 0px;
    }

    #stacks_in_12097 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12097 {
      margin: 0px;
    }

    #stacks_in_12097 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12097 {
      margin: 0px;
    }

    #stacks_in_12097 {
      padding: 0px;
    }


    

    
      #stacks_in_12097 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12097 {
      margin: 0px;
    }

    #stacks_in_12097 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12097 {
      margin: 0px;
    }

    #stacks_in_12097 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12097 {
      margin: 0px;
    }

    #stacks_in_12097 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12098 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12098 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12098 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12098 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12098 h1 {
		font-size: 32px;
	}
}


#stacks_in_12098 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12100 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12100 p a,
#stacks_in_12100 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12100 p a:hover,
#stacks_in_12100 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12100 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12100 .paragraph a,
#stacks_in_12100 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12100 .paragraph a:hover,
#stacks_in_12100 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12100 p,
#stacks_in_12100 {
	margin-bottom: 0;
	
}

#stacks_in_12100 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12102 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12102 p a,
#stacks_in_12102 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12102 p a:hover,
#stacks_in_12102 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12102 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12102 .paragraph a,
#stacks_in_12102 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12102 .paragraph a:hover,
#stacks_in_12102 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12102 p,
#stacks_in_12102 {
	margin-bottom: 0;
	
}

#stacks_in_12102 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12104 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12104 .label {
	
}

#stacks_in_12104 .label {
	font-weight: 700;
	
}

#stacks_in_12104 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12105 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12105 .label {
	
}

#stacks_in_12105 .label {
	font-weight: 700;
	
}

#stacks_in_12105 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12142 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12142 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12142 #stacks_in_12142-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12142 .close-stacks_in_12142-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12142 .close-stacks_in_12142-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12142 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12142 .close-stacks_in_12142-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12142 .close-stacks_in_12142-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12142 .close-stacks_in_12142-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12142 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12142 .close-stacks_in_12142-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12142 .close-stacks_in_12142-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12142 .close-stacks_in_12142-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12142 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12142 .close-stacks_in_12142-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12142 .close-stacks_in_12142-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12142 .close-stacks_in_12142-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12142 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12144 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12144 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12144 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12144 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12144 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12145 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12145 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12145 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12145 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12145 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12146 {
      margin: 0px;
    }

    #stacks_in_12146 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12146 {
      margin: 0px;
    }

    #stacks_in_12146 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12146 {
      margin: 0px;
    }

    #stacks_in_12146 {
      padding: 0px;
    }


    

    
      #stacks_in_12146 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12146 {
      margin: 0px;
    }

    #stacks_in_12146 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12146 {
      margin: 0px;
    }

    #stacks_in_12146 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12146 {
      margin: 0px;
    }

    #stacks_in_12146 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12147 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12147 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12147 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12147 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12147 h1 {
		font-size: 32px;
	}
}


#stacks_in_12147 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12149 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12149 p a,
#stacks_in_12149 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12149 p a:hover,
#stacks_in_12149 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12149 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12149 .paragraph a,
#stacks_in_12149 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12149 .paragraph a:hover,
#stacks_in_12149 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12149 p,
#stacks_in_12149 {
	margin-bottom: 0;
	
}

#stacks_in_12149 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12151 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12151 p a,
#stacks_in_12151 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12151 p a:hover,
#stacks_in_12151 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12151 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12151 .paragraph a,
#stacks_in_12151 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12151 .paragraph a:hover,
#stacks_in_12151 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12151 p,
#stacks_in_12151 {
	margin-bottom: 0;
	
}

#stacks_in_12151 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12153 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12153 .label {
	
}

#stacks_in_12153 .label {
	font-weight: 700;
	
}

#stacks_in_12153 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12154 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12154 .label {
	
}

#stacks_in_12154 .label {
	font-weight: 700;
	
}

#stacks_in_12154 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12126 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12126 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12126 #stacks_in_12126-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12126 .close-stacks_in_12126-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12126 .close-stacks_in_12126-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12126 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12126 .close-stacks_in_12126-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12126 .close-stacks_in_12126-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12126 .close-stacks_in_12126-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12126 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12126 .close-stacks_in_12126-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12126 .close-stacks_in_12126-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12126 .close-stacks_in_12126-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12126 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12126 .close-stacks_in_12126-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12126 .close-stacks_in_12126-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12126 .close-stacks_in_12126-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12126 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12128 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12128 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12128 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12128 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12128 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12129 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12129 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12129 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12129 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12129 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12130 {
      margin: 0px;
    }

    #stacks_in_12130 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12130 {
      margin: 0px;
    }

    #stacks_in_12130 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12130 {
      margin: 0px;
    }

    #stacks_in_12130 {
      padding: 0px;
    }


    

    
      #stacks_in_12130 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12130 {
      margin: 0px;
    }

    #stacks_in_12130 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12130 {
      margin: 0px;
    }

    #stacks_in_12130 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12130 {
      margin: 0px;
    }

    #stacks_in_12130 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12131 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12131 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12131 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12131 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12131 h1 {
		font-size: 32px;
	}
}


#stacks_in_12131 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12133 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12133 p a,
#stacks_in_12133 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12133 p a:hover,
#stacks_in_12133 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12133 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12133 .paragraph a,
#stacks_in_12133 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12133 .paragraph a:hover,
#stacks_in_12133 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12133 p,
#stacks_in_12133 {
	margin-bottom: 0;
	
}

#stacks_in_12133 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12135 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12135 p a,
#stacks_in_12135 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12135 p a:hover,
#stacks_in_12135 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12135 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12135 .paragraph a,
#stacks_in_12135 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12135 .paragraph a:hover,
#stacks_in_12135 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12135 p,
#stacks_in_12135 {
	margin-bottom: 0;
	
}

#stacks_in_12135 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12137 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12137 .label {
	
}

#stacks_in_12137 .label {
	font-weight: 700;
	
}

#stacks_in_12137 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12138 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12138 .label {
	
}

#stacks_in_12138 .label {
	font-weight: 700;
	
}

#stacks_in_12138 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12110 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12110 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12110 #stacks_in_12110-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12110 .close-stacks_in_12110-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12110 .close-stacks_in_12110-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12110 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12110 .close-stacks_in_12110-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12110 .close-stacks_in_12110-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12110 .close-stacks_in_12110-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12110 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12110 .close-stacks_in_12110-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12110 .close-stacks_in_12110-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12110 .close-stacks_in_12110-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12110 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12110 .close-stacks_in_12110-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12110 .close-stacks_in_12110-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12110 .close-stacks_in_12110-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12110 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12112 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12112 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12112 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12112 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12112 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12113 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12113 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12113 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12113 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12113 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12114 {
      margin: 0px;
    }

    #stacks_in_12114 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12114 {
      margin: 0px;
    }

    #stacks_in_12114 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12114 {
      margin: 0px;
    }

    #stacks_in_12114 {
      padding: 0px;
    }


    

    
      #stacks_in_12114 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12114 {
      margin: 0px;
    }

    #stacks_in_12114 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12114 {
      margin: 0px;
    }

    #stacks_in_12114 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12114 {
      margin: 0px;
    }

    #stacks_in_12114 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12115 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12115 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12115 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12115 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12115 h1 {
		font-size: 32px;
	}
}


#stacks_in_12115 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12117 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12117 p a,
#stacks_in_12117 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12117 p a:hover,
#stacks_in_12117 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12117 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12117 .paragraph a,
#stacks_in_12117 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12117 .paragraph a:hover,
#stacks_in_12117 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12117 p,
#stacks_in_12117 {
	margin-bottom: 0;
	
}

#stacks_in_12117 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12119 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12119 p a,
#stacks_in_12119 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12119 p a:hover,
#stacks_in_12119 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12119 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12119 .paragraph a,
#stacks_in_12119 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12119 .paragraph a:hover,
#stacks_in_12119 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12119 p,
#stacks_in_12119 {
	margin-bottom: 0;
	
}

#stacks_in_12119 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12121 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12121 .label {
	
}

#stacks_in_12121 .label {
	font-weight: 700;
	
}

#stacks_in_12121 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12122 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12122 .label {
	
}

#stacks_in_12122 .label {
	font-weight: 700;
	
}

#stacks_in_12122 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9830 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9830 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9830 #stacks_in_9830-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9830 .close-stacks_in_9830-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9830 .close-stacks_in_9830-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9830 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9830 .close-stacks_in_9830-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9830 .close-stacks_in_9830-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9830 .close-stacks_in_9830-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9830 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9830 .close-stacks_in_9830-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9830 .close-stacks_in_9830-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9830 .close-stacks_in_9830-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9830 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9830 .close-stacks_in_9830-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9830 .close-stacks_in_9830-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9830 .close-stacks_in_9830-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9830 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9832 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9832 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9832 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9833 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9833 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9833 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9833 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9833 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9834 {
      margin: 0px;
    }

    #stacks_in_9834 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9834 {
      margin: 0px;
    }

    #stacks_in_9834 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9834 {
      margin: 0px;
    }

    #stacks_in_9834 {
      padding: 0px;
    }


    

    
      #stacks_in_9834 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9834 {
      margin: 0px;
    }

    #stacks_in_9834 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9834 {
      margin: 0px;
    }

    #stacks_in_9834 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9834 {
      margin: 0px;
    }

    #stacks_in_9834 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9835 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9835 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9835 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9835 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9835 h1 {
		font-size: 32px;
	}
}


#stacks_in_9835 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9837 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9837 p a,
#stacks_in_9837 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9837 p a:hover,
#stacks_in_9837 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9837 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9837 .paragraph a,
#stacks_in_9837 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9837 .paragraph a:hover,
#stacks_in_9837 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9837 p,
#stacks_in_9837 {
	margin-bottom: 0;
	
}

#stacks_in_9837 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9839 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9839 p a,
#stacks_in_9839 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9839 p a:hover,
#stacks_in_9839 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9839 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9839 .paragraph a,
#stacks_in_9839 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9839 .paragraph a:hover,
#stacks_in_9839 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9839 p,
#stacks_in_9839 {
	margin-bottom: 0;
	
}

#stacks_in_9839 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9841 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9841 .label {
	
}

#stacks_in_9841 .label {
	font-weight: 700;
	
}

#stacks_in_9841 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11524 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11524 .label {
	
}

#stacks_in_11524 .label {
	font-weight: 700;
	
}

#stacks_in_11524 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7017 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7017 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7017 #stacks_in_7017-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7017 .close-stacks_in_7017-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7017 .close-stacks_in_7017-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7017 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7017 .close-stacks_in_7017-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7017 .close-stacks_in_7017-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7017 .close-stacks_in_7017-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7017 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7017 .close-stacks_in_7017-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7017 .close-stacks_in_7017-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7017 .close-stacks_in_7017-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7017 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7017 .close-stacks_in_7017-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7017 .close-stacks_in_7017-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7017 .close-stacks_in_7017-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7017 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7019 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7019 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7019 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7019 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7019 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7020 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7020 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7020 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7020 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7020 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7021 {
      margin: 0px;
    }

    #stacks_in_7021 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7021 {
      margin: 0px;
    }

    #stacks_in_7021 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7021 {
      margin: 0px;
    }

    #stacks_in_7021 {
      padding: 0px;
    }


    

    
      #stacks_in_7021 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7021 {
      margin: 0px;
    }

    #stacks_in_7021 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7021 {
      margin: 0px;
    }

    #stacks_in_7021 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7021 {
      margin: 0px;
    }

    #stacks_in_7021 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7023 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7023 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7023 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7023 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7023 h1 {
		font-size: 32px;
	}
}


#stacks_in_7023 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7025 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7025 p a,
#stacks_in_7025 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7025 p a:hover,
#stacks_in_7025 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7025 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7025 .paragraph a,
#stacks_in_7025 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7025 .paragraph a:hover,
#stacks_in_7025 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7025 p,
#stacks_in_7025 {
	margin-bottom: 0;
	
}

#stacks_in_7025 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7027 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7027 p a,
#stacks_in_7027 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7027 p a:hover,
#stacks_in_7027 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7027 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7027 .paragraph a,
#stacks_in_7027 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7027 .paragraph a:hover,
#stacks_in_7027 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7027 p,
#stacks_in_7027 {
	margin-bottom: 0;
	
}

#stacks_in_7027 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7029 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7029 .label {
	
}

#stacks_in_7029 .label {
	font-weight: 700;
	
}

#stacks_in_7029 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11525 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11525 .label {
	
}

#stacks_in_11525 .label {
	font-weight: 700;
	
}

#stacks_in_11525 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9847 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9847 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9847 #stacks_in_9847-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9847 .close-stacks_in_9847-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9847 .close-stacks_in_9847-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9847 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9847 .close-stacks_in_9847-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9847 .close-stacks_in_9847-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9847 .close-stacks_in_9847-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9847 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9847 .close-stacks_in_9847-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9847 .close-stacks_in_9847-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9847 .close-stacks_in_9847-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9847 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9847 .close-stacks_in_9847-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9847 .close-stacks_in_9847-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9847 .close-stacks_in_9847-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9847 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9849 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9849 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9849 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9849 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9849 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9850 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9850 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9850 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9850 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9850 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9851 {
      margin: 0px;
    }

    #stacks_in_9851 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9851 {
      margin: 0px;
    }

    #stacks_in_9851 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9851 {
      margin: 0px;
    }

    #stacks_in_9851 {
      padding: 0px;
    }


    

    
      #stacks_in_9851 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9851 {
      margin: 0px;
    }

    #stacks_in_9851 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9851 {
      margin: 0px;
    }

    #stacks_in_9851 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9851 {
      margin: 0px;
    }

    #stacks_in_9851 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9852 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9852 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9852 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9852 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9852 h1 {
		font-size: 32px;
	}
}


#stacks_in_9852 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9854 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9854 p a,
#stacks_in_9854 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9854 p a:hover,
#stacks_in_9854 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9854 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9854 .paragraph a,
#stacks_in_9854 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9854 .paragraph a:hover,
#stacks_in_9854 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9854 p,
#stacks_in_9854 {
	margin-bottom: 0;
	
}

#stacks_in_9854 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9856 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9856 p a,
#stacks_in_9856 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9856 p a:hover,
#stacks_in_9856 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9856 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9856 .paragraph a,
#stacks_in_9856 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9856 .paragraph a:hover,
#stacks_in_9856 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9856 p,
#stacks_in_9856 {
	margin-bottom: 0;
	
}

#stacks_in_9856 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9858 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9858 .label {
	
}

#stacks_in_9858 .label {
	font-weight: 700;
	
}

#stacks_in_9858 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11526 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11526 .label {
	
}

#stacks_in_11526 .label {
	font-weight: 700;
	
}

#stacks_in_11526 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9863 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9863 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9863 #stacks_in_9863-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9863 .close-stacks_in_9863-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9863 .close-stacks_in_9863-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9863 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9863 .close-stacks_in_9863-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9863 .close-stacks_in_9863-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9863 .close-stacks_in_9863-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9863 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9863 .close-stacks_in_9863-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9863 .close-stacks_in_9863-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9863 .close-stacks_in_9863-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9863 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9863 .close-stacks_in_9863-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9863 .close-stacks_in_9863-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9863 .close-stacks_in_9863-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9863 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9865 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9865 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9865 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9865 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9865 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9866 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9866 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9866 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9866 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9866 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9867 {
      margin: 0px;
    }

    #stacks_in_9867 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9867 {
      margin: 0px;
    }

    #stacks_in_9867 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9867 {
      margin: 0px;
    }

    #stacks_in_9867 {
      padding: 0px;
    }


    

    
      #stacks_in_9867 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9867 {
      margin: 0px;
    }

    #stacks_in_9867 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9867 {
      margin: 0px;
    }

    #stacks_in_9867 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9867 {
      margin: 0px;
    }

    #stacks_in_9867 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9868 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9868 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9868 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9868 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9868 h1 {
		font-size: 32px;
	}
}


#stacks_in_9868 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9870 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9870 p a,
#stacks_in_9870 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9870 p a:hover,
#stacks_in_9870 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9870 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9870 .paragraph a,
#stacks_in_9870 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9870 .paragraph a:hover,
#stacks_in_9870 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9870 p,
#stacks_in_9870 {
	margin-bottom: 0;
	
}

#stacks_in_9870 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9872 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9872 p a,
#stacks_in_9872 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9872 p a:hover,
#stacks_in_9872 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9872 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9872 .paragraph a,
#stacks_in_9872 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9872 .paragraph a:hover,
#stacks_in_9872 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9872 p,
#stacks_in_9872 {
	margin-bottom: 0;
	
}

#stacks_in_9872 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9875 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9875 .label {
	
}

#stacks_in_9875 .label {
	font-weight: 700;
	
}

#stacks_in_9875 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11527 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11527 .label {
	
}

#stacks_in_11527 .label {
	font-weight: 700;
	
}

#stacks_in_11527 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11672 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11672 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11672 #stacks_in_11672-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11672 .close-stacks_in_11672-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11672 .close-stacks_in_11672-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11672 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11672 .close-stacks_in_11672-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11672 .close-stacks_in_11672-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11672 .close-stacks_in_11672-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11672 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11672 .close-stacks_in_11672-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11672 .close-stacks_in_11672-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11672 .close-stacks_in_11672-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11672 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11672 .close-stacks_in_11672-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11672 .close-stacks_in_11672-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11672 .close-stacks_in_11672-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11672 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11674 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11674 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11674 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11674 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11674 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11675 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11675 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11675 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11675 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11675 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11676 {
      margin: 0px;
    }

    #stacks_in_11676 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11676 {
      margin: 0px;
    }

    #stacks_in_11676 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11676 {
      margin: 0px;
    }

    #stacks_in_11676 {
      padding: 0px;
    }


    

    
      #stacks_in_11676 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11676 {
      margin: 0px;
    }

    #stacks_in_11676 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11676 {
      margin: 0px;
    }

    #stacks_in_11676 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11676 {
      margin: 0px;
    }

    #stacks_in_11676 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11677 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11677 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11677 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11677 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11677 h1 {
		font-size: 32px;
	}
}


#stacks_in_11677 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11679 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11679 p a,
#stacks_in_11679 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11679 p a:hover,
#stacks_in_11679 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11679 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11679 .paragraph a,
#stacks_in_11679 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11679 .paragraph a:hover,
#stacks_in_11679 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11679 p,
#stacks_in_11679 {
	margin-bottom: 0;
	
}

#stacks_in_11679 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11681 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11681 p a,
#stacks_in_11681 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11681 p a:hover,
#stacks_in_11681 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11681 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11681 .paragraph a,
#stacks_in_11681 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11681 .paragraph a:hover,
#stacks_in_11681 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11681 p,
#stacks_in_11681 {
	margin-bottom: 0;
	
}

#stacks_in_11681 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11683 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11683 .label {
	
}

#stacks_in_11683 .label {
	font-weight: 700;
	
}

#stacks_in_11683 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11684 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11684 .label {
	
}

#stacks_in_11684 .label {
	font-weight: 700;
	
}

#stacks_in_11684 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11688 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11688 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11688 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11688 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11688 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11688 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11689 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11689 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11689 #stacks_in_11689-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11689 .close-stacks_in_11689-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11689 .close-stacks_in_11689-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11689 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11689 .close-stacks_in_11689-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11689 .close-stacks_in_11689-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11689 .close-stacks_in_11689-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11689 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11689 .close-stacks_in_11689-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11689 .close-stacks_in_11689-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11689 .close-stacks_in_11689-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11689 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11689 .close-stacks_in_11689-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11689 .close-stacks_in_11689-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11689 .close-stacks_in_11689-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11689 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11691 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11691 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11691 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11691 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11691 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11692 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11692 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11692 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11692 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11692 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11693 {
      margin: 0px;
    }

    #stacks_in_11693 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11693 {
      margin: 0px;
    }

    #stacks_in_11693 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11693 {
      margin: 0px;
    }

    #stacks_in_11693 {
      padding: 0px;
    }


    

    
      #stacks_in_11693 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11693 {
      margin: 0px;
    }

    #stacks_in_11693 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11693 {
      margin: 0px;
    }

    #stacks_in_11693 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11693 {
      margin: 0px;
    }

    #stacks_in_11693 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11694 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11694 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11694 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11694 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11694 h1 {
		font-size: 32px;
	}
}


#stacks_in_11694 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11696 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11696 p a,
#stacks_in_11696 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11696 p a:hover,
#stacks_in_11696 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11696 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11696 .paragraph a,
#stacks_in_11696 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11696 .paragraph a:hover,
#stacks_in_11696 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11696 p,
#stacks_in_11696 {
	margin-bottom: 0;
	
}

#stacks_in_11696 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11698 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11698 p a,
#stacks_in_11698 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11698 p a:hover,
#stacks_in_11698 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11698 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11698 .paragraph a,
#stacks_in_11698 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11698 .paragraph a:hover,
#stacks_in_11698 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11698 p,
#stacks_in_11698 {
	margin-bottom: 0;
	
}

#stacks_in_11698 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11700 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11700 .label {
	
}

#stacks_in_11700 .label {
	font-weight: 700;
	
}

#stacks_in_11700 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11701 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11701 .label {
	
}

#stacks_in_11701 .label {
	font-weight: 700;
	
}

#stacks_in_11701 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11706 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11706 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11706 #stacks_in_11706-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11706 .close-stacks_in_11706-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11706 .close-stacks_in_11706-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11706 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11706 .close-stacks_in_11706-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11706 .close-stacks_in_11706-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11706 .close-stacks_in_11706-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11706 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11706 .close-stacks_in_11706-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11706 .close-stacks_in_11706-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11706 .close-stacks_in_11706-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11706 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11706 .close-stacks_in_11706-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11706 .close-stacks_in_11706-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11706 .close-stacks_in_11706-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11706 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11708 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11708 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11708 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11708 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11708 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11709 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11709 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11710 {
      margin: 0px;
    }

    #stacks_in_11710 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11710 {
      margin: 0px;
    }

    #stacks_in_11710 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11710 {
      margin: 0px;
    }

    #stacks_in_11710 {
      padding: 0px;
    }


    

    
      #stacks_in_11710 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11710 {
      margin: 0px;
    }

    #stacks_in_11710 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11710 {
      margin: 0px;
    }

    #stacks_in_11710 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11710 {
      margin: 0px;
    }

    #stacks_in_11710 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11711 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11711 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11711 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11711 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11711 h1 {
		font-size: 32px;
	}
}


#stacks_in_11711 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11713 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11713 p a,
#stacks_in_11713 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11713 p a:hover,
#stacks_in_11713 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11713 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11713 .paragraph a,
#stacks_in_11713 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11713 .paragraph a:hover,
#stacks_in_11713 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11713 p,
#stacks_in_11713 {
	margin-bottom: 0;
	
}

#stacks_in_11713 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11715 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11715 p a,
#stacks_in_11715 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11715 p a:hover,
#stacks_in_11715 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11715 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11715 .paragraph a,
#stacks_in_11715 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11715 .paragraph a:hover,
#stacks_in_11715 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11715 p,
#stacks_in_11715 {
	margin-bottom: 0;
	
}

#stacks_in_11715 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11717 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11717 .label {
	
}

#stacks_in_11717 .label {
	font-weight: 700;
	
}

#stacks_in_11717 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11718 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11718 .label {
	
}

#stacks_in_11718 .label {
	font-weight: 700;
	
}

#stacks_in_11718 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11722 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11722 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11722 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11722 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11722 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11722 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11723 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11723 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11723 #stacks_in_11723-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11723 .close-stacks_in_11723-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11723 .close-stacks_in_11723-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11723 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11723 .close-stacks_in_11723-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11723 .close-stacks_in_11723-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11723 .close-stacks_in_11723-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11723 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11723 .close-stacks_in_11723-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11723 .close-stacks_in_11723-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11723 .close-stacks_in_11723-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11723 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11723 .close-stacks_in_11723-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11723 .close-stacks_in_11723-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11723 .close-stacks_in_11723-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11723 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11725 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11725 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11725 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11725 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11725 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11726 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11726 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11726 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11726 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11726 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11727 {
      margin: 0px;
    }

    #stacks_in_11727 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11727 {
      margin: 0px;
    }

    #stacks_in_11727 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11727 {
      margin: 0px;
    }

    #stacks_in_11727 {
      padding: 0px;
    }


    

    
      #stacks_in_11727 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11727 {
      margin: 0px;
    }

    #stacks_in_11727 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11727 {
      margin: 0px;
    }

    #stacks_in_11727 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11727 {
      margin: 0px;
    }

    #stacks_in_11727 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11728 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11728 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11728 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11728 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11728 h1 {
		font-size: 32px;
	}
}


#stacks_in_11728 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11730 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11730 p a,
#stacks_in_11730 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11730 p a:hover,
#stacks_in_11730 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11730 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11730 .paragraph a,
#stacks_in_11730 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11730 .paragraph a:hover,
#stacks_in_11730 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11730 p,
#stacks_in_11730 {
	margin-bottom: 0;
	
}

#stacks_in_11730 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11732 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11732 p a,
#stacks_in_11732 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11732 p a:hover,
#stacks_in_11732 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11732 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11732 .paragraph a,
#stacks_in_11732 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11732 .paragraph a:hover,
#stacks_in_11732 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11732 p,
#stacks_in_11732 {
	margin-bottom: 0;
	
}

#stacks_in_11732 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11734 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11734 .label {
	
}

#stacks_in_11734 .label {
	font-weight: 700;
	
}

#stacks_in_11734 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11735 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11735 .label {
	
}

#stacks_in_11735 .label {
	font-weight: 700;
	
}

#stacks_in_11735 {
	padding: 0px 0px 0px 10px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_4407 > .svgm-wrap {
  overflow: visible;
  height: 30px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  rotateY(180deg);
  transform: translateX(-50%)  rotateY(180deg);
  
}
.svg-metamorph.svgm_stacks_in_4407 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 30px;
  overflow: visible;
  
  stroke-width: 5px;
  
}
.svg-metamorph.svgm_stacks_in_4407 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_4407 {
  padding-bottom: 30px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_4407 {
    padding-bottom: 45.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4407 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4407 > .svgm-wrap > svg {
    height: 45.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_4407 {
    padding-bottom: 15.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4407 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4407 > .svgm-wrap > svg {
    height: 15.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_4407 {
	background-color: rgba(11, 109, 205, 0.00);
}


#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(247, 0, 13, 1.00);
	padding: 0px 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_7287 {
	border: solid rgba(241, 0, 14, 1.00);
	border-width: 0px 2px 2px 2px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_8762 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8762 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8762 #stacks_in_8762-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8762 .close-stacks_in_8762-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8762 .close-stacks_in_8762-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8762 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8762 .close-stacks_in_8762-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8762 .close-stacks_in_8762-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8762 .close-stacks_in_8762-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8762 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8762 .close-stacks_in_8762-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8762 .close-stacks_in_8762-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8762 .close-stacks_in_8762-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8762 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8762 .close-stacks_in_8762-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8762 .close-stacks_in_8762-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8762 .close-stacks_in_8762-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8762 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8764 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8764 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8764 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8764 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8764 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8765 img {
	
	
	width: 150px;
	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;
}




@media only screen {
   
    #stacks_in_8766 {
      margin: 0px;
    }

    #stacks_in_8766 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8766 {
      margin: 0px;
    }

    #stacks_in_8766 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8766 {
      margin: 0px;
    }

    #stacks_in_8766 {
      padding: 0px;
    }


    

    
      #stacks_in_8766 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8766 {
      margin: 0px;
    }

    #stacks_in_8766 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8766 {
      margin: 0px;
    }

    #stacks_in_8766 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8766 {
      margin: 0px;
    }

    #stacks_in_8766 {
      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_11528 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11528 .label {
	
}

#stacks_in_11528 .label {
	font-weight: 700;
	
}

#stacks_in_11528 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9880 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9880 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9880 #stacks_in_9880-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9880 .close-stacks_in_9880-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9880 .close-stacks_in_9880-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9880 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9880 .close-stacks_in_9880-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9880 .close-stacks_in_9880-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9880 .close-stacks_in_9880-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9880 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9880 .close-stacks_in_9880-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9880 .close-stacks_in_9880-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9880 .close-stacks_in_9880-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9880 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9880 .close-stacks_in_9880-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9880 .close-stacks_in_9880-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9880 .close-stacks_in_9880-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9880 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9885 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9885 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9885 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9885 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9885 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9886 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9886 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9886 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9886 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9886 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9887 {
      margin: 0px;
    }

    #stacks_in_9887 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9887 {
      margin: 0px;
    }

    #stacks_in_9887 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9887 {
      margin: 0px;
    }

    #stacks_in_9887 {
      padding: 0px;
    }


    

    
      #stacks_in_9887 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9887 {
      margin: 0px;
    }

    #stacks_in_9887 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9887 {
      margin: 0px;
    }

    #stacks_in_9887 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9887 {
      margin: 0px;
    }

    #stacks_in_9887 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9888 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9888 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9888 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9888 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9888 h1 {
		font-size: 32px;
	}
}


#stacks_in_9888 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9890 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9890 p a,
#stacks_in_9890 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9890 p a:hover,
#stacks_in_9890 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9890 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9890 .paragraph a,
#stacks_in_9890 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9890 .paragraph a:hover,
#stacks_in_9890 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9890 p,
#stacks_in_9890 {
	margin-bottom: 0;
	
}

#stacks_in_9890 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9892 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9892 p a,
#stacks_in_9892 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9892 p a:hover,
#stacks_in_9892 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9892 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9892 .paragraph a,
#stacks_in_9892 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9892 .paragraph a:hover,
#stacks_in_9892 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9892 p,
#stacks_in_9892 {
	margin-bottom: 0;
	
}

#stacks_in_9892 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9894 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9894 .label {
	
}

#stacks_in_9894 .label {
	font-weight: 700;
	
}

#stacks_in_9894 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11529 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11529 .label {
	
}

#stacks_in_11529 .label {
	font-weight: 700;
	
}

#stacks_in_11529 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11067 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11067 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11067 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11067 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11067 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11067 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_9898 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9898 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9898 #stacks_in_9898-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9898 .close-stacks_in_9898-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9898 .close-stacks_in_9898-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9898 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9898 .close-stacks_in_9898-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9898 .close-stacks_in_9898-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9898 .close-stacks_in_9898-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9898 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9898 .close-stacks_in_9898-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9898 .close-stacks_in_9898-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9898 .close-stacks_in_9898-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9898 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9898 .close-stacks_in_9898-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9898 .close-stacks_in_9898-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9898 .close-stacks_in_9898-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9898 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9900 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9900 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9900 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9900 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9900 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9901 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9901 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9901 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9901 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9901 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9902 {
      margin: 0px;
    }

    #stacks_in_9902 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9902 {
      margin: 0px;
    }

    #stacks_in_9902 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9902 {
      margin: 0px;
    }

    #stacks_in_9902 {
      padding: 0px;
    }


    

    
      #stacks_in_9902 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9902 {
      margin: 0px;
    }

    #stacks_in_9902 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9902 {
      margin: 0px;
    }

    #stacks_in_9902 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9902 {
      margin: 0px;
    }

    #stacks_in_9902 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9903 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9903 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9903 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9903 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9903 h1 {
		font-size: 32px;
	}
}


#stacks_in_9903 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9905 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9905 p a,
#stacks_in_9905 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9905 p a:hover,
#stacks_in_9905 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9905 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9905 .paragraph a,
#stacks_in_9905 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9905 .paragraph a:hover,
#stacks_in_9905 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9905 p,
#stacks_in_9905 {
	margin-bottom: 0;
	
}

#stacks_in_9905 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9907 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9907 p a,
#stacks_in_9907 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9907 p a:hover,
#stacks_in_9907 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9907 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9907 .paragraph a,
#stacks_in_9907 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9907 .paragraph a:hover,
#stacks_in_9907 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9907 p,
#stacks_in_9907 {
	margin-bottom: 0;
	
}

#stacks_in_9907 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9909 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9909 .label {
	
}

#stacks_in_9909 .label {
	font-weight: 700;
	
}

#stacks_in_9909 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11530 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11530 .label {
	
}

#stacks_in_11530 .label {
	font-weight: 700;
	
}

#stacks_in_11530 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9913 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9913 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9913 #stacks_in_9913-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9913 .close-stacks_in_9913-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9913 .close-stacks_in_9913-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9913 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9913 .close-stacks_in_9913-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9913 .close-stacks_in_9913-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9913 .close-stacks_in_9913-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9913 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9913 .close-stacks_in_9913-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9913 .close-stacks_in_9913-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9913 .close-stacks_in_9913-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9913 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9913 .close-stacks_in_9913-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9913 .close-stacks_in_9913-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9913 .close-stacks_in_9913-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9913 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9915 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9915 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9915 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9915 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9915 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9916 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9916 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9916 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9916 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9916 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9917 {
      margin: 0px;
    }

    #stacks_in_9917 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9917 {
      margin: 0px;
    }

    #stacks_in_9917 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9917 {
      margin: 0px;
    }

    #stacks_in_9917 {
      padding: 0px;
    }


    

    
      #stacks_in_9917 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9917 {
      margin: 0px;
    }

    #stacks_in_9917 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9917 {
      margin: 0px;
    }

    #stacks_in_9917 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9917 {
      margin: 0px;
    }

    #stacks_in_9917 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9918 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9918 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9918 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9918 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9918 h1 {
		font-size: 32px;
	}
}


#stacks_in_9918 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9920 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9920 p a,
#stacks_in_9920 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9920 p a:hover,
#stacks_in_9920 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9920 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9920 .paragraph a,
#stacks_in_9920 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9920 .paragraph a:hover,
#stacks_in_9920 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9920 p,
#stacks_in_9920 {
	margin-bottom: 0;
	
}

#stacks_in_9920 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9922 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9922 p a,
#stacks_in_9922 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9922 p a:hover,
#stacks_in_9922 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9922 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9922 .paragraph a,
#stacks_in_9922 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9922 .paragraph a:hover,
#stacks_in_9922 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9922 p,
#stacks_in_9922 {
	margin-bottom: 0;
	
}

#stacks_in_9922 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9924 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9924 .label {
	
}

#stacks_in_9924 .label {
	font-weight: 700;
	
}

#stacks_in_9924 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11531 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11531 .label {
	
}

#stacks_in_11531 .label {
	font-weight: 700;
	
}

#stacks_in_11531 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9928 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9928 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9928 #stacks_in_9928-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9928 .close-stacks_in_9928-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9928 .close-stacks_in_9928-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9928 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9928 .close-stacks_in_9928-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9928 .close-stacks_in_9928-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9928 .close-stacks_in_9928-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9928 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9928 .close-stacks_in_9928-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9928 .close-stacks_in_9928-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9928 .close-stacks_in_9928-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9928 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9928 .close-stacks_in_9928-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9928 .close-stacks_in_9928-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9928 .close-stacks_in_9928-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9928 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9930 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9930 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9930 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9930 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9930 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9931 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9931 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9932 {
      margin: 0px;
    }

    #stacks_in_9932 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9932 {
      margin: 0px;
    }

    #stacks_in_9932 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9932 {
      margin: 0px;
    }

    #stacks_in_9932 {
      padding: 0px;
    }


    

    
      #stacks_in_9932 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9932 {
      margin: 0px;
    }

    #stacks_in_9932 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9932 {
      margin: 0px;
    }

    #stacks_in_9932 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9932 {
      margin: 0px;
    }

    #stacks_in_9932 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9933 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9933 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9933 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9933 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9933 h1 {
		font-size: 32px;
	}
}


#stacks_in_9933 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9935 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9935 p a,
#stacks_in_9935 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9935 p a:hover,
#stacks_in_9935 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9935 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9935 .paragraph a,
#stacks_in_9935 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9935 .paragraph a:hover,
#stacks_in_9935 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9935 p,
#stacks_in_9935 {
	margin-bottom: 0;
	
}

#stacks_in_9935 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9937 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9937 p a,
#stacks_in_9937 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9937 p a:hover,
#stacks_in_9937 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9937 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9937 .paragraph a,
#stacks_in_9937 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9937 .paragraph a:hover,
#stacks_in_9937 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9937 p,
#stacks_in_9937 {
	margin-bottom: 0;
	
}

#stacks_in_9937 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9939 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9939 .label {
	
}

#stacks_in_9939 .label {
	font-weight: 700;
	
}

#stacks_in_9939 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11532 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11532 .label {
	
}

#stacks_in_11532 .label {
	font-weight: 700;
	
}

#stacks_in_11532 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9943 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9943 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9943 #stacks_in_9943-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9943 .close-stacks_in_9943-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9943 .close-stacks_in_9943-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9943 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9943 .close-stacks_in_9943-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9943 .close-stacks_in_9943-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9943 .close-stacks_in_9943-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9943 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9943 .close-stacks_in_9943-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9943 .close-stacks_in_9943-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9943 .close-stacks_in_9943-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9943 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9943 .close-stacks_in_9943-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9943 .close-stacks_in_9943-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9943 .close-stacks_in_9943-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9943 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9945 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9945 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9946 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9946 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9947 {
      margin: 0px;
    }

    #stacks_in_9947 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9947 {
      margin: 0px;
    }

    #stacks_in_9947 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9947 {
      margin: 0px;
    }

    #stacks_in_9947 {
      padding: 0px;
    }


    

    
      #stacks_in_9947 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9947 {
      margin: 0px;
    }

    #stacks_in_9947 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9947 {
      margin: 0px;
    }

    #stacks_in_9947 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9947 {
      margin: 0px;
    }

    #stacks_in_9947 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9948 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9948 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9948 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9948 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9948 h1 {
		font-size: 32px;
	}
}


#stacks_in_9948 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9950 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9950 p a,
#stacks_in_9950 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9950 p a:hover,
#stacks_in_9950 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9950 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9950 .paragraph a,
#stacks_in_9950 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9950 .paragraph a:hover,
#stacks_in_9950 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9950 p,
#stacks_in_9950 {
	margin-bottom: 0;
	
}

#stacks_in_9950 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9952 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9952 p a,
#stacks_in_9952 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9952 p a:hover,
#stacks_in_9952 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9952 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9952 .paragraph a,
#stacks_in_9952 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9952 .paragraph a:hover,
#stacks_in_9952 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9952 p,
#stacks_in_9952 {
	margin-bottom: 0;
	
}

#stacks_in_9952 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9954 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9954 .label {
	
}

#stacks_in_9954 .label {
	font-weight: 700;
	
}

#stacks_in_9954 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11533 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11533 .label {
	
}

#stacks_in_11533 .label {
	font-weight: 700;
	
}

#stacks_in_11533 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9958 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9958 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9958 #stacks_in_9958-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9958 .close-stacks_in_9958-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9958 .close-stacks_in_9958-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9958 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9958 .close-stacks_in_9958-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9958 .close-stacks_in_9958-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9958 .close-stacks_in_9958-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9958 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9958 .close-stacks_in_9958-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9958 .close-stacks_in_9958-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9958 .close-stacks_in_9958-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9958 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9958 .close-stacks_in_9958-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9958 .close-stacks_in_9958-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9958 .close-stacks_in_9958-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9958 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9960 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9960 img {
		
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9960 img {
		
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9960 img {
		%[endif]%
	}
}


#stacks_in_9960 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9961 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9961 img {
		
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9961 img {
		
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9961 img {
		%[endif]%
	}
}


#stacks_in_9961 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9962 {
      margin: 0px;
    }

    #stacks_in_9962 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9962 {
      margin: 0px;
    }

    #stacks_in_9962 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9962 {
      margin: 0px;
    }

    #stacks_in_9962 {
      padding: 0px;
    }


    

    
      #stacks_in_9962 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9962 {
      margin: 0px;
    }

    #stacks_in_9962 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9962 {
      margin: 0px;
    }

    #stacks_in_9962 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9962 {
      margin: 0px;
    }

    #stacks_in_9962 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9963 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9963 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9963 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9963 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9963 h1 {
		font-size: 32px;
	}
}


#stacks_in_9963 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9965 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9965 p a,
#stacks_in_9965 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9965 p a:hover,
#stacks_in_9965 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9965 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9965 .paragraph a,
#stacks_in_9965 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9965 .paragraph a:hover,
#stacks_in_9965 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9965 p,
#stacks_in_9965 {
	margin-bottom: 0;
	
}

#stacks_in_9965 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9967 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9967 p a,
#stacks_in_9967 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9967 p a:hover,
#stacks_in_9967 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9967 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9967 .paragraph a,
#stacks_in_9967 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9967 .paragraph a:hover,
#stacks_in_9967 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9967 p,
#stacks_in_9967 {
	margin-bottom: 0;
	
}

#stacks_in_9967 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9969 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9969 .label {
	
}

#stacks_in_9969 .label {
	font-weight: 700;
	
}

#stacks_in_9969 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11534 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11534 .label {
	
}

#stacks_in_11534 .label {
	font-weight: 700;
	
}

#stacks_in_11534 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9973 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9973 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9973 #stacks_in_9973-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9973 .close-stacks_in_9973-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9973 .close-stacks_in_9973-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9973 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9973 .close-stacks_in_9973-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9973 .close-stacks_in_9973-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9973 .close-stacks_in_9973-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9973 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9973 .close-stacks_in_9973-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9973 .close-stacks_in_9973-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9973 .close-stacks_in_9973-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9973 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9973 .close-stacks_in_9973-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9973 .close-stacks_in_9973-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9973 .close-stacks_in_9973-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9973 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9976 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9976 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9976 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9976 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9976 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9977 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9977 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9977 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9977 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9977 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_9978 {
      margin: 0px;
    }

    #stacks_in_9978 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_9978 {
      margin: 0px;
    }

    #stacks_in_9978 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_9978 {
      margin: 0px;
    }

    #stacks_in_9978 {
      padding: 0px;
    }


    

    
      #stacks_in_9978 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_9978 {
      margin: 0px;
    }

    #stacks_in_9978 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_9978 {
      margin: 0px;
    }

    #stacks_in_9978 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_9978 {
      margin: 0px;
    }

    #stacks_in_9978 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_9979 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_9979 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_9979 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_9979 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9979 h1 {
		font-size: 32px;
	}
}


#stacks_in_9979 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_9981 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9981 p a,
#stacks_in_9981 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9981 p a:hover,
#stacks_in_9981 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9981 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_9981 .paragraph a,
#stacks_in_9981 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_9981 .paragraph a:hover,
#stacks_in_9981 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9981 p,
#stacks_in_9981 {
	margin-bottom: 0;
	
}

#stacks_in_9981 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_9983 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9983 p a,
#stacks_in_9983 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9983 p a:hover,
#stacks_in_9983 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9983 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_9983 .paragraph a,
#stacks_in_9983 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_9983 .paragraph a:hover,
#stacks_in_9983 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_9983 p,
#stacks_in_9983 {
	margin-bottom: 0;
	
}

#stacks_in_9983 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_9985 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_9985 .label {
	
}

#stacks_in_9985 .label {
	font-weight: 700;
	
}

#stacks_in_9985 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11535 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11535 .label {
	
}

#stacks_in_11535 .label {
	font-weight: 700;
	
}

#stacks_in_11535 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7291 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7291 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7291 #stacks_in_7291-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7291 .close-stacks_in_7291-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7291 .close-stacks_in_7291-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7291 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7291 .close-stacks_in_7291-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7291 .close-stacks_in_7291-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7291 .close-stacks_in_7291-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7291 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7291 .close-stacks_in_7291-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7291 .close-stacks_in_7291-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7291 .close-stacks_in_7291-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7291 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7291 .close-stacks_in_7291-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7291 .close-stacks_in_7291-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7291 .close-stacks_in_7291-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7291 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7293 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7293 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7293 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7293 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7293 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7294 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7294 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7294 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7294 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7294 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7295 {
      margin: 0px;
    }

    #stacks_in_7295 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7295 {
      margin: 0px;
    }

    #stacks_in_7295 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7295 {
      margin: 0px;
    }

    #stacks_in_7295 {
      padding: 0px;
    }


    

    
      #stacks_in_7295 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7295 {
      margin: 0px;
    }

    #stacks_in_7295 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7295 {
      margin: 0px;
    }

    #stacks_in_7295 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7295 {
      margin: 0px;
    }

    #stacks_in_7295 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7297 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7297 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7297 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7297 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7297 h1 {
		font-size: 32px;
	}
}


#stacks_in_7297 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7299 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7299 p a,
#stacks_in_7299 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7299 p a:hover,
#stacks_in_7299 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7299 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7299 .paragraph a,
#stacks_in_7299 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7299 .paragraph a:hover,
#stacks_in_7299 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7299 p,
#stacks_in_7299 {
	margin-bottom: 0;
	
}

#stacks_in_7299 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7301 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7301 p a,
#stacks_in_7301 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7301 p a:hover,
#stacks_in_7301 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7301 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7301 .paragraph a,
#stacks_in_7301 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7301 .paragraph a:hover,
#stacks_in_7301 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7301 p,
#stacks_in_7301 {
	margin-bottom: 0;
	
}

#stacks_in_7301 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7303 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7303 .label {
	
}

#stacks_in_7303 .label {
	font-weight: 700;
	
}

#stacks_in_7303 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11536 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11536 .label {
	
}

#stacks_in_11536 .label {
	font-weight: 700;
	
}

#stacks_in_11536 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7306 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7306 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7306 #stacks_in_7306-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7306 .close-stacks_in_7306-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7306 .close-stacks_in_7306-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7306 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7306 .close-stacks_in_7306-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7306 .close-stacks_in_7306-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7306 .close-stacks_in_7306-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7306 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7306 .close-stacks_in_7306-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7306 .close-stacks_in_7306-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7306 .close-stacks_in_7306-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7306 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7306 .close-stacks_in_7306-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7306 .close-stacks_in_7306-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7306 .close-stacks_in_7306-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7306 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7308 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7308 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7308 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7308 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7308 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7309 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7309 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7309 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7309 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7309 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7310 {
      margin: 0px;
    }

    #stacks_in_7310 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7310 {
      margin: 0px;
    }

    #stacks_in_7310 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7310 {
      margin: 0px;
    }

    #stacks_in_7310 {
      padding: 0px;
    }


    

    
      #stacks_in_7310 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7310 {
      margin: 0px;
    }

    #stacks_in_7310 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7310 {
      margin: 0px;
    }

    #stacks_in_7310 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7310 {
      margin: 0px;
    }

    #stacks_in_7310 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7312 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7312 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7312 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7312 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7312 h1 {
		font-size: 32px;
	}
}


#stacks_in_7312 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7314 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7314 p a,
#stacks_in_7314 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7314 p a:hover,
#stacks_in_7314 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7314 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7314 .paragraph a,
#stacks_in_7314 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7314 .paragraph a:hover,
#stacks_in_7314 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7314 p,
#stacks_in_7314 {
	margin-bottom: 0;
	
}

#stacks_in_7314 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7316 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7316 p a,
#stacks_in_7316 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7316 p a:hover,
#stacks_in_7316 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7316 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7316 .paragraph a,
#stacks_in_7316 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7316 .paragraph a:hover,
#stacks_in_7316 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7316 p,
#stacks_in_7316 {
	margin-bottom: 0;
	
}

#stacks_in_7316 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7318 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7318 .label {
	
}

#stacks_in_7318 .label {
	font-weight: 700;
	
}

#stacks_in_7318 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11537 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11537 .label {
	
}

#stacks_in_11537 .label {
	font-weight: 700;
	
}

#stacks_in_11537 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7321 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7321 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7321 #stacks_in_7321-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7321 .close-stacks_in_7321-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7321 .close-stacks_in_7321-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7321 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7321 .close-stacks_in_7321-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7321 .close-stacks_in_7321-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7321 .close-stacks_in_7321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7321 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7321 .close-stacks_in_7321-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7321 .close-stacks_in_7321-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7321 .close-stacks_in_7321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7321 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7321 .close-stacks_in_7321-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7321 .close-stacks_in_7321-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7321 .close-stacks_in_7321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7321 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7323 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7323 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7324 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7324 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7325 {
      margin: 0px;
    }

    #stacks_in_7325 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7325 {
      margin: 0px;
    }

    #stacks_in_7325 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7325 {
      margin: 0px;
    }

    #stacks_in_7325 {
      padding: 0px;
    }


    

    
      #stacks_in_7325 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7325 {
      margin: 0px;
    }

    #stacks_in_7325 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7325 {
      margin: 0px;
    }

    #stacks_in_7325 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7325 {
      margin: 0px;
    }

    #stacks_in_7325 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7327 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7327 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7327 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7327 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7327 h1 {
		font-size: 32px;
	}
}


#stacks_in_7327 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7329 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7329 p a,
#stacks_in_7329 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7329 p a:hover,
#stacks_in_7329 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7329 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7329 .paragraph a,
#stacks_in_7329 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7329 .paragraph a:hover,
#stacks_in_7329 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7329 p,
#stacks_in_7329 {
	margin-bottom: 0;
	
}

#stacks_in_7329 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7331 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7331 p a,
#stacks_in_7331 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7331 p a:hover,
#stacks_in_7331 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7331 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7331 .paragraph a,
#stacks_in_7331 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7331 .paragraph a:hover,
#stacks_in_7331 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7331 p,
#stacks_in_7331 {
	margin-bottom: 0;
	
}

#stacks_in_7331 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7333 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7333 .label {
	
}

#stacks_in_7333 .label {
	font-weight: 700;
	
}

#stacks_in_7333 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11538 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11538 .label {
	
}

#stacks_in_11538 .label {
	font-weight: 700;
	
}

#stacks_in_11538 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7336 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7336 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7336 #stacks_in_7336-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7336 .close-stacks_in_7336-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7336 .close-stacks_in_7336-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7336 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7336 .close-stacks_in_7336-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7336 .close-stacks_in_7336-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7336 .close-stacks_in_7336-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7336 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7336 .close-stacks_in_7336-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7336 .close-stacks_in_7336-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7336 .close-stacks_in_7336-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7336 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7336 .close-stacks_in_7336-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7336 .close-stacks_in_7336-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7336 .close-stacks_in_7336-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7336 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7338 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7338 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7338 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7338 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7338 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7339 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7339 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7339 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7339 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7339 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7340 {
      margin: 0px;
    }

    #stacks_in_7340 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7340 {
      margin: 0px;
    }

    #stacks_in_7340 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7340 {
      margin: 0px;
    }

    #stacks_in_7340 {
      padding: 0px;
    }


    

    
      #stacks_in_7340 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7340 {
      margin: 0px;
    }

    #stacks_in_7340 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7340 {
      margin: 0px;
    }

    #stacks_in_7340 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7340 {
      margin: 0px;
    }

    #stacks_in_7340 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7342 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7342 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7342 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7342 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7342 h1 {
		font-size: 32px;
	}
}


#stacks_in_7342 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7344 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7344 p a,
#stacks_in_7344 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7344 p a:hover,
#stacks_in_7344 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7344 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7344 .paragraph a,
#stacks_in_7344 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7344 .paragraph a:hover,
#stacks_in_7344 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7344 p,
#stacks_in_7344 {
	margin-bottom: 0;
	
}

#stacks_in_7344 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7346 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7346 p a,
#stacks_in_7346 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7346 p a:hover,
#stacks_in_7346 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7346 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7346 .paragraph a,
#stacks_in_7346 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7346 .paragraph a:hover,
#stacks_in_7346 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7346 p,
#stacks_in_7346 {
	margin-bottom: 0;
	
}

#stacks_in_7346 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7348 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7348 .label {
	
}

#stacks_in_7348 .label {
	font-weight: 700;
	
}

#stacks_in_7348 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11539 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11539 .label {
	
}

#stacks_in_11539 .label {
	font-weight: 700;
	
}

#stacks_in_11539 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7351 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7351 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7351 #stacks_in_7351-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7351 .close-stacks_in_7351-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7351 .close-stacks_in_7351-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7351 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7351 .close-stacks_in_7351-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7351 .close-stacks_in_7351-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7351 .close-stacks_in_7351-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7351 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7351 .close-stacks_in_7351-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7351 .close-stacks_in_7351-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7351 .close-stacks_in_7351-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7351 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7351 .close-stacks_in_7351-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7351 .close-stacks_in_7351-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7351 .close-stacks_in_7351-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7351 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7353 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7353 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7353 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7353 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7353 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7354 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7354 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7354 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7354 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7354 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7355 {
      margin: 0px;
    }

    #stacks_in_7355 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7355 {
      margin: 0px;
    }

    #stacks_in_7355 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7355 {
      margin: 0px;
    }

    #stacks_in_7355 {
      padding: 0px;
    }


    

    
      #stacks_in_7355 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7355 {
      margin: 0px;
    }

    #stacks_in_7355 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7355 {
      margin: 0px;
    }

    #stacks_in_7355 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7355 {
      margin: 0px;
    }

    #stacks_in_7355 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7357 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7357 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7357 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7357 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7357 h1 {
		font-size: 32px;
	}
}


#stacks_in_7357 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7359 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7359 p a,
#stacks_in_7359 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7359 p a:hover,
#stacks_in_7359 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7359 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7359 .paragraph a,
#stacks_in_7359 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7359 .paragraph a:hover,
#stacks_in_7359 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7359 p,
#stacks_in_7359 {
	margin-bottom: 0;
	
}

#stacks_in_7359 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7361 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7361 p a,
#stacks_in_7361 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7361 p a:hover,
#stacks_in_7361 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7361 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7361 .paragraph a,
#stacks_in_7361 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7361 .paragraph a:hover,
#stacks_in_7361 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7361 p,
#stacks_in_7361 {
	margin-bottom: 0;
	
}

#stacks_in_7361 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7363 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7363 .label {
	
}

#stacks_in_7363 .label {
	font-weight: 700;
	
}

#stacks_in_7363 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11540 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11540 .label {
	
}

#stacks_in_11540 .label {
	font-weight: 700;
	
}

#stacks_in_11540 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_9996 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_9996 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_9996 #stacks_in_9996-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_9996 .close-stacks_in_9996-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_9996 .close-stacks_in_9996-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_9996 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_9996 .close-stacks_in_9996-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9996 .close-stacks_in_9996-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_9996 .close-stacks_in_9996-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9996 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_9996 .close-stacks_in_9996-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9996 .close-stacks_in_9996-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9996 .close-stacks_in_9996-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9996 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9996 .close-stacks_in_9996-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9996 .close-stacks_in_9996-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_9996 .close-stacks_in_9996-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_9996 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_9998 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9998 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9998 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9998 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9998 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_9999 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_9999 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_9999 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_9999 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_9999 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10000 {
      margin: 0px;
    }

    #stacks_in_10000 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10000 {
      margin: 0px;
    }

    #stacks_in_10000 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10000 {
      margin: 0px;
    }

    #stacks_in_10000 {
      padding: 0px;
    }


    

    
      #stacks_in_10000 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10000 {
      margin: 0px;
    }

    #stacks_in_10000 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10000 {
      margin: 0px;
    }

    #stacks_in_10000 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10000 {
      margin: 0px;
    }

    #stacks_in_10000 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10001 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10001 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10001 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10001 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10001 h1 {
		font-size: 32px;
	}
}


#stacks_in_10001 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10003 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10003 p a,
#stacks_in_10003 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10003 p a:hover,
#stacks_in_10003 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10003 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10003 .paragraph a,
#stacks_in_10003 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10003 .paragraph a:hover,
#stacks_in_10003 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10003 p,
#stacks_in_10003 {
	margin-bottom: 0;
	
}

#stacks_in_10003 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10005 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10005 p a,
#stacks_in_10005 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10005 p a:hover,
#stacks_in_10005 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10005 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10005 .paragraph a,
#stacks_in_10005 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10005 .paragraph a:hover,
#stacks_in_10005 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10005 p,
#stacks_in_10005 {
	margin-bottom: 0;
	
}

#stacks_in_10005 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10007 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10007 .label {
	
}

#stacks_in_10007 .label {
	font-weight: 700;
	
}

#stacks_in_10007 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11541 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11541 .label {
	
}

#stacks_in_11541 .label {
	font-weight: 700;
	
}

#stacks_in_11541 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10011 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10011 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10011 #stacks_in_10011-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10011 .close-stacks_in_10011-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10011 .close-stacks_in_10011-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10011 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10011 .close-stacks_in_10011-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10011 .close-stacks_in_10011-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10011 .close-stacks_in_10011-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10011 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10011 .close-stacks_in_10011-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10011 .close-stacks_in_10011-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10011 .close-stacks_in_10011-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10011 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10011 .close-stacks_in_10011-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10011 .close-stacks_in_10011-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10011 .close-stacks_in_10011-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10011 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10013 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10013 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10014 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10014 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10014 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10014 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10014 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10015 {
      margin: 0px;
    }

    #stacks_in_10015 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10015 {
      margin: 0px;
    }

    #stacks_in_10015 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10015 {
      margin: 0px;
    }

    #stacks_in_10015 {
      padding: 0px;
    }


    

    
      #stacks_in_10015 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10015 {
      margin: 0px;
    }

    #stacks_in_10015 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10015 {
      margin: 0px;
    }

    #stacks_in_10015 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10015 {
      margin: 0px;
    }

    #stacks_in_10015 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10016 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10016 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10016 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10016 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10016 h1 {
		font-size: 32px;
	}
}


#stacks_in_10016 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10018 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10018 p a,
#stacks_in_10018 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10018 p a:hover,
#stacks_in_10018 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10018 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10018 .paragraph a,
#stacks_in_10018 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10018 .paragraph a:hover,
#stacks_in_10018 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10018 p,
#stacks_in_10018 {
	margin-bottom: 0;
	
}

#stacks_in_10018 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10020 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10020 p a,
#stacks_in_10020 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10020 p a:hover,
#stacks_in_10020 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10020 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10020 .paragraph a,
#stacks_in_10020 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10020 .paragraph a:hover,
#stacks_in_10020 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10020 p,
#stacks_in_10020 {
	margin-bottom: 0;
	
}

#stacks_in_10020 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10022 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10022 .label {
	
}

#stacks_in_10022 .label {
	font-weight: 700;
	
}

#stacks_in_10022 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11542 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11542 .label {
	
}

#stacks_in_11542 .label {
	font-weight: 700;
	
}

#stacks_in_11542 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10026 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10026 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10026 #stacks_in_10026-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10026 .close-stacks_in_10026-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10026 .close-stacks_in_10026-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10026 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10026 .close-stacks_in_10026-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10026 .close-stacks_in_10026-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10026 .close-stacks_in_10026-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10026 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10026 .close-stacks_in_10026-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10026 .close-stacks_in_10026-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10026 .close-stacks_in_10026-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10026 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10026 .close-stacks_in_10026-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10026 .close-stacks_in_10026-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10026 .close-stacks_in_10026-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10026 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10028 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10028 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10029 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10029 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10029 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10029 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10029 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10030 {
      margin: 0px;
    }

    #stacks_in_10030 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10030 {
      margin: 0px;
    }

    #stacks_in_10030 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10030 {
      margin: 0px;
    }

    #stacks_in_10030 {
      padding: 0px;
    }


    

    
      #stacks_in_10030 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10030 {
      margin: 0px;
    }

    #stacks_in_10030 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10030 {
      margin: 0px;
    }

    #stacks_in_10030 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10030 {
      margin: 0px;
    }

    #stacks_in_10030 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10031 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10031 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10031 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10031 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10031 h1 {
		font-size: 32px;
	}
}


#stacks_in_10031 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10033 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10033 p a,
#stacks_in_10033 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10033 p a:hover,
#stacks_in_10033 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10033 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10033 .paragraph a,
#stacks_in_10033 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10033 .paragraph a:hover,
#stacks_in_10033 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10033 p,
#stacks_in_10033 {
	margin-bottom: 0;
	
}

#stacks_in_10033 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10037 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10037 p a,
#stacks_in_10037 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10037 p a:hover,
#stacks_in_10037 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10037 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10037 .paragraph a,
#stacks_in_10037 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10037 .paragraph a:hover,
#stacks_in_10037 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10037 p,
#stacks_in_10037 {
	margin-bottom: 0;
	
}

#stacks_in_10037 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10040 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10040 .label {
	
}

#stacks_in_10040 .label {
	font-weight: 700;
	
}

#stacks_in_10040 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11543 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11543 .label {
	
}

#stacks_in_11543 .label {
	font-weight: 700;
	
}

#stacks_in_11543 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10044 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10044 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10044 #stacks_in_10044-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10044 .close-stacks_in_10044-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10044 .close-stacks_in_10044-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10044 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10044 .close-stacks_in_10044-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10044 .close-stacks_in_10044-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10044 .close-stacks_in_10044-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10044 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10044 .close-stacks_in_10044-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10044 .close-stacks_in_10044-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10044 .close-stacks_in_10044-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10044 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10044 .close-stacks_in_10044-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10044 .close-stacks_in_10044-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10044 .close-stacks_in_10044-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10044 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10046 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10046 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10046 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10046 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10046 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10047 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10047 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10047 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10047 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10047 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10048 {
      margin: 0px;
    }

    #stacks_in_10048 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10048 {
      margin: 0px;
    }

    #stacks_in_10048 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10048 {
      margin: 0px;
    }

    #stacks_in_10048 {
      padding: 0px;
    }


    

    
      #stacks_in_10048 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10048 {
      margin: 0px;
    }

    #stacks_in_10048 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10048 {
      margin: 0px;
    }

    #stacks_in_10048 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10048 {
      margin: 0px;
    }

    #stacks_in_10048 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10049 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10049 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10049 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10049 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10049 h1 {
		font-size: 32px;
	}
}


#stacks_in_10049 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10051 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10051 p a,
#stacks_in_10051 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10051 p a:hover,
#stacks_in_10051 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10051 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10051 .paragraph a,
#stacks_in_10051 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10051 .paragraph a:hover,
#stacks_in_10051 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10051 p,
#stacks_in_10051 {
	margin-bottom: 0;
	
}

#stacks_in_10051 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10055 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10055 p a,
#stacks_in_10055 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10055 p a:hover,
#stacks_in_10055 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10055 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10055 .paragraph a,
#stacks_in_10055 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10055 .paragraph a:hover,
#stacks_in_10055 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10055 p,
#stacks_in_10055 {
	margin-bottom: 0;
	
}

#stacks_in_10055 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10057 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10057 .label {
	
}

#stacks_in_10057 .label {
	font-weight: 700;
	
}

#stacks_in_10057 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11544 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11544 .label {
	
}

#stacks_in_11544 .label {
	font-weight: 700;
	
}

#stacks_in_11544 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7456 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7456 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7456 #stacks_in_7456-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7456 .close-stacks_in_7456-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7456 .close-stacks_in_7456-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7456 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7456 .close-stacks_in_7456-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7456 .close-stacks_in_7456-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7456 .close-stacks_in_7456-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7456 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7456 .close-stacks_in_7456-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7456 .close-stacks_in_7456-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7456 .close-stacks_in_7456-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7456 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7456 .close-stacks_in_7456-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7456 .close-stacks_in_7456-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7456 .close-stacks_in_7456-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7456 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7458 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7458 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7458 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7458 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7458 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7459 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7459 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7459 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7459 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7459 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7460 {
      margin: 0px;
    }

    #stacks_in_7460 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7460 {
      margin: 0px;
    }

    #stacks_in_7460 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7460 {
      margin: 0px;
    }

    #stacks_in_7460 {
      padding: 0px;
    }


    

    
      #stacks_in_7460 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7460 {
      margin: 0px;
    }

    #stacks_in_7460 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7460 {
      margin: 0px;
    }

    #stacks_in_7460 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7460 {
      margin: 0px;
    }

    #stacks_in_7460 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7462 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7462 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7462 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7462 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7462 h1 {
		font-size: 32px;
	}
}


#stacks_in_7462 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7464 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7464 p a,
#stacks_in_7464 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7464 p a:hover,
#stacks_in_7464 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7464 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7464 .paragraph a,
#stacks_in_7464 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7464 .paragraph a:hover,
#stacks_in_7464 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7464 p,
#stacks_in_7464 {
	margin-bottom: 0;
	
}

#stacks_in_7464 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7466 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7466 p a,
#stacks_in_7466 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7466 p a:hover,
#stacks_in_7466 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7466 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7466 .paragraph a,
#stacks_in_7466 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7466 .paragraph a:hover,
#stacks_in_7466 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7466 p,
#stacks_in_7466 {
	margin-bottom: 0;
	
}

#stacks_in_7466 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7468 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7468 .label {
	
}

#stacks_in_7468 .label {
	font-weight: 700;
	
}

#stacks_in_7468 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11545 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11545 .label {
	
}

#stacks_in_11545 .label {
	font-weight: 700;
	
}

#stacks_in_11545 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10065 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_10065 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10065 #stacks_in_10065-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10065 .close-stacks_in_10065-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10065 .close-stacks_in_10065-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10065 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10065 .close-stacks_in_10065-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10065 .close-stacks_in_10065-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10065 .close-stacks_in_10065-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10065 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10065 .close-stacks_in_10065-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10065 .close-stacks_in_10065-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10065 .close-stacks_in_10065-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10065 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10065 .close-stacks_in_10065-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10065 .close-stacks_in_10065-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10065 .close-stacks_in_10065-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10065 .mega-modal-content {
		padding-top: 100px;
	}	
}

#stacks_in_10065 {
	border: solid rgba(119, 147, 119, 1.00);
	border-width:  1px;
}


#stacks_in_10067 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10067 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10067 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10067 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10067 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10068 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10068 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10068 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10068 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10068 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10069 {
      margin: 0px;
    }

    #stacks_in_10069 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10069 {
      margin: 0px;
    }

    #stacks_in_10069 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10069 {
      margin: 0px;
    }

    #stacks_in_10069 {
      padding: 0px;
    }


    

    
      #stacks_in_10069 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10069 {
      margin: 0px;
    }

    #stacks_in_10069 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10069 {
      margin: 0px;
    }

    #stacks_in_10069 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10069 {
      margin: 0px;
    }

    #stacks_in_10069 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10070 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10070 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10070 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10070 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10070 h1 {
		font-size: 32px;
	}
}


#stacks_in_10070 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10072 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10072 p a,
#stacks_in_10072 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10072 p a:hover,
#stacks_in_10072 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10072 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10072 .paragraph a,
#stacks_in_10072 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10072 .paragraph a:hover,
#stacks_in_10072 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10072 p,
#stacks_in_10072 {
	margin-bottom: 0;
	
}

#stacks_in_10072 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10074 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10074 p a,
#stacks_in_10074 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10074 p a:hover,
#stacks_in_10074 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10074 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10074 .paragraph a,
#stacks_in_10074 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10074 .paragraph a:hover,
#stacks_in_10074 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10074 p,
#stacks_in_10074 {
	margin-bottom: 0;
	
}

#stacks_in_10074 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10076 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10076 .label {
	
}

#stacks_in_10076 .label {
	font-weight: 700;
	
}

#stacks_in_10076 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11546 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11546 .label {
	
}

#stacks_in_11546 .label {
	font-weight: 700;
	
}

#stacks_in_11546 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10081 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10081 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10081 #stacks_in_10081-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10081 .close-stacks_in_10081-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10081 .close-stacks_in_10081-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10081 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10081 .close-stacks_in_10081-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10081 .close-stacks_in_10081-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10081 .close-stacks_in_10081-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10081 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10081 .close-stacks_in_10081-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10081 .close-stacks_in_10081-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10081 .close-stacks_in_10081-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10081 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10081 .close-stacks_in_10081-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10081 .close-stacks_in_10081-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10081 .close-stacks_in_10081-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10081 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10083 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10083 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10084 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10084 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10084 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10084 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10084 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10085 {
      margin: 0px;
    }

    #stacks_in_10085 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10085 {
      margin: 0px;
    }

    #stacks_in_10085 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10085 {
      margin: 0px;
    }

    #stacks_in_10085 {
      padding: 0px;
    }


    

    
      #stacks_in_10085 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10085 {
      margin: 0px;
    }

    #stacks_in_10085 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10085 {
      margin: 0px;
    }

    #stacks_in_10085 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10085 {
      margin: 0px;
    }

    #stacks_in_10085 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10086 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10086 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10086 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10086 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10086 h1 {
		font-size: 32px;
	}
}


#stacks_in_10086 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10088 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10088 p a,
#stacks_in_10088 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10088 p a:hover,
#stacks_in_10088 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10088 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10088 .paragraph a,
#stacks_in_10088 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10088 .paragraph a:hover,
#stacks_in_10088 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10088 p,
#stacks_in_10088 {
	margin-bottom: 0;
	
}

#stacks_in_10088 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10090 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10090 p a,
#stacks_in_10090 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10090 p a:hover,
#stacks_in_10090 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10090 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10090 .paragraph a,
#stacks_in_10090 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10090 .paragraph a:hover,
#stacks_in_10090 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10090 p,
#stacks_in_10090 {
	margin-bottom: 0;
	
}

#stacks_in_10090 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10092 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10092 .label {
	
}

#stacks_in_10092 .label {
	font-weight: 700;
	
}

#stacks_in_10092 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11547 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11547 .label {
	
}

#stacks_in_11547 .label {
	font-weight: 700;
	
}

#stacks_in_11547 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7486 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7486 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7486 #stacks_in_7486-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7486 .close-stacks_in_7486-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7486 .close-stacks_in_7486-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7486 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7486 .close-stacks_in_7486-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7486 .close-stacks_in_7486-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7486 .close-stacks_in_7486-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7486 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7486 .close-stacks_in_7486-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7486 .close-stacks_in_7486-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7486 .close-stacks_in_7486-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7486 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7486 .close-stacks_in_7486-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7486 .close-stacks_in_7486-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7486 .close-stacks_in_7486-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7486 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7488 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7488 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7488 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7488 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7488 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7489 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7489 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7489 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7489 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7489 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7490 {
      margin: 0px;
    }

    #stacks_in_7490 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7490 {
      margin: 0px;
    }

    #stacks_in_7490 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7490 {
      margin: 0px;
    }

    #stacks_in_7490 {
      padding: 0px;
    }


    

    
      #stacks_in_7490 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7490 {
      margin: 0px;
    }

    #stacks_in_7490 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7490 {
      margin: 0px;
    }

    #stacks_in_7490 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7490 {
      margin: 0px;
    }

    #stacks_in_7490 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7492 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7492 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7492 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7492 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7492 h1 {
		font-size: 32px;
	}
}


#stacks_in_7492 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7494 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7494 p a,
#stacks_in_7494 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7494 p a:hover,
#stacks_in_7494 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7494 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7494 .paragraph a,
#stacks_in_7494 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7494 .paragraph a:hover,
#stacks_in_7494 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7494 p,
#stacks_in_7494 {
	margin-bottom: 0;
	
}

#stacks_in_7494 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7496 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7496 p a,
#stacks_in_7496 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7496 p a:hover,
#stacks_in_7496 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7496 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7496 .paragraph a,
#stacks_in_7496 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7496 .paragraph a:hover,
#stacks_in_7496 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7496 p,
#stacks_in_7496 {
	margin-bottom: 0;
	
}

#stacks_in_7496 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7498 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7498 .label {
	
}

#stacks_in_7498 .label {
	font-weight: 700;
	
}

#stacks_in_7498 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11548 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11548 .label {
	
}

#stacks_in_11548 .label {
	font-weight: 700;
	
}

#stacks_in_11548 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11740 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11740 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11740 #stacks_in_11740-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11740 .close-stacks_in_11740-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11740 .close-stacks_in_11740-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11740 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11740 .close-stacks_in_11740-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11740 .close-stacks_in_11740-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11740 .close-stacks_in_11740-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11740 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11740 .close-stacks_in_11740-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11740 .close-stacks_in_11740-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11740 .close-stacks_in_11740-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11740 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11740 .close-stacks_in_11740-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11740 .close-stacks_in_11740-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11740 .close-stacks_in_11740-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11740 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11742 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11742 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11742 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11742 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11742 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11743 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11743 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11743 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11743 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11743 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11744 {
      margin: 0px;
    }

    #stacks_in_11744 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11744 {
      margin: 0px;
    }

    #stacks_in_11744 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11744 {
      margin: 0px;
    }

    #stacks_in_11744 {
      padding: 0px;
    }


    

    
      #stacks_in_11744 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11744 {
      margin: 0px;
    }

    #stacks_in_11744 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11744 {
      margin: 0px;
    }

    #stacks_in_11744 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11744 {
      margin: 0px;
    }

    #stacks_in_11744 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11745 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11745 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11745 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11745 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11745 h1 {
		font-size: 32px;
	}
}


#stacks_in_11745 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11747 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11747 p a,
#stacks_in_11747 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11747 p a:hover,
#stacks_in_11747 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11747 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11747 .paragraph a,
#stacks_in_11747 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11747 .paragraph a:hover,
#stacks_in_11747 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11747 p,
#stacks_in_11747 {
	margin-bottom: 0;
	
}

#stacks_in_11747 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11749 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11749 p a,
#stacks_in_11749 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11749 p a:hover,
#stacks_in_11749 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11749 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11749 .paragraph a,
#stacks_in_11749 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11749 .paragraph a:hover,
#stacks_in_11749 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11749 p,
#stacks_in_11749 {
	margin-bottom: 0;
	
}

#stacks_in_11749 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11751 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11751 .label {
	
}

#stacks_in_11751 .label {
	font-weight: 700;
	
}

#stacks_in_11751 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11752 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11752 .label {
	
}

#stacks_in_11752 .label {
	font-weight: 700;
	
}

#stacks_in_11752 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11756 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11756 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11756 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11756 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11756 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11756 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11757 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11757 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11757 #stacks_in_11757-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11757 .close-stacks_in_11757-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11757 .close-stacks_in_11757-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11757 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11757 .close-stacks_in_11757-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11757 .close-stacks_in_11757-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11757 .close-stacks_in_11757-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11757 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11757 .close-stacks_in_11757-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11757 .close-stacks_in_11757-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11757 .close-stacks_in_11757-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11757 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11757 .close-stacks_in_11757-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11757 .close-stacks_in_11757-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11757 .close-stacks_in_11757-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11757 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11759 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11759 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11759 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11759 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11759 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11760 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11760 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11760 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11760 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11760 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11761 {
      margin: 0px;
    }

    #stacks_in_11761 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11761 {
      margin: 0px;
    }

    #stacks_in_11761 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11761 {
      margin: 0px;
    }

    #stacks_in_11761 {
      padding: 0px;
    }


    

    
      #stacks_in_11761 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11761 {
      margin: 0px;
    }

    #stacks_in_11761 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11761 {
      margin: 0px;
    }

    #stacks_in_11761 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11761 {
      margin: 0px;
    }

    #stacks_in_11761 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11762 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11762 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11762 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11762 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11762 h1 {
		font-size: 32px;
	}
}


#stacks_in_11762 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11764 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11764 p a,
#stacks_in_11764 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11764 p a:hover,
#stacks_in_11764 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11764 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11764 .paragraph a,
#stacks_in_11764 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11764 .paragraph a:hover,
#stacks_in_11764 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11764 p,
#stacks_in_11764 {
	margin-bottom: 0;
	
}

#stacks_in_11764 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11766 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11766 p a,
#stacks_in_11766 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11766 p a:hover,
#stacks_in_11766 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11766 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11766 .paragraph a,
#stacks_in_11766 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11766 .paragraph a:hover,
#stacks_in_11766 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11766 p,
#stacks_in_11766 {
	margin-bottom: 0;
	
}

#stacks_in_11766 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11768 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11768 .label {
	
}

#stacks_in_11768 .label {
	font-weight: 700;
	
}

#stacks_in_11768 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11769 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11769 .label {
	
}

#stacks_in_11769 .label {
	font-weight: 700;
	
}

#stacks_in_11769 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11774 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11774 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11774 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11774 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11774 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11774 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11775 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11775 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11775 #stacks_in_11775-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11775 .close-stacks_in_11775-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11775 .close-stacks_in_11775-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11775 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11775 .close-stacks_in_11775-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11775 .close-stacks_in_11775-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11775 .close-stacks_in_11775-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11775 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11775 .close-stacks_in_11775-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11775 .close-stacks_in_11775-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11775 .close-stacks_in_11775-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11775 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11775 .close-stacks_in_11775-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11775 .close-stacks_in_11775-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11775 .close-stacks_in_11775-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11775 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11777 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11777 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11777 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11777 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11777 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11778 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11778 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11778 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11778 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11778 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11779 {
      margin: 0px;
    }

    #stacks_in_11779 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11779 {
      margin: 0px;
    }

    #stacks_in_11779 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11779 {
      margin: 0px;
    }

    #stacks_in_11779 {
      padding: 0px;
    }


    

    
      #stacks_in_11779 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11779 {
      margin: 0px;
    }

    #stacks_in_11779 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11779 {
      margin: 0px;
    }

    #stacks_in_11779 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11779 {
      margin: 0px;
    }

    #stacks_in_11779 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11780 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11780 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11780 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11780 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11780 h1 {
		font-size: 32px;
	}
}


#stacks_in_11780 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11782 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11782 p a,
#stacks_in_11782 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11782 p a:hover,
#stacks_in_11782 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11782 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11782 .paragraph a,
#stacks_in_11782 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11782 .paragraph a:hover,
#stacks_in_11782 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11782 p,
#stacks_in_11782 {
	margin-bottom: 0;
	
}

#stacks_in_11782 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11784 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11784 p a,
#stacks_in_11784 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11784 p a:hover,
#stacks_in_11784 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11784 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11784 .paragraph a,
#stacks_in_11784 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11784 .paragraph a:hover,
#stacks_in_11784 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11784 p,
#stacks_in_11784 {
	margin-bottom: 0;
	
}

#stacks_in_11784 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11786 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11786 .label {
	
}

#stacks_in_11786 .label {
	font-weight: 700;
	
}

#stacks_in_11786 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11787 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11787 .label {
	
}

#stacks_in_11787 .label {
	font-weight: 700;
	
}

#stacks_in_11787 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11792 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11792 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11792 #stacks_in_11792-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11792 .close-stacks_in_11792-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11792 .close-stacks_in_11792-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11792 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11792 .close-stacks_in_11792-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11792 .close-stacks_in_11792-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11792 .close-stacks_in_11792-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11792 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11792 .close-stacks_in_11792-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11792 .close-stacks_in_11792-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11792 .close-stacks_in_11792-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11792 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11792 .close-stacks_in_11792-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11792 .close-stacks_in_11792-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11792 .close-stacks_in_11792-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11792 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11794 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11794 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11794 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11794 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11794 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11795 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11795 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11795 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11795 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11795 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11796 {
      margin: 0px;
    }

    #stacks_in_11796 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11796 {
      margin: 0px;
    }

    #stacks_in_11796 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11796 {
      margin: 0px;
    }

    #stacks_in_11796 {
      padding: 0px;
    }


    

    
      #stacks_in_11796 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11796 {
      margin: 0px;
    }

    #stacks_in_11796 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11796 {
      margin: 0px;
    }

    #stacks_in_11796 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11796 {
      margin: 0px;
    }

    #stacks_in_11796 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11797 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11797 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11797 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11797 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11797 h1 {
		font-size: 32px;
	}
}


#stacks_in_11797 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11799 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11799 p a,
#stacks_in_11799 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11799 p a:hover,
#stacks_in_11799 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11799 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11799 .paragraph a,
#stacks_in_11799 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11799 .paragraph a:hover,
#stacks_in_11799 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11799 p,
#stacks_in_11799 {
	margin-bottom: 0;
	
}

#stacks_in_11799 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11801 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11801 p a,
#stacks_in_11801 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11801 p a:hover,
#stacks_in_11801 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11801 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11801 .paragraph a,
#stacks_in_11801 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11801 .paragraph a:hover,
#stacks_in_11801 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11801 p,
#stacks_in_11801 {
	margin-bottom: 0;
	
}

#stacks_in_11801 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11803 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11803 .label {
	
}

#stacks_in_11803 .label {
	font-weight: 700;
	
}

#stacks_in_11803 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11804 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11804 .label {
	
}

#stacks_in_11804 .label {
	font-weight: 700;
	
}

#stacks_in_11804 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12164 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12164 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12164 #stacks_in_12164-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12164 .close-stacks_in_12164-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12164 .close-stacks_in_12164-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12164 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12164 .close-stacks_in_12164-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12164 .close-stacks_in_12164-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12164 .close-stacks_in_12164-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12164 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12164 .close-stacks_in_12164-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12164 .close-stacks_in_12164-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12164 .close-stacks_in_12164-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12164 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12164 .close-stacks_in_12164-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12164 .close-stacks_in_12164-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12164 .close-stacks_in_12164-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12164 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12166 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12166 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12166 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12166 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12166 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12167 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12167 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12167 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12167 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12167 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12168 {
      margin: 0px;
    }

    #stacks_in_12168 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12168 {
      margin: 0px;
    }

    #stacks_in_12168 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12168 {
      margin: 0px;
    }

    #stacks_in_12168 {
      padding: 0px;
    }


    

    
      #stacks_in_12168 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12168 {
      margin: 0px;
    }

    #stacks_in_12168 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12168 {
      margin: 0px;
    }

    #stacks_in_12168 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12168 {
      margin: 0px;
    }

    #stacks_in_12168 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12169 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12169 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12169 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12169 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12169 h1 {
		font-size: 32px;
	}
}


#stacks_in_12169 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12171 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12171 p a,
#stacks_in_12171 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12171 p a:hover,
#stacks_in_12171 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12171 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12171 .paragraph a,
#stacks_in_12171 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12171 .paragraph a:hover,
#stacks_in_12171 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12171 p,
#stacks_in_12171 {
	margin-bottom: 0;
	
}

#stacks_in_12171 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12173 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12173 p a,
#stacks_in_12173 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12173 p a:hover,
#stacks_in_12173 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12173 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12173 .paragraph a,
#stacks_in_12173 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12173 .paragraph a:hover,
#stacks_in_12173 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12173 p,
#stacks_in_12173 {
	margin-bottom: 0;
	
}

#stacks_in_12173 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12175 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12175 .label {
	
}

#stacks_in_12175 .label {
	font-weight: 700;
	
}

#stacks_in_12175 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12176 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12176 .label {
	
}

#stacks_in_12176 .label {
	font-weight: 700;
	
}

#stacks_in_12176 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12213 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12213 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12213 #stacks_in_12213-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12213 .close-stacks_in_12213-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12213 .close-stacks_in_12213-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12213 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12213 .close-stacks_in_12213-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12213 .close-stacks_in_12213-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12213 .close-stacks_in_12213-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12213 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12213 .close-stacks_in_12213-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12213 .close-stacks_in_12213-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12213 .close-stacks_in_12213-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12213 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12213 .close-stacks_in_12213-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12213 .close-stacks_in_12213-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12213 .close-stacks_in_12213-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12213 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12215 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12215 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12215 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12215 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12215 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12216 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12216 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12217 {
      margin: 0px;
    }

    #stacks_in_12217 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12217 {
      margin: 0px;
    }

    #stacks_in_12217 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12217 {
      margin: 0px;
    }

    #stacks_in_12217 {
      padding: 0px;
    }


    

    
      #stacks_in_12217 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12217 {
      margin: 0px;
    }

    #stacks_in_12217 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12217 {
      margin: 0px;
    }

    #stacks_in_12217 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12217 {
      margin: 0px;
    }

    #stacks_in_12217 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12218 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12218 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12218 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12218 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12218 h1 {
		font-size: 32px;
	}
}


#stacks_in_12218 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12220 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12220 p a,
#stacks_in_12220 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12220 p a:hover,
#stacks_in_12220 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12220 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12220 .paragraph a,
#stacks_in_12220 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12220 .paragraph a:hover,
#stacks_in_12220 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12220 p,
#stacks_in_12220 {
	margin-bottom: 0;
	
}

#stacks_in_12220 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12222 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12222 p a,
#stacks_in_12222 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12222 p a:hover,
#stacks_in_12222 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12222 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12222 .paragraph a,
#stacks_in_12222 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12222 .paragraph a:hover,
#stacks_in_12222 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12222 p,
#stacks_in_12222 {
	margin-bottom: 0;
	
}

#stacks_in_12222 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12224 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12224 .label {
	
}

#stacks_in_12224 .label {
	font-weight: 700;
	
}

#stacks_in_12224 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12225 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12225 .label {
	
}

#stacks_in_12225 .label {
	font-weight: 700;
	
}

#stacks_in_12225 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12229 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12229 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12229 #stacks_in_12229-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12229 .close-stacks_in_12229-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12229 .close-stacks_in_12229-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12229 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12229 .close-stacks_in_12229-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12229 .close-stacks_in_12229-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12229 .close-stacks_in_12229-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12229 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12229 .close-stacks_in_12229-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12229 .close-stacks_in_12229-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12229 .close-stacks_in_12229-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12229 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12229 .close-stacks_in_12229-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12229 .close-stacks_in_12229-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12229 .close-stacks_in_12229-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12229 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12231 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12231 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12231 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12231 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12231 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12232 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12232 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12232 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12232 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12232 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12233 {
      margin: 0px;
    }

    #stacks_in_12233 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12233 {
      margin: 0px;
    }

    #stacks_in_12233 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12233 {
      margin: 0px;
    }

    #stacks_in_12233 {
      padding: 0px;
    }


    

    
      #stacks_in_12233 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12233 {
      margin: 0px;
    }

    #stacks_in_12233 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12233 {
      margin: 0px;
    }

    #stacks_in_12233 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12233 {
      margin: 0px;
    }

    #stacks_in_12233 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12234 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12234 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12234 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12234 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12234 h1 {
		font-size: 32px;
	}
}


#stacks_in_12234 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12236 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12236 p a,
#stacks_in_12236 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12236 p a:hover,
#stacks_in_12236 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12236 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12236 .paragraph a,
#stacks_in_12236 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12236 .paragraph a:hover,
#stacks_in_12236 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12236 p,
#stacks_in_12236 {
	margin-bottom: 0;
	
}

#stacks_in_12236 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12238 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12238 p a,
#stacks_in_12238 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12238 p a:hover,
#stacks_in_12238 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12238 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12238 .paragraph a,
#stacks_in_12238 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12238 .paragraph a:hover,
#stacks_in_12238 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12238 p,
#stacks_in_12238 {
	margin-bottom: 0;
	
}

#stacks_in_12238 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12240 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12240 .label {
	
}

#stacks_in_12240 .label {
	font-weight: 700;
	
}

#stacks_in_12240 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12241 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12241 .label {
	
}

#stacks_in_12241 .label {
	font-weight: 700;
	
}

#stacks_in_12241 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12197 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12197 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12197 #stacks_in_12197-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12197 .close-stacks_in_12197-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12197 .close-stacks_in_12197-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12197 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12197 .close-stacks_in_12197-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12197 .close-stacks_in_12197-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12197 .close-stacks_in_12197-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12197 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12197 .close-stacks_in_12197-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12197 .close-stacks_in_12197-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12197 .close-stacks_in_12197-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12197 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12197 .close-stacks_in_12197-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12197 .close-stacks_in_12197-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12197 .close-stacks_in_12197-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12197 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12199 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12199 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12199 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12200 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12200 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12201 {
      margin: 0px;
    }

    #stacks_in_12201 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12201 {
      margin: 0px;
    }

    #stacks_in_12201 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12201 {
      margin: 0px;
    }

    #stacks_in_12201 {
      padding: 0px;
    }


    

    
      #stacks_in_12201 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12201 {
      margin: 0px;
    }

    #stacks_in_12201 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12201 {
      margin: 0px;
    }

    #stacks_in_12201 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12201 {
      margin: 0px;
    }

    #stacks_in_12201 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12202 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12202 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12202 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12202 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12202 h1 {
		font-size: 32px;
	}
}


#stacks_in_12202 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12204 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12204 p a,
#stacks_in_12204 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12204 p a:hover,
#stacks_in_12204 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12204 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12204 .paragraph a,
#stacks_in_12204 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12204 .paragraph a:hover,
#stacks_in_12204 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12204 p,
#stacks_in_12204 {
	margin-bottom: 0;
	
}

#stacks_in_12204 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12206 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12206 p a,
#stacks_in_12206 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12206 p a:hover,
#stacks_in_12206 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12206 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12206 .paragraph a,
#stacks_in_12206 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12206 .paragraph a:hover,
#stacks_in_12206 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12206 p,
#stacks_in_12206 {
	margin-bottom: 0;
	
}

#stacks_in_12206 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12208 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12208 .label {
	
}

#stacks_in_12208 .label {
	font-weight: 700;
	
}

#stacks_in_12208 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12209 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12209 .label {
	
}

#stacks_in_12209 .label {
	font-weight: 700;
	
}

#stacks_in_12209 {
	padding: 0px 0px 0px 10px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_4411 > .svgm-wrap {
  overflow: visible;
  height: 30px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  rotateY(180deg);
  transform: translateX(-50%)  rotateY(180deg);
  
}
.svg-metamorph.svgm_stacks_in_4411 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 30px;
  overflow: visible;
  
  stroke-width: 5px;
  
}
.svg-metamorph.svgm_stacks_in_4411 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_4411 {
  padding-bottom: 30px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_4411 {
    padding-bottom: 45.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4411 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4411 > .svgm-wrap > svg {
    height: 45.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_4411 {
    padding-bottom: 15.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4411 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4411 > .svgm-wrap > svg {
    height: 15.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_4411 {
	background-color: rgba(11, 109, 205, 0.00);
}


#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(247, 0, 13, 1.00);
	padding: 0px 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_7606 {
	border: solid rgba(241, 0, 14, 1.00);
	border-width: 0px 2px 2px 2px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_7700 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7700 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7700 #stacks_in_7700-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7700 .close-stacks_in_7700-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7700 .close-stacks_in_7700-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7700 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7700 .close-stacks_in_7700-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7700 .close-stacks_in_7700-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7700 .close-stacks_in_7700-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7700 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7700 .close-stacks_in_7700-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7700 .close-stacks_in_7700-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7700 .close-stacks_in_7700-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7700 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7700 .close-stacks_in_7700-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7700 .close-stacks_in_7700-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7700 .close-stacks_in_7700-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7700 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7702 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7702 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7702 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7702 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7702 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7703 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7703 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7704 {
      margin: 0px;
    }

    #stacks_in_7704 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7704 {
      margin: 0px;
    }

    #stacks_in_7704 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7704 {
      margin: 0px;
    }

    #stacks_in_7704 {
      padding: 0px;
    }


    

    
      #stacks_in_7704 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7704 {
      margin: 0px;
    }

    #stacks_in_7704 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7704 {
      margin: 0px;
    }

    #stacks_in_7704 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7704 {
      margin: 0px;
    }

    #stacks_in_7704 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7706 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7706 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7706 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7706 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7706 h1 {
		font-size: 32px;
	}
}


#stacks_in_7706 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7708 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7708 p a,
#stacks_in_7708 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7708 p a:hover,
#stacks_in_7708 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7708 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7708 .paragraph a,
#stacks_in_7708 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7708 .paragraph a:hover,
#stacks_in_7708 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7708 p,
#stacks_in_7708 {
	margin-bottom: 0;
	
}

#stacks_in_7708 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7710 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7710 p a,
#stacks_in_7710 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7710 p a:hover,
#stacks_in_7710 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7710 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7710 .paragraph a,
#stacks_in_7710 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7710 .paragraph a:hover,
#stacks_in_7710 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7710 p,
#stacks_in_7710 {
	margin-bottom: 0;
	
}

#stacks_in_7710 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7712 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7712 .label {
	
}

#stacks_in_7712 .label {
	font-weight: 700;
	
}

#stacks_in_7712 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11549 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11549 .label {
	
}

#stacks_in_11549 .label {
	font-weight: 700;
	
}

#stacks_in_11549 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8858 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8858 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8858 #stacks_in_8858-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8858 .close-stacks_in_8858-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8858 .close-stacks_in_8858-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8858 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8858 .close-stacks_in_8858-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8858 .close-stacks_in_8858-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8858 .close-stacks_in_8858-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8858 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8858 .close-stacks_in_8858-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8858 .close-stacks_in_8858-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8858 .close-stacks_in_8858-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8858 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8858 .close-stacks_in_8858-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8858 .close-stacks_in_8858-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8858 .close-stacks_in_8858-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8858 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8860 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8860 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8860 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8860 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8860 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8861 img {
	
	
	width: 150px;
	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;
}




@media only screen {
   
    #stacks_in_8862 {
      margin: 0px;
    }

    #stacks_in_8862 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8862 {
      margin: 0px;
    }

    #stacks_in_8862 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8862 {
      margin: 0px;
    }

    #stacks_in_8862 {
      padding: 0px;
    }


    

    
      #stacks_in_8862 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8862 {
      margin: 0px;
    }

    #stacks_in_8862 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8862 {
      margin: 0px;
    }

    #stacks_in_8862 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8862 {
      margin: 0px;
    }

    #stacks_in_8862 {
      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_11550 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11550 .label {
	
}

#stacks_in_11550 .label {
	font-weight: 700;
	
}

#stacks_in_11550 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11069 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11069 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11069 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11069 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11069 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11069 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_8872 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8872 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8872 #stacks_in_8872-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8872 .close-stacks_in_8872-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8872 .close-stacks_in_8872-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8872 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8872 .close-stacks_in_8872-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8872 .close-stacks_in_8872-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8872 .close-stacks_in_8872-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8872 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8872 .close-stacks_in_8872-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8872 .close-stacks_in_8872-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8872 .close-stacks_in_8872-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8872 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8872 .close-stacks_in_8872-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8872 .close-stacks_in_8872-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8872 .close-stacks_in_8872-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8872 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8874 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8874 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8874 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8874 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8874 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8875 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8875 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8875 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8875 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8875 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8876 {
      margin: 0px;
    }

    #stacks_in_8876 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8876 {
      margin: 0px;
    }

    #stacks_in_8876 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8876 {
      margin: 0px;
    }

    #stacks_in_8876 {
      padding: 0px;
    }


    

    
      #stacks_in_8876 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8876 {
      margin: 0px;
    }

    #stacks_in_8876 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8876 {
      margin: 0px;
    }

    #stacks_in_8876 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8876 {
      margin: 0px;
    }

    #stacks_in_8876 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8878 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8878 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8878 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8878 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8878 h1 {
		font-size: 32px;
	}
}


#stacks_in_8878 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8880 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8880 p a,
#stacks_in_8880 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8880 p a:hover,
#stacks_in_8880 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8880 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8880 .paragraph a,
#stacks_in_8880 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8880 .paragraph a:hover,
#stacks_in_8880 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8880 p,
#stacks_in_8880 {
	margin-bottom: 0;
	
}

#stacks_in_8880 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8882 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8882 p a,
#stacks_in_8882 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8882 p a:hover,
#stacks_in_8882 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8882 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8882 .paragraph a,
#stacks_in_8882 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8882 .paragraph a:hover,
#stacks_in_8882 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8882 p,
#stacks_in_8882 {
	margin-bottom: 0;
	
}

#stacks_in_8882 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8884 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8884 .label {
	
}

#stacks_in_8884 .label {
	font-weight: 700;
	
}

#stacks_in_8884 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11551 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11551 .label {
	
}

#stacks_in_11551 .label {
	font-weight: 700;
	
}

#stacks_in_11551 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11075 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11075 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11075 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11075 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11075 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11075 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_8886 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8886 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8886 #stacks_in_8886-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8886 .close-stacks_in_8886-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8886 .close-stacks_in_8886-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8886 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8886 .close-stacks_in_8886-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8886 .close-stacks_in_8886-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8886 .close-stacks_in_8886-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8886 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8886 .close-stacks_in_8886-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8886 .close-stacks_in_8886-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8886 .close-stacks_in_8886-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8886 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8886 .close-stacks_in_8886-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8886 .close-stacks_in_8886-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8886 .close-stacks_in_8886-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8886 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8888 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8888 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8888 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8888 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8888 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8889 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8889 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8889 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8889 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8889 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8890 {
      margin: 0px;
    }

    #stacks_in_8890 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8890 {
      margin: 0px;
    }

    #stacks_in_8890 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8890 {
      margin: 0px;
    }

    #stacks_in_8890 {
      padding: 0px;
    }


    

    
      #stacks_in_8890 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8890 {
      margin: 0px;
    }

    #stacks_in_8890 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8890 {
      margin: 0px;
    }

    #stacks_in_8890 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8890 {
      margin: 0px;
    }

    #stacks_in_8890 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8892 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8892 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8892 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8892 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8892 h1 {
		font-size: 32px;
	}
}


#stacks_in_8892 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8894 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8894 p a,
#stacks_in_8894 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8894 p a:hover,
#stacks_in_8894 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8894 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8894 .paragraph a,
#stacks_in_8894 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8894 .paragraph a:hover,
#stacks_in_8894 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8894 p,
#stacks_in_8894 {
	margin-bottom: 0;
	
}

#stacks_in_8894 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8896 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8896 p a,
#stacks_in_8896 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8896 p a:hover,
#stacks_in_8896 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8896 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8896 .paragraph a,
#stacks_in_8896 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8896 .paragraph a:hover,
#stacks_in_8896 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8896 p,
#stacks_in_8896 {
	margin-bottom: 0;
	
}

#stacks_in_8896 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8898 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8898 .label {
	
}

#stacks_in_8898 .label {
	font-weight: 700;
	
}

#stacks_in_8898 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11552 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11552 .label {
	
}

#stacks_in_11552 .label {
	font-weight: 700;
	
}

#stacks_in_11552 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11073 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11073 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11073 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11073 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11073 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11073 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_8900 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8900 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8900 #stacks_in_8900-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8900 .close-stacks_in_8900-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8900 .close-stacks_in_8900-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8900 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8900 .close-stacks_in_8900-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8900 .close-stacks_in_8900-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8900 .close-stacks_in_8900-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8900 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8900 .close-stacks_in_8900-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8900 .close-stacks_in_8900-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8900 .close-stacks_in_8900-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8900 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8900 .close-stacks_in_8900-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8900 .close-stacks_in_8900-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8900 .close-stacks_in_8900-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8900 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8902 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8902 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8902 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8902 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8902 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8903 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8903 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8903 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8903 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8903 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8904 {
      margin: 0px;
    }

    #stacks_in_8904 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8904 {
      margin: 0px;
    }

    #stacks_in_8904 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8904 {
      margin: 0px;
    }

    #stacks_in_8904 {
      padding: 0px;
    }


    

    
      #stacks_in_8904 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8904 {
      margin: 0px;
    }

    #stacks_in_8904 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8904 {
      margin: 0px;
    }

    #stacks_in_8904 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8904 {
      margin: 0px;
    }

    #stacks_in_8904 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8906 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8906 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8906 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8906 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8906 h1 {
		font-size: 32px;
	}
}


#stacks_in_8906 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8908 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8908 p a,
#stacks_in_8908 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8908 p a:hover,
#stacks_in_8908 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8908 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8908 .paragraph a,
#stacks_in_8908 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8908 .paragraph a:hover,
#stacks_in_8908 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8908 p,
#stacks_in_8908 {
	margin-bottom: 0;
	
}

#stacks_in_8908 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8910 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8910 p a,
#stacks_in_8910 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8910 p a:hover,
#stacks_in_8910 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8910 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8910 .paragraph a,
#stacks_in_8910 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8910 .paragraph a:hover,
#stacks_in_8910 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8910 p,
#stacks_in_8910 {
	margin-bottom: 0;
	
}

#stacks_in_8910 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8912 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8912 .label {
	
}

#stacks_in_8912 .label {
	font-weight: 700;
	
}

#stacks_in_8912 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11553 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11553 .label {
	
}

#stacks_in_11553 .label {
	font-weight: 700;
	
}

#stacks_in_11553 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7715 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7715 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7715 #stacks_in_7715-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7715 .close-stacks_in_7715-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7715 .close-stacks_in_7715-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7715 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7715 .close-stacks_in_7715-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7715 .close-stacks_in_7715-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7715 .close-stacks_in_7715-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7715 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7715 .close-stacks_in_7715-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7715 .close-stacks_in_7715-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7715 .close-stacks_in_7715-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7715 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7715 .close-stacks_in_7715-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7715 .close-stacks_in_7715-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7715 .close-stacks_in_7715-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7715 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7717 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7717 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7717 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7717 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7717 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7718 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7718 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7718 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7718 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7718 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7719 {
      margin: 0px;
    }

    #stacks_in_7719 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7719 {
      margin: 0px;
    }

    #stacks_in_7719 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7719 {
      margin: 0px;
    }

    #stacks_in_7719 {
      padding: 0px;
    }


    

    
      #stacks_in_7719 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7719 {
      margin: 0px;
    }

    #stacks_in_7719 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7719 {
      margin: 0px;
    }

    #stacks_in_7719 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7719 {
      margin: 0px;
    }

    #stacks_in_7719 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7721 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7721 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7721 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7721 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7721 h1 {
		font-size: 32px;
	}
}


#stacks_in_7721 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7723 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7723 p a,
#stacks_in_7723 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7723 p a:hover,
#stacks_in_7723 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7723 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7723 .paragraph a,
#stacks_in_7723 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7723 .paragraph a:hover,
#stacks_in_7723 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7723 p,
#stacks_in_7723 {
	margin-bottom: 0;
	
}

#stacks_in_7723 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7725 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7725 p a,
#stacks_in_7725 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7725 p a:hover,
#stacks_in_7725 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7725 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7725 .paragraph a,
#stacks_in_7725 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7725 .paragraph a:hover,
#stacks_in_7725 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7725 p,
#stacks_in_7725 {
	margin-bottom: 0;
	
}

#stacks_in_7725 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7727 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7727 .label {
	
}

#stacks_in_7727 .label {
	font-weight: 700;
	
}

#stacks_in_7727 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11554 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11554 .label {
	
}

#stacks_in_11554 .label {
	font-weight: 700;
	
}

#stacks_in_11554 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11079 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11079 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11079 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11079 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11079 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11079 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_7835 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7835 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7835 #stacks_in_7835-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7835 .close-stacks_in_7835-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7835 .close-stacks_in_7835-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7835 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7835 .close-stacks_in_7835-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7835 .close-stacks_in_7835-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7835 .close-stacks_in_7835-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7835 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7835 .close-stacks_in_7835-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7835 .close-stacks_in_7835-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7835 .close-stacks_in_7835-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7835 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7835 .close-stacks_in_7835-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7835 .close-stacks_in_7835-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7835 .close-stacks_in_7835-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7835 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7837 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7837 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7837 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7837 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7837 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7838 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7838 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7838 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7838 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7838 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7839 {
      margin: 0px;
    }

    #stacks_in_7839 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7839 {
      margin: 0px;
    }

    #stacks_in_7839 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7839 {
      margin: 0px;
    }

    #stacks_in_7839 {
      padding: 0px;
    }


    

    
      #stacks_in_7839 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7839 {
      margin: 0px;
    }

    #stacks_in_7839 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7839 {
      margin: 0px;
    }

    #stacks_in_7839 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7839 {
      margin: 0px;
    }

    #stacks_in_7839 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7841 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7841 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7841 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7841 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7841 h1 {
		font-size: 32px;
	}
}


#stacks_in_7841 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7843 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7843 p a,
#stacks_in_7843 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7843 p a:hover,
#stacks_in_7843 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7843 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7843 .paragraph a,
#stacks_in_7843 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7843 .paragraph a:hover,
#stacks_in_7843 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7843 p,
#stacks_in_7843 {
	margin-bottom: 0;
	
}

#stacks_in_7843 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7845 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7845 p a,
#stacks_in_7845 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7845 p a:hover,
#stacks_in_7845 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7845 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7845 .paragraph a,
#stacks_in_7845 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7845 .paragraph a:hover,
#stacks_in_7845 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7845 p,
#stacks_in_7845 {
	margin-bottom: 0;
	
}

#stacks_in_7845 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7847 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7847 .label {
	
}

#stacks_in_7847 .label {
	font-weight: 700;
	
}

#stacks_in_7847 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11555 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11555 .label {
	
}

#stacks_in_11555 .label {
	font-weight: 700;
	
}

#stacks_in_11555 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11077 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11077 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11077 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11077 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11077 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11077 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_7850 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7850 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7850 #stacks_in_7850-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7850 .close-stacks_in_7850-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7850 .close-stacks_in_7850-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7850 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7850 .close-stacks_in_7850-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7850 .close-stacks_in_7850-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7850 .close-stacks_in_7850-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7850 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7850 .close-stacks_in_7850-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7850 .close-stacks_in_7850-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7850 .close-stacks_in_7850-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7850 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7850 .close-stacks_in_7850-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7850 .close-stacks_in_7850-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7850 .close-stacks_in_7850-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7850 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7852 img {
	
	
	width: 300px;
	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;
}


#stacks_in_7853 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7853 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7853 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7853 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7853 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7854 {
      margin: 0px;
    }

    #stacks_in_7854 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7854 {
      margin: 0px;
    }

    #stacks_in_7854 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7854 {
      margin: 0px;
    }

    #stacks_in_7854 {
      padding: 0px;
    }


    

    
      #stacks_in_7854 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7854 {
      margin: 0px;
    }

    #stacks_in_7854 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7854 {
      margin: 0px;
    }

    #stacks_in_7854 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7854 {
      margin: 0px;
    }

    #stacks_in_7854 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7856 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7856 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7856 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7856 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7856 h1 {
		font-size: 32px;
	}
}


#stacks_in_7856 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7858 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7858 p a,
#stacks_in_7858 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7858 p a:hover,
#stacks_in_7858 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7858 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7858 .paragraph a,
#stacks_in_7858 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7858 .paragraph a:hover,
#stacks_in_7858 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7858 p,
#stacks_in_7858 {
	margin-bottom: 0;
	
}

#stacks_in_7858 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7860 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7860 p a,
#stacks_in_7860 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7860 p a:hover,
#stacks_in_7860 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7860 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7860 .paragraph a,
#stacks_in_7860 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7860 .paragraph a:hover,
#stacks_in_7860 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7860 p,
#stacks_in_7860 {
	margin-bottom: 0;
	
}

#stacks_in_7860 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7862 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7862 .label {
	
}

#stacks_in_7862 .label {
	font-weight: 700;
	
}

#stacks_in_7862 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11556 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11556 .label {
	
}

#stacks_in_11556 .label {
	font-weight: 700;
	
}

#stacks_in_11556 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7865 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7865 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7865 #stacks_in_7865-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7865 .close-stacks_in_7865-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7865 .close-stacks_in_7865-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7865 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7865 .close-stacks_in_7865-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7865 .close-stacks_in_7865-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7865 .close-stacks_in_7865-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7865 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7865 .close-stacks_in_7865-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7865 .close-stacks_in_7865-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7865 .close-stacks_in_7865-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7865 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7865 .close-stacks_in_7865-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7865 .close-stacks_in_7865-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7865 .close-stacks_in_7865-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7865 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7867 img {
	
	
	width: 300px;
	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;
}


#stacks_in_7868 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7868 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7868 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7868 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7868 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7869 {
      margin: 0px;
    }

    #stacks_in_7869 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7869 {
      margin: 0px;
    }

    #stacks_in_7869 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7869 {
      margin: 0px;
    }

    #stacks_in_7869 {
      padding: 0px;
    }


    

    
      #stacks_in_7869 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7869 {
      margin: 0px;
    }

    #stacks_in_7869 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7869 {
      margin: 0px;
    }

    #stacks_in_7869 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7869 {
      margin: 0px;
    }

    #stacks_in_7869 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7871 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7871 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7871 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7871 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7871 h1 {
		font-size: 32px;
	}
}


#stacks_in_7871 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7873 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7873 p a,
#stacks_in_7873 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7873 p a:hover,
#stacks_in_7873 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7873 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7873 .paragraph a,
#stacks_in_7873 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7873 .paragraph a:hover,
#stacks_in_7873 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7873 p,
#stacks_in_7873 {
	margin-bottom: 0;
	
}

#stacks_in_7873 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7875 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7875 p a,
#stacks_in_7875 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7875 p a:hover,
#stacks_in_7875 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7875 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7875 .paragraph a,
#stacks_in_7875 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7875 .paragraph a:hover,
#stacks_in_7875 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7875 p,
#stacks_in_7875 {
	margin-bottom: 0;
	
}

#stacks_in_7875 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7877 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7877 .label {
	
}

#stacks_in_7877 .label {
	font-weight: 700;
	
}

#stacks_in_7877 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11557 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11557 .label {
	
}

#stacks_in_11557 .label {
	font-weight: 700;
	
}

#stacks_in_11557 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11083 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11083 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11083 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11083 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11083 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11083 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_7880 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7880 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7880 #stacks_in_7880-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7880 .close-stacks_in_7880-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7880 .close-stacks_in_7880-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7880 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7880 .close-stacks_in_7880-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7880 .close-stacks_in_7880-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7880 .close-stacks_in_7880-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7880 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7880 .close-stacks_in_7880-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7880 .close-stacks_in_7880-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7880 .close-stacks_in_7880-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7880 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7880 .close-stacks_in_7880-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7880 .close-stacks_in_7880-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7880 .close-stacks_in_7880-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7880 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7882 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7882 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7882 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7882 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7882 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7883 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7883 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7883 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7883 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7883 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7884 {
      margin: 0px;
    }

    #stacks_in_7884 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7884 {
      margin: 0px;
    }

    #stacks_in_7884 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7884 {
      margin: 0px;
    }

    #stacks_in_7884 {
      padding: 0px;
    }


    

    
      #stacks_in_7884 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7884 {
      margin: 0px;
    }

    #stacks_in_7884 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7884 {
      margin: 0px;
    }

    #stacks_in_7884 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7884 {
      margin: 0px;
    }

    #stacks_in_7884 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7886 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7886 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7886 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7886 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7886 h1 {
		font-size: 32px;
	}
}


#stacks_in_7886 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7888 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7888 p a,
#stacks_in_7888 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7888 p a:hover,
#stacks_in_7888 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7888 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7888 .paragraph a,
#stacks_in_7888 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7888 .paragraph a:hover,
#stacks_in_7888 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7888 p,
#stacks_in_7888 {
	margin-bottom: 0;
	
}

#stacks_in_7888 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7890 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7890 p a,
#stacks_in_7890 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7890 p a:hover,
#stacks_in_7890 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7890 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7890 .paragraph a,
#stacks_in_7890 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7890 .paragraph a:hover,
#stacks_in_7890 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7890 p,
#stacks_in_7890 {
	margin-bottom: 0;
	
}

#stacks_in_7890 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7892 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7892 .label {
	
}

#stacks_in_7892 .label {
	font-weight: 700;
	
}

#stacks_in_7892 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11558 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11558 .label {
	
}

#stacks_in_11558 .label {
	font-weight: 700;
	
}

#stacks_in_11558 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8844 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8844 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8844 #stacks_in_8844-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8844 .close-stacks_in_8844-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8844 .close-stacks_in_8844-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8844 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8844 .close-stacks_in_8844-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8844 .close-stacks_in_8844-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8844 .close-stacks_in_8844-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8844 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8844 .close-stacks_in_8844-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8844 .close-stacks_in_8844-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8844 .close-stacks_in_8844-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8844 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8844 .close-stacks_in_8844-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8844 .close-stacks_in_8844-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8844 .close-stacks_in_8844-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8844 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8846 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8846 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8847 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8847 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8847 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8847 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8847 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8848 {
      margin: 0px;
    }

    #stacks_in_8848 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8848 {
      margin: 0px;
    }

    #stacks_in_8848 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8848 {
      margin: 0px;
    }

    #stacks_in_8848 {
      padding: 0px;
    }


    

    
      #stacks_in_8848 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8848 {
      margin: 0px;
    }

    #stacks_in_8848 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8848 {
      margin: 0px;
    }

    #stacks_in_8848 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8848 {
      margin: 0px;
    }

    #stacks_in_8848 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8850 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8850 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8850 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8850 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8850 h1 {
		font-size: 32px;
	}
}


#stacks_in_8850 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8852 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8852 p a,
#stacks_in_8852 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8852 p a:hover,
#stacks_in_8852 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8852 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8852 .paragraph a,
#stacks_in_8852 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8852 .paragraph a:hover,
#stacks_in_8852 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8852 p,
#stacks_in_8852 {
	margin-bottom: 0;
	
}

#stacks_in_8852 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8854 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8854 p a,
#stacks_in_8854 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8854 p a:hover,
#stacks_in_8854 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8854 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8854 .paragraph a,
#stacks_in_8854 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8854 .paragraph a:hover,
#stacks_in_8854 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8854 p,
#stacks_in_8854 {
	margin-bottom: 0;
	
}

#stacks_in_8854 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8856 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8856 .label {
	
}

#stacks_in_8856 .label {
	font-weight: 700;
	
}

#stacks_in_8856 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11559 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11559 .label {
	
}

#stacks_in_11559 .label {
	font-weight: 700;
	
}

#stacks_in_11559 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11081 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11081 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11081 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11081 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11081 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11081 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_7685 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7685 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7685 #stacks_in_7685-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7685 .close-stacks_in_7685-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7685 .close-stacks_in_7685-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7685 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7685 .close-stacks_in_7685-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7685 .close-stacks_in_7685-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7685 .close-stacks_in_7685-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7685 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7685 .close-stacks_in_7685-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7685 .close-stacks_in_7685-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7685 .close-stacks_in_7685-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7685 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7685 .close-stacks_in_7685-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7685 .close-stacks_in_7685-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7685 .close-stacks_in_7685-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7685 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7687 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7687 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7687 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7687 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7687 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7688 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7688 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7688 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7688 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7688 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7689 {
      margin: 0px;
    }

    #stacks_in_7689 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7689 {
      margin: 0px;
    }

    #stacks_in_7689 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7689 {
      margin: 0px;
    }

    #stacks_in_7689 {
      padding: 0px;
    }


    

    
      #stacks_in_7689 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7689 {
      margin: 0px;
    }

    #stacks_in_7689 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7689 {
      margin: 0px;
    }

    #stacks_in_7689 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7689 {
      margin: 0px;
    }

    #stacks_in_7689 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7691 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7691 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7691 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7691 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7691 h1 {
		font-size: 32px;
	}
}


#stacks_in_7691 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7693 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7693 p a,
#stacks_in_7693 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7693 p a:hover,
#stacks_in_7693 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7693 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7693 .paragraph a,
#stacks_in_7693 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7693 .paragraph a:hover,
#stacks_in_7693 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7693 p,
#stacks_in_7693 {
	margin-bottom: 0;
	
}

#stacks_in_7693 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7695 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7695 p a,
#stacks_in_7695 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7695 p a:hover,
#stacks_in_7695 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7695 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7695 .paragraph a,
#stacks_in_7695 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7695 .paragraph a:hover,
#stacks_in_7695 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7695 p,
#stacks_in_7695 {
	margin-bottom: 0;
	
}

#stacks_in_7695 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7697 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7697 .label {
	
}

#stacks_in_7697 .label {
	font-weight: 700;
	
}

#stacks_in_7697 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11560 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11560 .label {
	
}

#stacks_in_11560 .label {
	font-weight: 700;
	
}

#stacks_in_11560 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11085 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11085 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11085 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11085 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11085 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11085 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_7610 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7610 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7610 #stacks_in_7610-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7610 .close-stacks_in_7610-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7610 .close-stacks_in_7610-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7610 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7610 .close-stacks_in_7610-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7610 .close-stacks_in_7610-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7610 .close-stacks_in_7610-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7610 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7610 .close-stacks_in_7610-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7610 .close-stacks_in_7610-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7610 .close-stacks_in_7610-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7610 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7610 .close-stacks_in_7610-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7610 .close-stacks_in_7610-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7610 .close-stacks_in_7610-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7610 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7612 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7612 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7612 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7612 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7612 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7613 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7613 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7613 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7613 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7613 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7614 {
      margin: 0px;
    }

    #stacks_in_7614 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7614 {
      margin: 0px;
    }

    #stacks_in_7614 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7614 {
      margin: 0px;
    }

    #stacks_in_7614 {
      padding: 0px;
    }


    

    
      #stacks_in_7614 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7614 {
      margin: 0px;
    }

    #stacks_in_7614 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7614 {
      margin: 0px;
    }

    #stacks_in_7614 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7614 {
      margin: 0px;
    }

    #stacks_in_7614 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7616 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7616 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7616 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7616 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7616 h1 {
		font-size: 32px;
	}
}


#stacks_in_7616 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7618 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7618 p a,
#stacks_in_7618 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7618 p a:hover,
#stacks_in_7618 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7618 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7618 .paragraph a,
#stacks_in_7618 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7618 .paragraph a:hover,
#stacks_in_7618 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7618 p,
#stacks_in_7618 {
	margin-bottom: 0;
	
}

#stacks_in_7618 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7620 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7620 p a,
#stacks_in_7620 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7620 p a:hover,
#stacks_in_7620 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7620 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7620 .paragraph a,
#stacks_in_7620 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7620 .paragraph a:hover,
#stacks_in_7620 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7620 p,
#stacks_in_7620 {
	margin-bottom: 0;
	
}

#stacks_in_7620 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7622 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7622 .label {
	
}

#stacks_in_7622 .label {
	font-weight: 700;
	
}

#stacks_in_7622 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11561 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11561 .label {
	
}

#stacks_in_11561 .label {
	font-weight: 700;
	
}

#stacks_in_11561 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10097 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_10097 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10097 #stacks_in_10097-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10097 .close-stacks_in_10097-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10097 .close-stacks_in_10097-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10097 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10097 .close-stacks_in_10097-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10097 .close-stacks_in_10097-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10097 .close-stacks_in_10097-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10097 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10097 .close-stacks_in_10097-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10097 .close-stacks_in_10097-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10097 .close-stacks_in_10097-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10097 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10097 .close-stacks_in_10097-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10097 .close-stacks_in_10097-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10097 .close-stacks_in_10097-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10097 .mega-modal-content {
		padding-top: 100px;
	}	
}

#stacks_in_10097 {
	border: solid rgba(134, 154, 176, 1.00);
	border-width:  1px;
}


#stacks_in_10099 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10099 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10099 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10099 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10099 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10100 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10100 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10101 {
      margin: 0px;
    }

    #stacks_in_10101 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10101 {
      margin: 0px;
    }

    #stacks_in_10101 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10101 {
      margin: 0px;
    }

    #stacks_in_10101 {
      padding: 0px;
    }


    

    
      #stacks_in_10101 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10101 {
      margin: 0px;
    }

    #stacks_in_10101 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10101 {
      margin: 0px;
    }

    #stacks_in_10101 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10101 {
      margin: 0px;
    }

    #stacks_in_10101 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10102 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10102 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10102 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10102 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10102 h1 {
		font-size: 32px;
	}
}


#stacks_in_10102 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10104 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10104 p a,
#stacks_in_10104 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10104 p a:hover,
#stacks_in_10104 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10104 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10104 .paragraph a,
#stacks_in_10104 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10104 .paragraph a:hover,
#stacks_in_10104 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10104 p,
#stacks_in_10104 {
	margin-bottom: 0;
	
}

#stacks_in_10104 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10107 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10107 p a,
#stacks_in_10107 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10107 p a:hover,
#stacks_in_10107 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10107 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10107 .paragraph a,
#stacks_in_10107 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10107 .paragraph a:hover,
#stacks_in_10107 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10107 p,
#stacks_in_10107 {
	margin-bottom: 0;
	
}

#stacks_in_10107 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10109 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10109 .label {
	
}

#stacks_in_10109 .label {
	font-weight: 700;
	
}

#stacks_in_10109 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11562 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11562 .label {
	
}

#stacks_in_11562 .label {
	font-weight: 700;
	
}

#stacks_in_11562 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10113 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10113 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10113 #stacks_in_10113-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10113 .close-stacks_in_10113-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10113 .close-stacks_in_10113-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10113 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10113 .close-stacks_in_10113-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10113 .close-stacks_in_10113-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10113 .close-stacks_in_10113-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10113 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10113 .close-stacks_in_10113-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10113 .close-stacks_in_10113-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10113 .close-stacks_in_10113-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10113 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10113 .close-stacks_in_10113-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10113 .close-stacks_in_10113-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10113 .close-stacks_in_10113-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10113 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10115 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10115 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10115 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10115 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10115 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10116 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10116 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10116 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10116 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10116 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10117 {
      margin: 0px;
    }

    #stacks_in_10117 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10117 {
      margin: 0px;
    }

    #stacks_in_10117 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10117 {
      margin: 0px;
    }

    #stacks_in_10117 {
      padding: 0px;
    }


    

    
      #stacks_in_10117 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10117 {
      margin: 0px;
    }

    #stacks_in_10117 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10117 {
      margin: 0px;
    }

    #stacks_in_10117 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10117 {
      margin: 0px;
    }

    #stacks_in_10117 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10118 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10118 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10118 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10118 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10118 h1 {
		font-size: 32px;
	}
}


#stacks_in_10118 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10120 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10120 p a,
#stacks_in_10120 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10120 p a:hover,
#stacks_in_10120 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10120 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10120 .paragraph a,
#stacks_in_10120 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10120 .paragraph a:hover,
#stacks_in_10120 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10120 p,
#stacks_in_10120 {
	margin-bottom: 0;
	
}

#stacks_in_10120 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10122 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10122 p a,
#stacks_in_10122 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10122 p a:hover,
#stacks_in_10122 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10122 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10122 .paragraph a,
#stacks_in_10122 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10122 .paragraph a:hover,
#stacks_in_10122 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10122 p,
#stacks_in_10122 {
	margin-bottom: 0;
	
}

#stacks_in_10122 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10124 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10124 .label {
	
}

#stacks_in_10124 .label {
	font-weight: 700;
	
}

#stacks_in_10124 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11563 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11563 .label {
	
}

#stacks_in_11563 .label {
	font-weight: 700;
	
}

#stacks_in_11563 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7760 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7760 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7760 #stacks_in_7760-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7760 .close-stacks_in_7760-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7760 .close-stacks_in_7760-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7760 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7760 .close-stacks_in_7760-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7760 .close-stacks_in_7760-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7760 .close-stacks_in_7760-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7760 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7760 .close-stacks_in_7760-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7760 .close-stacks_in_7760-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7760 .close-stacks_in_7760-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7760 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7760 .close-stacks_in_7760-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7760 .close-stacks_in_7760-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7760 .close-stacks_in_7760-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7760 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7762 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7762 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7762 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7762 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7762 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7763 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7763 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7763 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7763 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7763 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7764 {
      margin: 0px;
    }

    #stacks_in_7764 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7764 {
      margin: 0px;
    }

    #stacks_in_7764 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7764 {
      margin: 0px;
    }

    #stacks_in_7764 {
      padding: 0px;
    }


    

    
      #stacks_in_7764 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7764 {
      margin: 0px;
    }

    #stacks_in_7764 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7764 {
      margin: 0px;
    }

    #stacks_in_7764 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7764 {
      margin: 0px;
    }

    #stacks_in_7764 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7766 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7766 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7766 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7766 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7766 h1 {
		font-size: 32px;
	}
}


#stacks_in_7766 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7768 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7768 p a,
#stacks_in_7768 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7768 p a:hover,
#stacks_in_7768 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7768 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7768 .paragraph a,
#stacks_in_7768 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7768 .paragraph a:hover,
#stacks_in_7768 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7768 p,
#stacks_in_7768 {
	margin-bottom: 0;
	
}

#stacks_in_7768 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7770 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7770 p a,
#stacks_in_7770 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7770 p a:hover,
#stacks_in_7770 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7770 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7770 .paragraph a,
#stacks_in_7770 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7770 .paragraph a:hover,
#stacks_in_7770 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7770 p,
#stacks_in_7770 {
	margin-bottom: 0;
	
}

#stacks_in_7770 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7772 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7772 .label {
	
}

#stacks_in_7772 .label {
	font-weight: 700;
	
}

#stacks_in_7772 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11564 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11564 .label {
	
}

#stacks_in_11564 .label {
	font-weight: 700;
	
}

#stacks_in_11564 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11087 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11087 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11087 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11087 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11087 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11087 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10130 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10130 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10130 #stacks_in_10130-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10130 .close-stacks_in_10130-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10130 .close-stacks_in_10130-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10130 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10130 .close-stacks_in_10130-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10130 .close-stacks_in_10130-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10130 .close-stacks_in_10130-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10130 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10130 .close-stacks_in_10130-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10130 .close-stacks_in_10130-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10130 .close-stacks_in_10130-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10130 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10130 .close-stacks_in_10130-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10130 .close-stacks_in_10130-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10130 .close-stacks_in_10130-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10130 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10132 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10132 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10133 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10133 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10133 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10133 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10133 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10134 {
      margin: 0px;
    }

    #stacks_in_10134 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10134 {
      margin: 0px;
    }

    #stacks_in_10134 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10134 {
      margin: 0px;
    }

    #stacks_in_10134 {
      padding: 0px;
    }


    

    
      #stacks_in_10134 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10134 {
      margin: 0px;
    }

    #stacks_in_10134 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10134 {
      margin: 0px;
    }

    #stacks_in_10134 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10134 {
      margin: 0px;
    }

    #stacks_in_10134 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10135 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10135 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10135 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10135 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10135 h1 {
		font-size: 32px;
	}
}


#stacks_in_10135 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10137 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10137 p a,
#stacks_in_10137 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10137 p a:hover,
#stacks_in_10137 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10137 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10137 .paragraph a,
#stacks_in_10137 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10137 .paragraph a:hover,
#stacks_in_10137 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10137 p,
#stacks_in_10137 {
	margin-bottom: 0;
	
}

#stacks_in_10137 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10139 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10139 p a,
#stacks_in_10139 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10139 p a:hover,
#stacks_in_10139 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10139 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10139 .paragraph a,
#stacks_in_10139 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10139 .paragraph a:hover,
#stacks_in_10139 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10139 p,
#stacks_in_10139 {
	margin-bottom: 0;
	
}

#stacks_in_10139 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10141 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10141 .label {
	
}

#stacks_in_10141 .label {
	font-weight: 700;
	
}

#stacks_in_10141 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11565 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11565 .label {
	
}

#stacks_in_11565 .label {
	font-weight: 700;
	
}

#stacks_in_11565 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7805 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7805 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7805 #stacks_in_7805-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7805 .close-stacks_in_7805-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7805 .close-stacks_in_7805-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7805 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7805 .close-stacks_in_7805-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7805 .close-stacks_in_7805-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7805 .close-stacks_in_7805-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7805 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7805 .close-stacks_in_7805-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7805 .close-stacks_in_7805-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7805 .close-stacks_in_7805-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7805 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7805 .close-stacks_in_7805-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7805 .close-stacks_in_7805-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7805 .close-stacks_in_7805-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7805 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7807 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7807 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7807 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7807 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7807 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7808 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7808 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7808 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7808 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7808 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7809 {
      margin: 0px;
    }

    #stacks_in_7809 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7809 {
      margin: 0px;
    }

    #stacks_in_7809 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7809 {
      margin: 0px;
    }

    #stacks_in_7809 {
      padding: 0px;
    }


    

    
      #stacks_in_7809 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7809 {
      margin: 0px;
    }

    #stacks_in_7809 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7809 {
      margin: 0px;
    }

    #stacks_in_7809 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7809 {
      margin: 0px;
    }

    #stacks_in_7809 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7811 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7811 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7811 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7811 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7811 h1 {
		font-size: 32px;
	}
}


#stacks_in_7811 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7813 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7813 p a,
#stacks_in_7813 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7813 p a:hover,
#stacks_in_7813 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7813 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7813 .paragraph a,
#stacks_in_7813 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7813 .paragraph a:hover,
#stacks_in_7813 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7813 p,
#stacks_in_7813 {
	margin-bottom: 0;
	
}

#stacks_in_7813 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7815 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7815 p a,
#stacks_in_7815 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7815 p a:hover,
#stacks_in_7815 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7815 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7815 .paragraph a,
#stacks_in_7815 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7815 .paragraph a:hover,
#stacks_in_7815 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7815 p,
#stacks_in_7815 {
	margin-bottom: 0;
	
}

#stacks_in_7815 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7817 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7817 .label {
	
}

#stacks_in_7817 .label {
	font-weight: 700;
	
}

#stacks_in_7817 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11566 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11566 .label {
	
}

#stacks_in_11566 .label {
	font-weight: 700;
	
}

#stacks_in_11566 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7790 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7790 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7790 #stacks_in_7790-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7790 .close-stacks_in_7790-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7790 .close-stacks_in_7790-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7790 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7790 .close-stacks_in_7790-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7790 .close-stacks_in_7790-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7790 .close-stacks_in_7790-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7790 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7790 .close-stacks_in_7790-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7790 .close-stacks_in_7790-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7790 .close-stacks_in_7790-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7790 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7790 .close-stacks_in_7790-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7790 .close-stacks_in_7790-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7790 .close-stacks_in_7790-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7790 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7792 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7792 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7792 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7792 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7792 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7793 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7793 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7793 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7793 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7793 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7794 {
      margin: 0px;
    }

    #stacks_in_7794 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7794 {
      margin: 0px;
    }

    #stacks_in_7794 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7794 {
      margin: 0px;
    }

    #stacks_in_7794 {
      padding: 0px;
    }


    

    
      #stacks_in_7794 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7794 {
      margin: 0px;
    }

    #stacks_in_7794 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7794 {
      margin: 0px;
    }

    #stacks_in_7794 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7794 {
      margin: 0px;
    }

    #stacks_in_7794 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7796 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7796 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7796 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7796 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7796 h1 {
		font-size: 32px;
	}
}


#stacks_in_7796 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7798 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7798 p a,
#stacks_in_7798 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7798 p a:hover,
#stacks_in_7798 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7798 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7798 .paragraph a,
#stacks_in_7798 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7798 .paragraph a:hover,
#stacks_in_7798 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7798 p,
#stacks_in_7798 {
	margin-bottom: 0;
	
}

#stacks_in_7798 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7800 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7800 p a,
#stacks_in_7800 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7800 p a:hover,
#stacks_in_7800 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7800 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7800 .paragraph a,
#stacks_in_7800 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7800 .paragraph a:hover,
#stacks_in_7800 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7800 p,
#stacks_in_7800 {
	margin-bottom: 0;
	
}

#stacks_in_7800 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7802 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7802 .label {
	
}

#stacks_in_7802 .label {
	font-weight: 700;
	
}

#stacks_in_7802 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11567 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11567 .label {
	
}

#stacks_in_11567 .label {
	font-weight: 700;
	
}

#stacks_in_11567 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11089 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11089 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11089 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11089 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11089 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11089 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_7775 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7775 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7775 #stacks_in_7775-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7775 .close-stacks_in_7775-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7775 .close-stacks_in_7775-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7775 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7775 .close-stacks_in_7775-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7775 .close-stacks_in_7775-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7775 .close-stacks_in_7775-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7775 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7775 .close-stacks_in_7775-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7775 .close-stacks_in_7775-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7775 .close-stacks_in_7775-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7775 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7775 .close-stacks_in_7775-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7775 .close-stacks_in_7775-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7775 .close-stacks_in_7775-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7775 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7777 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7777 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7777 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7777 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7777 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7778 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7778 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7778 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7778 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7778 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7779 {
      margin: 0px;
    }

    #stacks_in_7779 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7779 {
      margin: 0px;
    }

    #stacks_in_7779 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7779 {
      margin: 0px;
    }

    #stacks_in_7779 {
      padding: 0px;
    }


    

    
      #stacks_in_7779 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7779 {
      margin: 0px;
    }

    #stacks_in_7779 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7779 {
      margin: 0px;
    }

    #stacks_in_7779 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7779 {
      margin: 0px;
    }

    #stacks_in_7779 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7781 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7781 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7781 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7781 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7781 h1 {
		font-size: 32px;
	}
}


#stacks_in_7781 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7783 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7783 p a,
#stacks_in_7783 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7783 p a:hover,
#stacks_in_7783 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7783 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7783 .paragraph a,
#stacks_in_7783 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7783 .paragraph a:hover,
#stacks_in_7783 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7783 p,
#stacks_in_7783 {
	margin-bottom: 0;
	
}

#stacks_in_7783 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7785 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7785 p a,
#stacks_in_7785 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7785 p a:hover,
#stacks_in_7785 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7785 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7785 .paragraph a,
#stacks_in_7785 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7785 .paragraph a:hover,
#stacks_in_7785 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7785 p,
#stacks_in_7785 {
	margin-bottom: 0;
	
}

#stacks_in_7785 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7787 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7787 .label {
	
}

#stacks_in_7787 .label {
	font-weight: 700;
	
}

#stacks_in_7787 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11568 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11568 .label {
	
}

#stacks_in_11568 .label {
	font-weight: 700;
	
}

#stacks_in_11568 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7820 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7820 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7820 #stacks_in_7820-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7820 .close-stacks_in_7820-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7820 .close-stacks_in_7820-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7820 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7820 .close-stacks_in_7820-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7820 .close-stacks_in_7820-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7820 .close-stacks_in_7820-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7820 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7820 .close-stacks_in_7820-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7820 .close-stacks_in_7820-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7820 .close-stacks_in_7820-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7820 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7820 .close-stacks_in_7820-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7820 .close-stacks_in_7820-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7820 .close-stacks_in_7820-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7820 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7822 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7822 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7822 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7822 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7822 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7823 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7823 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7823 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7823 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7823 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7824 {
      margin: 0px;
    }

    #stacks_in_7824 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7824 {
      margin: 0px;
    }

    #stacks_in_7824 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7824 {
      margin: 0px;
    }

    #stacks_in_7824 {
      padding: 0px;
    }


    

    
      #stacks_in_7824 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7824 {
      margin: 0px;
    }

    #stacks_in_7824 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7824 {
      margin: 0px;
    }

    #stacks_in_7824 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7824 {
      margin: 0px;
    }

    #stacks_in_7824 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7826 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7826 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7826 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7826 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7826 h1 {
		font-size: 32px;
	}
}


#stacks_in_7826 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7828 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7828 p a,
#stacks_in_7828 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7828 p a:hover,
#stacks_in_7828 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7828 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7828 .paragraph a,
#stacks_in_7828 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7828 .paragraph a:hover,
#stacks_in_7828 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7828 p,
#stacks_in_7828 {
	margin-bottom: 0;
	
}

#stacks_in_7828 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7830 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7830 p a,
#stacks_in_7830 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7830 p a:hover,
#stacks_in_7830 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7830 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7830 .paragraph a,
#stacks_in_7830 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7830 .paragraph a:hover,
#stacks_in_7830 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7830 p,
#stacks_in_7830 {
	margin-bottom: 0;
	
}

#stacks_in_7830 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7832 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7832 .label {
	
}

#stacks_in_7832 .label {
	font-weight: 700;
	
}

#stacks_in_7832 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11569 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11569 .label {
	
}

#stacks_in_11569 .label {
	font-weight: 700;
	
}

#stacks_in_11569 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11808 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11808 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11808 #stacks_in_11808-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11808 .close-stacks_in_11808-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11808 .close-stacks_in_11808-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11808 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11808 .close-stacks_in_11808-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11808 .close-stacks_in_11808-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11808 .close-stacks_in_11808-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11808 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11808 .close-stacks_in_11808-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11808 .close-stacks_in_11808-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11808 .close-stacks_in_11808-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11808 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11808 .close-stacks_in_11808-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11808 .close-stacks_in_11808-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11808 .close-stacks_in_11808-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11808 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11810 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11810 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11810 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11810 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11810 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11811 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11811 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11811 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11811 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11811 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11812 {
      margin: 0px;
    }

    #stacks_in_11812 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11812 {
      margin: 0px;
    }

    #stacks_in_11812 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11812 {
      margin: 0px;
    }

    #stacks_in_11812 {
      padding: 0px;
    }


    

    
      #stacks_in_11812 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11812 {
      margin: 0px;
    }

    #stacks_in_11812 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11812 {
      margin: 0px;
    }

    #stacks_in_11812 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11812 {
      margin: 0px;
    }

    #stacks_in_11812 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11813 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11813 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11813 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11813 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11813 h1 {
		font-size: 32px;
	}
}


#stacks_in_11813 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11815 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11815 p a,
#stacks_in_11815 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11815 p a:hover,
#stacks_in_11815 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11815 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11815 .paragraph a,
#stacks_in_11815 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11815 .paragraph a:hover,
#stacks_in_11815 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11815 p,
#stacks_in_11815 {
	margin-bottom: 0;
	
}

#stacks_in_11815 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11817 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11817 p a,
#stacks_in_11817 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11817 p a:hover,
#stacks_in_11817 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11817 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11817 .paragraph a,
#stacks_in_11817 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11817 .paragraph a:hover,
#stacks_in_11817 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11817 p,
#stacks_in_11817 {
	margin-bottom: 0;
	
}

#stacks_in_11817 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11819 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11819 .label {
	
}

#stacks_in_11819 .label {
	font-weight: 700;
	
}

#stacks_in_11819 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11820 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11820 .label {
	
}

#stacks_in_11820 .label {
	font-weight: 700;
	
}

#stacks_in_11820 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11824 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11824 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11824 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11824 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11824 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11824 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11825 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11825 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11825 #stacks_in_11825-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11825 .close-stacks_in_11825-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11825 .close-stacks_in_11825-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11825 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11825 .close-stacks_in_11825-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11825 .close-stacks_in_11825-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11825 .close-stacks_in_11825-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11825 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11825 .close-stacks_in_11825-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11825 .close-stacks_in_11825-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11825 .close-stacks_in_11825-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11825 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11825 .close-stacks_in_11825-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11825 .close-stacks_in_11825-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11825 .close-stacks_in_11825-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11825 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11827 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11827 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11827 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11827 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11827 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11828 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11828 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11828 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11828 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11828 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11829 {
      margin: 0px;
    }

    #stacks_in_11829 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11829 {
      margin: 0px;
    }

    #stacks_in_11829 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11829 {
      margin: 0px;
    }

    #stacks_in_11829 {
      padding: 0px;
    }


    

    
      #stacks_in_11829 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11829 {
      margin: 0px;
    }

    #stacks_in_11829 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11829 {
      margin: 0px;
    }

    #stacks_in_11829 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11829 {
      margin: 0px;
    }

    #stacks_in_11829 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11830 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11830 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11830 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11830 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11830 h1 {
		font-size: 32px;
	}
}


#stacks_in_11830 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11832 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11832 p a,
#stacks_in_11832 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11832 p a:hover,
#stacks_in_11832 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11832 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11832 .paragraph a,
#stacks_in_11832 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11832 .paragraph a:hover,
#stacks_in_11832 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11832 p,
#stacks_in_11832 {
	margin-bottom: 0;
	
}

#stacks_in_11832 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11834 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11834 p a,
#stacks_in_11834 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11834 p a:hover,
#stacks_in_11834 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11834 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11834 .paragraph a,
#stacks_in_11834 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11834 .paragraph a:hover,
#stacks_in_11834 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11834 p,
#stacks_in_11834 {
	margin-bottom: 0;
	
}

#stacks_in_11834 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11836 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11836 .label {
	
}

#stacks_in_11836 .label {
	font-weight: 700;
	
}

#stacks_in_11836 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11837 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11837 .label {
	
}

#stacks_in_11837 .label {
	font-weight: 700;
	
}

#stacks_in_11837 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11842 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11842 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11842 #stacks_in_11842-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11842 .close-stacks_in_11842-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11842 .close-stacks_in_11842-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11842 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11842 .close-stacks_in_11842-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11842 .close-stacks_in_11842-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11842 .close-stacks_in_11842-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11842 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11842 .close-stacks_in_11842-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11842 .close-stacks_in_11842-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11842 .close-stacks_in_11842-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11842 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11842 .close-stacks_in_11842-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11842 .close-stacks_in_11842-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11842 .close-stacks_in_11842-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11842 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11844 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11844 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11844 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11845 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11845 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11846 {
      margin: 0px;
    }

    #stacks_in_11846 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11846 {
      margin: 0px;
    }

    #stacks_in_11846 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11846 {
      margin: 0px;
    }

    #stacks_in_11846 {
      padding: 0px;
    }


    

    
      #stacks_in_11846 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11846 {
      margin: 0px;
    }

    #stacks_in_11846 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11846 {
      margin: 0px;
    }

    #stacks_in_11846 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11846 {
      margin: 0px;
    }

    #stacks_in_11846 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11847 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11847 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11847 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11847 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11847 h1 {
		font-size: 32px;
	}
}


#stacks_in_11847 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11849 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11849 p a,
#stacks_in_11849 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11849 p a:hover,
#stacks_in_11849 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11849 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11849 .paragraph a,
#stacks_in_11849 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11849 .paragraph a:hover,
#stacks_in_11849 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11849 p,
#stacks_in_11849 {
	margin-bottom: 0;
	
}

#stacks_in_11849 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11851 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11851 p a,
#stacks_in_11851 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11851 p a:hover,
#stacks_in_11851 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11851 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11851 .paragraph a,
#stacks_in_11851 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11851 .paragraph a:hover,
#stacks_in_11851 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11851 p,
#stacks_in_11851 {
	margin-bottom: 0;
	
}

#stacks_in_11851 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11853 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11853 .label {
	
}

#stacks_in_11853 .label {
	font-weight: 700;
	
}

#stacks_in_11853 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11854 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11854 .label {
	
}

#stacks_in_11854 .label {
	font-weight: 700;
	
}

#stacks_in_11854 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12249 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12249 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12249 #stacks_in_12249-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12249 .close-stacks_in_12249-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12249 .close-stacks_in_12249-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12249 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12249 .close-stacks_in_12249-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12249 .close-stacks_in_12249-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12249 .close-stacks_in_12249-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12249 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12249 .close-stacks_in_12249-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12249 .close-stacks_in_12249-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12249 .close-stacks_in_12249-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12249 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12249 .close-stacks_in_12249-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12249 .close-stacks_in_12249-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12249 .close-stacks_in_12249-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12249 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12251 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12251 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12251 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12251 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12251 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12252 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12252 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12252 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12252 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12252 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12253 {
      margin: 0px;
    }

    #stacks_in_12253 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12253 {
      margin: 0px;
    }

    #stacks_in_12253 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12253 {
      margin: 0px;
    }

    #stacks_in_12253 {
      padding: 0px;
    }


    

    
      #stacks_in_12253 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12253 {
      margin: 0px;
    }

    #stacks_in_12253 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12253 {
      margin: 0px;
    }

    #stacks_in_12253 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12253 {
      margin: 0px;
    }

    #stacks_in_12253 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12254 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12254 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12254 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12254 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12254 h1 {
		font-size: 32px;
	}
}


#stacks_in_12254 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12256 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12256 p a,
#stacks_in_12256 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12256 p a:hover,
#stacks_in_12256 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12256 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12256 .paragraph a,
#stacks_in_12256 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12256 .paragraph a:hover,
#stacks_in_12256 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12256 p,
#stacks_in_12256 {
	margin-bottom: 0;
	
}

#stacks_in_12256 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12258 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12258 p a,
#stacks_in_12258 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12258 p a:hover,
#stacks_in_12258 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12258 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12258 .paragraph a,
#stacks_in_12258 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12258 .paragraph a:hover,
#stacks_in_12258 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12258 p,
#stacks_in_12258 {
	margin-bottom: 0;
	
}

#stacks_in_12258 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12260 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12260 .label {
	
}

#stacks_in_12260 .label {
	font-weight: 700;
	
}

#stacks_in_12260 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12281 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12281 .label {
	
}

#stacks_in_12281 .label {
	font-weight: 700;
	
}

#stacks_in_12281 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11858 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11858 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11858 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11858 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11858 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11858 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11859 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11859 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11859 #stacks_in_11859-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11859 .close-stacks_in_11859-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11859 .close-stacks_in_11859-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11859 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11859 .close-stacks_in_11859-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11859 .close-stacks_in_11859-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11859 .close-stacks_in_11859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11859 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11859 .close-stacks_in_11859-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11859 .close-stacks_in_11859-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11859 .close-stacks_in_11859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11859 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11859 .close-stacks_in_11859-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11859 .close-stacks_in_11859-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11859 .close-stacks_in_11859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11859 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11861 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11861 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11861 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11861 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11861 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11862 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11862 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11863 {
      margin: 0px;
    }

    #stacks_in_11863 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11863 {
      margin: 0px;
    }

    #stacks_in_11863 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11863 {
      margin: 0px;
    }

    #stacks_in_11863 {
      padding: 0px;
    }


    

    
      #stacks_in_11863 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11863 {
      margin: 0px;
    }

    #stacks_in_11863 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11863 {
      margin: 0px;
    }

    #stacks_in_11863 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11863 {
      margin: 0px;
    }

    #stacks_in_11863 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11864 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11864 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11864 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11864 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11864 h1 {
		font-size: 32px;
	}
}


#stacks_in_11864 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11866 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11866 p a,
#stacks_in_11866 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11866 p a:hover,
#stacks_in_11866 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11866 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11866 .paragraph a,
#stacks_in_11866 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11866 .paragraph a:hover,
#stacks_in_11866 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11866 p,
#stacks_in_11866 {
	margin-bottom: 0;
	
}

#stacks_in_11866 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11868 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11868 p a,
#stacks_in_11868 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11868 p a:hover,
#stacks_in_11868 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11868 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11868 .paragraph a,
#stacks_in_11868 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11868 .paragraph a:hover,
#stacks_in_11868 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11868 p,
#stacks_in_11868 {
	margin-bottom: 0;
	
}

#stacks_in_11868 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11870 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11870 .label {
	
}

#stacks_in_11870 .label {
	font-weight: 700;
	
}

#stacks_in_11870 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11871 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11871 .label {
	
}

#stacks_in_11871 .label {
	font-weight: 700;
	
}

#stacks_in_11871 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12266 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12266 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12266 #stacks_in_12266-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12266 .close-stacks_in_12266-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12266 .close-stacks_in_12266-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12266 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12266 .close-stacks_in_12266-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12266 .close-stacks_in_12266-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12266 .close-stacks_in_12266-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12266 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12266 .close-stacks_in_12266-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12266 .close-stacks_in_12266-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12266 .close-stacks_in_12266-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12266 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12266 .close-stacks_in_12266-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12266 .close-stacks_in_12266-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12266 .close-stacks_in_12266-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12266 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12268 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12268 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12268 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12268 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12268 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12269 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12269 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12269 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12269 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12269 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12270 {
      margin: 0px;
    }

    #stacks_in_12270 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12270 {
      margin: 0px;
    }

    #stacks_in_12270 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12270 {
      margin: 0px;
    }

    #stacks_in_12270 {
      padding: 0px;
    }


    

    
      #stacks_in_12270 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12270 {
      margin: 0px;
    }

    #stacks_in_12270 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12270 {
      margin: 0px;
    }

    #stacks_in_12270 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12270 {
      margin: 0px;
    }

    #stacks_in_12270 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12271 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12271 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12271 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12271 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12271 h1 {
		font-size: 32px;
	}
}


#stacks_in_12271 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12273 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12273 p a,
#stacks_in_12273 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12273 p a:hover,
#stacks_in_12273 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12273 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12273 .paragraph a,
#stacks_in_12273 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12273 .paragraph a:hover,
#stacks_in_12273 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12273 p,
#stacks_in_12273 {
	margin-bottom: 0;
	
}

#stacks_in_12273 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12275 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12275 p a,
#stacks_in_12275 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12275 p a:hover,
#stacks_in_12275 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12275 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12275 .paragraph a,
#stacks_in_12275 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12275 .paragraph a:hover,
#stacks_in_12275 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12275 p,
#stacks_in_12275 {
	margin-bottom: 0;
	
}

#stacks_in_12275 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12277 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12277 .label {
	
}

#stacks_in_12277 .label {
	font-weight: 700;
	
}

#stacks_in_12277 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12282 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12282 .label {
	
}

#stacks_in_12282 .label {
	font-weight: 700;
	
}

#stacks_in_12282 {
	padding: 0px 0px 0px 10px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_4415 > .svgm-wrap {
  overflow: visible;
  height: 30px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  rotateY(180deg);
  transform: translateX(-50%)  rotateY(180deg);
  
}
.svg-metamorph.svgm_stacks_in_4415 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 30px;
  overflow: visible;
  
  stroke-width: 5px;
  
}
.svg-metamorph.svgm_stacks_in_4415 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_4415 {
  padding-bottom: 30px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_4415 {
    padding-bottom: 45.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4415 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4415 > .svgm-wrap > svg {
    height: 45.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_4415 {
    padding-bottom: 15.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4415 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4415 > .svgm-wrap > svg {
    height: 15.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_4415 {
	background-color: rgba(11, 109, 205, 0.00);
}


#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(247, 0, 13, 1.00);
	padding: 0px 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_7925 {
	border: solid rgba(241, 0, 14, 1.00);
	border-width: 0px 2px 2px 2px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_8064 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8064 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8064 #stacks_in_8064-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8064 .close-stacks_in_8064-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8064 .close-stacks_in_8064-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8064 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8064 .close-stacks_in_8064-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8064 .close-stacks_in_8064-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8064 .close-stacks_in_8064-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8064 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8064 .close-stacks_in_8064-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8064 .close-stacks_in_8064-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8064 .close-stacks_in_8064-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8064 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8064 .close-stacks_in_8064-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8064 .close-stacks_in_8064-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8064 .close-stacks_in_8064-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8064 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8066 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8066 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8066 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8066 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8066 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8067 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8067 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8067 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8067 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8067 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }


    

    
      #stacks_in_8068 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8068 {
      margin: 0px;
    }

    #stacks_in_8068 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8070 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8070 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8070 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8070 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8070 h1 {
		font-size: 32px;
	}
}


#stacks_in_8070 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8072 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8072 p a,
#stacks_in_8072 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8072 p a:hover,
#stacks_in_8072 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8072 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8072 .paragraph a,
#stacks_in_8072 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8072 .paragraph a:hover,
#stacks_in_8072 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8072 p,
#stacks_in_8072 {
	margin-bottom: 0;
	
}

#stacks_in_8072 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8074 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8074 p a,
#stacks_in_8074 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8074 p a:hover,
#stacks_in_8074 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8074 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8074 .paragraph a,
#stacks_in_8074 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8074 .paragraph a:hover,
#stacks_in_8074 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8074 p,
#stacks_in_8074 {
	margin-bottom: 0;
	
}

#stacks_in_8074 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8076 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8076 .label {
	
}

#stacks_in_8076 .label {
	font-weight: 700;
	
}

#stacks_in_8076 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11570 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11570 .label {
	
}

#stacks_in_11570 .label {
	font-weight: 700;
	
}

#stacks_in_11570 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7944 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7944 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7944 #stacks_in_7944-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7944 .close-stacks_in_7944-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7944 .close-stacks_in_7944-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7944 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7944 .close-stacks_in_7944-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7944 .close-stacks_in_7944-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7944 .close-stacks_in_7944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7944 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7944 .close-stacks_in_7944-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7944 .close-stacks_in_7944-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7944 .close-stacks_in_7944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7944 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7944 .close-stacks_in_7944-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7944 .close-stacks_in_7944-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7944 .close-stacks_in_7944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7944 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7946 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7946 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7947 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7947 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7948 {
      margin: 0px;
    }

    #stacks_in_7948 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7948 {
      margin: 0px;
    }

    #stacks_in_7948 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7948 {
      margin: 0px;
    }

    #stacks_in_7948 {
      padding: 0px;
    }


    

    
      #stacks_in_7948 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7948 {
      margin: 0px;
    }

    #stacks_in_7948 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7948 {
      margin: 0px;
    }

    #stacks_in_7948 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7948 {
      margin: 0px;
    }

    #stacks_in_7948 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7950 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7950 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7950 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7950 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7950 h1 {
		font-size: 32px;
	}
}


#stacks_in_7950 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7952 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7952 p a,
#stacks_in_7952 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7952 p a:hover,
#stacks_in_7952 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7952 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7952 .paragraph a,
#stacks_in_7952 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7952 .paragraph a:hover,
#stacks_in_7952 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7952 p,
#stacks_in_7952 {
	margin-bottom: 0;
	
}

#stacks_in_7952 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7954 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7954 p a,
#stacks_in_7954 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7954 p a:hover,
#stacks_in_7954 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7954 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7954 .paragraph a,
#stacks_in_7954 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7954 .paragraph a:hover,
#stacks_in_7954 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7954 p,
#stacks_in_7954 {
	margin-bottom: 0;
	
}

#stacks_in_7954 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7956 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7956 .label {
	
}

#stacks_in_7956 .label {
	font-weight: 700;
	
}

#stacks_in_7956 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11571 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11571 .label {
	
}

#stacks_in_11571 .label {
	font-weight: 700;
	
}

#stacks_in_11571 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11091 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11091 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11091 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11091 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11091 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11091 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10146 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10146 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10146 #stacks_in_10146-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10146 .close-stacks_in_10146-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10146 .close-stacks_in_10146-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10146 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10146 .close-stacks_in_10146-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10146 .close-stacks_in_10146-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10146 .close-stacks_in_10146-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10146 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10146 .close-stacks_in_10146-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10146 .close-stacks_in_10146-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10146 .close-stacks_in_10146-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10146 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10146 .close-stacks_in_10146-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10146 .close-stacks_in_10146-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10146 .close-stacks_in_10146-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10146 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10148 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10148 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10148 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10148 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10148 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10149 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10149 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10149 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10149 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10149 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10150 {
      margin: 0px;
    }

    #stacks_in_10150 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10150 {
      margin: 0px;
    }

    #stacks_in_10150 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10150 {
      margin: 0px;
    }

    #stacks_in_10150 {
      padding: 0px;
    }


    

    
      #stacks_in_10150 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10150 {
      margin: 0px;
    }

    #stacks_in_10150 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10150 {
      margin: 0px;
    }

    #stacks_in_10150 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10150 {
      margin: 0px;
    }

    #stacks_in_10150 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10151 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10151 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10151 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10151 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10151 h1 {
		font-size: 32px;
	}
}


#stacks_in_10151 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10153 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10153 p a,
#stacks_in_10153 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10153 p a:hover,
#stacks_in_10153 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10153 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10153 .paragraph a,
#stacks_in_10153 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10153 .paragraph a:hover,
#stacks_in_10153 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10153 p,
#stacks_in_10153 {
	margin-bottom: 0;
	
}

#stacks_in_10153 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10155 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10155 p a,
#stacks_in_10155 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10155 p a:hover,
#stacks_in_10155 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10155 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10155 .paragraph a,
#stacks_in_10155 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10155 .paragraph a:hover,
#stacks_in_10155 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10155 p,
#stacks_in_10155 {
	margin-bottom: 0;
	
}

#stacks_in_10155 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10157 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10157 .label {
	
}

#stacks_in_10157 .label {
	font-weight: 700;
	
}

#stacks_in_10157 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11572 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11572 .label {
	
}

#stacks_in_11572 .label {
	font-weight: 700;
	
}

#stacks_in_11572 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11095 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11095 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11095 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11095 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11095 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11095 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10161 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10161 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10161 #stacks_in_10161-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10161 .close-stacks_in_10161-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10161 .close-stacks_in_10161-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10161 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10161 .close-stacks_in_10161-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10161 .close-stacks_in_10161-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10161 .close-stacks_in_10161-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10161 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10161 .close-stacks_in_10161-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10161 .close-stacks_in_10161-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10161 .close-stacks_in_10161-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10161 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10161 .close-stacks_in_10161-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10161 .close-stacks_in_10161-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10161 .close-stacks_in_10161-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10161 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10163 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10163 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10163 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10163 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10163 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10164 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10164 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10164 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10164 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10164 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10165 {
      margin: 0px;
    }

    #stacks_in_10165 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10165 {
      margin: 0px;
    }

    #stacks_in_10165 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10165 {
      margin: 0px;
    }

    #stacks_in_10165 {
      padding: 0px;
    }


    

    
      #stacks_in_10165 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10165 {
      margin: 0px;
    }

    #stacks_in_10165 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10165 {
      margin: 0px;
    }

    #stacks_in_10165 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10165 {
      margin: 0px;
    }

    #stacks_in_10165 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10166 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10166 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10166 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10166 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10166 h1 {
		font-size: 32px;
	}
}


#stacks_in_10166 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10168 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10168 p a,
#stacks_in_10168 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10168 p a:hover,
#stacks_in_10168 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10168 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10168 .paragraph a,
#stacks_in_10168 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10168 .paragraph a:hover,
#stacks_in_10168 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10168 p,
#stacks_in_10168 {
	margin-bottom: 0;
	
}

#stacks_in_10168 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10170 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10170 p a,
#stacks_in_10170 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10170 p a:hover,
#stacks_in_10170 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10170 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10170 .paragraph a,
#stacks_in_10170 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10170 .paragraph a:hover,
#stacks_in_10170 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10170 p,
#stacks_in_10170 {
	margin-bottom: 0;
	
}

#stacks_in_10170 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10172 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10172 .label {
	
}

#stacks_in_10172 .label {
	font-weight: 700;
	
}

#stacks_in_10172 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11573 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11573 .label {
	
}

#stacks_in_11573 .label {
	font-weight: 700;
	
}

#stacks_in_11573 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11093 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11093 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11093 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11093 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11093 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11093 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10178 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10178 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10178 #stacks_in_10178-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10178 .close-stacks_in_10178-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10178 .close-stacks_in_10178-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10178 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10178 .close-stacks_in_10178-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10178 .close-stacks_in_10178-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10178 .close-stacks_in_10178-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10178 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10178 .close-stacks_in_10178-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10178 .close-stacks_in_10178-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10178 .close-stacks_in_10178-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10178 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10178 .close-stacks_in_10178-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10178 .close-stacks_in_10178-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10178 .close-stacks_in_10178-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10178 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10180 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10180 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10181 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10181 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10181 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10181 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10181 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10182 {
      margin: 0px;
    }

    #stacks_in_10182 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10182 {
      margin: 0px;
    }

    #stacks_in_10182 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10182 {
      margin: 0px;
    }

    #stacks_in_10182 {
      padding: 0px;
    }


    

    
      #stacks_in_10182 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10182 {
      margin: 0px;
    }

    #stacks_in_10182 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10182 {
      margin: 0px;
    }

    #stacks_in_10182 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10182 {
      margin: 0px;
    }

    #stacks_in_10182 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10183 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10183 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10183 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10183 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10183 h1 {
		font-size: 32px;
	}
}


#stacks_in_10183 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10185 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10185 p a,
#stacks_in_10185 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10185 p a:hover,
#stacks_in_10185 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10185 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10185 .paragraph a,
#stacks_in_10185 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10185 .paragraph a:hover,
#stacks_in_10185 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10185 p,
#stacks_in_10185 {
	margin-bottom: 0;
	
}

#stacks_in_10185 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10187 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10187 p a,
#stacks_in_10187 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10187 p a:hover,
#stacks_in_10187 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10187 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10187 .paragraph a,
#stacks_in_10187 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10187 .paragraph a:hover,
#stacks_in_10187 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10187 p,
#stacks_in_10187 {
	margin-bottom: 0;
	
}

#stacks_in_10187 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10189 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10189 .label {
	
}

#stacks_in_10189 .label {
	font-weight: 700;
	
}

#stacks_in_10189 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11574 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11574 .label {
	
}

#stacks_in_11574 .label {
	font-weight: 700;
	
}

#stacks_in_11574 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_7929 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_7929 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7929 #stacks_in_7929-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_7929 .close-stacks_in_7929-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7929 .close-stacks_in_7929-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_7929 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7929 .close-stacks_in_7929-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7929 .close-stacks_in_7929-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7929 .close-stacks_in_7929-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7929 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7929 .close-stacks_in_7929-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7929 .close-stacks_in_7929-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7929 .close-stacks_in_7929-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7929 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7929 .close-stacks_in_7929-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7929 .close-stacks_in_7929-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7929 .close-stacks_in_7929-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7929 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_7931 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7931 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_7932 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_7932 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_7932 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7932 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_7932 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_7933 {
      margin: 0px;
    }

    #stacks_in_7933 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_7933 {
      margin: 0px;
    }

    #stacks_in_7933 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_7933 {
      margin: 0px;
    }

    #stacks_in_7933 {
      padding: 0px;
    }


    

    
      #stacks_in_7933 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_7933 {
      margin: 0px;
    }

    #stacks_in_7933 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_7933 {
      margin: 0px;
    }

    #stacks_in_7933 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_7933 {
      margin: 0px;
    }

    #stacks_in_7933 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_7935 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_7935 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_7935 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_7935 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7935 h1 {
		font-size: 32px;
	}
}


#stacks_in_7935 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_7937 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7937 p a,
#stacks_in_7937 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7937 p a:hover,
#stacks_in_7937 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7937 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_7937 .paragraph a,
#stacks_in_7937 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_7937 .paragraph a:hover,
#stacks_in_7937 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7937 p,
#stacks_in_7937 {
	margin-bottom: 0;
	
}

#stacks_in_7937 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_7939 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7939 p a,
#stacks_in_7939 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7939 p a:hover,
#stacks_in_7939 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7939 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_7939 .paragraph a,
#stacks_in_7939 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_7939 .paragraph a:hover,
#stacks_in_7939 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_7939 p,
#stacks_in_7939 {
	margin-bottom: 0;
	
}

#stacks_in_7939 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_7941 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_7941 .label {
	
}

#stacks_in_7941 .label {
	font-weight: 700;
	
}

#stacks_in_7941 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11575 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11575 .label {
	
}

#stacks_in_11575 .label {
	font-weight: 700;
	
}

#stacks_in_11575 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10194 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10194 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10194 #stacks_in_10194-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10194 .close-stacks_in_10194-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10194 .close-stacks_in_10194-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10194 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10194 .close-stacks_in_10194-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10194 .close-stacks_in_10194-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10194 .close-stacks_in_10194-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10194 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10194 .close-stacks_in_10194-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10194 .close-stacks_in_10194-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10194 .close-stacks_in_10194-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10194 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10194 .close-stacks_in_10194-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10194 .close-stacks_in_10194-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10194 .close-stacks_in_10194-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10194 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10196 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10196 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10196 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10196 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10196 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10197 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10197 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10197 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10197 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10197 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10198 {
      margin: 0px;
    }

    #stacks_in_10198 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10198 {
      margin: 0px;
    }

    #stacks_in_10198 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10198 {
      margin: 0px;
    }

    #stacks_in_10198 {
      padding: 0px;
    }


    

    
      #stacks_in_10198 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10198 {
      margin: 0px;
    }

    #stacks_in_10198 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10198 {
      margin: 0px;
    }

    #stacks_in_10198 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10198 {
      margin: 0px;
    }

    #stacks_in_10198 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10199 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10199 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10199 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10199 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10199 h1 {
		font-size: 32px;
	}
}


#stacks_in_10199 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10201 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10201 p a,
#stacks_in_10201 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10201 p a:hover,
#stacks_in_10201 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10201 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10201 .paragraph a,
#stacks_in_10201 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10201 .paragraph a:hover,
#stacks_in_10201 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10201 p,
#stacks_in_10201 {
	margin-bottom: 0;
	
}

#stacks_in_10201 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10203 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10203 p a,
#stacks_in_10203 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10203 p a:hover,
#stacks_in_10203 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10203 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10203 .paragraph a,
#stacks_in_10203 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10203 .paragraph a:hover,
#stacks_in_10203 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10203 p,
#stacks_in_10203 {
	margin-bottom: 0;
	
}

#stacks_in_10203 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10205 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10205 .label {
	
}

#stacks_in_10205 .label {
	font-weight: 700;
	
}

#stacks_in_10205 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11576 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11576 .label {
	
}

#stacks_in_11576 .label {
	font-weight: 700;
	
}

#stacks_in_11576 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10210 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10210 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10210 #stacks_in_10210-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10210 .close-stacks_in_10210-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10210 .close-stacks_in_10210-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10210 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10210 .close-stacks_in_10210-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10210 .close-stacks_in_10210-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10210 .close-stacks_in_10210-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10210 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10210 .close-stacks_in_10210-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10210 .close-stacks_in_10210-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10210 .close-stacks_in_10210-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10210 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10210 .close-stacks_in_10210-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10210 .close-stacks_in_10210-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10210 .close-stacks_in_10210-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10210 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10212 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10212 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10212 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10212 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10212 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10213 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10213 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10213 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10213 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10213 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10214 {
      margin: 0px;
    }

    #stacks_in_10214 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10214 {
      margin: 0px;
    }

    #stacks_in_10214 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10214 {
      margin: 0px;
    }

    #stacks_in_10214 {
      padding: 0px;
    }


    

    
      #stacks_in_10214 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10214 {
      margin: 0px;
    }

    #stacks_in_10214 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10214 {
      margin: 0px;
    }

    #stacks_in_10214 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10214 {
      margin: 0px;
    }

    #stacks_in_10214 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10215 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10215 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10215 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10215 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10215 h1 {
		font-size: 32px;
	}
}


#stacks_in_10215 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10217 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10217 p a,
#stacks_in_10217 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10217 p a:hover,
#stacks_in_10217 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10217 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10217 .paragraph a,
#stacks_in_10217 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10217 .paragraph a:hover,
#stacks_in_10217 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10217 p,
#stacks_in_10217 {
	margin-bottom: 0;
	
}

#stacks_in_10217 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10219 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10219 p a,
#stacks_in_10219 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10219 p a:hover,
#stacks_in_10219 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10219 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10219 .paragraph a,
#stacks_in_10219 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10219 .paragraph a:hover,
#stacks_in_10219 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10219 p,
#stacks_in_10219 {
	margin-bottom: 0;
	
}

#stacks_in_10219 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10221 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10221 .label {
	
}

#stacks_in_10221 .label {
	font-weight: 700;
	
}

#stacks_in_10221 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11577 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11577 .label {
	
}

#stacks_in_11577 .label {
	font-weight: 700;
	
}

#stacks_in_11577 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10226 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10226 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10226 #stacks_in_10226-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10226 .close-stacks_in_10226-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10226 .close-stacks_in_10226-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10226 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10226 .close-stacks_in_10226-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10226 .close-stacks_in_10226-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10226 .close-stacks_in_10226-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10226 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10226 .close-stacks_in_10226-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10226 .close-stacks_in_10226-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10226 .close-stacks_in_10226-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10226 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10226 .close-stacks_in_10226-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10226 .close-stacks_in_10226-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10226 .close-stacks_in_10226-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10226 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10228 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10228 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10229 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10229 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10229 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10229 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10229 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10230 {
      margin: 0px;
    }

    #stacks_in_10230 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10230 {
      margin: 0px;
    }

    #stacks_in_10230 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10230 {
      margin: 0px;
    }

    #stacks_in_10230 {
      padding: 0px;
    }


    

    
      #stacks_in_10230 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10230 {
      margin: 0px;
    }

    #stacks_in_10230 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10230 {
      margin: 0px;
    }

    #stacks_in_10230 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10230 {
      margin: 0px;
    }

    #stacks_in_10230 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10231 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10231 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10231 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10231 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10231 h1 {
		font-size: 32px;
	}
}


#stacks_in_10231 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10233 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10233 p a,
#stacks_in_10233 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10233 p a:hover,
#stacks_in_10233 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10233 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10233 .paragraph a,
#stacks_in_10233 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10233 .paragraph a:hover,
#stacks_in_10233 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10233 p,
#stacks_in_10233 {
	margin-bottom: 0;
	
}

#stacks_in_10233 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10235 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10235 p a,
#stacks_in_10235 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10235 p a:hover,
#stacks_in_10235 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10235 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10235 .paragraph a,
#stacks_in_10235 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10235 .paragraph a:hover,
#stacks_in_10235 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10235 p,
#stacks_in_10235 {
	margin-bottom: 0;
	
}

#stacks_in_10235 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10237 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10237 .label {
	
}

#stacks_in_10237 .label {
	font-weight: 700;
	
}

#stacks_in_10237 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11578 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11578 .label {
	
}

#stacks_in_11578 .label {
	font-weight: 700;
	
}

#stacks_in_11578 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10241 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10241 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10241 #stacks_in_10241-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10241 .close-stacks_in_10241-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10241 .close-stacks_in_10241-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10241 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10241 .close-stacks_in_10241-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10241 .close-stacks_in_10241-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10241 .close-stacks_in_10241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10241 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10241 .close-stacks_in_10241-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10241 .close-stacks_in_10241-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10241 .close-stacks_in_10241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10241 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10241 .close-stacks_in_10241-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10241 .close-stacks_in_10241-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10241 .close-stacks_in_10241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10241 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10243 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10243 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10244 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10244 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10245 {
      margin: 0px;
    }

    #stacks_in_10245 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10245 {
      margin: 0px;
    }

    #stacks_in_10245 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10245 {
      margin: 0px;
    }

    #stacks_in_10245 {
      padding: 0px;
    }


    

    
      #stacks_in_10245 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10245 {
      margin: 0px;
    }

    #stacks_in_10245 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10245 {
      margin: 0px;
    }

    #stacks_in_10245 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10245 {
      margin: 0px;
    }

    #stacks_in_10245 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10246 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10246 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10246 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10246 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10246 h1 {
		font-size: 32px;
	}
}


#stacks_in_10246 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10248 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10248 p a,
#stacks_in_10248 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10248 p a:hover,
#stacks_in_10248 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10248 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10248 .paragraph a,
#stacks_in_10248 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10248 .paragraph a:hover,
#stacks_in_10248 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10248 p,
#stacks_in_10248 {
	margin-bottom: 0;
	
}

#stacks_in_10248 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10250 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10250 p a,
#stacks_in_10250 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10250 p a:hover,
#stacks_in_10250 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10250 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10250 .paragraph a,
#stacks_in_10250 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10250 .paragraph a:hover,
#stacks_in_10250 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10250 p,
#stacks_in_10250 {
	margin-bottom: 0;
	
}

#stacks_in_10250 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10252 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10252 .label {
	
}

#stacks_in_10252 .label {
	font-weight: 700;
	
}

#stacks_in_10252 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11579 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11579 .label {
	
}

#stacks_in_11579 .label {
	font-weight: 700;
	
}

#stacks_in_11579 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10258 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10258 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10258 #stacks_in_10258-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10258 .close-stacks_in_10258-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10258 .close-stacks_in_10258-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10258 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10258 .close-stacks_in_10258-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10258 .close-stacks_in_10258-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10258 .close-stacks_in_10258-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10258 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10258 .close-stacks_in_10258-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10258 .close-stacks_in_10258-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10258 .close-stacks_in_10258-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10258 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10258 .close-stacks_in_10258-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10258 .close-stacks_in_10258-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10258 .close-stacks_in_10258-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10258 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10260 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10260 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10260 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10260 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10260 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10261 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10261 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10261 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10261 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10261 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10262 {
      margin: 0px;
    }

    #stacks_in_10262 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10262 {
      margin: 0px;
    }

    #stacks_in_10262 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10262 {
      margin: 0px;
    }

    #stacks_in_10262 {
      padding: 0px;
    }


    

    
      #stacks_in_10262 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10262 {
      margin: 0px;
    }

    #stacks_in_10262 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10262 {
      margin: 0px;
    }

    #stacks_in_10262 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10262 {
      margin: 0px;
    }

    #stacks_in_10262 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10263 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10263 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10263 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10263 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10263 h1 {
		font-size: 32px;
	}
}


#stacks_in_10263 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10266 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10266 p a,
#stacks_in_10266 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10266 p a:hover,
#stacks_in_10266 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10266 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10266 .paragraph a,
#stacks_in_10266 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10266 .paragraph a:hover,
#stacks_in_10266 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10266 p,
#stacks_in_10266 {
	margin-bottom: 0;
	
}

#stacks_in_10266 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10269 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10269 p a,
#stacks_in_10269 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10269 p a:hover,
#stacks_in_10269 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10269 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10269 .paragraph a,
#stacks_in_10269 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10269 .paragraph a:hover,
#stacks_in_10269 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10269 p,
#stacks_in_10269 {
	margin-bottom: 0;
	
}

#stacks_in_10269 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10271 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10271 .label {
	
}

#stacks_in_10271 .label {
	font-weight: 700;
	
}

#stacks_in_10271 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11580 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11580 .label {
	
}

#stacks_in_11580 .label {
	font-weight: 700;
	
}

#stacks_in_11580 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10275 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10275 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10275 #stacks_in_10275-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10275 .close-stacks_in_10275-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10275 .close-stacks_in_10275-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10275 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10275 .close-stacks_in_10275-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10275 .close-stacks_in_10275-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10275 .close-stacks_in_10275-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10275 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10275 .close-stacks_in_10275-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10275 .close-stacks_in_10275-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10275 .close-stacks_in_10275-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10275 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10275 .close-stacks_in_10275-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10275 .close-stacks_in_10275-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10275 .close-stacks_in_10275-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10275 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10277 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10277 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10277 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10277 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10277 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10278 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10278 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10278 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10278 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10278 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10279 {
      margin: 0px;
    }

    #stacks_in_10279 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10279 {
      margin: 0px;
    }

    #stacks_in_10279 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10279 {
      margin: 0px;
    }

    #stacks_in_10279 {
      padding: 0px;
    }


    

    
      #stacks_in_10279 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10279 {
      margin: 0px;
    }

    #stacks_in_10279 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10279 {
      margin: 0px;
    }

    #stacks_in_10279 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10279 {
      margin: 0px;
    }

    #stacks_in_10279 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10280 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10280 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10280 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10280 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10280 h1 {
		font-size: 32px;
	}
}


#stacks_in_10280 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10282 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10282 p a,
#stacks_in_10282 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10282 p a:hover,
#stacks_in_10282 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10282 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10282 .paragraph a,
#stacks_in_10282 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10282 .paragraph a:hover,
#stacks_in_10282 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10282 p,
#stacks_in_10282 {
	margin-bottom: 0;
	
}

#stacks_in_10282 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10284 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10284 p a,
#stacks_in_10284 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10284 p a:hover,
#stacks_in_10284 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10284 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10284 .paragraph a,
#stacks_in_10284 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10284 .paragraph a:hover,
#stacks_in_10284 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10284 p,
#stacks_in_10284 {
	margin-bottom: 0;
	
}

#stacks_in_10284 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10286 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10286 .label {
	
}

#stacks_in_10286 .label {
	font-weight: 700;
	
}

#stacks_in_10286 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11581 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11581 .label {
	
}

#stacks_in_11581 .label {
	font-weight: 700;
	
}

#stacks_in_11581 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10292 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10292 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10292 #stacks_in_10292-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10292 .close-stacks_in_10292-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10292 .close-stacks_in_10292-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10292 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10292 .close-stacks_in_10292-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10292 .close-stacks_in_10292-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10292 .close-stacks_in_10292-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10292 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10292 .close-stacks_in_10292-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10292 .close-stacks_in_10292-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10292 .close-stacks_in_10292-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10292 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10292 .close-stacks_in_10292-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10292 .close-stacks_in_10292-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10292 .close-stacks_in_10292-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10292 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10294 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10294 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10294 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10294 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10294 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10295 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10295 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10295 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10295 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10295 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10296 {
      margin: 0px;
    }

    #stacks_in_10296 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10296 {
      margin: 0px;
    }

    #stacks_in_10296 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10296 {
      margin: 0px;
    }

    #stacks_in_10296 {
      padding: 0px;
    }


    

    
      #stacks_in_10296 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10296 {
      margin: 0px;
    }

    #stacks_in_10296 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10296 {
      margin: 0px;
    }

    #stacks_in_10296 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10296 {
      margin: 0px;
    }

    #stacks_in_10296 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10297 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10297 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10297 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10297 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10297 h1 {
		font-size: 32px;
	}
}


#stacks_in_10297 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10299 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10299 p a,
#stacks_in_10299 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10299 p a:hover,
#stacks_in_10299 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10299 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10299 .paragraph a,
#stacks_in_10299 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10299 .paragraph a:hover,
#stacks_in_10299 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10299 p,
#stacks_in_10299 {
	margin-bottom: 0;
	
}

#stacks_in_10299 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10301 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10301 p a,
#stacks_in_10301 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10301 p a:hover,
#stacks_in_10301 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10301 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10301 .paragraph a,
#stacks_in_10301 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10301 .paragraph a:hover,
#stacks_in_10301 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10301 p,
#stacks_in_10301 {
	margin-bottom: 0;
	
}

#stacks_in_10301 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10303 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10303 .label {
	
}

#stacks_in_10303 .label {
	font-weight: 700;
	
}

#stacks_in_10303 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11582 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11582 .label {
	
}

#stacks_in_11582 .label {
	font-weight: 700;
	
}

#stacks_in_11582 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10308 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10308 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10308 #stacks_in_10308-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10308 .close-stacks_in_10308-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10308 .close-stacks_in_10308-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10308 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10308 .close-stacks_in_10308-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10308 .close-stacks_in_10308-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10308 .close-stacks_in_10308-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10308 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10308 .close-stacks_in_10308-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10308 .close-stacks_in_10308-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10308 .close-stacks_in_10308-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10308 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10308 .close-stacks_in_10308-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10308 .close-stacks_in_10308-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10308 .close-stacks_in_10308-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10308 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10310 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10310 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10310 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10310 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10310 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10311 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10311 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10311 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10311 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10311 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10312 {
      margin: 0px;
    }

    #stacks_in_10312 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10312 {
      margin: 0px;
    }

    #stacks_in_10312 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10312 {
      margin: 0px;
    }

    #stacks_in_10312 {
      padding: 0px;
    }


    

    
      #stacks_in_10312 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10312 {
      margin: 0px;
    }

    #stacks_in_10312 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10312 {
      margin: 0px;
    }

    #stacks_in_10312 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10312 {
      margin: 0px;
    }

    #stacks_in_10312 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10313 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10313 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10313 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10313 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10313 h1 {
		font-size: 32px;
	}
}


#stacks_in_10313 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10315 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10315 p a,
#stacks_in_10315 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10315 p a:hover,
#stacks_in_10315 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10315 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10315 .paragraph a,
#stacks_in_10315 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10315 .paragraph a:hover,
#stacks_in_10315 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10315 p,
#stacks_in_10315 {
	margin-bottom: 0;
	
}

#stacks_in_10315 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10317 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10317 p a,
#stacks_in_10317 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10317 p a:hover,
#stacks_in_10317 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10317 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10317 .paragraph a,
#stacks_in_10317 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10317 .paragraph a:hover,
#stacks_in_10317 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10317 p,
#stacks_in_10317 {
	margin-bottom: 0;
	
}

#stacks_in_10317 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10319 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10319 .label {
	
}

#stacks_in_10319 .label {
	font-weight: 700;
	
}

#stacks_in_10319 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11583 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11583 .label {
	
}

#stacks_in_11583 .label {
	font-weight: 700;
	
}

#stacks_in_11583 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11406 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11406 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11406 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11406 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11406 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11406 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10324 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10324 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10324 #stacks_in_10324-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10324 .close-stacks_in_10324-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10324 .close-stacks_in_10324-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10324 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10324 .close-stacks_in_10324-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10324 .close-stacks_in_10324-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10324 .close-stacks_in_10324-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10324 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10324 .close-stacks_in_10324-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10324 .close-stacks_in_10324-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10324 .close-stacks_in_10324-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10324 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10324 .close-stacks_in_10324-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10324 .close-stacks_in_10324-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10324 .close-stacks_in_10324-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10324 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10326 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10326 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10326 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10326 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10326 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10327 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10327 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10327 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10327 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10327 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10328 {
      margin: 0px;
    }

    #stacks_in_10328 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10328 {
      margin: 0px;
    }

    #stacks_in_10328 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10328 {
      margin: 0px;
    }

    #stacks_in_10328 {
      padding: 0px;
    }


    

    
      #stacks_in_10328 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10328 {
      margin: 0px;
    }

    #stacks_in_10328 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10328 {
      margin: 0px;
    }

    #stacks_in_10328 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10328 {
      margin: 0px;
    }

    #stacks_in_10328 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10329 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10329 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10329 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10329 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10329 h1 {
		font-size: 32px;
	}
}


#stacks_in_10329 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10331 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10331 p a,
#stacks_in_10331 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10331 p a:hover,
#stacks_in_10331 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10331 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10331 .paragraph a,
#stacks_in_10331 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10331 .paragraph a:hover,
#stacks_in_10331 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10331 p,
#stacks_in_10331 {
	margin-bottom: 0;
	
}

#stacks_in_10331 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10335 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10335 p a,
#stacks_in_10335 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10335 p a:hover,
#stacks_in_10335 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10335 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10335 .paragraph a,
#stacks_in_10335 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10335 .paragraph a:hover,
#stacks_in_10335 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10335 p,
#stacks_in_10335 {
	margin-bottom: 0;
	
}

#stacks_in_10335 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10337 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10337 .label {
	
}

#stacks_in_10337 .label {
	font-weight: 700;
	
}

#stacks_in_10337 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11584 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11584 .label {
	
}

#stacks_in_11584 .label {
	font-weight: 700;
	
}

#stacks_in_11584 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10341 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10341 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10341 #stacks_in_10341-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10341 .close-stacks_in_10341-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10341 .close-stacks_in_10341-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10341 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10341 .close-stacks_in_10341-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10341 .close-stacks_in_10341-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10341 .close-stacks_in_10341-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10341 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10341 .close-stacks_in_10341-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10341 .close-stacks_in_10341-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10341 .close-stacks_in_10341-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10341 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10341 .close-stacks_in_10341-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10341 .close-stacks_in_10341-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10341 .close-stacks_in_10341-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10341 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10343 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10343 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10343 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10343 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10343 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10344 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10344 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10344 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10344 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10344 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10345 {
      margin: 0px;
    }

    #stacks_in_10345 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10345 {
      margin: 0px;
    }

    #stacks_in_10345 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10345 {
      margin: 0px;
    }

    #stacks_in_10345 {
      padding: 0px;
    }


    

    
      #stacks_in_10345 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10345 {
      margin: 0px;
    }

    #stacks_in_10345 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10345 {
      margin: 0px;
    }

    #stacks_in_10345 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10345 {
      margin: 0px;
    }

    #stacks_in_10345 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10346 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10346 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10346 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10346 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10346 h1 {
		font-size: 32px;
	}
}


#stacks_in_10346 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10348 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10348 p a,
#stacks_in_10348 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10348 p a:hover,
#stacks_in_10348 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10348 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10348 .paragraph a,
#stacks_in_10348 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10348 .paragraph a:hover,
#stacks_in_10348 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10348 p,
#stacks_in_10348 {
	margin-bottom: 0;
	
}

#stacks_in_10348 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10350 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10350 p a,
#stacks_in_10350 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10350 p a:hover,
#stacks_in_10350 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10350 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10350 .paragraph a,
#stacks_in_10350 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10350 .paragraph a:hover,
#stacks_in_10350 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10350 p,
#stacks_in_10350 {
	margin-bottom: 0;
	
}

#stacks_in_10350 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10352 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10352 .label {
	
}

#stacks_in_10352 .label {
	font-weight: 700;
	
}

#stacks_in_10352 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11585 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11585 .label {
	
}

#stacks_in_11585 .label {
	font-weight: 700;
	
}

#stacks_in_11585 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10358 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10358 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10358 #stacks_in_10358-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10358 .close-stacks_in_10358-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10358 .close-stacks_in_10358-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10358 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10358 .close-stacks_in_10358-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10358 .close-stacks_in_10358-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10358 .close-stacks_in_10358-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10358 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10358 .close-stacks_in_10358-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10358 .close-stacks_in_10358-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10358 .close-stacks_in_10358-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10358 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10358 .close-stacks_in_10358-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10358 .close-stacks_in_10358-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10358 .close-stacks_in_10358-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10358 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10360 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10360 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10361 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10361 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10362 {
      margin: 0px;
    }

    #stacks_in_10362 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10362 {
      margin: 0px;
    }

    #stacks_in_10362 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10362 {
      margin: 0px;
    }

    #stacks_in_10362 {
      padding: 0px;
    }


    

    
      #stacks_in_10362 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10362 {
      margin: 0px;
    }

    #stacks_in_10362 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10362 {
      margin: 0px;
    }

    #stacks_in_10362 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10362 {
      margin: 0px;
    }

    #stacks_in_10362 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10363 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10363 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10363 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10363 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10363 h1 {
		font-size: 32px;
	}
}


#stacks_in_10363 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10365 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10365 p a,
#stacks_in_10365 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10365 p a:hover,
#stacks_in_10365 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10365 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10365 .paragraph a,
#stacks_in_10365 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10365 .paragraph a:hover,
#stacks_in_10365 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10365 p,
#stacks_in_10365 {
	margin-bottom: 0;
	
}

#stacks_in_10365 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10367 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10367 p a,
#stacks_in_10367 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10367 p a:hover,
#stacks_in_10367 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10367 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10367 .paragraph a,
#stacks_in_10367 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10367 .paragraph a:hover,
#stacks_in_10367 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10367 p,
#stacks_in_10367 {
	margin-bottom: 0;
	
}

#stacks_in_10367 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10369 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10369 .label {
	
}

#stacks_in_10369 .label {
	font-weight: 700;
	
}

#stacks_in_10369 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11586 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11586 .label {
	
}

#stacks_in_11586 .label {
	font-weight: 700;
	
}

#stacks_in_11586 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10374 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10374 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10374 #stacks_in_10374-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10374 .close-stacks_in_10374-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10374 .close-stacks_in_10374-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10374 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10374 .close-stacks_in_10374-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10374 .close-stacks_in_10374-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10374 .close-stacks_in_10374-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10374 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10374 .close-stacks_in_10374-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10374 .close-stacks_in_10374-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10374 .close-stacks_in_10374-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10374 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10374 .close-stacks_in_10374-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10374 .close-stacks_in_10374-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10374 .close-stacks_in_10374-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10374 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10376 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10376 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10376 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10376 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10376 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10377 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10377 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10377 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10377 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10377 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10378 {
      margin: 0px;
    }

    #stacks_in_10378 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10378 {
      margin: 0px;
    }

    #stacks_in_10378 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10378 {
      margin: 0px;
    }

    #stacks_in_10378 {
      padding: 0px;
    }


    

    
      #stacks_in_10378 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10378 {
      margin: 0px;
    }

    #stacks_in_10378 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10378 {
      margin: 0px;
    }

    #stacks_in_10378 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10378 {
      margin: 0px;
    }

    #stacks_in_10378 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10379 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10379 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10379 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10379 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10379 h1 {
		font-size: 32px;
	}
}


#stacks_in_10379 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10381 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10381 p a,
#stacks_in_10381 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10381 p a:hover,
#stacks_in_10381 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10381 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10381 .paragraph a,
#stacks_in_10381 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10381 .paragraph a:hover,
#stacks_in_10381 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10381 p,
#stacks_in_10381 {
	margin-bottom: 0;
	
}

#stacks_in_10381 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10383 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10383 p a,
#stacks_in_10383 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10383 p a:hover,
#stacks_in_10383 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10383 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10383 .paragraph a,
#stacks_in_10383 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10383 .paragraph a:hover,
#stacks_in_10383 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10383 p,
#stacks_in_10383 {
	margin-bottom: 0;
	
}

#stacks_in_10383 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10385 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10385 .label {
	
}

#stacks_in_10385 .label {
	font-weight: 700;
	
}

#stacks_in_10385 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11587 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11587 .label {
	
}

#stacks_in_11587 .label {
	font-weight: 700;
	
}

#stacks_in_11587 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10390 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10390 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10390 #stacks_in_10390-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10390 .close-stacks_in_10390-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10390 .close-stacks_in_10390-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10390 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10390 .close-stacks_in_10390-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10390 .close-stacks_in_10390-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10390 .close-stacks_in_10390-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10390 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10390 .close-stacks_in_10390-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10390 .close-stacks_in_10390-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10390 .close-stacks_in_10390-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10390 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10390 .close-stacks_in_10390-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10390 .close-stacks_in_10390-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10390 .close-stacks_in_10390-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10390 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10392 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10392 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10392 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10392 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10392 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10393 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10393 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10393 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10393 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10393 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10394 {
      margin: 0px;
    }

    #stacks_in_10394 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10394 {
      margin: 0px;
    }

    #stacks_in_10394 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10394 {
      margin: 0px;
    }

    #stacks_in_10394 {
      padding: 0px;
    }


    

    
      #stacks_in_10394 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10394 {
      margin: 0px;
    }

    #stacks_in_10394 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10394 {
      margin: 0px;
    }

    #stacks_in_10394 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10394 {
      margin: 0px;
    }

    #stacks_in_10394 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10395 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10395 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10395 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10395 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10395 h1 {
		font-size: 32px;
	}
}


#stacks_in_10395 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10397 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10397 p a,
#stacks_in_10397 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10397 p a:hover,
#stacks_in_10397 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10397 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10397 .paragraph a,
#stacks_in_10397 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10397 .paragraph a:hover,
#stacks_in_10397 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10397 p,
#stacks_in_10397 {
	margin-bottom: 0;
	
}

#stacks_in_10397 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10399 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10399 p a,
#stacks_in_10399 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10399 p a:hover,
#stacks_in_10399 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10399 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10399 .paragraph a,
#stacks_in_10399 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10399 .paragraph a:hover,
#stacks_in_10399 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10399 p,
#stacks_in_10399 {
	margin-bottom: 0;
	
}

#stacks_in_10399 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10401 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10401 .label {
	
}

#stacks_in_10401 .label {
	font-weight: 700;
	
}

#stacks_in_10401 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11588 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11588 .label {
	
}

#stacks_in_11588 .label {
	font-weight: 700;
	
}

#stacks_in_11588 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10406 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10406 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10406 #stacks_in_10406-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10406 .close-stacks_in_10406-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10406 .close-stacks_in_10406-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10406 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10406 .close-stacks_in_10406-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10406 .close-stacks_in_10406-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10406 .close-stacks_in_10406-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10406 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10406 .close-stacks_in_10406-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10406 .close-stacks_in_10406-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10406 .close-stacks_in_10406-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10406 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10406 .close-stacks_in_10406-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10406 .close-stacks_in_10406-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10406 .close-stacks_in_10406-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10406 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10408 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10408 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10408 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10408 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10408 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10409 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10409 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10409 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10409 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10409 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10410 {
      margin: 0px;
    }

    #stacks_in_10410 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10410 {
      margin: 0px;
    }

    #stacks_in_10410 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10410 {
      margin: 0px;
    }

    #stacks_in_10410 {
      padding: 0px;
    }


    

    
      #stacks_in_10410 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10410 {
      margin: 0px;
    }

    #stacks_in_10410 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10410 {
      margin: 0px;
    }

    #stacks_in_10410 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10410 {
      margin: 0px;
    }

    #stacks_in_10410 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10411 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10411 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10411 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10411 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10411 h1 {
		font-size: 32px;
	}
}


#stacks_in_10411 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10413 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10413 p a,
#stacks_in_10413 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10413 p a:hover,
#stacks_in_10413 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10413 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10413 .paragraph a,
#stacks_in_10413 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10413 .paragraph a:hover,
#stacks_in_10413 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10413 p,
#stacks_in_10413 {
	margin-bottom: 0;
	
}

#stacks_in_10413 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10415 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10415 p a,
#stacks_in_10415 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10415 p a:hover,
#stacks_in_10415 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10415 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10415 .paragraph a,
#stacks_in_10415 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10415 .paragraph a:hover,
#stacks_in_10415 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10415 p,
#stacks_in_10415 {
	margin-bottom: 0;
	
}

#stacks_in_10415 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10417 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10417 .label {
	
}

#stacks_in_10417 .label {
	font-weight: 700;
	
}

#stacks_in_10417 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11589 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11589 .label {
	
}

#stacks_in_11589 .label {
	font-weight: 700;
	
}

#stacks_in_11589 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_12353 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_12353 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_12353 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_12353 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_12353 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_12353 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11876 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11876 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11876 #stacks_in_11876-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11876 .close-stacks_in_11876-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11876 .close-stacks_in_11876-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11876 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11876 .close-stacks_in_11876-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11876 .close-stacks_in_11876-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11876 .close-stacks_in_11876-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11876 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11876 .close-stacks_in_11876-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11876 .close-stacks_in_11876-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11876 .close-stacks_in_11876-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11876 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11876 .close-stacks_in_11876-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11876 .close-stacks_in_11876-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11876 .close-stacks_in_11876-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11876 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11878 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11878 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11878 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11879 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11879 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11880 {
      margin: 0px;
    }

    #stacks_in_11880 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11880 {
      margin: 0px;
    }

    #stacks_in_11880 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11880 {
      margin: 0px;
    }

    #stacks_in_11880 {
      padding: 0px;
    }


    

    
      #stacks_in_11880 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11880 {
      margin: 0px;
    }

    #stacks_in_11880 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11880 {
      margin: 0px;
    }

    #stacks_in_11880 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11880 {
      margin: 0px;
    }

    #stacks_in_11880 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11881 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11881 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11881 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11881 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11881 h1 {
		font-size: 32px;
	}
}


#stacks_in_11881 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11883 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11883 p a,
#stacks_in_11883 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11883 p a:hover,
#stacks_in_11883 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11883 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11883 .paragraph a,
#stacks_in_11883 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11883 .paragraph a:hover,
#stacks_in_11883 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11883 p,
#stacks_in_11883 {
	margin-bottom: 0;
	
}

#stacks_in_11883 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11885 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11885 p a,
#stacks_in_11885 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11885 p a:hover,
#stacks_in_11885 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11885 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11885 .paragraph a,
#stacks_in_11885 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11885 .paragraph a:hover,
#stacks_in_11885 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11885 p,
#stacks_in_11885 {
	margin-bottom: 0;
	
}

#stacks_in_11885 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11887 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11887 .label {
	
}

#stacks_in_11887 .label {
	font-weight: 700;
	
}

#stacks_in_11887 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11888 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11888 .label {
	
}

#stacks_in_11888 .label {
	font-weight: 700;
	
}

#stacks_in_11888 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11892 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11892 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11892 #stacks_in_11892-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11892 .close-stacks_in_11892-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11892 .close-stacks_in_11892-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11892 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11892 .close-stacks_in_11892-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11892 .close-stacks_in_11892-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11892 .close-stacks_in_11892-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11892 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11892 .close-stacks_in_11892-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11892 .close-stacks_in_11892-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11892 .close-stacks_in_11892-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11892 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11892 .close-stacks_in_11892-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11892 .close-stacks_in_11892-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11892 .close-stacks_in_11892-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11892 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11894 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11894 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11894 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11894 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11894 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11895 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11895 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11896 {
      margin: 0px;
    }

    #stacks_in_11896 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11896 {
      margin: 0px;
    }

    #stacks_in_11896 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11896 {
      margin: 0px;
    }

    #stacks_in_11896 {
      padding: 0px;
    }


    

    
      #stacks_in_11896 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11896 {
      margin: 0px;
    }

    #stacks_in_11896 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11896 {
      margin: 0px;
    }

    #stacks_in_11896 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11896 {
      margin: 0px;
    }

    #stacks_in_11896 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11897 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11897 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11897 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11897 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11897 h1 {
		font-size: 32px;
	}
}


#stacks_in_11897 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11899 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11899 p a,
#stacks_in_11899 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11899 p a:hover,
#stacks_in_11899 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11899 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11899 .paragraph a,
#stacks_in_11899 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11899 .paragraph a:hover,
#stacks_in_11899 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11899 p,
#stacks_in_11899 {
	margin-bottom: 0;
	
}

#stacks_in_11899 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11901 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11901 p a,
#stacks_in_11901 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11901 p a:hover,
#stacks_in_11901 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11901 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11901 .paragraph a,
#stacks_in_11901 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11901 .paragraph a:hover,
#stacks_in_11901 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11901 p,
#stacks_in_11901 {
	margin-bottom: 0;
	
}

#stacks_in_11901 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11903 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11903 .label {
	
}

#stacks_in_11903 .label {
	font-weight: 700;
	
}

#stacks_in_11903 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11904 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11904 .label {
	
}

#stacks_in_11904 .label {
	font-weight: 700;
	
}

#stacks_in_11904 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11908 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11908 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11908 #stacks_in_11908-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11908 .close-stacks_in_11908-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11908 .close-stacks_in_11908-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11908 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11908 .close-stacks_in_11908-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11908 .close-stacks_in_11908-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11908 .close-stacks_in_11908-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11908 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11908 .close-stacks_in_11908-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11908 .close-stacks_in_11908-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11908 .close-stacks_in_11908-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11908 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11908 .close-stacks_in_11908-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11908 .close-stacks_in_11908-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11908 .close-stacks_in_11908-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11908 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11910 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11910 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11910 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11910 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11910 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11911 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11911 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11912 {
      margin: 0px;
    }

    #stacks_in_11912 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11912 {
      margin: 0px;
    }

    #stacks_in_11912 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11912 {
      margin: 0px;
    }

    #stacks_in_11912 {
      padding: 0px;
    }


    

    
      #stacks_in_11912 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11912 {
      margin: 0px;
    }

    #stacks_in_11912 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11912 {
      margin: 0px;
    }

    #stacks_in_11912 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11912 {
      margin: 0px;
    }

    #stacks_in_11912 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11913 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11913 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11913 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11913 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11913 h1 {
		font-size: 32px;
	}
}


#stacks_in_11913 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11915 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11915 p a,
#stacks_in_11915 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11915 p a:hover,
#stacks_in_11915 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11915 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11915 .paragraph a,
#stacks_in_11915 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11915 .paragraph a:hover,
#stacks_in_11915 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11915 p,
#stacks_in_11915 {
	margin-bottom: 0;
	
}

#stacks_in_11915 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11917 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11917 p a,
#stacks_in_11917 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11917 p a:hover,
#stacks_in_11917 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11917 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11917 .paragraph a,
#stacks_in_11917 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11917 .paragraph a:hover,
#stacks_in_11917 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11917 p,
#stacks_in_11917 {
	margin-bottom: 0;
	
}

#stacks_in_11917 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11919 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11919 .label {
	
}

#stacks_in_11919 .label {
	font-weight: 700;
	
}

#stacks_in_11919 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11920 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11920 .label {
	
}

#stacks_in_11920 .label {
	font-weight: 700;
	
}

#stacks_in_11920 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11925 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11925 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11925 #stacks_in_11925-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11925 .close-stacks_in_11925-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11925 .close-stacks_in_11925-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11925 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11925 .close-stacks_in_11925-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11925 .close-stacks_in_11925-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11925 .close-stacks_in_11925-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11925 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11925 .close-stacks_in_11925-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11925 .close-stacks_in_11925-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11925 .close-stacks_in_11925-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11925 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11925 .close-stacks_in_11925-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11925 .close-stacks_in_11925-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11925 .close-stacks_in_11925-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11925 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11927 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11927 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11927 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11927 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11927 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11928 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11928 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11929 {
      margin: 0px;
    }

    #stacks_in_11929 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11929 {
      margin: 0px;
    }

    #stacks_in_11929 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11929 {
      margin: 0px;
    }

    #stacks_in_11929 {
      padding: 0px;
    }


    

    
      #stacks_in_11929 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11929 {
      margin: 0px;
    }

    #stacks_in_11929 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11929 {
      margin: 0px;
    }

    #stacks_in_11929 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11929 {
      margin: 0px;
    }

    #stacks_in_11929 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11930 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11930 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11930 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11930 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11930 h1 {
		font-size: 32px;
	}
}


#stacks_in_11930 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11932 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11932 p a,
#stacks_in_11932 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11932 p a:hover,
#stacks_in_11932 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11932 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11932 .paragraph a,
#stacks_in_11932 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11932 .paragraph a:hover,
#stacks_in_11932 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11932 p,
#stacks_in_11932 {
	margin-bottom: 0;
	
}

#stacks_in_11932 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11934 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11934 p a,
#stacks_in_11934 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11934 p a:hover,
#stacks_in_11934 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11934 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11934 .paragraph a,
#stacks_in_11934 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11934 .paragraph a:hover,
#stacks_in_11934 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11934 p,
#stacks_in_11934 {
	margin-bottom: 0;
	
}

#stacks_in_11934 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11936 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11936 .label {
	
}

#stacks_in_11936 .label {
	font-weight: 700;
	
}

#stacks_in_11936 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11937 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11937 .label {
	
}

#stacks_in_11937 .label {
	font-weight: 700;
	
}

#stacks_in_11937 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12287 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12287 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12287 #stacks_in_12287-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12287 .close-stacks_in_12287-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12287 .close-stacks_in_12287-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12287 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12287 .close-stacks_in_12287-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12287 .close-stacks_in_12287-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12287 .close-stacks_in_12287-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12287 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12287 .close-stacks_in_12287-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12287 .close-stacks_in_12287-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12287 .close-stacks_in_12287-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12287 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12287 .close-stacks_in_12287-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12287 .close-stacks_in_12287-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12287 .close-stacks_in_12287-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12287 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12289 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12289 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12289 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12289 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12289 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12290 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12290 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12290 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12290 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12290 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12291 {
      margin: 0px;
    }

    #stacks_in_12291 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12291 {
      margin: 0px;
    }

    #stacks_in_12291 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12291 {
      margin: 0px;
    }

    #stacks_in_12291 {
      padding: 0px;
    }


    

    
      #stacks_in_12291 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12291 {
      margin: 0px;
    }

    #stacks_in_12291 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12291 {
      margin: 0px;
    }

    #stacks_in_12291 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12291 {
      margin: 0px;
    }

    #stacks_in_12291 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12292 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12292 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12292 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12292 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12292 h1 {
		font-size: 32px;
	}
}


#stacks_in_12292 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12294 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12294 p a,
#stacks_in_12294 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12294 p a:hover,
#stacks_in_12294 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12294 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12294 .paragraph a,
#stacks_in_12294 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12294 .paragraph a:hover,
#stacks_in_12294 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12294 p,
#stacks_in_12294 {
	margin-bottom: 0;
	
}

#stacks_in_12294 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12296 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12296 p a,
#stacks_in_12296 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12296 p a:hover,
#stacks_in_12296 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12296 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12296 .paragraph a,
#stacks_in_12296 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12296 .paragraph a:hover,
#stacks_in_12296 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12296 p,
#stacks_in_12296 {
	margin-bottom: 0;
	
}

#stacks_in_12296 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12298 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12298 .label {
	
}

#stacks_in_12298 .label {
	font-weight: 700;
	
}

#stacks_in_12298 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12299 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12299 .label {
	
}

#stacks_in_12299 .label {
	font-weight: 700;
	
}

#stacks_in_12299 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_12320 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_12320 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_12320 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_12320 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_12320 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_12320 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_12321 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12321 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12321 #stacks_in_12321-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12321 .close-stacks_in_12321-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12321 .close-stacks_in_12321-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12321 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12321 .close-stacks_in_12321-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12321 .close-stacks_in_12321-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12321 .close-stacks_in_12321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12321 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12321 .close-stacks_in_12321-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12321 .close-stacks_in_12321-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12321 .close-stacks_in_12321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12321 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12321 .close-stacks_in_12321-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12321 .close-stacks_in_12321-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12321 .close-stacks_in_12321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12321 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12323 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12323 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12324 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12324 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12325 {
      margin: 0px;
    }

    #stacks_in_12325 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12325 {
      margin: 0px;
    }

    #stacks_in_12325 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12325 {
      margin: 0px;
    }

    #stacks_in_12325 {
      padding: 0px;
    }


    

    
      #stacks_in_12325 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12325 {
      margin: 0px;
    }

    #stacks_in_12325 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12325 {
      margin: 0px;
    }

    #stacks_in_12325 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12325 {
      margin: 0px;
    }

    #stacks_in_12325 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12326 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12326 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12326 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12326 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12326 h1 {
		font-size: 32px;
	}
}


#stacks_in_12326 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12328 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12328 p a,
#stacks_in_12328 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12328 p a:hover,
#stacks_in_12328 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12328 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12328 .paragraph a,
#stacks_in_12328 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12328 .paragraph a:hover,
#stacks_in_12328 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12328 p,
#stacks_in_12328 {
	margin-bottom: 0;
	
}

#stacks_in_12328 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12330 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12330 p a,
#stacks_in_12330 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12330 p a:hover,
#stacks_in_12330 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12330 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12330 .paragraph a,
#stacks_in_12330 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12330 .paragraph a:hover,
#stacks_in_12330 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12330 p,
#stacks_in_12330 {
	margin-bottom: 0;
	
}

#stacks_in_12330 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12332 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12332 .label {
	
}

#stacks_in_12332 .label {
	font-weight: 700;
	
}

#stacks_in_12332 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12333 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12333 .label {
	
}

#stacks_in_12333 .label {
	font-weight: 700;
	
}

#stacks_in_12333 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12304 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12304 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12304 #stacks_in_12304-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12304 .close-stacks_in_12304-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12304 .close-stacks_in_12304-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12304 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12304 .close-stacks_in_12304-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12304 .close-stacks_in_12304-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12304 .close-stacks_in_12304-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12304 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12304 .close-stacks_in_12304-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12304 .close-stacks_in_12304-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12304 .close-stacks_in_12304-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12304 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12304 .close-stacks_in_12304-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12304 .close-stacks_in_12304-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12304 .close-stacks_in_12304-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12304 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12306 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12306 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12307 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12307 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12307 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12307 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12307 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12308 {
      margin: 0px;
    }

    #stacks_in_12308 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12308 {
      margin: 0px;
    }

    #stacks_in_12308 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12308 {
      margin: 0px;
    }

    #stacks_in_12308 {
      padding: 0px;
    }


    

    
      #stacks_in_12308 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12308 {
      margin: 0px;
    }

    #stacks_in_12308 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12308 {
      margin: 0px;
    }

    #stacks_in_12308 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12308 {
      margin: 0px;
    }

    #stacks_in_12308 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12309 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12309 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12309 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12309 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12309 h1 {
		font-size: 32px;
	}
}


#stacks_in_12309 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12311 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12311 p a,
#stacks_in_12311 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12311 p a:hover,
#stacks_in_12311 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12311 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12311 .paragraph a,
#stacks_in_12311 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12311 .paragraph a:hover,
#stacks_in_12311 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12311 p,
#stacks_in_12311 {
	margin-bottom: 0;
	
}

#stacks_in_12311 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12313 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12313 p a,
#stacks_in_12313 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12313 p a:hover,
#stacks_in_12313 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12313 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12313 .paragraph a,
#stacks_in_12313 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12313 .paragraph a:hover,
#stacks_in_12313 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12313 p,
#stacks_in_12313 {
	margin-bottom: 0;
	
}

#stacks_in_12313 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12315 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12315 .label {
	
}

#stacks_in_12315 .label {
	font-weight: 700;
	
}

#stacks_in_12315 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12316 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12316 .label {
	
}

#stacks_in_12316 .label {
	font-weight: 700;
	
}

#stacks_in_12316 {
	padding: 0px 0px 0px 10px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_4419 > .svgm-wrap {
  overflow: visible;
  height: 30px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  rotateY(180deg);
  transform: translateX(-50%)  rotateY(180deg);
  
}
.svg-metamorph.svgm_stacks_in_4419 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 30px;
  overflow: visible;
  
  stroke-width: 5px;
  
}
.svg-metamorph.svgm_stacks_in_4419 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_4419 {
  padding-bottom: 30px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_4419 {
    padding-bottom: 45.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4419 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4419 > .svgm-wrap > svg {
    height: 45.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_4419 {
    padding-bottom: 15.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4419 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4419 > .svgm-wrap > svg {
    height: 15.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_4419 {
	background-color: rgba(11, 109, 205, 0.00);
}


#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(247, 0, 13, 1.00);
	padding: 0px 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_8244 {
	border: solid rgba(241, 0, 14, 1.00);
	border-width: 0px 2px 2px 2px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_8338 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_8338 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8338 #stacks_in_8338-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8338 .close-stacks_in_8338-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8338 .close-stacks_in_8338-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8338 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8338 .close-stacks_in_8338-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8338 .close-stacks_in_8338-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8338 .close-stacks_in_8338-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8338 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8338 .close-stacks_in_8338-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8338 .close-stacks_in_8338-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8338 .close-stacks_in_8338-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8338 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8338 .close-stacks_in_8338-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8338 .close-stacks_in_8338-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8338 .close-stacks_in_8338-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8338 .mega-modal-content {
		padding-top: 100px;
	}	
}

#stacks_in_8338 {
	border: solid rgba(33, 90, 133, 1.00);
	border-width:  1px;
}


#stacks_in_8340 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8340 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8340 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8340 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8340 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8341 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8341 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8341 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8341 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8341 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8342 {
      margin: 0px;
    }

    #stacks_in_8342 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8342 {
      margin: 0px;
    }

    #stacks_in_8342 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8342 {
      margin: 0px;
    }

    #stacks_in_8342 {
      padding: 0px;
    }


    

    
      #stacks_in_8342 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8342 {
      margin: 0px;
    }

    #stacks_in_8342 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8342 {
      margin: 0px;
    }

    #stacks_in_8342 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8342 {
      margin: 0px;
    }

    #stacks_in_8342 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8344 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8344 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8344 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8344 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8344 h1 {
		font-size: 32px;
	}
}


#stacks_in_8344 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8346 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8346 p a,
#stacks_in_8346 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8346 p a:hover,
#stacks_in_8346 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8346 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8346 .paragraph a,
#stacks_in_8346 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8346 .paragraph a:hover,
#stacks_in_8346 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8346 p,
#stacks_in_8346 {
	margin-bottom: 0;
	
}

#stacks_in_8346 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8348 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8348 p a,
#stacks_in_8348 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8348 p a:hover,
#stacks_in_8348 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8348 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8348 .paragraph a,
#stacks_in_8348 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8348 .paragraph a:hover,
#stacks_in_8348 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8348 p,
#stacks_in_8348 {
	margin-bottom: 0;
	
}

#stacks_in_8348 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8350 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8350 .label {
	
}

#stacks_in_8350 .label {
	font-weight: 700;
	
}

#stacks_in_8350 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11591 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11591 .label {
	
}

#stacks_in_11591 .label {
	font-weight: 700;
	
}

#stacks_in_11591 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8353 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8353 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8353 #stacks_in_8353-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8353 .close-stacks_in_8353-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8353 .close-stacks_in_8353-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8353 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8353 .close-stacks_in_8353-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8353 .close-stacks_in_8353-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8353 .close-stacks_in_8353-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8353 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8353 .close-stacks_in_8353-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8353 .close-stacks_in_8353-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8353 .close-stacks_in_8353-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8353 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8353 .close-stacks_in_8353-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8353 .close-stacks_in_8353-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8353 .close-stacks_in_8353-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8353 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8355 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8355 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8355 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8355 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8355 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8356 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8356 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8356 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8356 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8356 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8357 {
      margin: 0px;
    }

    #stacks_in_8357 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8357 {
      margin: 0px;
    }

    #stacks_in_8357 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8357 {
      margin: 0px;
    }

    #stacks_in_8357 {
      padding: 0px;
    }


    

    
      #stacks_in_8357 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8357 {
      margin: 0px;
    }

    #stacks_in_8357 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8357 {
      margin: 0px;
    }

    #stacks_in_8357 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8357 {
      margin: 0px;
    }

    #stacks_in_8357 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8359 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8359 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8359 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8359 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8359 h1 {
		font-size: 32px;
	}
}


#stacks_in_8359 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8361 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8361 p a,
#stacks_in_8361 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8361 p a:hover,
#stacks_in_8361 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8361 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8361 .paragraph a,
#stacks_in_8361 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8361 .paragraph a:hover,
#stacks_in_8361 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8361 p,
#stacks_in_8361 {
	margin-bottom: 0;
	
}

#stacks_in_8361 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8363 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8363 p a,
#stacks_in_8363 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8363 p a:hover,
#stacks_in_8363 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8363 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8363 .paragraph a,
#stacks_in_8363 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8363 .paragraph a:hover,
#stacks_in_8363 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8363 p,
#stacks_in_8363 {
	margin-bottom: 0;
	
}

#stacks_in_8363 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8365 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8365 .label {
	
}

#stacks_in_8365 .label {
	font-weight: 700;
	
}

#stacks_in_8365 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11592 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11592 .label {
	
}

#stacks_in_11592 .label {
	font-weight: 700;
	
}

#stacks_in_11592 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10438 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10438 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10438 #stacks_in_10438-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10438 .close-stacks_in_10438-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10438 .close-stacks_in_10438-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10438 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10438 .close-stacks_in_10438-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10438 .close-stacks_in_10438-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10438 .close-stacks_in_10438-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10438 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10438 .close-stacks_in_10438-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10438 .close-stacks_in_10438-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10438 .close-stacks_in_10438-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10438 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10438 .close-stacks_in_10438-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10438 .close-stacks_in_10438-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10438 .close-stacks_in_10438-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10438 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10440 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10440 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10440 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10440 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10440 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10441 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10441 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10441 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10441 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10441 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10442 {
      margin: 0px;
    }

    #stacks_in_10442 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10442 {
      margin: 0px;
    }

    #stacks_in_10442 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10442 {
      margin: 0px;
    }

    #stacks_in_10442 {
      padding: 0px;
    }


    

    
      #stacks_in_10442 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10442 {
      margin: 0px;
    }

    #stacks_in_10442 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10442 {
      margin: 0px;
    }

    #stacks_in_10442 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10442 {
      margin: 0px;
    }

    #stacks_in_10442 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10443 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10443 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10443 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10443 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10443 h1 {
		font-size: 32px;
	}
}


#stacks_in_10443 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10445 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10445 p a,
#stacks_in_10445 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10445 p a:hover,
#stacks_in_10445 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10445 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10445 .paragraph a,
#stacks_in_10445 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10445 .paragraph a:hover,
#stacks_in_10445 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10445 p,
#stacks_in_10445 {
	margin-bottom: 0;
	
}

#stacks_in_10445 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10447 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10447 p a,
#stacks_in_10447 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10447 p a:hover,
#stacks_in_10447 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10447 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10447 .paragraph a,
#stacks_in_10447 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10447 .paragraph a:hover,
#stacks_in_10447 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10447 p,
#stacks_in_10447 {
	margin-bottom: 0;
	
}

#stacks_in_10447 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10449 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10449 .label {
	
}

#stacks_in_10449 .label {
	font-weight: 700;
	
}

#stacks_in_10449 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11593 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11593 .label {
	
}

#stacks_in_11593 .label {
	font-weight: 700;
	
}

#stacks_in_11593 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10454 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10454 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10454 #stacks_in_10454-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10454 .close-stacks_in_10454-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10454 .close-stacks_in_10454-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10454 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10454 .close-stacks_in_10454-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10454 .close-stacks_in_10454-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10454 .close-stacks_in_10454-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10454 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10454 .close-stacks_in_10454-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10454 .close-stacks_in_10454-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10454 .close-stacks_in_10454-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10454 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10454 .close-stacks_in_10454-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10454 .close-stacks_in_10454-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10454 .close-stacks_in_10454-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10454 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10456 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10456 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10456 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10456 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10456 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10457 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10457 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10457 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10457 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10457 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10458 {
      margin: 0px;
    }

    #stacks_in_10458 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10458 {
      margin: 0px;
    }

    #stacks_in_10458 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10458 {
      margin: 0px;
    }

    #stacks_in_10458 {
      padding: 0px;
    }


    

    
      #stacks_in_10458 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10458 {
      margin: 0px;
    }

    #stacks_in_10458 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10458 {
      margin: 0px;
    }

    #stacks_in_10458 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10458 {
      margin: 0px;
    }

    #stacks_in_10458 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10459 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10459 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10459 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10459 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10459 h1 {
		font-size: 32px;
	}
}


#stacks_in_10459 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10461 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10461 p a,
#stacks_in_10461 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10461 p a:hover,
#stacks_in_10461 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10461 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10461 .paragraph a,
#stacks_in_10461 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10461 .paragraph a:hover,
#stacks_in_10461 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10461 p,
#stacks_in_10461 {
	margin-bottom: 0;
	
}

#stacks_in_10461 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10463 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10463 p a,
#stacks_in_10463 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10463 p a:hover,
#stacks_in_10463 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10463 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10463 .paragraph a,
#stacks_in_10463 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10463 .paragraph a:hover,
#stacks_in_10463 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10463 p,
#stacks_in_10463 {
	margin-bottom: 0;
	
}

#stacks_in_10463 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10465 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10465 .label {
	
}

#stacks_in_10465 .label {
	font-weight: 700;
	
}

#stacks_in_10465 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11594 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11594 .label {
	
}

#stacks_in_11594 .label {
	font-weight: 700;
	
}

#stacks_in_11594 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10471 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10471 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10471 #stacks_in_10471-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10471 .close-stacks_in_10471-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10471 .close-stacks_in_10471-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10471 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10471 .close-stacks_in_10471-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10471 .close-stacks_in_10471-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10471 .close-stacks_in_10471-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10471 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10471 .close-stacks_in_10471-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10471 .close-stacks_in_10471-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10471 .close-stacks_in_10471-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10471 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10471 .close-stacks_in_10471-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10471 .close-stacks_in_10471-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10471 .close-stacks_in_10471-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10471 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10475 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10475 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10475 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10475 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10475 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10476 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10476 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10476 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10476 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10476 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10477 {
      margin: 0px;
    }

    #stacks_in_10477 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10477 {
      margin: 0px;
    }

    #stacks_in_10477 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10477 {
      margin: 0px;
    }

    #stacks_in_10477 {
      padding: 0px;
    }


    

    
      #stacks_in_10477 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10477 {
      margin: 0px;
    }

    #stacks_in_10477 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10477 {
      margin: 0px;
    }

    #stacks_in_10477 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10477 {
      margin: 0px;
    }

    #stacks_in_10477 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10478 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10478 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10478 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10478 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10478 h1 {
		font-size: 32px;
	}
}


#stacks_in_10478 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10480 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10480 p a,
#stacks_in_10480 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10480 p a:hover,
#stacks_in_10480 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10480 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10480 .paragraph a,
#stacks_in_10480 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10480 .paragraph a:hover,
#stacks_in_10480 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10480 p,
#stacks_in_10480 {
	margin-bottom: 0;
	
}

#stacks_in_10480 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10482 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10482 p a,
#stacks_in_10482 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10482 p a:hover,
#stacks_in_10482 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10482 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10482 .paragraph a,
#stacks_in_10482 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10482 .paragraph a:hover,
#stacks_in_10482 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10482 p,
#stacks_in_10482 {
	margin-bottom: 0;
	
}

#stacks_in_10482 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10484 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10484 .label {
	
}

#stacks_in_10484 .label {
	font-weight: 700;
	
}

#stacks_in_10484 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11595 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11595 .label {
	
}

#stacks_in_11595 .label {
	font-weight: 700;
	
}

#stacks_in_11595 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10489 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10489 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10489 #stacks_in_10489-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10489 .close-stacks_in_10489-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10489 .close-stacks_in_10489-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10489 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10489 .close-stacks_in_10489-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10489 .close-stacks_in_10489-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10489 .close-stacks_in_10489-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10489 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10489 .close-stacks_in_10489-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10489 .close-stacks_in_10489-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10489 .close-stacks_in_10489-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10489 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10489 .close-stacks_in_10489-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10489 .close-stacks_in_10489-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10489 .close-stacks_in_10489-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10489 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10492 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10492 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10492 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10492 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10492 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10494 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10494 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10494 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10494 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10494 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10495 {
      margin: 0px;
    }

    #stacks_in_10495 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10495 {
      margin: 0px;
    }

    #stacks_in_10495 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10495 {
      margin: 0px;
    }

    #stacks_in_10495 {
      padding: 0px;
    }


    

    
      #stacks_in_10495 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10495 {
      margin: 0px;
    }

    #stacks_in_10495 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10495 {
      margin: 0px;
    }

    #stacks_in_10495 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10495 {
      margin: 0px;
    }

    #stacks_in_10495 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10496 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10496 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10496 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10496 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10496 h1 {
		font-size: 32px;
	}
}


#stacks_in_10496 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10498 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10498 p a,
#stacks_in_10498 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10498 p a:hover,
#stacks_in_10498 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10498 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10498 .paragraph a,
#stacks_in_10498 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10498 .paragraph a:hover,
#stacks_in_10498 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10498 p,
#stacks_in_10498 {
	margin-bottom: 0;
	
}

#stacks_in_10498 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10500 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10500 p a,
#stacks_in_10500 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10500 p a:hover,
#stacks_in_10500 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10500 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10500 .paragraph a,
#stacks_in_10500 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10500 .paragraph a:hover,
#stacks_in_10500 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10500 p,
#stacks_in_10500 {
	margin-bottom: 0;
	
}

#stacks_in_10500 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10503 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10503 .label {
	
}

#stacks_in_10503 .label {
	font-weight: 700;
	
}

#stacks_in_10503 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11596 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11596 .label {
	
}

#stacks_in_11596 .label {
	font-weight: 700;
	
}

#stacks_in_11596 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11101 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11101 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11101 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11101 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11101 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11101 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10509 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10509 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10509 #stacks_in_10509-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10509 .close-stacks_in_10509-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10509 .close-stacks_in_10509-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10509 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10509 .close-stacks_in_10509-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10509 .close-stacks_in_10509-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10509 .close-stacks_in_10509-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10509 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10509 .close-stacks_in_10509-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10509 .close-stacks_in_10509-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10509 .close-stacks_in_10509-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10509 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10509 .close-stacks_in_10509-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10509 .close-stacks_in_10509-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10509 .close-stacks_in_10509-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10509 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10511 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10511 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10511 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10511 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10511 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10512 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10512 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10512 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10512 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10512 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10513 {
      margin: 0px;
    }

    #stacks_in_10513 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10513 {
      margin: 0px;
    }

    #stacks_in_10513 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10513 {
      margin: 0px;
    }

    #stacks_in_10513 {
      padding: 0px;
    }


    

    
      #stacks_in_10513 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10513 {
      margin: 0px;
    }

    #stacks_in_10513 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10513 {
      margin: 0px;
    }

    #stacks_in_10513 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10513 {
      margin: 0px;
    }

    #stacks_in_10513 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10514 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10514 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10514 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10514 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10514 h1 {
		font-size: 32px;
	}
}


#stacks_in_10514 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10516 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10516 p a,
#stacks_in_10516 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10516 p a:hover,
#stacks_in_10516 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10516 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10516 .paragraph a,
#stacks_in_10516 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10516 .paragraph a:hover,
#stacks_in_10516 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10516 p,
#stacks_in_10516 {
	margin-bottom: 0;
	
}

#stacks_in_10516 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10518 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10518 p a,
#stacks_in_10518 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10518 p a:hover,
#stacks_in_10518 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10518 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10518 .paragraph a,
#stacks_in_10518 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10518 .paragraph a:hover,
#stacks_in_10518 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10518 p,
#stacks_in_10518 {
	margin-bottom: 0;
	
}

#stacks_in_10518 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10520 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10520 .label {
	
}

#stacks_in_10520 .label {
	font-weight: 700;
	
}

#stacks_in_10520 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11597 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11597 .label {
	
}

#stacks_in_11597 .label {
	font-weight: 700;
	
}

#stacks_in_11597 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10525 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10525 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10525 #stacks_in_10525-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10525 .close-stacks_in_10525-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10525 .close-stacks_in_10525-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10525 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10525 .close-stacks_in_10525-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10525 .close-stacks_in_10525-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10525 .close-stacks_in_10525-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10525 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10525 .close-stacks_in_10525-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10525 .close-stacks_in_10525-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10525 .close-stacks_in_10525-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10525 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10525 .close-stacks_in_10525-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10525 .close-stacks_in_10525-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10525 .close-stacks_in_10525-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10525 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10527 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10527 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10527 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10527 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10527 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10528 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10528 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10528 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10528 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10528 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10529 {
      margin: 0px;
    }

    #stacks_in_10529 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10529 {
      margin: 0px;
    }

    #stacks_in_10529 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10529 {
      margin: 0px;
    }

    #stacks_in_10529 {
      padding: 0px;
    }


    

    
      #stacks_in_10529 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10529 {
      margin: 0px;
    }

    #stacks_in_10529 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10529 {
      margin: 0px;
    }

    #stacks_in_10529 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10529 {
      margin: 0px;
    }

    #stacks_in_10529 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10530 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10530 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10530 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10530 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10530 h1 {
		font-size: 32px;
	}
}


#stacks_in_10530 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10532 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10532 p a,
#stacks_in_10532 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10532 p a:hover,
#stacks_in_10532 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10532 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10532 .paragraph a,
#stacks_in_10532 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10532 .paragraph a:hover,
#stacks_in_10532 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10532 p,
#stacks_in_10532 {
	margin-bottom: 0;
	
}

#stacks_in_10532 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10534 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10534 p a,
#stacks_in_10534 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10534 p a:hover,
#stacks_in_10534 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10534 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10534 .paragraph a,
#stacks_in_10534 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10534 .paragraph a:hover,
#stacks_in_10534 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10534 p,
#stacks_in_10534 {
	margin-bottom: 0;
	
}

#stacks_in_10534 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10536 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10536 .label {
	
}

#stacks_in_10536 .label {
	font-weight: 700;
	
}

#stacks_in_10536 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11598 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11598 .label {
	
}

#stacks_in_11598 .label {
	font-weight: 700;
	
}

#stacks_in_11598 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10541 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10541 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10541 #stacks_in_10541-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10541 .close-stacks_in_10541-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10541 .close-stacks_in_10541-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10541 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10541 .close-stacks_in_10541-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10541 .close-stacks_in_10541-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10541 .close-stacks_in_10541-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10541 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10541 .close-stacks_in_10541-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10541 .close-stacks_in_10541-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10541 .close-stacks_in_10541-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10541 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10541 .close-stacks_in_10541-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10541 .close-stacks_in_10541-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10541 .close-stacks_in_10541-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10541 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10543 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10543 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10543 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10543 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10543 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10544 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10544 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10544 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10544 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10544 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10545 {
      margin: 0px;
    }

    #stacks_in_10545 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10545 {
      margin: 0px;
    }

    #stacks_in_10545 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10545 {
      margin: 0px;
    }

    #stacks_in_10545 {
      padding: 0px;
    }


    

    
      #stacks_in_10545 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10545 {
      margin: 0px;
    }

    #stacks_in_10545 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10545 {
      margin: 0px;
    }

    #stacks_in_10545 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10545 {
      margin: 0px;
    }

    #stacks_in_10545 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10546 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10546 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10546 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10546 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10546 h1 {
		font-size: 32px;
	}
}


#stacks_in_10546 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10548 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10548 p a,
#stacks_in_10548 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10548 p a:hover,
#stacks_in_10548 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10548 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10548 .paragraph a,
#stacks_in_10548 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10548 .paragraph a:hover,
#stacks_in_10548 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10548 p,
#stacks_in_10548 {
	margin-bottom: 0;
	
}

#stacks_in_10548 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10550 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10550 p a,
#stacks_in_10550 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10550 p a:hover,
#stacks_in_10550 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10550 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10550 .paragraph a,
#stacks_in_10550 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10550 .paragraph a:hover,
#stacks_in_10550 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10550 p,
#stacks_in_10550 {
	margin-bottom: 0;
	
}

#stacks_in_10550 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10552 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10552 .label {
	
}

#stacks_in_10552 .label {
	font-weight: 700;
	
}

#stacks_in_10552 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11599 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11599 .label {
	
}

#stacks_in_11599 .label {
	font-weight: 700;
	
}

#stacks_in_11599 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11105 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11105 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11105 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11105 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11105 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11105 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10559 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_10559 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10559 #stacks_in_10559-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10559 .close-stacks_in_10559-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10559 .close-stacks_in_10559-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10559 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10559 .close-stacks_in_10559-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10559 .close-stacks_in_10559-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10559 .close-stacks_in_10559-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10559 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10559 .close-stacks_in_10559-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10559 .close-stacks_in_10559-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10559 .close-stacks_in_10559-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10559 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10559 .close-stacks_in_10559-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10559 .close-stacks_in_10559-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10559 .close-stacks_in_10559-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10559 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10562 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10562 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10562 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10562 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10562 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10563 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10563 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10563 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10563 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10563 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10564 {
      margin: 0px;
    }

    #stacks_in_10564 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10564 {
      margin: 0px;
    }

    #stacks_in_10564 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10564 {
      margin: 0px;
    }

    #stacks_in_10564 {
      padding: 0px;
    }


    

    
      #stacks_in_10564 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10564 {
      margin: 0px;
    }

    #stacks_in_10564 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10564 {
      margin: 0px;
    }

    #stacks_in_10564 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10564 {
      margin: 0px;
    }

    #stacks_in_10564 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10565 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10565 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10565 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10565 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10565 h1 {
		font-size: 32px;
	}
}


#stacks_in_10565 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10567 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10567 p a,
#stacks_in_10567 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10567 p a:hover,
#stacks_in_10567 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10567 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10567 .paragraph a,
#stacks_in_10567 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10567 .paragraph a:hover,
#stacks_in_10567 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10567 p,
#stacks_in_10567 {
	margin-bottom: 0;
	
}

#stacks_in_10567 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10570 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10570 p a,
#stacks_in_10570 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10570 p a:hover,
#stacks_in_10570 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10570 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10570 .paragraph a,
#stacks_in_10570 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10570 .paragraph a:hover,
#stacks_in_10570 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10570 p,
#stacks_in_10570 {
	margin-bottom: 0;
	
}

#stacks_in_10570 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10572 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10572 .label {
	
}

#stacks_in_10572 .label {
	font-weight: 700;
	
}

#stacks_in_10572 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11600 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11600 .label {
	
}

#stacks_in_11600 .label {
	font-weight: 700;
	
}

#stacks_in_11600 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10593 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10593 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10593 #stacks_in_10593-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10593 .close-stacks_in_10593-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10593 .close-stacks_in_10593-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10593 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10593 .close-stacks_in_10593-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10593 .close-stacks_in_10593-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10593 .close-stacks_in_10593-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10593 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10593 .close-stacks_in_10593-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10593 .close-stacks_in_10593-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10593 .close-stacks_in_10593-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10593 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10593 .close-stacks_in_10593-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10593 .close-stacks_in_10593-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10593 .close-stacks_in_10593-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10593 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10595 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10595 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10595 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10595 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10595 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10596 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10596 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10596 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10596 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10596 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10597 {
      margin: 0px;
    }

    #stacks_in_10597 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10597 {
      margin: 0px;
    }

    #stacks_in_10597 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10597 {
      margin: 0px;
    }

    #stacks_in_10597 {
      padding: 0px;
    }


    

    
      #stacks_in_10597 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10597 {
      margin: 0px;
    }

    #stacks_in_10597 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10597 {
      margin: 0px;
    }

    #stacks_in_10597 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10597 {
      margin: 0px;
    }

    #stacks_in_10597 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10598 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10598 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10598 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10598 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10598 h1 {
		font-size: 32px;
	}
}


#stacks_in_10598 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10600 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10600 p a,
#stacks_in_10600 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10600 p a:hover,
#stacks_in_10600 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10600 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10600 .paragraph a,
#stacks_in_10600 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10600 .paragraph a:hover,
#stacks_in_10600 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10600 p,
#stacks_in_10600 {
	margin-bottom: 0;
	
}

#stacks_in_10600 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10602 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10602 p a,
#stacks_in_10602 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10602 p a:hover,
#stacks_in_10602 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10602 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10602 .paragraph a,
#stacks_in_10602 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10602 .paragraph a:hover,
#stacks_in_10602 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10602 p,
#stacks_in_10602 {
	margin-bottom: 0;
	
}

#stacks_in_10602 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10604 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10604 .label {
	
}

#stacks_in_10604 .label {
	font-weight: 700;
	
}

#stacks_in_10604 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11601 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11601 .label {
	
}

#stacks_in_11601 .label {
	font-weight: 700;
	
}

#stacks_in_11601 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11103 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11103 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11103 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11103 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11103 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11103 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10576 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_10576 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10576 #stacks_in_10576-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10576 .close-stacks_in_10576-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10576 .close-stacks_in_10576-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10576 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10576 .close-stacks_in_10576-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10576 .close-stacks_in_10576-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10576 .close-stacks_in_10576-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10576 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10576 .close-stacks_in_10576-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10576 .close-stacks_in_10576-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10576 .close-stacks_in_10576-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10576 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10576 .close-stacks_in_10576-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10576 .close-stacks_in_10576-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10576 .close-stacks_in_10576-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10576 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10578 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10578 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10578 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10578 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10578 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10579 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10579 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10579 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10579 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10579 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10580 {
      margin: 0px;
    }

    #stacks_in_10580 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10580 {
      margin: 0px;
    }

    #stacks_in_10580 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10580 {
      margin: 0px;
    }

    #stacks_in_10580 {
      padding: 0px;
    }


    

    
      #stacks_in_10580 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10580 {
      margin: 0px;
    }

    #stacks_in_10580 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10580 {
      margin: 0px;
    }

    #stacks_in_10580 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10580 {
      margin: 0px;
    }

    #stacks_in_10580 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10581 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10581 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10581 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10581 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10581 h1 {
		font-size: 32px;
	}
}


#stacks_in_10581 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10583 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10583 p a,
#stacks_in_10583 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10583 p a:hover,
#stacks_in_10583 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10583 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10583 .paragraph a,
#stacks_in_10583 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10583 .paragraph a:hover,
#stacks_in_10583 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10583 p,
#stacks_in_10583 {
	margin-bottom: 0;
	
}

#stacks_in_10583 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10585 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10585 p a,
#stacks_in_10585 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10585 p a:hover,
#stacks_in_10585 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10585 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10585 .paragraph a,
#stacks_in_10585 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10585 .paragraph a:hover,
#stacks_in_10585 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10585 p,
#stacks_in_10585 {
	margin-bottom: 0;
	
}

#stacks_in_10585 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10587 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10587 .label {
	
}

#stacks_in_10587 .label {
	font-weight: 700;
	
}

#stacks_in_10587 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11602 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11602 .label {
	
}

#stacks_in_11602 .label {
	font-weight: 700;
	
}

#stacks_in_11602 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8248 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8248 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8248 #stacks_in_8248-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8248 .close-stacks_in_8248-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8248 .close-stacks_in_8248-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8248 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8248 .close-stacks_in_8248-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8248 .close-stacks_in_8248-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8248 .close-stacks_in_8248-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8248 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8248 .close-stacks_in_8248-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8248 .close-stacks_in_8248-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8248 .close-stacks_in_8248-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8248 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8248 .close-stacks_in_8248-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8248 .close-stacks_in_8248-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8248 .close-stacks_in_8248-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8248 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8250 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8250 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8250 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8250 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8250 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8251 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8251 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8251 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8251 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8251 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8252 {
      margin: 0px;
    }

    #stacks_in_8252 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8252 {
      margin: 0px;
    }

    #stacks_in_8252 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8252 {
      margin: 0px;
    }

    #stacks_in_8252 {
      padding: 0px;
    }


    

    
      #stacks_in_8252 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8252 {
      margin: 0px;
    }

    #stacks_in_8252 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8252 {
      margin: 0px;
    }

    #stacks_in_8252 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8252 {
      margin: 0px;
    }

    #stacks_in_8252 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8254 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8254 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8254 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8254 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8254 h1 {
		font-size: 32px;
	}
}


#stacks_in_8254 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8256 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8256 p a,
#stacks_in_8256 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8256 p a:hover,
#stacks_in_8256 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8256 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8256 .paragraph a,
#stacks_in_8256 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8256 .paragraph a:hover,
#stacks_in_8256 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8256 p,
#stacks_in_8256 {
	margin-bottom: 0;
	
}

#stacks_in_8256 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8258 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8258 p a,
#stacks_in_8258 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8258 p a:hover,
#stacks_in_8258 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8258 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8258 .paragraph a,
#stacks_in_8258 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8258 .paragraph a:hover,
#stacks_in_8258 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8258 p,
#stacks_in_8258 {
	margin-bottom: 0;
	
}

#stacks_in_8258 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8260 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8260 .label {
	
}

#stacks_in_8260 .label {
	font-weight: 700;
	
}

#stacks_in_8260 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11603 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11603 .label {
	
}

#stacks_in_11603 .label {
	font-weight: 700;
	
}

#stacks_in_11603 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8263 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8263 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8263 #stacks_in_8263-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8263 .close-stacks_in_8263-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8263 .close-stacks_in_8263-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8263 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8263 .close-stacks_in_8263-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8263 .close-stacks_in_8263-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8263 .close-stacks_in_8263-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8263 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8263 .close-stacks_in_8263-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8263 .close-stacks_in_8263-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8263 .close-stacks_in_8263-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8263 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8263 .close-stacks_in_8263-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8263 .close-stacks_in_8263-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8263 .close-stacks_in_8263-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8263 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8265 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8265 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8265 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8265 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8265 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8266 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8266 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8266 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8266 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8266 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8267 {
      margin: 0px;
    }

    #stacks_in_8267 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8267 {
      margin: 0px;
    }

    #stacks_in_8267 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8267 {
      margin: 0px;
    }

    #stacks_in_8267 {
      padding: 0px;
    }


    

    
      #stacks_in_8267 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8267 {
      margin: 0px;
    }

    #stacks_in_8267 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8267 {
      margin: 0px;
    }

    #stacks_in_8267 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8267 {
      margin: 0px;
    }

    #stacks_in_8267 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8269 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8269 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8269 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8269 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8269 h1 {
		font-size: 32px;
	}
}


#stacks_in_8269 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8271 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8271 p a,
#stacks_in_8271 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8271 p a:hover,
#stacks_in_8271 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8271 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8271 .paragraph a,
#stacks_in_8271 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8271 .paragraph a:hover,
#stacks_in_8271 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8271 p,
#stacks_in_8271 {
	margin-bottom: 0;
	
}

#stacks_in_8271 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8273 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8273 p a,
#stacks_in_8273 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8273 p a:hover,
#stacks_in_8273 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8273 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8273 .paragraph a,
#stacks_in_8273 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8273 .paragraph a:hover,
#stacks_in_8273 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8273 p,
#stacks_in_8273 {
	margin-bottom: 0;
	
}

#stacks_in_8273 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8275 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8275 .label {
	
}

#stacks_in_8275 .label {
	font-weight: 700;
	
}

#stacks_in_8275 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11604 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11604 .label {
	
}

#stacks_in_11604 .label {
	font-weight: 700;
	
}

#stacks_in_11604 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11107 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11107 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11107 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11107 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11107 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11107 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10609 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10609 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10609 #stacks_in_10609-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10609 .close-stacks_in_10609-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10609 .close-stacks_in_10609-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10609 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10609 .close-stacks_in_10609-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10609 .close-stacks_in_10609-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10609 .close-stacks_in_10609-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10609 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10609 .close-stacks_in_10609-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10609 .close-stacks_in_10609-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10609 .close-stacks_in_10609-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10609 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10609 .close-stacks_in_10609-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10609 .close-stacks_in_10609-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10609 .close-stacks_in_10609-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10609 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10611 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10611 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10611 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10611 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10611 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10612 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10612 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10612 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10612 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10612 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10613 {
      margin: 0px;
    }

    #stacks_in_10613 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10613 {
      margin: 0px;
    }

    #stacks_in_10613 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10613 {
      margin: 0px;
    }

    #stacks_in_10613 {
      padding: 0px;
    }


    

    
      #stacks_in_10613 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10613 {
      margin: 0px;
    }

    #stacks_in_10613 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10613 {
      margin: 0px;
    }

    #stacks_in_10613 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10613 {
      margin: 0px;
    }

    #stacks_in_10613 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10614 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10614 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10614 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10614 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10614 h1 {
		font-size: 32px;
	}
}


#stacks_in_10614 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10616 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10616 p a,
#stacks_in_10616 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10616 p a:hover,
#stacks_in_10616 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10616 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10616 .paragraph a,
#stacks_in_10616 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10616 .paragraph a:hover,
#stacks_in_10616 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10616 p,
#stacks_in_10616 {
	margin-bottom: 0;
	
}

#stacks_in_10616 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10618 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10618 p a,
#stacks_in_10618 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10618 p a:hover,
#stacks_in_10618 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10618 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10618 .paragraph a,
#stacks_in_10618 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10618 .paragraph a:hover,
#stacks_in_10618 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10618 p,
#stacks_in_10618 {
	margin-bottom: 0;
	
}

#stacks_in_10618 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10620 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10620 .label {
	
}

#stacks_in_10620 .label {
	font-weight: 700;
	
}

#stacks_in_10620 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11605 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11605 .label {
	
}

#stacks_in_11605 .label {
	font-weight: 700;
	
}

#stacks_in_11605 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11113 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11113 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11113 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11113 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11113 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11113 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10625 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10625 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10625 #stacks_in_10625-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10625 .close-stacks_in_10625-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10625 .close-stacks_in_10625-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10625 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10625 .close-stacks_in_10625-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10625 .close-stacks_in_10625-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10625 .close-stacks_in_10625-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10625 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10625 .close-stacks_in_10625-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10625 .close-stacks_in_10625-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10625 .close-stacks_in_10625-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10625 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10625 .close-stacks_in_10625-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10625 .close-stacks_in_10625-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10625 .close-stacks_in_10625-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10625 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10627 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10627 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10627 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10627 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10627 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10628 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10628 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10628 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10628 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10628 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10629 {
      margin: 0px;
    }

    #stacks_in_10629 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10629 {
      margin: 0px;
    }

    #stacks_in_10629 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10629 {
      margin: 0px;
    }

    #stacks_in_10629 {
      padding: 0px;
    }


    

    
      #stacks_in_10629 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10629 {
      margin: 0px;
    }

    #stacks_in_10629 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10629 {
      margin: 0px;
    }

    #stacks_in_10629 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10629 {
      margin: 0px;
    }

    #stacks_in_10629 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10630 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10630 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10630 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10630 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10630 h1 {
		font-size: 32px;
	}
}


#stacks_in_10630 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10632 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10632 p a,
#stacks_in_10632 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10632 p a:hover,
#stacks_in_10632 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10632 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10632 .paragraph a,
#stacks_in_10632 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10632 .paragraph a:hover,
#stacks_in_10632 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10632 p,
#stacks_in_10632 {
	margin-bottom: 0;
	
}

#stacks_in_10632 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10634 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10634 p a,
#stacks_in_10634 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10634 p a:hover,
#stacks_in_10634 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10634 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10634 .paragraph a,
#stacks_in_10634 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10634 .paragraph a:hover,
#stacks_in_10634 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10634 p,
#stacks_in_10634 {
	margin-bottom: 0;
	
}

#stacks_in_10634 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10636 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10636 .label {
	
}

#stacks_in_10636 .label {
	font-weight: 700;
	
}

#stacks_in_10636 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11606 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11606 .label {
	
}

#stacks_in_11606 .label {
	font-weight: 700;
	
}

#stacks_in_11606 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10641 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10641 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10641 #stacks_in_10641-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10641 .close-stacks_in_10641-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10641 .close-stacks_in_10641-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10641 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10641 .close-stacks_in_10641-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10641 .close-stacks_in_10641-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10641 .close-stacks_in_10641-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10641 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10641 .close-stacks_in_10641-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10641 .close-stacks_in_10641-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10641 .close-stacks_in_10641-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10641 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10641 .close-stacks_in_10641-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10641 .close-stacks_in_10641-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10641 .close-stacks_in_10641-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10641 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10643 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10643 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10643 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10643 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10643 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10644 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10644 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10644 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10644 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10644 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10645 {
      margin: 0px;
    }

    #stacks_in_10645 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10645 {
      margin: 0px;
    }

    #stacks_in_10645 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10645 {
      margin: 0px;
    }

    #stacks_in_10645 {
      padding: 0px;
    }


    

    
      #stacks_in_10645 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10645 {
      margin: 0px;
    }

    #stacks_in_10645 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10645 {
      margin: 0px;
    }

    #stacks_in_10645 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10645 {
      margin: 0px;
    }

    #stacks_in_10645 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10646 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10646 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10646 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10646 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10646 h1 {
		font-size: 32px;
	}
}


#stacks_in_10646 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10648 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10648 p a,
#stacks_in_10648 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10648 p a:hover,
#stacks_in_10648 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10648 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10648 .paragraph a,
#stacks_in_10648 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10648 .paragraph a:hover,
#stacks_in_10648 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10648 p,
#stacks_in_10648 {
	margin-bottom: 0;
	
}

#stacks_in_10648 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10650 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10650 p a,
#stacks_in_10650 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10650 p a:hover,
#stacks_in_10650 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10650 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10650 .paragraph a,
#stacks_in_10650 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10650 .paragraph a:hover,
#stacks_in_10650 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10650 p,
#stacks_in_10650 {
	margin-bottom: 0;
	
}

#stacks_in_10650 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10652 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10652 .label {
	
}

#stacks_in_10652 .label {
	font-weight: 700;
	
}

#stacks_in_10652 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11607 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11607 .label {
	
}

#stacks_in_11607 .label {
	font-weight: 700;
	
}

#stacks_in_11607 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11111 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11111 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11111 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11111 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11111 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11111 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10657 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10657 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10657 #stacks_in_10657-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10657 .close-stacks_in_10657-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10657 .close-stacks_in_10657-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10657 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10657 .close-stacks_in_10657-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10657 .close-stacks_in_10657-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10657 .close-stacks_in_10657-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10657 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10657 .close-stacks_in_10657-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10657 .close-stacks_in_10657-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10657 .close-stacks_in_10657-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10657 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10657 .close-stacks_in_10657-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10657 .close-stacks_in_10657-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10657 .close-stacks_in_10657-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10657 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10659 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10659 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10659 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10659 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10659 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10660 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10660 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10660 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10660 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10660 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10661 {
      margin: 0px;
    }

    #stacks_in_10661 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10661 {
      margin: 0px;
    }

    #stacks_in_10661 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10661 {
      margin: 0px;
    }

    #stacks_in_10661 {
      padding: 0px;
    }


    

    
      #stacks_in_10661 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10661 {
      margin: 0px;
    }

    #stacks_in_10661 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10661 {
      margin: 0px;
    }

    #stacks_in_10661 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10661 {
      margin: 0px;
    }

    #stacks_in_10661 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10662 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10662 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10662 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10662 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10662 h1 {
		font-size: 32px;
	}
}


#stacks_in_10662 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10664 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10664 p a,
#stacks_in_10664 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10664 p a:hover,
#stacks_in_10664 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10664 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10664 .paragraph a,
#stacks_in_10664 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10664 .paragraph a:hover,
#stacks_in_10664 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10664 p,
#stacks_in_10664 {
	margin-bottom: 0;
	
}

#stacks_in_10664 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10666 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10666 p a,
#stacks_in_10666 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10666 p a:hover,
#stacks_in_10666 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10666 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10666 .paragraph a,
#stacks_in_10666 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10666 .paragraph a:hover,
#stacks_in_10666 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10666 p,
#stacks_in_10666 {
	margin-bottom: 0;
	
}

#stacks_in_10666 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10668 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10668 .label {
	
}

#stacks_in_10668 .label {
	font-weight: 700;
	
}

#stacks_in_10668 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11608 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11608 .label {
	
}

#stacks_in_11608 .label {
	font-weight: 700;
	
}

#stacks_in_11608 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11117 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11117 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11117 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11117 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11117 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11117 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10673 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10673 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10673 #stacks_in_10673-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10673 .close-stacks_in_10673-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10673 .close-stacks_in_10673-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10673 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10673 .close-stacks_in_10673-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10673 .close-stacks_in_10673-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10673 .close-stacks_in_10673-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10673 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10673 .close-stacks_in_10673-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10673 .close-stacks_in_10673-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10673 .close-stacks_in_10673-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10673 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10673 .close-stacks_in_10673-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10673 .close-stacks_in_10673-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10673 .close-stacks_in_10673-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10673 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10675 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10675 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10675 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10675 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10675 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10676 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10676 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10676 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10676 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10676 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10677 {
      margin: 0px;
    }

    #stacks_in_10677 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10677 {
      margin: 0px;
    }

    #stacks_in_10677 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10677 {
      margin: 0px;
    }

    #stacks_in_10677 {
      padding: 0px;
    }


    

    
      #stacks_in_10677 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10677 {
      margin: 0px;
    }

    #stacks_in_10677 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10677 {
      margin: 0px;
    }

    #stacks_in_10677 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10677 {
      margin: 0px;
    }

    #stacks_in_10677 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10678 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10678 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10678 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10678 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10678 h1 {
		font-size: 32px;
	}
}


#stacks_in_10678 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10680 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10680 p a,
#stacks_in_10680 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10680 p a:hover,
#stacks_in_10680 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10680 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10680 .paragraph a,
#stacks_in_10680 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10680 .paragraph a:hover,
#stacks_in_10680 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10680 p,
#stacks_in_10680 {
	margin-bottom: 0;
	
}

#stacks_in_10680 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10682 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10682 p a,
#stacks_in_10682 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10682 p a:hover,
#stacks_in_10682 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10682 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10682 .paragraph a,
#stacks_in_10682 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10682 .paragraph a:hover,
#stacks_in_10682 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10682 p,
#stacks_in_10682 {
	margin-bottom: 0;
	
}

#stacks_in_10682 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10684 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10684 .label {
	
}

#stacks_in_10684 .label {
	font-weight: 700;
	
}

#stacks_in_10684 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11609 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11609 .label {
	
}

#stacks_in_11609 .label {
	font-weight: 700;
	
}

#stacks_in_11609 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_8428 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8428 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8428 #stacks_in_8428-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8428 .close-stacks_in_8428-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8428 .close-stacks_in_8428-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8428 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8428 .close-stacks_in_8428-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8428 .close-stacks_in_8428-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8428 .close-stacks_in_8428-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8428 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8428 .close-stacks_in_8428-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8428 .close-stacks_in_8428-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8428 .close-stacks_in_8428-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8428 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8428 .close-stacks_in_8428-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8428 .close-stacks_in_8428-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8428 .close-stacks_in_8428-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8428 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8430 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8430 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8430 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8430 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8430 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8431 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8431 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8431 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8431 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8431 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8432 {
      margin: 0px;
    }

    #stacks_in_8432 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8432 {
      margin: 0px;
    }

    #stacks_in_8432 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8432 {
      margin: 0px;
    }

    #stacks_in_8432 {
      padding: 0px;
    }


    

    
      #stacks_in_8432 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8432 {
      margin: 0px;
    }

    #stacks_in_8432 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8432 {
      margin: 0px;
    }

    #stacks_in_8432 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8432 {
      margin: 0px;
    }

    #stacks_in_8432 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8434 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8434 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8434 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8434 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8434 h1 {
		font-size: 32px;
	}
}


#stacks_in_8434 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8436 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8436 p a,
#stacks_in_8436 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8436 p a:hover,
#stacks_in_8436 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8436 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8436 .paragraph a,
#stacks_in_8436 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8436 .paragraph a:hover,
#stacks_in_8436 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8436 p,
#stacks_in_8436 {
	margin-bottom: 0;
	
}

#stacks_in_8436 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8438 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8438 p a,
#stacks_in_8438 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8438 p a:hover,
#stacks_in_8438 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8438 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8438 .paragraph a,
#stacks_in_8438 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8438 .paragraph a:hover,
#stacks_in_8438 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8438 p,
#stacks_in_8438 {
	margin-bottom: 0;
	
}

#stacks_in_8438 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8440 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8440 .label {
	
}

#stacks_in_8440 .label {
	font-weight: 700;
	
}

#stacks_in_8440 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11610 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11610 .label {
	
}

#stacks_in_11610 .label {
	font-weight: 700;
	
}

#stacks_in_11610 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11115 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11115 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11115 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11115 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11115 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11115 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_8323 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_8323 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_8323 #stacks_in_8323-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_8323 .close-stacks_in_8323-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_8323 .close-stacks_in_8323-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_8323 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_8323 .close-stacks_in_8323-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8323 .close-stacks_in_8323-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_8323 .close-stacks_in_8323-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8323 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_8323 .close-stacks_in_8323-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8323 .close-stacks_in_8323-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8323 .close-stacks_in_8323-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8323 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8323 .close-stacks_in_8323-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8323 .close-stacks_in_8323-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_8323 .close-stacks_in_8323-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_8323 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_8325 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8325 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8325 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8325 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8325 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8326 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_8326 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_8326 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8326 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_8326 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_8327 {
      margin: 0px;
    }

    #stacks_in_8327 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_8327 {
      margin: 0px;
    }

    #stacks_in_8327 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_8327 {
      margin: 0px;
    }

    #stacks_in_8327 {
      padding: 0px;
    }


    

    
      #stacks_in_8327 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_8327 {
      margin: 0px;
    }

    #stacks_in_8327 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_8327 {
      margin: 0px;
    }

    #stacks_in_8327 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_8327 {
      margin: 0px;
    }

    #stacks_in_8327 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_8329 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_8329 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_8329 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_8329 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8329 h1 {
		font-size: 32px;
	}
}


#stacks_in_8329 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_8331 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8331 p a,
#stacks_in_8331 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8331 p a:hover,
#stacks_in_8331 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8331 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_8331 .paragraph a,
#stacks_in_8331 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_8331 .paragraph a:hover,
#stacks_in_8331 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8331 p,
#stacks_in_8331 {
	margin-bottom: 0;
	
}

#stacks_in_8331 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_8333 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8333 p a,
#stacks_in_8333 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8333 p a:hover,
#stacks_in_8333 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8333 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_8333 .paragraph a,
#stacks_in_8333 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_8333 .paragraph a:hover,
#stacks_in_8333 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_8333 p,
#stacks_in_8333 {
	margin-bottom: 0;
	
}

#stacks_in_8333 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_8335 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_8335 .label {
	
}

#stacks_in_8335 .label {
	font-weight: 700;
	
}

#stacks_in_8335 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11611 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11611 .label {
	
}

#stacks_in_11611 .label {
	font-weight: 700;
	
}

#stacks_in_11611 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12022 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12022 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12022 #stacks_in_12022-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12022 .close-stacks_in_12022-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12022 .close-stacks_in_12022-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12022 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12022 .close-stacks_in_12022-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12022 .close-stacks_in_12022-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12022 .close-stacks_in_12022-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12022 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12022 .close-stacks_in_12022-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12022 .close-stacks_in_12022-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12022 .close-stacks_in_12022-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12022 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12022 .close-stacks_in_12022-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12022 .close-stacks_in_12022-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12022 .close-stacks_in_12022-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12022 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12024 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12024 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12024 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12024 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12024 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12025 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12025 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12025 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12025 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12025 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12026 {
      margin: 0px;
    }

    #stacks_in_12026 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12026 {
      margin: 0px;
    }

    #stacks_in_12026 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12026 {
      margin: 0px;
    }

    #stacks_in_12026 {
      padding: 0px;
    }


    

    
      #stacks_in_12026 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12026 {
      margin: 0px;
    }

    #stacks_in_12026 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12026 {
      margin: 0px;
    }

    #stacks_in_12026 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12026 {
      margin: 0px;
    }

    #stacks_in_12026 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12027 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12027 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12027 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12027 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12027 h1 {
		font-size: 32px;
	}
}


#stacks_in_12027 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12029 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12029 p a,
#stacks_in_12029 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12029 p a:hover,
#stacks_in_12029 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12029 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12029 .paragraph a,
#stacks_in_12029 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12029 .paragraph a:hover,
#stacks_in_12029 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12029 p,
#stacks_in_12029 {
	margin-bottom: 0;
	
}

#stacks_in_12029 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12031 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12031 p a,
#stacks_in_12031 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12031 p a:hover,
#stacks_in_12031 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12031 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12031 .paragraph a,
#stacks_in_12031 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12031 .paragraph a:hover,
#stacks_in_12031 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12031 p,
#stacks_in_12031 {
	margin-bottom: 0;
	
}

#stacks_in_12031 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12033 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12033 .label {
	
}

#stacks_in_12033 .label {
	font-weight: 700;
	
}

#stacks_in_12033 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12034 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12034 .label {
	
}

#stacks_in_12034 .label {
	font-weight: 700;
	
}

#stacks_in_12034 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11942 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11942 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11942 #stacks_in_11942-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11942 .close-stacks_in_11942-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11942 .close-stacks_in_11942-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11942 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11942 .close-stacks_in_11942-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11942 .close-stacks_in_11942-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11942 .close-stacks_in_11942-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11942 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11942 .close-stacks_in_11942-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11942 .close-stacks_in_11942-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11942 .close-stacks_in_11942-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11942 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11942 .close-stacks_in_11942-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11942 .close-stacks_in_11942-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11942 .close-stacks_in_11942-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11942 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11944 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11944 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11944 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11944 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11944 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11945 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11945 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11946 {
      margin: 0px;
    }

    #stacks_in_11946 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11946 {
      margin: 0px;
    }

    #stacks_in_11946 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11946 {
      margin: 0px;
    }

    #stacks_in_11946 {
      padding: 0px;
    }


    

    
      #stacks_in_11946 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11946 {
      margin: 0px;
    }

    #stacks_in_11946 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11946 {
      margin: 0px;
    }

    #stacks_in_11946 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11946 {
      margin: 0px;
    }

    #stacks_in_11946 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11947 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11947 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11947 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11947 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11947 h1 {
		font-size: 32px;
	}
}


#stacks_in_11947 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11949 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11949 p a,
#stacks_in_11949 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11949 p a:hover,
#stacks_in_11949 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11949 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11949 .paragraph a,
#stacks_in_11949 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11949 .paragraph a:hover,
#stacks_in_11949 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11949 p,
#stacks_in_11949 {
	margin-bottom: 0;
	
}

#stacks_in_11949 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11951 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11951 p a,
#stacks_in_11951 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11951 p a:hover,
#stacks_in_11951 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11951 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11951 .paragraph a,
#stacks_in_11951 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11951 .paragraph a:hover,
#stacks_in_11951 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11951 p,
#stacks_in_11951 {
	margin-bottom: 0;
	
}

#stacks_in_11951 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11953 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11953 .label {
	
}

#stacks_in_11953 .label {
	font-weight: 700;
	
}

#stacks_in_11953 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11954 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11954 .label {
	
}

#stacks_in_11954 .label {
	font-weight: 700;
	
}

#stacks_in_11954 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11958 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11958 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11958 #stacks_in_11958-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11958 .close-stacks_in_11958-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11958 .close-stacks_in_11958-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11958 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11958 .close-stacks_in_11958-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11958 .close-stacks_in_11958-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11958 .close-stacks_in_11958-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11958 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11958 .close-stacks_in_11958-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11958 .close-stacks_in_11958-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11958 .close-stacks_in_11958-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11958 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11958 .close-stacks_in_11958-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11958 .close-stacks_in_11958-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11958 .close-stacks_in_11958-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11958 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11960 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11960 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11960 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11960 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11960 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11961 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11961 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11961 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11961 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11961 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11962 {
      margin: 0px;
    }

    #stacks_in_11962 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11962 {
      margin: 0px;
    }

    #stacks_in_11962 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11962 {
      margin: 0px;
    }

    #stacks_in_11962 {
      padding: 0px;
    }


    

    
      #stacks_in_11962 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11962 {
      margin: 0px;
    }

    #stacks_in_11962 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11962 {
      margin: 0px;
    }

    #stacks_in_11962 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11962 {
      margin: 0px;
    }

    #stacks_in_11962 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11963 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11963 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11963 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11963 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11963 h1 {
		font-size: 32px;
	}
}


#stacks_in_11963 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11965 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11965 p a,
#stacks_in_11965 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11965 p a:hover,
#stacks_in_11965 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11965 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11965 .paragraph a,
#stacks_in_11965 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11965 .paragraph a:hover,
#stacks_in_11965 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11965 p,
#stacks_in_11965 {
	margin-bottom: 0;
	
}

#stacks_in_11965 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11967 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11967 p a,
#stacks_in_11967 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11967 p a:hover,
#stacks_in_11967 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11967 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11967 .paragraph a,
#stacks_in_11967 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11967 .paragraph a:hover,
#stacks_in_11967 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11967 p,
#stacks_in_11967 {
	margin-bottom: 0;
	
}

#stacks_in_11967 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11969 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11969 .label {
	
}

#stacks_in_11969 .label {
	font-weight: 700;
	
}

#stacks_in_11969 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11970 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11970 .label {
	
}

#stacks_in_11970 .label {
	font-weight: 700;
	
}

#stacks_in_11970 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11974 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11974 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11974 #stacks_in_11974-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11974 .close-stacks_in_11974-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11974 .close-stacks_in_11974-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11974 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11974 .close-stacks_in_11974-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11974 .close-stacks_in_11974-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11974 .close-stacks_in_11974-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11974 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11974 .close-stacks_in_11974-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11974 .close-stacks_in_11974-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11974 .close-stacks_in_11974-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11974 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11974 .close-stacks_in_11974-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11974 .close-stacks_in_11974-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11974 .close-stacks_in_11974-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11974 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11976 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11976 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11976 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11976 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11976 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11977 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11977 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11977 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11977 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11977 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11978 {
      margin: 0px;
    }

    #stacks_in_11978 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11978 {
      margin: 0px;
    }

    #stacks_in_11978 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11978 {
      margin: 0px;
    }

    #stacks_in_11978 {
      padding: 0px;
    }


    

    
      #stacks_in_11978 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11978 {
      margin: 0px;
    }

    #stacks_in_11978 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11978 {
      margin: 0px;
    }

    #stacks_in_11978 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11978 {
      margin: 0px;
    }

    #stacks_in_11978 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11979 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11979 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11979 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11979 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11979 h1 {
		font-size: 32px;
	}
}


#stacks_in_11979 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11981 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11981 p a,
#stacks_in_11981 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11981 p a:hover,
#stacks_in_11981 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11981 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11981 .paragraph a,
#stacks_in_11981 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11981 .paragraph a:hover,
#stacks_in_11981 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11981 p,
#stacks_in_11981 {
	margin-bottom: 0;
	
}

#stacks_in_11981 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11983 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11983 p a,
#stacks_in_11983 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11983 p a:hover,
#stacks_in_11983 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11983 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11983 .paragraph a,
#stacks_in_11983 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11983 .paragraph a:hover,
#stacks_in_11983 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11983 p,
#stacks_in_11983 {
	margin-bottom: 0;
	
}

#stacks_in_11983 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11985 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11985 .label {
	
}

#stacks_in_11985 .label {
	font-weight: 700;
	
}

#stacks_in_11985 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11986 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11986 .label {
	
}

#stacks_in_11986 .label {
	font-weight: 700;
	
}

#stacks_in_11986 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11990 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11990 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11990 #stacks_in_11990-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11990 .close-stacks_in_11990-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11990 .close-stacks_in_11990-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11990 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11990 .close-stacks_in_11990-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11990 .close-stacks_in_11990-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11990 .close-stacks_in_11990-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11990 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11990 .close-stacks_in_11990-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11990 .close-stacks_in_11990-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11990 .close-stacks_in_11990-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11990 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11990 .close-stacks_in_11990-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11990 .close-stacks_in_11990-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11990 .close-stacks_in_11990-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11990 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11992 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11992 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11992 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11992 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11992 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11993 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11993 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11993 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11993 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11993 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11994 {
      margin: 0px;
    }

    #stacks_in_11994 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11994 {
      margin: 0px;
    }

    #stacks_in_11994 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11994 {
      margin: 0px;
    }

    #stacks_in_11994 {
      padding: 0px;
    }


    

    
      #stacks_in_11994 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11994 {
      margin: 0px;
    }

    #stacks_in_11994 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11994 {
      margin: 0px;
    }

    #stacks_in_11994 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11994 {
      margin: 0px;
    }

    #stacks_in_11994 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11995 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11995 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11995 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11995 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11995 h1 {
		font-size: 32px;
	}
}


#stacks_in_11995 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11997 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11997 p a,
#stacks_in_11997 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11997 p a:hover,
#stacks_in_11997 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11997 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11997 .paragraph a,
#stacks_in_11997 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11997 .paragraph a:hover,
#stacks_in_11997 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11997 p,
#stacks_in_11997 {
	margin-bottom: 0;
	
}

#stacks_in_11997 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11999 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11999 p a,
#stacks_in_11999 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11999 p a:hover,
#stacks_in_11999 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11999 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11999 .paragraph a,
#stacks_in_11999 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11999 .paragraph a:hover,
#stacks_in_11999 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11999 p,
#stacks_in_11999 {
	margin-bottom: 0;
	
}

#stacks_in_11999 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12001 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12001 .label {
	
}

#stacks_in_12001 .label {
	font-weight: 700;
	
}

#stacks_in_12001 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12002 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12002 .label {
	
}

#stacks_in_12002 .label {
	font-weight: 700;
	
}

#stacks_in_12002 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12358 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12358 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12358 #stacks_in_12358-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12358 .close-stacks_in_12358-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12358 .close-stacks_in_12358-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12358 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12358 .close-stacks_in_12358-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12358 .close-stacks_in_12358-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12358 .close-stacks_in_12358-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12358 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12358 .close-stacks_in_12358-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12358 .close-stacks_in_12358-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12358 .close-stacks_in_12358-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12358 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12358 .close-stacks_in_12358-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12358 .close-stacks_in_12358-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12358 .close-stacks_in_12358-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12358 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12360 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12360 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12360 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12361 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12361 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12362 {
      margin: 0px;
    }

    #stacks_in_12362 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12362 {
      margin: 0px;
    }

    #stacks_in_12362 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12362 {
      margin: 0px;
    }

    #stacks_in_12362 {
      padding: 0px;
    }


    

    
      #stacks_in_12362 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12362 {
      margin: 0px;
    }

    #stacks_in_12362 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12362 {
      margin: 0px;
    }

    #stacks_in_12362 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12362 {
      margin: 0px;
    }

    #stacks_in_12362 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12363 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12363 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12363 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12363 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12363 h1 {
		font-size: 32px;
	}
}


#stacks_in_12363 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12365 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12365 p a,
#stacks_in_12365 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12365 p a:hover,
#stacks_in_12365 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12365 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12365 .paragraph a,
#stacks_in_12365 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12365 .paragraph a:hover,
#stacks_in_12365 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12365 p,
#stacks_in_12365 {
	margin-bottom: 0;
	
}

#stacks_in_12365 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12367 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12367 p a,
#stacks_in_12367 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12367 p a:hover,
#stacks_in_12367 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12367 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12367 .paragraph a,
#stacks_in_12367 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12367 .paragraph a:hover,
#stacks_in_12367 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12367 p,
#stacks_in_12367 {
	margin-bottom: 0;
	
}

#stacks_in_12367 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12369 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12369 .label {
	
}

#stacks_in_12369 .label {
	font-weight: 700;
	
}

#stacks_in_12369 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12370 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12370 .label {
	
}

#stacks_in_12370 .label {
	font-weight: 700;
	
}

#stacks_in_12370 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12423 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12423 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12423 #stacks_in_12423-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12423 .close-stacks_in_12423-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12423 .close-stacks_in_12423-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12423 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12423 .close-stacks_in_12423-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12423 .close-stacks_in_12423-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12423 .close-stacks_in_12423-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12423 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12423 .close-stacks_in_12423-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12423 .close-stacks_in_12423-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12423 .close-stacks_in_12423-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12423 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12423 .close-stacks_in_12423-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12423 .close-stacks_in_12423-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12423 .close-stacks_in_12423-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12423 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12425 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12425 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12425 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12425 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12425 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12426 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12426 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12426 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12426 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12426 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12427 {
      margin: 0px;
    }

    #stacks_in_12427 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12427 {
      margin: 0px;
    }

    #stacks_in_12427 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12427 {
      margin: 0px;
    }

    #stacks_in_12427 {
      padding: 0px;
    }


    

    
      #stacks_in_12427 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12427 {
      margin: 0px;
    }

    #stacks_in_12427 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12427 {
      margin: 0px;
    }

    #stacks_in_12427 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12427 {
      margin: 0px;
    }

    #stacks_in_12427 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12428 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12428 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12428 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12428 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12428 h1 {
		font-size: 32px;
	}
}


#stacks_in_12428 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12430 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12430 p a,
#stacks_in_12430 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12430 p a:hover,
#stacks_in_12430 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12430 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12430 .paragraph a,
#stacks_in_12430 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12430 .paragraph a:hover,
#stacks_in_12430 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12430 p,
#stacks_in_12430 {
	margin-bottom: 0;
	
}

#stacks_in_12430 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12432 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12432 p a,
#stacks_in_12432 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12432 p a:hover,
#stacks_in_12432 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12432 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12432 .paragraph a,
#stacks_in_12432 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12432 .paragraph a:hover,
#stacks_in_12432 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12432 p,
#stacks_in_12432 {
	margin-bottom: 0;
	
}

#stacks_in_12432 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12434 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12434 .label {
	
}

#stacks_in_12434 .label {
	font-weight: 700;
	
}

#stacks_in_12434 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12435 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12435 .label {
	
}

#stacks_in_12435 .label {
	font-weight: 700;
	
}

#stacks_in_12435 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12391 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12391 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12391 #stacks_in_12391-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12391 .close-stacks_in_12391-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12391 .close-stacks_in_12391-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12391 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12391 .close-stacks_in_12391-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12391 .close-stacks_in_12391-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12391 .close-stacks_in_12391-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12391 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12391 .close-stacks_in_12391-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12391 .close-stacks_in_12391-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12391 .close-stacks_in_12391-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12391 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12391 .close-stacks_in_12391-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12391 .close-stacks_in_12391-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12391 .close-stacks_in_12391-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12391 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12393 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12393 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12393 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12393 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12393 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12394 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12394 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12394 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12394 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12394 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12395 {
      margin: 0px;
    }

    #stacks_in_12395 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12395 {
      margin: 0px;
    }

    #stacks_in_12395 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12395 {
      margin: 0px;
    }

    #stacks_in_12395 {
      padding: 0px;
    }


    

    
      #stacks_in_12395 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12395 {
      margin: 0px;
    }

    #stacks_in_12395 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12395 {
      margin: 0px;
    }

    #stacks_in_12395 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12395 {
      margin: 0px;
    }

    #stacks_in_12395 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12396 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12396 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12396 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12396 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12396 h1 {
		font-size: 32px;
	}
}


#stacks_in_12396 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12398 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12398 p a,
#stacks_in_12398 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12398 p a:hover,
#stacks_in_12398 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12398 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12398 .paragraph a,
#stacks_in_12398 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12398 .paragraph a:hover,
#stacks_in_12398 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12398 p,
#stacks_in_12398 {
	margin-bottom: 0;
	
}

#stacks_in_12398 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12400 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12400 p a,
#stacks_in_12400 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12400 p a:hover,
#stacks_in_12400 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12400 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12400 .paragraph a,
#stacks_in_12400 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12400 .paragraph a:hover,
#stacks_in_12400 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12400 p,
#stacks_in_12400 {
	margin-bottom: 0;
	
}

#stacks_in_12400 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12402 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12402 .label {
	
}

#stacks_in_12402 .label {
	font-weight: 700;
	
}

#stacks_in_12402 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12403 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12403 .label {
	
}

#stacks_in_12403 .label {
	font-weight: 700;
	
}

#stacks_in_12403 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12407 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12407 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12407 #stacks_in_12407-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12407 .close-stacks_in_12407-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12407 .close-stacks_in_12407-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12407 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12407 .close-stacks_in_12407-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12407 .close-stacks_in_12407-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12407 .close-stacks_in_12407-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12407 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12407 .close-stacks_in_12407-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12407 .close-stacks_in_12407-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12407 .close-stacks_in_12407-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12407 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12407 .close-stacks_in_12407-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12407 .close-stacks_in_12407-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12407 .close-stacks_in_12407-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12407 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12409 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12409 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12409 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12409 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12409 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12410 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12410 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12410 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12410 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12410 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12411 {
      margin: 0px;
    }

    #stacks_in_12411 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12411 {
      margin: 0px;
    }

    #stacks_in_12411 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12411 {
      margin: 0px;
    }

    #stacks_in_12411 {
      padding: 0px;
    }


    

    
      #stacks_in_12411 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12411 {
      margin: 0px;
    }

    #stacks_in_12411 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12411 {
      margin: 0px;
    }

    #stacks_in_12411 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12411 {
      margin: 0px;
    }

    #stacks_in_12411 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12412 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12412 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12412 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12412 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12412 h1 {
		font-size: 32px;
	}
}


#stacks_in_12412 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12414 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12414 p a,
#stacks_in_12414 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12414 p a:hover,
#stacks_in_12414 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12414 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12414 .paragraph a,
#stacks_in_12414 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12414 .paragraph a:hover,
#stacks_in_12414 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12414 p,
#stacks_in_12414 {
	margin-bottom: 0;
	
}

#stacks_in_12414 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12416 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12416 p a,
#stacks_in_12416 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12416 p a:hover,
#stacks_in_12416 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12416 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12416 .paragraph a,
#stacks_in_12416 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12416 .paragraph a:hover,
#stacks_in_12416 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12416 p,
#stacks_in_12416 {
	margin-bottom: 0;
	
}

#stacks_in_12416 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12418 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12418 .label {
	
}

#stacks_in_12418 .label {
	font-weight: 700;
	
}

#stacks_in_12418 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12419 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12419 .label {
	
}

#stacks_in_12419 .label {
	font-weight: 700;
	
}

#stacks_in_12419 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12375 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12375 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12375 #stacks_in_12375-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12375 .close-stacks_in_12375-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12375 .close-stacks_in_12375-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12375 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12375 .close-stacks_in_12375-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12375 .close-stacks_in_12375-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12375 .close-stacks_in_12375-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12375 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12375 .close-stacks_in_12375-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12375 .close-stacks_in_12375-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12375 .close-stacks_in_12375-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12375 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12375 .close-stacks_in_12375-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12375 .close-stacks_in_12375-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12375 .close-stacks_in_12375-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12375 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12377 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12377 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12377 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12377 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12377 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12378 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12378 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12378 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12378 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12378 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12379 {
      margin: 0px;
    }

    #stacks_in_12379 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12379 {
      margin: 0px;
    }

    #stacks_in_12379 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12379 {
      margin: 0px;
    }

    #stacks_in_12379 {
      padding: 0px;
    }


    

    
      #stacks_in_12379 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12379 {
      margin: 0px;
    }

    #stacks_in_12379 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12379 {
      margin: 0px;
    }

    #stacks_in_12379 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12379 {
      margin: 0px;
    }

    #stacks_in_12379 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12380 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12380 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12380 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12380 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12380 h1 {
		font-size: 32px;
	}
}


#stacks_in_12380 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12382 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12382 p a,
#stacks_in_12382 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12382 p a:hover,
#stacks_in_12382 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12382 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12382 .paragraph a,
#stacks_in_12382 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12382 .paragraph a:hover,
#stacks_in_12382 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12382 p,
#stacks_in_12382 {
	margin-bottom: 0;
	
}

#stacks_in_12382 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12384 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12384 p a,
#stacks_in_12384 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12384 p a:hover,
#stacks_in_12384 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12384 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12384 .paragraph a,
#stacks_in_12384 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12384 .paragraph a:hover,
#stacks_in_12384 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12384 p,
#stacks_in_12384 {
	margin-bottom: 0;
	
}

#stacks_in_12384 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12386 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12386 .label {
	
}

#stacks_in_12386 .label {
	font-weight: 700;
	
}

#stacks_in_12386 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12387 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12387 .label {
	
}

#stacks_in_12387 .label {
	font-weight: 700;
	
}

#stacks_in_12387 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_12006 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_12006 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_12006 #stacks_in_12006-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_12006 .close-stacks_in_12006-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_12006 .close-stacks_in_12006-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_12006 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_12006 .close-stacks_in_12006-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12006 .close-stacks_in_12006-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_12006 .close-stacks_in_12006-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12006 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_12006 .close-stacks_in_12006-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12006 .close-stacks_in_12006-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12006 .close-stacks_in_12006-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12006 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12006 .close-stacks_in_12006-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12006 .close-stacks_in_12006-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_12006 .close-stacks_in_12006-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_12006 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_12008 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12008 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12008 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12008 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12008 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_12009 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_12009 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_12009 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_12009 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_12009 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_12010 {
      margin: 0px;
    }

    #stacks_in_12010 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_12010 {
      margin: 0px;
    }

    #stacks_in_12010 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_12010 {
      margin: 0px;
    }

    #stacks_in_12010 {
      padding: 0px;
    }


    

    
      #stacks_in_12010 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_12010 {
      margin: 0px;
    }

    #stacks_in_12010 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_12010 {
      margin: 0px;
    }

    #stacks_in_12010 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_12010 {
      margin: 0px;
    }

    #stacks_in_12010 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_12011 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_12011 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_12011 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_12011 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_12011 h1 {
		font-size: 32px;
	}
}


#stacks_in_12011 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_12013 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12013 p a,
#stacks_in_12013 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12013 p a:hover,
#stacks_in_12013 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12013 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_12013 .paragraph a,
#stacks_in_12013 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_12013 .paragraph a:hover,
#stacks_in_12013 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12013 p,
#stacks_in_12013 {
	margin-bottom: 0;
	
}

#stacks_in_12013 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_12015 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12015 p a,
#stacks_in_12015 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12015 p a:hover,
#stacks_in_12015 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_12015 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_12015 .paragraph a,
#stacks_in_12015 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_12015 .paragraph a:hover,
#stacks_in_12015 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_12015 p,
#stacks_in_12015 {
	margin-bottom: 0;
	
}

#stacks_in_12015 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_12017 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_12017 .label {
	
}

#stacks_in_12017 .label {
	font-weight: 700;
	
}

#stacks_in_12017 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_12018 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_12018 .label {
	
}

#stacks_in_12018 .label {
	font-weight: 700;
	
}

#stacks_in_12018 {
	padding: 0px 0px 0px 10px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_9239 > .svgm-wrap {
  overflow: visible;
  height: 30px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  rotateY(180deg);
  transform: translateX(-50%)  rotateY(180deg);
  
}
.svg-metamorph.svgm_stacks_in_9239 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 30px;
  overflow: visible;
  
  stroke-width: 5px;
  
}
.svg-metamorph.svgm_stacks_in_9239 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_9239 {
  padding-bottom: 30px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_9239 {
    padding-bottom: 45.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_9239 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_9239 > .svgm-wrap > svg {
    height: 45.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_9239 {
    padding-bottom: 15.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_9239 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_9239 > .svgm-wrap > svg {
    height: 15.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_9239 {
	background-color: rgba(11, 109, 205, 0.00);
}


#stacks_in_9241 h5 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_9241 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_9241 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}






#stacks_in_9241 {
	background-color: rgba(247, 0, 13, 1.00);
	padding: 0px 0px 20px 0px;
}



	#stacks_in_9244 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_9244 .anchor {
	font-size: 24px;
	line-height: 24px;
}




#stacks_in_10696 {
	border: solid rgba(241, 0, 14, 1.00);
	border-width: 0px 2px 2px 2px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_10700 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10700 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10700 #stacks_in_10700-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10700 .close-stacks_in_10700-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10700 .close-stacks_in_10700-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10700 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10700 .close-stacks_in_10700-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10700 .close-stacks_in_10700-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10700 .close-stacks_in_10700-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10700 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10700 .close-stacks_in_10700-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10700 .close-stacks_in_10700-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10700 .close-stacks_in_10700-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10700 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10700 .close-stacks_in_10700-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10700 .close-stacks_in_10700-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10700 .close-stacks_in_10700-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10700 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10702 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10702 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10702 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10702 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10702 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10703 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10703 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10704 {
      margin: 0px;
    }

    #stacks_in_10704 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10704 {
      margin: 0px;
    }

    #stacks_in_10704 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10704 {
      margin: 0px;
    }

    #stacks_in_10704 {
      padding: 0px;
    }


    

    
      #stacks_in_10704 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10704 {
      margin: 0px;
    }

    #stacks_in_10704 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10704 {
      margin: 0px;
    }

    #stacks_in_10704 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10704 {
      margin: 0px;
    }

    #stacks_in_10704 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10705 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10705 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10705 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10705 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10705 h1 {
		font-size: 32px;
	}
}


#stacks_in_10705 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10707 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10707 p a,
#stacks_in_10707 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10707 p a:hover,
#stacks_in_10707 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10707 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10707 .paragraph a,
#stacks_in_10707 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10707 .paragraph a:hover,
#stacks_in_10707 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10707 p,
#stacks_in_10707 {
	margin-bottom: 0;
	
}

#stacks_in_10707 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10709 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10709 p a,
#stacks_in_10709 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10709 p a:hover,
#stacks_in_10709 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10709 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10709 .paragraph a,
#stacks_in_10709 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10709 .paragraph a:hover,
#stacks_in_10709 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10709 p,
#stacks_in_10709 {
	margin-bottom: 0;
	
}

#stacks_in_10709 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10711 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10711 .label {
	
}

#stacks_in_10711 .label {
	font-weight: 700;
	
}

#stacks_in_10711 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11633 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11633 .label {
	
}

#stacks_in_11633 .label {
	font-weight: 700;
	
}

#stacks_in_11633 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10715 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10715 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10715 #stacks_in_10715-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10715 .close-stacks_in_10715-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10715 .close-stacks_in_10715-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10715 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10715 .close-stacks_in_10715-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10715 .close-stacks_in_10715-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10715 .close-stacks_in_10715-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10715 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10715 .close-stacks_in_10715-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10715 .close-stacks_in_10715-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10715 .close-stacks_in_10715-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10715 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10715 .close-stacks_in_10715-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10715 .close-stacks_in_10715-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10715 .close-stacks_in_10715-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10715 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10717 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10717 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10717 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10717 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10717 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10718 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10718 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10718 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10718 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10718 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10719 {
      margin: 0px;
    }

    #stacks_in_10719 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10719 {
      margin: 0px;
    }

    #stacks_in_10719 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10719 {
      margin: 0px;
    }

    #stacks_in_10719 {
      padding: 0px;
    }


    

    
      #stacks_in_10719 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10719 {
      margin: 0px;
    }

    #stacks_in_10719 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10719 {
      margin: 0px;
    }

    #stacks_in_10719 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10719 {
      margin: 0px;
    }

    #stacks_in_10719 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10720 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10720 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10720 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10720 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10720 h1 {
		font-size: 32px;
	}
}


#stacks_in_10720 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10722 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10722 p a,
#stacks_in_10722 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10722 p a:hover,
#stacks_in_10722 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10722 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10722 .paragraph a,
#stacks_in_10722 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10722 .paragraph a:hover,
#stacks_in_10722 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10722 p,
#stacks_in_10722 {
	margin-bottom: 0;
	
}

#stacks_in_10722 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10724 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10724 p a,
#stacks_in_10724 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10724 p a:hover,
#stacks_in_10724 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10724 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10724 .paragraph a,
#stacks_in_10724 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10724 .paragraph a:hover,
#stacks_in_10724 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10724 p,
#stacks_in_10724 {
	margin-bottom: 0;
	
}

#stacks_in_10724 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10726 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10726 .label {
	
}

#stacks_in_10726 .label {
	font-weight: 700;
	
}

#stacks_in_10726 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11634 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11634 .label {
	
}

#stacks_in_11634 .label {
	font-weight: 700;
	
}

#stacks_in_11634 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10730 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10730 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10730 #stacks_in_10730-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10730 .close-stacks_in_10730-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10730 .close-stacks_in_10730-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10730 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10730 .close-stacks_in_10730-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10730 .close-stacks_in_10730-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10730 .close-stacks_in_10730-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10730 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10730 .close-stacks_in_10730-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10730 .close-stacks_in_10730-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10730 .close-stacks_in_10730-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10730 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10730 .close-stacks_in_10730-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10730 .close-stacks_in_10730-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10730 .close-stacks_in_10730-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10730 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10732 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10732 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10732 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10732 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10732 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10733 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10733 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10733 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10733 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10733 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10734 {
      margin: 0px;
    }

    #stacks_in_10734 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10734 {
      margin: 0px;
    }

    #stacks_in_10734 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10734 {
      margin: 0px;
    }

    #stacks_in_10734 {
      padding: 0px;
    }


    

    
      #stacks_in_10734 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10734 {
      margin: 0px;
    }

    #stacks_in_10734 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10734 {
      margin: 0px;
    }

    #stacks_in_10734 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10734 {
      margin: 0px;
    }

    #stacks_in_10734 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10735 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10735 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10735 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10735 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10735 h1 {
		font-size: 32px;
	}
}


#stacks_in_10735 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10737 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10737 p a,
#stacks_in_10737 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10737 p a:hover,
#stacks_in_10737 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10737 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10737 .paragraph a,
#stacks_in_10737 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10737 .paragraph a:hover,
#stacks_in_10737 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10737 p,
#stacks_in_10737 {
	margin-bottom: 0;
	
}

#stacks_in_10737 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10739 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10739 p a,
#stacks_in_10739 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10739 p a:hover,
#stacks_in_10739 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10739 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10739 .paragraph a,
#stacks_in_10739 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10739 .paragraph a:hover,
#stacks_in_10739 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10739 p,
#stacks_in_10739 {
	margin-bottom: 0;
	
}

#stacks_in_10739 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10741 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10741 .label {
	
}

#stacks_in_10741 .label {
	font-weight: 700;
	
}

#stacks_in_10741 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11635 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11635 .label {
	
}

#stacks_in_11635 .label {
	font-weight: 700;
	
}

#stacks_in_11635 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10745 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_10745 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10745 #stacks_in_10745-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10745 .close-stacks_in_10745-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10745 .close-stacks_in_10745-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10745 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10745 .close-stacks_in_10745-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10745 .close-stacks_in_10745-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10745 .close-stacks_in_10745-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10745 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10745 .close-stacks_in_10745-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10745 .close-stacks_in_10745-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10745 .close-stacks_in_10745-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10745 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10745 .close-stacks_in_10745-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10745 .close-stacks_in_10745-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10745 .close-stacks_in_10745-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10745 .mega-modal-content {
		padding-top: 100px;
	}	
}

#stacks_in_10745 {
	border: solid rgba(179, 59, 138, 1.00);
	border-width:  1px;
}


#stacks_in_10747 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10747 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10747 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10747 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10747 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10748 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10748 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10748 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10748 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10748 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10749 {
      margin: 0px;
    }

    #stacks_in_10749 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10749 {
      margin: 0px;
    }

    #stacks_in_10749 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10749 {
      margin: 0px;
    }

    #stacks_in_10749 {
      padding: 0px;
    }


    

    
      #stacks_in_10749 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10749 {
      margin: 0px;
    }

    #stacks_in_10749 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10749 {
      margin: 0px;
    }

    #stacks_in_10749 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10749 {
      margin: 0px;
    }

    #stacks_in_10749 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10750 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10750 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10750 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10750 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10750 h1 {
		font-size: 32px;
	}
}


#stacks_in_10750 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10752 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10752 p a,
#stacks_in_10752 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10752 p a:hover,
#stacks_in_10752 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10752 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10752 .paragraph a,
#stacks_in_10752 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10752 .paragraph a:hover,
#stacks_in_10752 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10752 p,
#stacks_in_10752 {
	margin-bottom: 0;
	
}

#stacks_in_10752 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10754 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10754 p a,
#stacks_in_10754 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10754 p a:hover,
#stacks_in_10754 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10754 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10754 .paragraph a,
#stacks_in_10754 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10754 .paragraph a:hover,
#stacks_in_10754 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10754 p,
#stacks_in_10754 {
	margin-bottom: 0;
	
}

#stacks_in_10754 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10756 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10756 .label {
	
}

#stacks_in_10756 .label {
	font-weight: 700;
	
}

#stacks_in_10756 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11636 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11636 .label {
	
}

#stacks_in_11636 .label {
	font-weight: 700;
	
}

#stacks_in_11636 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11133 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11133 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11133 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11133 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11133 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11133 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10760 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10760 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10760 #stacks_in_10760-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10760 .close-stacks_in_10760-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10760 .close-stacks_in_10760-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10760 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10760 .close-stacks_in_10760-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10760 .close-stacks_in_10760-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10760 .close-stacks_in_10760-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10760 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10760 .close-stacks_in_10760-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10760 .close-stacks_in_10760-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10760 .close-stacks_in_10760-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10760 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10760 .close-stacks_in_10760-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10760 .close-stacks_in_10760-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10760 .close-stacks_in_10760-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10760 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10762 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10762 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10762 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10762 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10762 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10763 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10763 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10763 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10763 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10763 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10764 {
      margin: 0px;
    }

    #stacks_in_10764 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10764 {
      margin: 0px;
    }

    #stacks_in_10764 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10764 {
      margin: 0px;
    }

    #stacks_in_10764 {
      padding: 0px;
    }


    

    
      #stacks_in_10764 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10764 {
      margin: 0px;
    }

    #stacks_in_10764 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10764 {
      margin: 0px;
    }

    #stacks_in_10764 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10764 {
      margin: 0px;
    }

    #stacks_in_10764 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10766 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10766 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10766 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10766 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10766 h1 {
		font-size: 32px;
	}
}


#stacks_in_10766 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10768 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10768 p a,
#stacks_in_10768 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10768 p a:hover,
#stacks_in_10768 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10768 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10768 .paragraph a,
#stacks_in_10768 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10768 .paragraph a:hover,
#stacks_in_10768 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10768 p,
#stacks_in_10768 {
	margin-bottom: 0;
	
}

#stacks_in_10768 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10771 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10771 p a,
#stacks_in_10771 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10771 p a:hover,
#stacks_in_10771 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10771 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10771 .paragraph a,
#stacks_in_10771 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10771 .paragraph a:hover,
#stacks_in_10771 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10771 p,
#stacks_in_10771 {
	margin-bottom: 0;
	
}

#stacks_in_10771 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10773 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10773 .label {
	
}

#stacks_in_10773 .label {
	font-weight: 700;
	
}

#stacks_in_10773 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11637 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11637 .label {
	
}

#stacks_in_11637 .label {
	font-weight: 700;
	
}

#stacks_in_11637 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10777 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10777 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10777 #stacks_in_10777-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10777 .close-stacks_in_10777-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10777 .close-stacks_in_10777-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10777 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10777 .close-stacks_in_10777-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10777 .close-stacks_in_10777-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10777 .close-stacks_in_10777-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10777 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10777 .close-stacks_in_10777-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10777 .close-stacks_in_10777-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10777 .close-stacks_in_10777-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10777 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10777 .close-stacks_in_10777-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10777 .close-stacks_in_10777-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10777 .close-stacks_in_10777-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10777 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10779 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10779 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10779 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10779 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10779 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10780 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10780 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10780 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10780 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10780 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10781 {
      margin: 0px;
    }

    #stacks_in_10781 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10781 {
      margin: 0px;
    }

    #stacks_in_10781 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10781 {
      margin: 0px;
    }

    #stacks_in_10781 {
      padding: 0px;
    }


    

    
      #stacks_in_10781 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10781 {
      margin: 0px;
    }

    #stacks_in_10781 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10781 {
      margin: 0px;
    }

    #stacks_in_10781 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10781 {
      margin: 0px;
    }

    #stacks_in_10781 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10782 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10782 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10782 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10782 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10782 h1 {
		font-size: 32px;
	}
}


#stacks_in_10782 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10784 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10784 p a,
#stacks_in_10784 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10784 p a:hover,
#stacks_in_10784 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10784 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10784 .paragraph a,
#stacks_in_10784 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10784 .paragraph a:hover,
#stacks_in_10784 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10784 p,
#stacks_in_10784 {
	margin-bottom: 0;
	
}

#stacks_in_10784 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10786 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10786 p a,
#stacks_in_10786 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10786 p a:hover,
#stacks_in_10786 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10786 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10786 .paragraph a,
#stacks_in_10786 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10786 .paragraph a:hover,
#stacks_in_10786 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10786 p,
#stacks_in_10786 {
	margin-bottom: 0;
	
}

#stacks_in_10786 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10788 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10788 .label {
	
}

#stacks_in_10788 .label {
	font-weight: 700;
	
}

#stacks_in_10788 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11638 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11638 .label {
	
}

#stacks_in_11638 .label {
	font-weight: 700;
	
}

#stacks_in_11638 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10792 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10792 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10792 #stacks_in_10792-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10792 .close-stacks_in_10792-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10792 .close-stacks_in_10792-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10792 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10792 .close-stacks_in_10792-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10792 .close-stacks_in_10792-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10792 .close-stacks_in_10792-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10792 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10792 .close-stacks_in_10792-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10792 .close-stacks_in_10792-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10792 .close-stacks_in_10792-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10792 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10792 .close-stacks_in_10792-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10792 .close-stacks_in_10792-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10792 .close-stacks_in_10792-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10792 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10794 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10794 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10794 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10794 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10794 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10795 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10795 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10795 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10795 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10795 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10796 {
      margin: 0px;
    }

    #stacks_in_10796 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10796 {
      margin: 0px;
    }

    #stacks_in_10796 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10796 {
      margin: 0px;
    }

    #stacks_in_10796 {
      padding: 0px;
    }


    

    
      #stacks_in_10796 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10796 {
      margin: 0px;
    }

    #stacks_in_10796 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10796 {
      margin: 0px;
    }

    #stacks_in_10796 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10796 {
      margin: 0px;
    }

    #stacks_in_10796 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10797 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10797 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10797 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10797 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10797 h1 {
		font-size: 32px;
	}
}


#stacks_in_10797 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10799 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10799 p a,
#stacks_in_10799 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10799 p a:hover,
#stacks_in_10799 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10799 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10799 .paragraph a,
#stacks_in_10799 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10799 .paragraph a:hover,
#stacks_in_10799 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10799 p,
#stacks_in_10799 {
	margin-bottom: 0;
	
}

#stacks_in_10799 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10801 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10801 p a,
#stacks_in_10801 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10801 p a:hover,
#stacks_in_10801 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10801 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10801 .paragraph a,
#stacks_in_10801 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10801 .paragraph a:hover,
#stacks_in_10801 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10801 p,
#stacks_in_10801 {
	margin-bottom: 0;
	
}

#stacks_in_10801 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10803 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10803 .label {
	
}

#stacks_in_10803 .label {
	font-weight: 700;
	
}

#stacks_in_10803 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11639 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11639 .label {
	
}

#stacks_in_11639 .label {
	font-weight: 700;
	
}

#stacks_in_11639 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10807 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10807 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10807 #stacks_in_10807-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10807 .close-stacks_in_10807-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10807 .close-stacks_in_10807-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10807 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10807 .close-stacks_in_10807-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10807 .close-stacks_in_10807-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10807 .close-stacks_in_10807-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10807 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10807 .close-stacks_in_10807-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10807 .close-stacks_in_10807-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10807 .close-stacks_in_10807-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10807 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10807 .close-stacks_in_10807-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10807 .close-stacks_in_10807-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10807 .close-stacks_in_10807-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10807 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10809 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10809 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10809 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10809 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10809 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10810 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10810 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10810 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10810 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10810 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10811 {
      margin: 0px;
    }

    #stacks_in_10811 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10811 {
      margin: 0px;
    }

    #stacks_in_10811 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10811 {
      margin: 0px;
    }

    #stacks_in_10811 {
      padding: 0px;
    }


    

    
      #stacks_in_10811 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10811 {
      margin: 0px;
    }

    #stacks_in_10811 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10811 {
      margin: 0px;
    }

    #stacks_in_10811 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10811 {
      margin: 0px;
    }

    #stacks_in_10811 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10812 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10812 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10812 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10812 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10812 h1 {
		font-size: 32px;
	}
}


#stacks_in_10812 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10814 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10814 p a,
#stacks_in_10814 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10814 p a:hover,
#stacks_in_10814 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10814 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10814 .paragraph a,
#stacks_in_10814 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10814 .paragraph a:hover,
#stacks_in_10814 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10814 p,
#stacks_in_10814 {
	margin-bottom: 0;
	
}

#stacks_in_10814 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10816 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10816 p a,
#stacks_in_10816 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10816 p a:hover,
#stacks_in_10816 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10816 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10816 .paragraph a,
#stacks_in_10816 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10816 .paragraph a:hover,
#stacks_in_10816 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10816 p,
#stacks_in_10816 {
	margin-bottom: 0;
	
}

#stacks_in_10816 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10818 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10818 .label {
	
}

#stacks_in_10818 .label {
	font-weight: 700;
	
}

#stacks_in_10818 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11640 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11640 .label {
	
}

#stacks_in_11640 .label {
	font-weight: 700;
	
}

#stacks_in_11640 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10822 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10822 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10822 #stacks_in_10822-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10822 .close-stacks_in_10822-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10822 .close-stacks_in_10822-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10822 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10822 .close-stacks_in_10822-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10822 .close-stacks_in_10822-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10822 .close-stacks_in_10822-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10822 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10822 .close-stacks_in_10822-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10822 .close-stacks_in_10822-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10822 .close-stacks_in_10822-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10822 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10822 .close-stacks_in_10822-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10822 .close-stacks_in_10822-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10822 .close-stacks_in_10822-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10822 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10824 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10824 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10824 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10824 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10824 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10825 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10825 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10825 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10825 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10825 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10826 {
      margin: 0px;
    }

    #stacks_in_10826 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10826 {
      margin: 0px;
    }

    #stacks_in_10826 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10826 {
      margin: 0px;
    }

    #stacks_in_10826 {
      padding: 0px;
    }


    

    
      #stacks_in_10826 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10826 {
      margin: 0px;
    }

    #stacks_in_10826 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10826 {
      margin: 0px;
    }

    #stacks_in_10826 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10826 {
      margin: 0px;
    }

    #stacks_in_10826 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10827 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10827 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10827 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10827 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10827 h1 {
		font-size: 32px;
	}
}


#stacks_in_10827 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10829 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10829 p a,
#stacks_in_10829 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10829 p a:hover,
#stacks_in_10829 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10829 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10829 .paragraph a,
#stacks_in_10829 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10829 .paragraph a:hover,
#stacks_in_10829 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10829 p,
#stacks_in_10829 {
	margin-bottom: 0;
	
}

#stacks_in_10829 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10831 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10831 p a,
#stacks_in_10831 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10831 p a:hover,
#stacks_in_10831 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10831 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10831 .paragraph a,
#stacks_in_10831 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10831 .paragraph a:hover,
#stacks_in_10831 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10831 p,
#stacks_in_10831 {
	margin-bottom: 0;
	
}

#stacks_in_10831 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10833 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10833 .label {
	
}

#stacks_in_10833 .label {
	font-weight: 700;
	
}

#stacks_in_10833 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11641 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11641 .label {
	
}

#stacks_in_11641 .label {
	font-weight: 700;
	
}

#stacks_in_11641 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10837 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10837 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10837 #stacks_in_10837-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10837 .close-stacks_in_10837-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10837 .close-stacks_in_10837-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10837 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10837 .close-stacks_in_10837-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10837 .close-stacks_in_10837-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10837 .close-stacks_in_10837-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10837 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10837 .close-stacks_in_10837-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10837 .close-stacks_in_10837-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10837 .close-stacks_in_10837-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10837 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10837 .close-stacks_in_10837-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10837 .close-stacks_in_10837-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10837 .close-stacks_in_10837-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10837 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10839 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10839 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10839 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10839 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10839 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10840 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10840 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10840 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10840 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10840 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10841 {
      margin: 0px;
    }

    #stacks_in_10841 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10841 {
      margin: 0px;
    }

    #stacks_in_10841 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10841 {
      margin: 0px;
    }

    #stacks_in_10841 {
      padding: 0px;
    }


    

    
      #stacks_in_10841 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10841 {
      margin: 0px;
    }

    #stacks_in_10841 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10841 {
      margin: 0px;
    }

    #stacks_in_10841 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10841 {
      margin: 0px;
    }

    #stacks_in_10841 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10842 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10842 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10842 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10842 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10842 h1 {
		font-size: 32px;
	}
}


#stacks_in_10842 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10844 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10844 p a,
#stacks_in_10844 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10844 p a:hover,
#stacks_in_10844 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10844 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10844 .paragraph a,
#stacks_in_10844 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10844 .paragraph a:hover,
#stacks_in_10844 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10844 p,
#stacks_in_10844 {
	margin-bottom: 0;
	
}

#stacks_in_10844 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10846 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10846 p a,
#stacks_in_10846 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10846 p a:hover,
#stacks_in_10846 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10846 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10846 .paragraph a,
#stacks_in_10846 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10846 .paragraph a:hover,
#stacks_in_10846 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10846 p,
#stacks_in_10846 {
	margin-bottom: 0;
	
}

#stacks_in_10846 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10848 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10848 .label {
	
}

#stacks_in_10848 .label {
	font-weight: 700;
	
}

#stacks_in_10848 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11642 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11642 .label {
	
}

#stacks_in_11642 .label {
	font-weight: 700;
	
}

#stacks_in_11642 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10852 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10852 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10852 #stacks_in_10852-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10852 .close-stacks_in_10852-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10852 .close-stacks_in_10852-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10852 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10852 .close-stacks_in_10852-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10852 .close-stacks_in_10852-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10852 .close-stacks_in_10852-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10852 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10852 .close-stacks_in_10852-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10852 .close-stacks_in_10852-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10852 .close-stacks_in_10852-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10852 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10852 .close-stacks_in_10852-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10852 .close-stacks_in_10852-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10852 .close-stacks_in_10852-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10852 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10854 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10854 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10854 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10854 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10854 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10855 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10855 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10855 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10855 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10855 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10856 {
      margin: 0px;
    }

    #stacks_in_10856 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10856 {
      margin: 0px;
    }

    #stacks_in_10856 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10856 {
      margin: 0px;
    }

    #stacks_in_10856 {
      padding: 0px;
    }


    

    
      #stacks_in_10856 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10856 {
      margin: 0px;
    }

    #stacks_in_10856 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10856 {
      margin: 0px;
    }

    #stacks_in_10856 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10856 {
      margin: 0px;
    }

    #stacks_in_10856 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10857 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10857 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10857 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10857 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10857 h1 {
		font-size: 32px;
	}
}


#stacks_in_10857 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10859 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10859 p a,
#stacks_in_10859 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10859 p a:hover,
#stacks_in_10859 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10859 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10859 .paragraph a,
#stacks_in_10859 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10859 .paragraph a:hover,
#stacks_in_10859 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10859 p,
#stacks_in_10859 {
	margin-bottom: 0;
	
}

#stacks_in_10859 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10861 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10861 p a,
#stacks_in_10861 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10861 p a:hover,
#stacks_in_10861 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10861 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10861 .paragraph a,
#stacks_in_10861 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10861 .paragraph a:hover,
#stacks_in_10861 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10861 p,
#stacks_in_10861 {
	margin-bottom: 0;
	
}

#stacks_in_10861 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10863 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10863 .label {
	
}

#stacks_in_10863 .label {
	font-weight: 700;
	
}

#stacks_in_10863 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11643 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11643 .label {
	
}

#stacks_in_11643 .label {
	font-weight: 700;
	
}

#stacks_in_11643 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10867 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10867 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10867 #stacks_in_10867-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10867 .close-stacks_in_10867-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10867 .close-stacks_in_10867-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10867 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10867 .close-stacks_in_10867-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10867 .close-stacks_in_10867-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10867 .close-stacks_in_10867-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10867 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10867 .close-stacks_in_10867-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10867 .close-stacks_in_10867-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10867 .close-stacks_in_10867-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10867 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10867 .close-stacks_in_10867-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10867 .close-stacks_in_10867-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10867 .close-stacks_in_10867-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10867 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10869 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10869 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10869 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10869 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10869 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10870 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10870 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10870 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10870 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10870 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10871 {
      margin: 0px;
    }

    #stacks_in_10871 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10871 {
      margin: 0px;
    }

    #stacks_in_10871 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10871 {
      margin: 0px;
    }

    #stacks_in_10871 {
      padding: 0px;
    }


    

    
      #stacks_in_10871 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10871 {
      margin: 0px;
    }

    #stacks_in_10871 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10871 {
      margin: 0px;
    }

    #stacks_in_10871 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10871 {
      margin: 0px;
    }

    #stacks_in_10871 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10872 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10872 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10872 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10872 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10872 h1 {
		font-size: 32px;
	}
}


#stacks_in_10872 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10874 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10874 p a,
#stacks_in_10874 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10874 p a:hover,
#stacks_in_10874 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10874 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10874 .paragraph a,
#stacks_in_10874 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10874 .paragraph a:hover,
#stacks_in_10874 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10874 p,
#stacks_in_10874 {
	margin-bottom: 0;
	
}

#stacks_in_10874 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10876 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10876 p a,
#stacks_in_10876 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10876 p a:hover,
#stacks_in_10876 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10876 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10876 .paragraph a,
#stacks_in_10876 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10876 .paragraph a:hover,
#stacks_in_10876 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10876 p,
#stacks_in_10876 {
	margin-bottom: 0;
	
}

#stacks_in_10876 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10878 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10878 .label {
	
}

#stacks_in_10878 .label {
	font-weight: 700;
	
}

#stacks_in_10878 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11644 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11644 .label {
	
}

#stacks_in_11644 .label {
	font-weight: 700;
	
}

#stacks_in_11644 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10882 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10882 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10882 #stacks_in_10882-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10882 .close-stacks_in_10882-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10882 .close-stacks_in_10882-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10882 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10882 .close-stacks_in_10882-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10882 .close-stacks_in_10882-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10882 .close-stacks_in_10882-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10882 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10882 .close-stacks_in_10882-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10882 .close-stacks_in_10882-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10882 .close-stacks_in_10882-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10882 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10882 .close-stacks_in_10882-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10882 .close-stacks_in_10882-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10882 .close-stacks_in_10882-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10882 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10884 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10884 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10884 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10884 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10884 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10885 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10885 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10885 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10885 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10885 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10886 {
      margin: 0px;
    }

    #stacks_in_10886 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10886 {
      margin: 0px;
    }

    #stacks_in_10886 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10886 {
      margin: 0px;
    }

    #stacks_in_10886 {
      padding: 0px;
    }


    

    
      #stacks_in_10886 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10886 {
      margin: 0px;
    }

    #stacks_in_10886 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10886 {
      margin: 0px;
    }

    #stacks_in_10886 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10886 {
      margin: 0px;
    }

    #stacks_in_10886 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10887 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10887 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10887 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10887 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10887 h1 {
		font-size: 32px;
	}
}


#stacks_in_10887 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10889 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10889 p a,
#stacks_in_10889 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10889 p a:hover,
#stacks_in_10889 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10889 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10889 .paragraph a,
#stacks_in_10889 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10889 .paragraph a:hover,
#stacks_in_10889 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10889 p,
#stacks_in_10889 {
	margin-bottom: 0;
	
}

#stacks_in_10889 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10891 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10891 p a,
#stacks_in_10891 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10891 p a:hover,
#stacks_in_10891 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10891 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10891 .paragraph a,
#stacks_in_10891 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10891 .paragraph a:hover,
#stacks_in_10891 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10891 p,
#stacks_in_10891 {
	margin-bottom: 0;
	
}

#stacks_in_10891 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10893 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10893 .label {
	
}

#stacks_in_10893 .label {
	font-weight: 700;
	
}

#stacks_in_10893 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11645 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11645 .label {
	
}

#stacks_in_11645 .label {
	font-weight: 700;
	
}

#stacks_in_11645 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10897 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10897 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10897 #stacks_in_10897-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10897 .close-stacks_in_10897-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10897 .close-stacks_in_10897-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10897 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10897 .close-stacks_in_10897-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10897 .close-stacks_in_10897-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10897 .close-stacks_in_10897-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10897 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10897 .close-stacks_in_10897-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10897 .close-stacks_in_10897-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10897 .close-stacks_in_10897-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10897 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10897 .close-stacks_in_10897-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10897 .close-stacks_in_10897-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10897 .close-stacks_in_10897-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10897 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10899 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10899 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10899 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10899 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10899 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10900 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10900 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10900 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10900 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10900 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10901 {
      margin: 0px;
    }

    #stacks_in_10901 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10901 {
      margin: 0px;
    }

    #stacks_in_10901 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10901 {
      margin: 0px;
    }

    #stacks_in_10901 {
      padding: 0px;
    }


    

    
      #stacks_in_10901 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10901 {
      margin: 0px;
    }

    #stacks_in_10901 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10901 {
      margin: 0px;
    }

    #stacks_in_10901 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10901 {
      margin: 0px;
    }

    #stacks_in_10901 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10902 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10902 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10902 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10902 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10902 h1 {
		font-size: 32px;
	}
}


#stacks_in_10902 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10904 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10904 p a,
#stacks_in_10904 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10904 p a:hover,
#stacks_in_10904 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10904 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10904 .paragraph a,
#stacks_in_10904 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10904 .paragraph a:hover,
#stacks_in_10904 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10904 p,
#stacks_in_10904 {
	margin-bottom: 0;
	
}

#stacks_in_10904 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10906 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10906 p a,
#stacks_in_10906 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10906 p a:hover,
#stacks_in_10906 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10906 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10906 .paragraph a,
#stacks_in_10906 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10906 .paragraph a:hover,
#stacks_in_10906 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10906 p,
#stacks_in_10906 {
	margin-bottom: 0;
	
}

#stacks_in_10906 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10908 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10908 .label {
	
}

#stacks_in_10908 .label {
	font-weight: 700;
	
}

#stacks_in_10908 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11646 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11646 .label {
	
}

#stacks_in_11646 .label {
	font-weight: 700;
	
}

#stacks_in_11646 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11135 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11135 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11135 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11135 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11135 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11135 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10912 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10912 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10912 #stacks_in_10912-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10912 .close-stacks_in_10912-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10912 .close-stacks_in_10912-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10912 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10912 .close-stacks_in_10912-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10912 .close-stacks_in_10912-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10912 .close-stacks_in_10912-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10912 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10912 .close-stacks_in_10912-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10912 .close-stacks_in_10912-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10912 .close-stacks_in_10912-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10912 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10912 .close-stacks_in_10912-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10912 .close-stacks_in_10912-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10912 .close-stacks_in_10912-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10912 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10914 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10914 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10914 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10914 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10914 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10915 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10915 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10915 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10915 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10915 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10916 {
      margin: 0px;
    }

    #stacks_in_10916 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10916 {
      margin: 0px;
    }

    #stacks_in_10916 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10916 {
      margin: 0px;
    }

    #stacks_in_10916 {
      padding: 0px;
    }


    

    
      #stacks_in_10916 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10916 {
      margin: 0px;
    }

    #stacks_in_10916 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10916 {
      margin: 0px;
    }

    #stacks_in_10916 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10916 {
      margin: 0px;
    }

    #stacks_in_10916 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10917 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10917 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10917 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10917 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10917 h1 {
		font-size: 32px;
	}
}


#stacks_in_10917 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10919 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10919 p a,
#stacks_in_10919 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10919 p a:hover,
#stacks_in_10919 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10919 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10919 .paragraph a,
#stacks_in_10919 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10919 .paragraph a:hover,
#stacks_in_10919 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10919 p,
#stacks_in_10919 {
	margin-bottom: 0;
	
}

#stacks_in_10919 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10921 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10921 p a,
#stacks_in_10921 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10921 p a:hover,
#stacks_in_10921 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10921 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10921 .paragraph a,
#stacks_in_10921 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10921 .paragraph a:hover,
#stacks_in_10921 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10921 p,
#stacks_in_10921 {
	margin-bottom: 0;
	
}

#stacks_in_10921 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10924 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10924 .label {
	
}

#stacks_in_10924 .label {
	font-weight: 700;
	
}

#stacks_in_10924 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11647 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11647 .label {
	
}

#stacks_in_11647 .label {
	font-weight: 700;
	
}

#stacks_in_11647 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10929 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10929 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10929 #stacks_in_10929-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10929 .close-stacks_in_10929-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10929 .close-stacks_in_10929-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10929 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10929 .close-stacks_in_10929-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10929 .close-stacks_in_10929-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10929 .close-stacks_in_10929-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10929 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10929 .close-stacks_in_10929-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10929 .close-stacks_in_10929-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10929 .close-stacks_in_10929-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10929 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10929 .close-stacks_in_10929-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10929 .close-stacks_in_10929-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10929 .close-stacks_in_10929-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10929 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10931 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10931 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10931 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10932 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10932 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10932 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10932 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10932 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10933 {
      margin: 0px;
    }

    #stacks_in_10933 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10933 {
      margin: 0px;
    }

    #stacks_in_10933 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10933 {
      margin: 0px;
    }

    #stacks_in_10933 {
      padding: 0px;
    }


    

    
      #stacks_in_10933 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10933 {
      margin: 0px;
    }

    #stacks_in_10933 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10933 {
      margin: 0px;
    }

    #stacks_in_10933 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10933 {
      margin: 0px;
    }

    #stacks_in_10933 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10934 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10934 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10934 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10934 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10934 h1 {
		font-size: 32px;
	}
}


#stacks_in_10934 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10936 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10936 p a,
#stacks_in_10936 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10936 p a:hover,
#stacks_in_10936 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10936 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10936 .paragraph a,
#stacks_in_10936 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10936 .paragraph a:hover,
#stacks_in_10936 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10936 p,
#stacks_in_10936 {
	margin-bottom: 0;
	
}

#stacks_in_10936 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10940 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10940 p a,
#stacks_in_10940 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10940 p a:hover,
#stacks_in_10940 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10940 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10940 .paragraph a,
#stacks_in_10940 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10940 .paragraph a:hover,
#stacks_in_10940 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10940 p,
#stacks_in_10940 {
	margin-bottom: 0;
	
}

#stacks_in_10940 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10942 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10942 .label {
	
}

#stacks_in_10942 .label {
	font-weight: 700;
	
}

#stacks_in_10942 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11648 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11648 .label {
	
}

#stacks_in_11648 .label {
	font-weight: 700;
	
}

#stacks_in_11648 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11139 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11139 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11139 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11139 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11139 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11139 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10947 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10947 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10947 #stacks_in_10947-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10947 .close-stacks_in_10947-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10947 .close-stacks_in_10947-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10947 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10947 .close-stacks_in_10947-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10947 .close-stacks_in_10947-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10947 .close-stacks_in_10947-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10947 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10947 .close-stacks_in_10947-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10947 .close-stacks_in_10947-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10947 .close-stacks_in_10947-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10947 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10947 .close-stacks_in_10947-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10947 .close-stacks_in_10947-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10947 .close-stacks_in_10947-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10947 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10949 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10949 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10949 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10949 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10949 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10950 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10950 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10950 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10950 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10950 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10951 {
      margin: 0px;
    }

    #stacks_in_10951 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10951 {
      margin: 0px;
    }

    #stacks_in_10951 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10951 {
      margin: 0px;
    }

    #stacks_in_10951 {
      padding: 0px;
    }


    

    
      #stacks_in_10951 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10951 {
      margin: 0px;
    }

    #stacks_in_10951 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10951 {
      margin: 0px;
    }

    #stacks_in_10951 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10951 {
      margin: 0px;
    }

    #stacks_in_10951 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10952 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10952 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10952 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10952 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10952 h1 {
		font-size: 32px;
	}
}


#stacks_in_10952 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10954 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10954 p a,
#stacks_in_10954 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10954 p a:hover,
#stacks_in_10954 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10954 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10954 .paragraph a,
#stacks_in_10954 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10954 .paragraph a:hover,
#stacks_in_10954 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10954 p,
#stacks_in_10954 {
	margin-bottom: 0;
	
}

#stacks_in_10954 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10957 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10957 p a,
#stacks_in_10957 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10957 p a:hover,
#stacks_in_10957 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10957 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10957 .paragraph a,
#stacks_in_10957 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10957 .paragraph a:hover,
#stacks_in_10957 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10957 p,
#stacks_in_10957 {
	margin-bottom: 0;
	
}

#stacks_in_10957 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10959 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10959 .label {
	
}

#stacks_in_10959 .label {
	font-weight: 700;
	
}

#stacks_in_10959 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11649 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11649 .label {
	
}

#stacks_in_11649 .label {
	font-weight: 700;
	
}

#stacks_in_11649 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11137 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11137 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11137 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11137 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11137 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11137 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_10963 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10963 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10963 #stacks_in_10963-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10963 .close-stacks_in_10963-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10963 .close-stacks_in_10963-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10963 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10963 .close-stacks_in_10963-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10963 .close-stacks_in_10963-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10963 .close-stacks_in_10963-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10963 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10963 .close-stacks_in_10963-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10963 .close-stacks_in_10963-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10963 .close-stacks_in_10963-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10963 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10963 .close-stacks_in_10963-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10963 .close-stacks_in_10963-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10963 .close-stacks_in_10963-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10963 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10965 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10965 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10965 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10965 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10965 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10966 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10966 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10966 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10966 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10966 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10967 {
      margin: 0px;
    }

    #stacks_in_10967 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10967 {
      margin: 0px;
    }

    #stacks_in_10967 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10967 {
      margin: 0px;
    }

    #stacks_in_10967 {
      padding: 0px;
    }


    

    
      #stacks_in_10967 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10967 {
      margin: 0px;
    }

    #stacks_in_10967 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10967 {
      margin: 0px;
    }

    #stacks_in_10967 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10967 {
      margin: 0px;
    }

    #stacks_in_10967 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10968 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10968 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10968 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10968 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10968 h1 {
		font-size: 32px;
	}
}


#stacks_in_10968 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10970 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10970 p a,
#stacks_in_10970 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10970 p a:hover,
#stacks_in_10970 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10970 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10970 .paragraph a,
#stacks_in_10970 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10970 .paragraph a:hover,
#stacks_in_10970 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10970 p,
#stacks_in_10970 {
	margin-bottom: 0;
	
}

#stacks_in_10970 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10972 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10972 p a,
#stacks_in_10972 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10972 p a:hover,
#stacks_in_10972 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10972 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10972 .paragraph a,
#stacks_in_10972 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10972 .paragraph a:hover,
#stacks_in_10972 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10972 p,
#stacks_in_10972 {
	margin-bottom: 0;
	
}

#stacks_in_10972 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10974 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10974 .label {
	
}

#stacks_in_10974 .label {
	font-weight: 700;
	
}

#stacks_in_10974 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11650 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11650 .label {
	
}

#stacks_in_11650 .label {
	font-weight: 700;
	
}

#stacks_in_11650 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_10978 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_10978 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_10978 #stacks_in_10978-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_10978 .close-stacks_in_10978-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_10978 .close-stacks_in_10978-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_10978 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_10978 .close-stacks_in_10978-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10978 .close-stacks_in_10978-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_10978 .close-stacks_in_10978-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10978 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_10978 .close-stacks_in_10978-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10978 .close-stacks_in_10978-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10978 .close-stacks_in_10978-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10978 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10978 .close-stacks_in_10978-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10978 .close-stacks_in_10978-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_10978 .close-stacks_in_10978-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_10978 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_10980 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10980 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10981 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_10981 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_10981 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10981 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_10981 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_10982 {
      margin: 0px;
    }

    #stacks_in_10982 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_10982 {
      margin: 0px;
    }

    #stacks_in_10982 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_10982 {
      margin: 0px;
    }

    #stacks_in_10982 {
      padding: 0px;
    }


    

    
      #stacks_in_10982 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_10982 {
      margin: 0px;
    }

    #stacks_in_10982 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_10982 {
      margin: 0px;
    }

    #stacks_in_10982 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_10982 {
      margin: 0px;
    }

    #stacks_in_10982 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_10983 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_10983 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_10983 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_10983 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10983 h1 {
		font-size: 32px;
	}
}


#stacks_in_10983 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_10985 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10985 p a,
#stacks_in_10985 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10985 p a:hover,
#stacks_in_10985 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10985 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_10985 .paragraph a,
#stacks_in_10985 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_10985 .paragraph a:hover,
#stacks_in_10985 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10985 p,
#stacks_in_10985 {
	margin-bottom: 0;
	
}

#stacks_in_10985 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_10987 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10987 p a,
#stacks_in_10987 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10987 p a:hover,
#stacks_in_10987 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10987 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_10987 .paragraph a,
#stacks_in_10987 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_10987 .paragraph a:hover,
#stacks_in_10987 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_10987 p,
#stacks_in_10987 {
	margin-bottom: 0;
	
}

#stacks_in_10987 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_10989 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_10989 .label {
	
}

#stacks_in_10989 .label {
	font-weight: 700;
	
}

#stacks_in_10989 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11651 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11651 .label {
	
}

#stacks_in_11651 .label {
	font-weight: 700;
	
}

#stacks_in_11651 {
	padding: 0px 0px 0px 10px;
}
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_10690 > .svgm-wrap {
  overflow: visible;
  height: 30px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  rotateY(180deg);
  transform: translateX(-50%)  rotateY(180deg);
  
}
.svg-metamorph.svgm_stacks_in_10690 > .svgm-wrap > svg {
  fill: #FB0207;
  stroke: #FB0207;
  width: 100%;
  height: 30px;
  overflow: visible;
  
  stroke-width: 5px;
  
}
.svg-metamorph.svgm_stacks_in_10690 > .svgm-wrap:after {
  background: #FB0207;
}
.svg-metamorph.svgm_stacks_in_10690 {
  padding-bottom: 30px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_10690 {
    padding-bottom: 45.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_10690 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_10690 > .svgm-wrap > svg {
    height: 45.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_10690 {
    padding-bottom: 15.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_10690 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_10690 > .svgm-wrap > svg {
    height: 15.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_10690 {
	background-color: rgba(11, 109, 205, 0.00);
}


#stacks_in_10692 h5 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_10692 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_10692 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}






#stacks_in_10692 {
	background-color: rgba(247, 0, 13, 1.00);
	padding: 0px 0px 20px 0px;
}



	#stacks_in_10695 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_10695 .anchor {
	font-size: 24px;
	line-height: 24px;
}




#stacks_in_11154 {
	border: solid rgba(241, 0, 14, 1.00);
	border-width: 0px 2px 2px 2px;
	margin: 0px 0px 30px 0px;
	padding:  20px;
}





#stacks_in_11168 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11168 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11168 #stacks_in_11168-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11168 .close-stacks_in_11168-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11168 .close-stacks_in_11168-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11168 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11168 .close-stacks_in_11168-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11168 .close-stacks_in_11168-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11168 .close-stacks_in_11168-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11168 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11168 .close-stacks_in_11168-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11168 .close-stacks_in_11168-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11168 .close-stacks_in_11168-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11168 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11168 .close-stacks_in_11168-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11168 .close-stacks_in_11168-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11168 .close-stacks_in_11168-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11168 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11169 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11169 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11169 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11169 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11169 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11170 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11170 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11170 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11170 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11170 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11171 {
      margin: 0px;
    }

    #stacks_in_11171 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11171 {
      margin: 0px;
    }

    #stacks_in_11171 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11171 {
      margin: 0px;
    }

    #stacks_in_11171 {
      padding: 0px;
    }


    

    
      #stacks_in_11171 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11171 {
      margin: 0px;
    }

    #stacks_in_11171 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11171 {
      margin: 0px;
    }

    #stacks_in_11171 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11171 {
      margin: 0px;
    }

    #stacks_in_11171 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11172 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11172 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11172 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11172 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11172 h1 {
		font-size: 32px;
	}
}


#stacks_in_11172 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11174 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11174 p a,
#stacks_in_11174 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11174 p a:hover,
#stacks_in_11174 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11174 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11174 .paragraph a,
#stacks_in_11174 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11174 .paragraph a:hover,
#stacks_in_11174 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11174 p,
#stacks_in_11174 {
	margin-bottom: 0;
	
}

#stacks_in_11174 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11176 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11176 p a,
#stacks_in_11176 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11176 p a:hover,
#stacks_in_11176 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11176 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11176 .paragraph a,
#stacks_in_11176 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11176 .paragraph a:hover,
#stacks_in_11176 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11176 p,
#stacks_in_11176 {
	margin-bottom: 0;
	
}

#stacks_in_11176 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11178 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11178 .label {
	
}

#stacks_in_11178 .label {
	font-weight: 700;
	
}

#stacks_in_11178 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11652 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11652 .label {
	
}

#stacks_in_11652 .label {
	font-weight: 700;
	
}

#stacks_in_11652 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11503 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11503 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11503 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11503 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11503 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11503 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11378 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11378 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11378 #stacks_in_11378-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11378 .close-stacks_in_11378-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11378 .close-stacks_in_11378-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11378 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11378 .close-stacks_in_11378-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11378 .close-stacks_in_11378-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11378 .close-stacks_in_11378-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11378 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11378 .close-stacks_in_11378-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11378 .close-stacks_in_11378-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11378 .close-stacks_in_11378-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11378 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11378 .close-stacks_in_11378-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11378 .close-stacks_in_11378-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11378 .close-stacks_in_11378-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11378 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11380 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11380 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11380 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11380 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11380 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11381 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11381 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11381 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11381 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11381 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11382 {
      margin: 0px;
    }

    #stacks_in_11382 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11382 {
      margin: 0px;
    }

    #stacks_in_11382 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11382 {
      margin: 0px;
    }

    #stacks_in_11382 {
      padding: 0px;
    }


    

    
      #stacks_in_11382 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11382 {
      margin: 0px;
    }

    #stacks_in_11382 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11382 {
      margin: 0px;
    }

    #stacks_in_11382 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11382 {
      margin: 0px;
    }

    #stacks_in_11382 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11383 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11383 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11383 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11383 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11383 h1 {
		font-size: 32px;
	}
}


#stacks_in_11383 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11385 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11385 p a,
#stacks_in_11385 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11385 p a:hover,
#stacks_in_11385 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11385 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11385 .paragraph a,
#stacks_in_11385 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11385 .paragraph a:hover,
#stacks_in_11385 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11385 p,
#stacks_in_11385 {
	margin-bottom: 0;
	
}

#stacks_in_11385 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11387 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11387 p a,
#stacks_in_11387 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11387 p a:hover,
#stacks_in_11387 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11387 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11387 .paragraph a,
#stacks_in_11387 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11387 .paragraph a:hover,
#stacks_in_11387 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11387 p,
#stacks_in_11387 {
	margin-bottom: 0;
	
}

#stacks_in_11387 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11389 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11389 .label {
	
}

#stacks_in_11389 .label {
	font-weight: 700;
	
}

#stacks_in_11389 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11653 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11653 .label {
	
}

#stacks_in_11653 .label {
	font-weight: 700;
	
}

#stacks_in_11653 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11359 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11359 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11359 #stacks_in_11359-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11359 .close-stacks_in_11359-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11359 .close-stacks_in_11359-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11359 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11359 .close-stacks_in_11359-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11359 .close-stacks_in_11359-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11359 .close-stacks_in_11359-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11359 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11359 .close-stacks_in_11359-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11359 .close-stacks_in_11359-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11359 .close-stacks_in_11359-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11359 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11359 .close-stacks_in_11359-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11359 .close-stacks_in_11359-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11359 .close-stacks_in_11359-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11359 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11361 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11361 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11361 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11366 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11366 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11366 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11366 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11366 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11367 {
      margin: 0px;
    }

    #stacks_in_11367 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11367 {
      margin: 0px;
    }

    #stacks_in_11367 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11367 {
      margin: 0px;
    }

    #stacks_in_11367 {
      padding: 0px;
    }


    

    
      #stacks_in_11367 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11367 {
      margin: 0px;
    }

    #stacks_in_11367 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11367 {
      margin: 0px;
    }

    #stacks_in_11367 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11367 {
      margin: 0px;
    }

    #stacks_in_11367 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11368 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11368 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11368 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11368 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11368 h1 {
		font-size: 32px;
	}
}


#stacks_in_11368 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11370 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11370 p a,
#stacks_in_11370 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11370 p a:hover,
#stacks_in_11370 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11370 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11370 .paragraph a,
#stacks_in_11370 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11370 .paragraph a:hover,
#stacks_in_11370 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11370 p,
#stacks_in_11370 {
	margin-bottom: 0;
	
}

#stacks_in_11370 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11372 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11372 p a,
#stacks_in_11372 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11372 p a:hover,
#stacks_in_11372 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11372 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11372 .paragraph a,
#stacks_in_11372 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11372 .paragraph a:hover,
#stacks_in_11372 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11372 p,
#stacks_in_11372 {
	margin-bottom: 0;
	
}

#stacks_in_11372 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11374 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11374 .label {
	
}

#stacks_in_11374 .label {
	font-weight: 700;
	
}

#stacks_in_11374 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11654 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11654 .label {
	
}

#stacks_in_11654 .label {
	font-weight: 700;
	
}

#stacks_in_11654 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11344 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11344 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11344 #stacks_in_11344-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11344 .close-stacks_in_11344-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11344 .close-stacks_in_11344-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11344 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11344 .close-stacks_in_11344-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11344 .close-stacks_in_11344-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11344 .close-stacks_in_11344-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11344 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11344 .close-stacks_in_11344-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11344 .close-stacks_in_11344-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11344 .close-stacks_in_11344-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11344 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11344 .close-stacks_in_11344-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11344 .close-stacks_in_11344-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11344 .close-stacks_in_11344-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11344 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11347 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11347 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11347 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11347 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11347 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11351 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11351 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11351 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11351 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11351 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11352 {
      margin: 0px;
    }

    #stacks_in_11352 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11352 {
      margin: 0px;
    }

    #stacks_in_11352 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11352 {
      margin: 0px;
    }

    #stacks_in_11352 {
      padding: 0px;
    }


    

    
      #stacks_in_11352 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11352 {
      margin: 0px;
    }

    #stacks_in_11352 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11352 {
      margin: 0px;
    }

    #stacks_in_11352 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11352 {
      margin: 0px;
    }

    #stacks_in_11352 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11353 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11353 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11353 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11353 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11353 h1 {
		font-size: 32px;
	}
}


#stacks_in_11353 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11355 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11355 p a,
#stacks_in_11355 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11355 p a:hover,
#stacks_in_11355 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11355 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11355 .paragraph a,
#stacks_in_11355 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11355 .paragraph a:hover,
#stacks_in_11355 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11355 p,
#stacks_in_11355 {
	margin-bottom: 0;
	
}

#stacks_in_11355 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11357 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11357 p a,
#stacks_in_11357 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11357 p a:hover,
#stacks_in_11357 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11357 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11357 .paragraph a,
#stacks_in_11357 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11357 .paragraph a:hover,
#stacks_in_11357 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11357 p,
#stacks_in_11357 {
	margin-bottom: 0;
	
}

#stacks_in_11357 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11363 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11363 .label {
	
}

#stacks_in_11363 .label {
	font-weight: 700;
	
}

#stacks_in_11363 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11655 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11655 .label {
	
}

#stacks_in_11655 .label {
	font-weight: 700;
	
}

#stacks_in_11655 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11329 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11329 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11329 #stacks_in_11329-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11329 .close-stacks_in_11329-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11329 .close-stacks_in_11329-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11329 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11329 .close-stacks_in_11329-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11329 .close-stacks_in_11329-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11329 .close-stacks_in_11329-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11329 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11329 .close-stacks_in_11329-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11329 .close-stacks_in_11329-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11329 .close-stacks_in_11329-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11329 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11329 .close-stacks_in_11329-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11329 .close-stacks_in_11329-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11329 .close-stacks_in_11329-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11329 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11331 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11331 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11331 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11331 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11331 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11336 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11336 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11336 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11336 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11336 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11337 {
      margin: 0px;
    }

    #stacks_in_11337 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11337 {
      margin: 0px;
    }

    #stacks_in_11337 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11337 {
      margin: 0px;
    }

    #stacks_in_11337 {
      padding: 0px;
    }


    

    
      #stacks_in_11337 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11337 {
      margin: 0px;
    }

    #stacks_in_11337 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11337 {
      margin: 0px;
    }

    #stacks_in_11337 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11337 {
      margin: 0px;
    }

    #stacks_in_11337 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11338 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11338 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11338 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11338 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11338 h1 {
		font-size: 32px;
	}
}


#stacks_in_11338 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11340 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11340 p a,
#stacks_in_11340 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11340 p a:hover,
#stacks_in_11340 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11340 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11340 .paragraph a,
#stacks_in_11340 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11340 .paragraph a:hover,
#stacks_in_11340 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11340 p,
#stacks_in_11340 {
	margin-bottom: 0;
	
}

#stacks_in_11340 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11342 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11342 p a,
#stacks_in_11342 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11342 p a:hover,
#stacks_in_11342 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11342 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11342 .paragraph a,
#stacks_in_11342 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11342 .paragraph a:hover,
#stacks_in_11342 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11342 p,
#stacks_in_11342 {
	margin-bottom: 0;
	
}

#stacks_in_11342 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11348 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11348 .label {
	
}

#stacks_in_11348 .label {
	font-weight: 700;
	
}

#stacks_in_11348 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11656 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11656 .label {
	
}

#stacks_in_11656 .label {
	font-weight: 700;
	
}

#stacks_in_11656 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11314 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11314 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11314 #stacks_in_11314-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11314 .close-stacks_in_11314-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11314 .close-stacks_in_11314-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11314 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11314 .close-stacks_in_11314-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11314 .close-stacks_in_11314-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11314 .close-stacks_in_11314-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11314 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11314 .close-stacks_in_11314-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11314 .close-stacks_in_11314-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11314 .close-stacks_in_11314-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11314 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11314 .close-stacks_in_11314-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11314 .close-stacks_in_11314-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11314 .close-stacks_in_11314-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11314 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11316 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11316 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11316 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11316 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11316 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11321 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11321 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11321 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11321 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11321 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11322 {
      margin: 0px;
    }

    #stacks_in_11322 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11322 {
      margin: 0px;
    }

    #stacks_in_11322 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11322 {
      margin: 0px;
    }

    #stacks_in_11322 {
      padding: 0px;
    }


    

    
      #stacks_in_11322 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11322 {
      margin: 0px;
    }

    #stacks_in_11322 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11322 {
      margin: 0px;
    }

    #stacks_in_11322 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11322 {
      margin: 0px;
    }

    #stacks_in_11322 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11323 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11323 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11323 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11323 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11323 h1 {
		font-size: 32px;
	}
}


#stacks_in_11323 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11325 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11325 p a,
#stacks_in_11325 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11325 p a:hover,
#stacks_in_11325 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11325 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11325 .paragraph a,
#stacks_in_11325 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11325 .paragraph a:hover,
#stacks_in_11325 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11325 p,
#stacks_in_11325 {
	margin-bottom: 0;
	
}

#stacks_in_11325 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11328 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11328 p a,
#stacks_in_11328 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11328 p a:hover,
#stacks_in_11328 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11328 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11328 .paragraph a,
#stacks_in_11328 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11328 .paragraph a:hover,
#stacks_in_11328 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11328 p,
#stacks_in_11328 {
	margin-bottom: 0;
	
}

#stacks_in_11328 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11333 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11333 .label {
	
}

#stacks_in_11333 .label {
	font-weight: 700;
	
}

#stacks_in_11333 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11657 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11657 .label {
	
}

#stacks_in_11657 .label {
	font-weight: 700;
	
}

#stacks_in_11657 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11299 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11299 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11299 #stacks_in_11299-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11299 .close-stacks_in_11299-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11299 .close-stacks_in_11299-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11299 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11299 .close-stacks_in_11299-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11299 .close-stacks_in_11299-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11299 .close-stacks_in_11299-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11299 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11299 .close-stacks_in_11299-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11299 .close-stacks_in_11299-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11299 .close-stacks_in_11299-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11299 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11299 .close-stacks_in_11299-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11299 .close-stacks_in_11299-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11299 .close-stacks_in_11299-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11299 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11302 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11302 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11302 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11302 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11302 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11306 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11306 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11307 {
      margin: 0px;
    }

    #stacks_in_11307 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11307 {
      margin: 0px;
    }

    #stacks_in_11307 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11307 {
      margin: 0px;
    }

    #stacks_in_11307 {
      padding: 0px;
    }


    

    
      #stacks_in_11307 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11307 {
      margin: 0px;
    }

    #stacks_in_11307 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11307 {
      margin: 0px;
    }

    #stacks_in_11307 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11307 {
      margin: 0px;
    }

    #stacks_in_11307 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11308 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11308 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11308 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11308 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11308 h1 {
		font-size: 32px;
	}
}


#stacks_in_11308 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11310 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11310 p a,
#stacks_in_11310 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11310 p a:hover,
#stacks_in_11310 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11310 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11310 .paragraph a,
#stacks_in_11310 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11310 .paragraph a:hover,
#stacks_in_11310 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11310 p,
#stacks_in_11310 {
	margin-bottom: 0;
	
}

#stacks_in_11310 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11312 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11312 p a,
#stacks_in_11312 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11312 p a:hover,
#stacks_in_11312 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11312 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11312 .paragraph a,
#stacks_in_11312 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11312 .paragraph a:hover,
#stacks_in_11312 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11312 p,
#stacks_in_11312 {
	margin-bottom: 0;
	
}

#stacks_in_11312 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11318 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11318 .label {
	
}

#stacks_in_11318 .label {
	font-weight: 700;
	
}

#stacks_in_11318 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11658 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11658 .label {
	
}

#stacks_in_11658 .label {
	font-weight: 700;
	
}

#stacks_in_11658 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11284 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11284 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11284 #stacks_in_11284-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11284 .close-stacks_in_11284-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11284 .close-stacks_in_11284-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11284 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11284 .close-stacks_in_11284-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11284 .close-stacks_in_11284-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11284 .close-stacks_in_11284-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11284 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11284 .close-stacks_in_11284-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11284 .close-stacks_in_11284-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11284 .close-stacks_in_11284-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11284 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11284 .close-stacks_in_11284-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11284 .close-stacks_in_11284-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11284 .close-stacks_in_11284-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11284 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11286 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11286 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11286 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11286 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11286 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11291 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11291 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11291 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11291 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11291 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11292 {
      margin: 0px;
    }

    #stacks_in_11292 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11292 {
      margin: 0px;
    }

    #stacks_in_11292 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11292 {
      margin: 0px;
    }

    #stacks_in_11292 {
      padding: 0px;
    }


    

    
      #stacks_in_11292 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11292 {
      margin: 0px;
    }

    #stacks_in_11292 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11292 {
      margin: 0px;
    }

    #stacks_in_11292 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11292 {
      margin: 0px;
    }

    #stacks_in_11292 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11293 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11293 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11293 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11293 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11293 h1 {
		font-size: 32px;
	}
}


#stacks_in_11293 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11295 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11295 p a,
#stacks_in_11295 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11295 p a:hover,
#stacks_in_11295 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11295 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11295 .paragraph a,
#stacks_in_11295 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11295 .paragraph a:hover,
#stacks_in_11295 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11295 p,
#stacks_in_11295 {
	margin-bottom: 0;
	
}

#stacks_in_11295 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11297 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11297 p a,
#stacks_in_11297 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11297 p a:hover,
#stacks_in_11297 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11297 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11297 .paragraph a,
#stacks_in_11297 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11297 .paragraph a:hover,
#stacks_in_11297 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11297 p,
#stacks_in_11297 {
	margin-bottom: 0;
	
}

#stacks_in_11297 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11303 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11303 .label {
	
}

#stacks_in_11303 .label {
	font-weight: 700;
	
}

#stacks_in_11303 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11659 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11659 .label {
	
}

#stacks_in_11659 .label {
	font-weight: 700;
	
}

#stacks_in_11659 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_11505 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_11505 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_11505 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_11505 .vertical-center-wrapper {
		height: 300px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_11505 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_11505 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_11267 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11267 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11267 #stacks_in_11267-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11267 .close-stacks_in_11267-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11267 .close-stacks_in_11267-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11267 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11267 .close-stacks_in_11267-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11267 .close-stacks_in_11267-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11267 .close-stacks_in_11267-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11267 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11267 .close-stacks_in_11267-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11267 .close-stacks_in_11267-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11267 .close-stacks_in_11267-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11267 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11267 .close-stacks_in_11267-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11267 .close-stacks_in_11267-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11267 .close-stacks_in_11267-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11267 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11271 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11271 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11271 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11271 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11271 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11276 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11276 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11276 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11276 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11276 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11277 {
      margin: 0px;
    }

    #stacks_in_11277 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11277 {
      margin: 0px;
    }

    #stacks_in_11277 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11277 {
      margin: 0px;
    }

    #stacks_in_11277 {
      padding: 0px;
    }


    

    
      #stacks_in_11277 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11277 {
      margin: 0px;
    }

    #stacks_in_11277 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11277 {
      margin: 0px;
    }

    #stacks_in_11277 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11277 {
      margin: 0px;
    }

    #stacks_in_11277 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11278 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11278 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11278 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11278 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11278 h1 {
		font-size: 32px;
	}
}


#stacks_in_11278 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11280 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11280 p a,
#stacks_in_11280 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11280 p a:hover,
#stacks_in_11280 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11280 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11280 .paragraph a,
#stacks_in_11280 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11280 .paragraph a:hover,
#stacks_in_11280 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11280 p,
#stacks_in_11280 {
	margin-bottom: 0;
	
}

#stacks_in_11280 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11282 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11282 p a,
#stacks_in_11282 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11282 p a:hover,
#stacks_in_11282 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11282 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11282 .paragraph a,
#stacks_in_11282 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11282 .paragraph a:hover,
#stacks_in_11282 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11282 p,
#stacks_in_11282 {
	margin-bottom: 0;
	
}

#stacks_in_11282 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11288 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11288 .label {
	
}

#stacks_in_11288 .label {
	font-weight: 700;
	
}

#stacks_in_11288 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11660 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11660 .label {
	
}

#stacks_in_11660 .label {
	font-weight: 700;
	
}

#stacks_in_11660 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11254 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11254 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11254 #stacks_in_11254-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11254 .close-stacks_in_11254-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11254 .close-stacks_in_11254-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11254 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11254 .close-stacks_in_11254-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11254 .close-stacks_in_11254-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11254 .close-stacks_in_11254-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11254 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11254 .close-stacks_in_11254-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11254 .close-stacks_in_11254-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11254 .close-stacks_in_11254-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11254 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11254 .close-stacks_in_11254-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11254 .close-stacks_in_11254-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11254 .close-stacks_in_11254-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11254 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11257 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11257 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11257 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11257 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11257 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11261 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11261 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11261 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11261 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11261 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11262 {
      margin: 0px;
    }

    #stacks_in_11262 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11262 {
      margin: 0px;
    }

    #stacks_in_11262 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11262 {
      margin: 0px;
    }

    #stacks_in_11262 {
      padding: 0px;
    }


    

    
      #stacks_in_11262 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11262 {
      margin: 0px;
    }

    #stacks_in_11262 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11262 {
      margin: 0px;
    }

    #stacks_in_11262 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11262 {
      margin: 0px;
    }

    #stacks_in_11262 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11263 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11263 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11263 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11263 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11263 h1 {
		font-size: 32px;
	}
}


#stacks_in_11263 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11265 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11265 p a,
#stacks_in_11265 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11265 p a:hover,
#stacks_in_11265 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11265 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11265 .paragraph a,
#stacks_in_11265 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11265 .paragraph a:hover,
#stacks_in_11265 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11265 p,
#stacks_in_11265 {
	margin-bottom: 0;
	
}

#stacks_in_11265 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11270 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11270 p a,
#stacks_in_11270 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11270 p a:hover,
#stacks_in_11270 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11270 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11270 .paragraph a,
#stacks_in_11270 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11270 .paragraph a:hover,
#stacks_in_11270 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11270 p,
#stacks_in_11270 {
	margin-bottom: 0;
	
}

#stacks_in_11270 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11273 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11273 .label {
	
}

#stacks_in_11273 .label {
	font-weight: 700;
	
}

#stacks_in_11273 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11661 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11661 .label {
	
}

#stacks_in_11661 .label {
	font-weight: 700;
	
}

#stacks_in_11661 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11239 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11239 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11239 #stacks_in_11239-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11239 .close-stacks_in_11239-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11239 .close-stacks_in_11239-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11239 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11239 .close-stacks_in_11239-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11239 .close-stacks_in_11239-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11239 .close-stacks_in_11239-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11239 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11239 .close-stacks_in_11239-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11239 .close-stacks_in_11239-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11239 .close-stacks_in_11239-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11239 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11239 .close-stacks_in_11239-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11239 .close-stacks_in_11239-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11239 .close-stacks_in_11239-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11239 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11243 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11243 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11246 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11246 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11246 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11246 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11246 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11247 {
      margin: 0px;
    }

    #stacks_in_11247 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11247 {
      margin: 0px;
    }

    #stacks_in_11247 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11247 {
      margin: 0px;
    }

    #stacks_in_11247 {
      padding: 0px;
    }


    

    
      #stacks_in_11247 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11247 {
      margin: 0px;
    }

    #stacks_in_11247 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11247 {
      margin: 0px;
    }

    #stacks_in_11247 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11247 {
      margin: 0px;
    }

    #stacks_in_11247 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11248 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11248 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11248 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11248 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11248 h1 {
		font-size: 32px;
	}
}


#stacks_in_11248 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11250 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11250 p a,
#stacks_in_11250 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11250 p a:hover,
#stacks_in_11250 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11250 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11250 .paragraph a,
#stacks_in_11250 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11250 .paragraph a:hover,
#stacks_in_11250 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11250 p,
#stacks_in_11250 {
	margin-bottom: 0;
	
}

#stacks_in_11250 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11252 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11252 p a,
#stacks_in_11252 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11252 p a:hover,
#stacks_in_11252 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11252 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11252 .paragraph a,
#stacks_in_11252 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11252 .paragraph a:hover,
#stacks_in_11252 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11252 p,
#stacks_in_11252 {
	margin-bottom: 0;
	
}

#stacks_in_11252 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11258 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11258 .label {
	
}

#stacks_in_11258 .label {
	font-weight: 700;
	
}

#stacks_in_11258 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11662 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11662 .label {
	
}

#stacks_in_11662 .label {
	font-weight: 700;
	
}

#stacks_in_11662 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11222 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11222 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11222 #stacks_in_11222-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11222 .close-stacks_in_11222-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11222 .close-stacks_in_11222-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11222 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11222 .close-stacks_in_11222-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11222 .close-stacks_in_11222-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11222 .close-stacks_in_11222-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11222 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11222 .close-stacks_in_11222-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11222 .close-stacks_in_11222-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11222 .close-stacks_in_11222-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11222 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11222 .close-stacks_in_11222-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11222 .close-stacks_in_11222-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11222 .close-stacks_in_11222-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11222 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11226 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11226 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11226 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11226 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11226 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11231 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11231 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11231 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11231 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11231 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11232 {
      margin: 0px;
    }

    #stacks_in_11232 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11232 {
      margin: 0px;
    }

    #stacks_in_11232 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11232 {
      margin: 0px;
    }

    #stacks_in_11232 {
      padding: 0px;
    }


    

    
      #stacks_in_11232 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11232 {
      margin: 0px;
    }

    #stacks_in_11232 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11232 {
      margin: 0px;
    }

    #stacks_in_11232 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11232 {
      margin: 0px;
    }

    #stacks_in_11232 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11233 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11233 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11233 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11233 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11233 h1 {
		font-size: 32px;
	}
}


#stacks_in_11233 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11235 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11235 p a,
#stacks_in_11235 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11235 p a:hover,
#stacks_in_11235 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11235 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11235 .paragraph a,
#stacks_in_11235 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11235 .paragraph a:hover,
#stacks_in_11235 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11235 p,
#stacks_in_11235 {
	margin-bottom: 0;
	
}

#stacks_in_11235 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11237 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11237 p a,
#stacks_in_11237 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11237 p a:hover,
#stacks_in_11237 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11237 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11237 .paragraph a,
#stacks_in_11237 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11237 .paragraph a:hover,
#stacks_in_11237 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11237 p,
#stacks_in_11237 {
	margin-bottom: 0;
	
}

#stacks_in_11237 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11242 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11242 .label {
	
}

#stacks_in_11242 .label {
	font-weight: 700;
	
}

#stacks_in_11242 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11663 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11663 .label {
	
}

#stacks_in_11663 .label {
	font-weight: 700;
	
}

#stacks_in_11663 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11205 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11205 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11205 #stacks_in_11205-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11205 .close-stacks_in_11205-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11205 .close-stacks_in_11205-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11205 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11205 .close-stacks_in_11205-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11205 .close-stacks_in_11205-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11205 .close-stacks_in_11205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11205 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11205 .close-stacks_in_11205-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11205 .close-stacks_in_11205-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11205 .close-stacks_in_11205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11205 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11205 .close-stacks_in_11205-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11205 .close-stacks_in_11205-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11205 .close-stacks_in_11205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11205 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11209 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11209 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11209 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11209 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11209 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11216 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11216 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11216 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11217 {
      margin: 0px;
    }

    #stacks_in_11217 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11217 {
      margin: 0px;
    }

    #stacks_in_11217 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11217 {
      margin: 0px;
    }

    #stacks_in_11217 {
      padding: 0px;
    }


    

    
      #stacks_in_11217 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11217 {
      margin: 0px;
    }

    #stacks_in_11217 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11217 {
      margin: 0px;
    }

    #stacks_in_11217 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11217 {
      margin: 0px;
    }

    #stacks_in_11217 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11218 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11218 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11218 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11218 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11218 h1 {
		font-size: 32px;
	}
}


#stacks_in_11218 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11220 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11220 p a,
#stacks_in_11220 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11220 p a:hover,
#stacks_in_11220 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11220 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11220 .paragraph a,
#stacks_in_11220 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11220 .paragraph a:hover,
#stacks_in_11220 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11220 p,
#stacks_in_11220 {
	margin-bottom: 0;
	
}

#stacks_in_11220 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11225 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11225 p a,
#stacks_in_11225 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11225 p a:hover,
#stacks_in_11225 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11225 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11225 .paragraph a,
#stacks_in_11225 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11225 .paragraph a:hover,
#stacks_in_11225 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11225 p,
#stacks_in_11225 {
	margin-bottom: 0;
	
}

#stacks_in_11225 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11228 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11228 .label {
	
}

#stacks_in_11228 .label {
	font-weight: 700;
	
}

#stacks_in_11228 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11664 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11664 .label {
	
}

#stacks_in_11664 .label {
	font-weight: 700;
	
}

#stacks_in_11664 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11198 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11198 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11198 #stacks_in_11198-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11198 .close-stacks_in_11198-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11198 .close-stacks_in_11198-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11198 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11198 .close-stacks_in_11198-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11198 .close-stacks_in_11198-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11198 .close-stacks_in_11198-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11198 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11198 .close-stacks_in_11198-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11198 .close-stacks_in_11198-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11198 .close-stacks_in_11198-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11198 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11198 .close-stacks_in_11198-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11198 .close-stacks_in_11198-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11198 .close-stacks_in_11198-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11198 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11200 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11200 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11200 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11201 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11201 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11201 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11201 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11201 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11202 {
      margin: 0px;
    }

    #stacks_in_11202 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11202 {
      margin: 0px;
    }

    #stacks_in_11202 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11202 {
      margin: 0px;
    }

    #stacks_in_11202 {
      padding: 0px;
    }


    

    
      #stacks_in_11202 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11202 {
      margin: 0px;
    }

    #stacks_in_11202 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11202 {
      margin: 0px;
    }

    #stacks_in_11202 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11202 {
      margin: 0px;
    }

    #stacks_in_11202 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11203 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11203 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11203 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11203 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11203 h1 {
		font-size: 32px;
	}
}


#stacks_in_11203 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11208 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11208 p a,
#stacks_in_11208 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11208 p a:hover,
#stacks_in_11208 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11208 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11208 .paragraph a,
#stacks_in_11208 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11208 .paragraph a:hover,
#stacks_in_11208 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11208 p,
#stacks_in_11208 {
	margin-bottom: 0;
	
}

#stacks_in_11208 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11211 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11211 p a,
#stacks_in_11211 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11211 p a:hover,
#stacks_in_11211 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11211 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11211 .paragraph a,
#stacks_in_11211 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11211 .paragraph a:hover,
#stacks_in_11211 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11211 p,
#stacks_in_11211 {
	margin-bottom: 0;
	
}

#stacks_in_11211 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11213 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11213 .label {
	
}

#stacks_in_11213 .label {
	font-weight: 700;
	
}

#stacks_in_11213 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11665 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11665 .label {
	
}

#stacks_in_11665 .label {
	font-weight: 700;
	
}

#stacks_in_11665 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11183 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11183 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11183 #stacks_in_11183-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11183 .close-stacks_in_11183-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11183 .close-stacks_in_11183-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11183 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11183 .close-stacks_in_11183-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11183 .close-stacks_in_11183-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11183 .close-stacks_in_11183-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11183 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11183 .close-stacks_in_11183-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11183 .close-stacks_in_11183-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11183 .close-stacks_in_11183-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11183 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11183 .close-stacks_in_11183-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11183 .close-stacks_in_11183-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11183 .close-stacks_in_11183-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11183 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11185 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11185 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11185 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11185 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11185 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11186 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11186 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11186 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11186 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11186 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11187 {
      margin: 0px;
    }

    #stacks_in_11187 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11187 {
      margin: 0px;
    }

    #stacks_in_11187 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11187 {
      margin: 0px;
    }

    #stacks_in_11187 {
      padding: 0px;
    }


    

    
      #stacks_in_11187 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11187 {
      margin: 0px;
    }

    #stacks_in_11187 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11187 {
      margin: 0px;
    }

    #stacks_in_11187 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11187 {
      margin: 0px;
    }

    #stacks_in_11187 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11188 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11188 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11188 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11188 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11188 h1 {
		font-size: 32px;
	}
}


#stacks_in_11188 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11190 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11190 p a,
#stacks_in_11190 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11190 p a:hover,
#stacks_in_11190 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11190 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11190 .paragraph a,
#stacks_in_11190 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11190 .paragraph a:hover,
#stacks_in_11190 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11190 p,
#stacks_in_11190 {
	margin-bottom: 0;
	
}

#stacks_in_11190 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11192 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11192 p a,
#stacks_in_11192 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11192 p a:hover,
#stacks_in_11192 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11192 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11192 .paragraph a,
#stacks_in_11192 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11192 .paragraph a:hover,
#stacks_in_11192 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11192 p,
#stacks_in_11192 {
	margin-bottom: 0;
	
}

#stacks_in_11192 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11194 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11194 .label {
	
}

#stacks_in_11194 .label {
	font-weight: 700;
	
}

#stacks_in_11194 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11666 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11666 .label {
	
}

#stacks_in_11666 .label {
	font-weight: 700;
	
}

#stacks_in_11666 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11479 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11479 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11479 #stacks_in_11479-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11479 .close-stacks_in_11479-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11479 .close-stacks_in_11479-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11479 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11479 .close-stacks_in_11479-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11479 .close-stacks_in_11479-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11479 .close-stacks_in_11479-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11479 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11479 .close-stacks_in_11479-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11479 .close-stacks_in_11479-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11479 .close-stacks_in_11479-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11479 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11479 .close-stacks_in_11479-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11479 .close-stacks_in_11479-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11479 .close-stacks_in_11479-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11479 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11481 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11481 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11481 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11481 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11481 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11488 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11488 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11488 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11488 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11488 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11489 {
      margin: 0px;
    }

    #stacks_in_11489 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11489 {
      margin: 0px;
    }

    #stacks_in_11489 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11489 {
      margin: 0px;
    }

    #stacks_in_11489 {
      padding: 0px;
    }


    

    
      #stacks_in_11489 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11489 {
      margin: 0px;
    }

    #stacks_in_11489 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11489 {
      margin: 0px;
    }

    #stacks_in_11489 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11489 {
      margin: 0px;
    }

    #stacks_in_11489 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11490 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11490 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11490 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11490 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11490 h1 {
		font-size: 32px;
	}
}


#stacks_in_11490 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11492 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11492 p a,
#stacks_in_11492 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11492 p a:hover,
#stacks_in_11492 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11492 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11492 .paragraph a,
#stacks_in_11492 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11492 .paragraph a:hover,
#stacks_in_11492 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11492 p,
#stacks_in_11492 {
	margin-bottom: 0;
	
}

#stacks_in_11492 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11494 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11494 p a,
#stacks_in_11494 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11494 p a:hover,
#stacks_in_11494 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11494 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11494 .paragraph a,
#stacks_in_11494 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11494 .paragraph a:hover,
#stacks_in_11494 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11494 p,
#stacks_in_11494 {
	margin-bottom: 0;
	
}

#stacks_in_11494 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11496 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11496 .label {
	
}

#stacks_in_11496 .label {
	font-weight: 700;
	
}

#stacks_in_11496 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11667 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11667 .label {
	
}

#stacks_in_11667 .label {
	font-weight: 700;
	
}

#stacks_in_11667 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11462 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11462 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11462 #stacks_in_11462-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11462 .close-stacks_in_11462-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11462 .close-stacks_in_11462-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11462 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11462 .close-stacks_in_11462-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11462 .close-stacks_in_11462-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11462 .close-stacks_in_11462-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11462 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11462 .close-stacks_in_11462-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11462 .close-stacks_in_11462-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11462 .close-stacks_in_11462-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11462 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11462 .close-stacks_in_11462-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11462 .close-stacks_in_11462-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11462 .close-stacks_in_11462-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11462 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11464 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11464 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11464 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11464 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11464 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11473 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11473 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11473 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11473 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11473 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11474 {
      margin: 0px;
    }

    #stacks_in_11474 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11474 {
      margin: 0px;
    }

    #stacks_in_11474 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11474 {
      margin: 0px;
    }

    #stacks_in_11474 {
      padding: 0px;
    }


    

    
      #stacks_in_11474 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11474 {
      margin: 0px;
    }

    #stacks_in_11474 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11474 {
      margin: 0px;
    }

    #stacks_in_11474 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11474 {
      margin: 0px;
    }

    #stacks_in_11474 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11475 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11475 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11475 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11475 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11475 h1 {
		font-size: 32px;
	}
}


#stacks_in_11475 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11477 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11477 p a,
#stacks_in_11477 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11477 p a:hover,
#stacks_in_11477 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11477 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11477 .paragraph a,
#stacks_in_11477 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11477 .paragraph a:hover,
#stacks_in_11477 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11477 p,
#stacks_in_11477 {
	margin-bottom: 0;
	
}

#stacks_in_11477 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11483 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11483 p a,
#stacks_in_11483 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11483 p a:hover,
#stacks_in_11483 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11483 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11483 .paragraph a,
#stacks_in_11483 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11483 .paragraph a:hover,
#stacks_in_11483 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11483 p,
#stacks_in_11483 {
	margin-bottom: 0;
	
}

#stacks_in_11483 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11485 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11485 .label {
	
}

#stacks_in_11485 .label {
	font-weight: 700;
	
}

#stacks_in_11485 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11668 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11668 .label {
	
}

#stacks_in_11668 .label {
	font-weight: 700;
	
}

#stacks_in_11668 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11449 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11449 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11449 #stacks_in_11449-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11449 .close-stacks_in_11449-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11449 .close-stacks_in_11449-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11449 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11449 .close-stacks_in_11449-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11449 .close-stacks_in_11449-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11449 .close-stacks_in_11449-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11449 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11449 .close-stacks_in_11449-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11449 .close-stacks_in_11449-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11449 .close-stacks_in_11449-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11449 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11449 .close-stacks_in_11449-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11449 .close-stacks_in_11449-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11449 .close-stacks_in_11449-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11449 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11451 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11451 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11451 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11451 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11451 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11458 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11458 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11458 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11458 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11458 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11459 {
      margin: 0px;
    }

    #stacks_in_11459 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11459 {
      margin: 0px;
    }

    #stacks_in_11459 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11459 {
      margin: 0px;
    }

    #stacks_in_11459 {
      padding: 0px;
    }


    

    
      #stacks_in_11459 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11459 {
      margin: 0px;
    }

    #stacks_in_11459 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11459 {
      margin: 0px;
    }

    #stacks_in_11459 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11459 {
      margin: 0px;
    }

    #stacks_in_11459 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11460 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11460 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11460 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11460 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11460 h1 {
		font-size: 32px;
	}
}


#stacks_in_11460 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11466 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11466 p a,
#stacks_in_11466 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11466 p a:hover,
#stacks_in_11466 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11466 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11466 .paragraph a,
#stacks_in_11466 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11466 .paragraph a:hover,
#stacks_in_11466 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11466 p,
#stacks_in_11466 {
	margin-bottom: 0;
	
}

#stacks_in_11466 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11468 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11468 p a,
#stacks_in_11468 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11468 p a:hover,
#stacks_in_11468 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11468 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11468 .paragraph a,
#stacks_in_11468 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11468 .paragraph a:hover,
#stacks_in_11468 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11468 p,
#stacks_in_11468 {
	margin-bottom: 0;
	
}

#stacks_in_11468 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11470 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11470 .label {
	
}

#stacks_in_11470 .label {
	font-weight: 700;
	
}

#stacks_in_11470 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11669 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11669 .label {
	
}

#stacks_in_11669 .label {
	font-weight: 700;
	
}

#stacks_in_11669 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_11430 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_11430 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_11430 #stacks_in_11430-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_11430 .close-stacks_in_11430-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_11430 .close-stacks_in_11430-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_11430 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_11430 .close-stacks_in_11430-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11430 .close-stacks_in_11430-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_11430 .close-stacks_in_11430-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11430 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_11430 .close-stacks_in_11430-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11430 .close-stacks_in_11430-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11430 .close-stacks_in_11430-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11430 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11430 .close-stacks_in_11430-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11430 .close-stacks_in_11430-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_11430 .close-stacks_in_11430-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_11430 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_11432 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11432 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11432 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11432 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11432 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_11443 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_11443 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_11443 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_11443 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_11443 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_11444 {
      margin: 0px;
    }

    #stacks_in_11444 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_11444 {
      margin: 0px;
    }

    #stacks_in_11444 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_11444 {
      margin: 0px;
    }

    #stacks_in_11444 {
      padding: 0px;
    }


    

    
      #stacks_in_11444 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_11444 {
      margin: 0px;
    }

    #stacks_in_11444 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_11444 {
      margin: 0px;
    }

    #stacks_in_11444 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_11444 {
      margin: 0px;
    }

    #stacks_in_11444 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_11445 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_11445 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11445 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_11445 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_11445 h1 {
		font-size: 32px;
	}
}


#stacks_in_11445 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_11447 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11447 p a,
#stacks_in_11447 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11447 p a:hover,
#stacks_in_11447 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11447 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_11447 .paragraph a,
#stacks_in_11447 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_11447 .paragraph a:hover,
#stacks_in_11447 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11447 p,
#stacks_in_11447 {
	margin-bottom: 0;
	
}

#stacks_in_11447 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_11453 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11453 p a,
#stacks_in_11453 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11453 p a:hover,
#stacks_in_11453 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_11453 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_11453 .paragraph a,
#stacks_in_11453 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_11453 .paragraph a:hover,
#stacks_in_11453 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_11453 p,
#stacks_in_11453 {
	margin-bottom: 0;
	
}

#stacks_in_11453 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_11455 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_11455 .label {
	
}

#stacks_in_11455 .label {
	font-weight: 700;
	
}

#stacks_in_11455 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_11670 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(106, 132, 179, 1.00);
	}


#stacks_in_11670 .label {
	
}

#stacks_in_11670 .label {
	font-weight: 700;
	
}

#stacks_in_11670 {
	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(2, 25, 114, 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;
  }
}

