/* LEGACY STACK - DO NOT EDIT */
#stacks_in_2 {
  padding: 0;
  margin: 0;
  position: relative;
  
}
#stacks_in_2.btr-bg-gradient,
#stacks_in_2.btr-bg-animated,
#stacks_in_2.btr-bg-blur,
#stacks_in_2.btr-bg-mouse,
#stacks_in_2.btr-bg-pan,
#stacks_in_2.btr-bg-parallax,
#stacks_in_2.btr-bg-transition,
#stacks_in_2.btr-bg-none {
  box-sizing: border-box;
  overflow: hidden;
  min-height: 0px;
  transition: min-height 600ms ease-in;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0px 0px 0px 0px;
  padding: 50px 30px 50px 30px;
}
#stacks_in_2.btr-bg-none {

}

#stacks_in_2.btr-bg-3d .btr-bg-3d-wrap {
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  padding: 50px 30px 50px 30px;
}

.scrollstacks_in_2 {
  font-size: 16px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -50px;
  text-align: center;
  width: 100px;
  padding: 25px 0px 40px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.80);
}
.scrollstacks_in_2 .down-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-left: 30px;
  margin-top: 5px;
  border-top: 20px solid rgba(255, 255, 255, 0.80);
  
}
.scrollstacks_in_2.btr-bg-md {
  width: 140px;
  margin-left: -70px;
  font-size: 20px;
  padding: 25px 0px 60px;
}
.scrollstacks_in_2.btr-bg-md .down-arrow {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid rgba(255, 255, 255, 0.80);
  margin-left: 40px;
}
.scrollstacks_in_2.btr-bg-lg {
  width: 200px;
  margin-left: -100px;
  font-size: 24px;
  padding: 25px 0px 80px;
}
.scrollstacks_in_2.btr-bg-lg .down-arrow {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid rgba(255, 255, 255, 0.80);
  margin-left: 60px;
}
@-ms-keyframes bounce {
  0%       { margin-top:5px; }
  25%, 75% { margin-top:15px; }
  50%      { margin-top:20px; }
  100%     {margin-top:5px;}
}
@-webkit-keyframes bounce {
  0%       { margin-top:5px; }
  25%, 75% { margin-top:15px; }
  50%      { margin-top:20px; }
  100%     {margin-top:5px;}
}
@-moz-keyframes bounce {
  0%       { margin-top:5px; }
  25%, 75% { margin-top:15px; }
  50%      { margin-top:20px; }
  100%     {margin-top:5px;}
}
@keyframes bounce {
  0%       { margin-top:5px; }
  25%, 75% { margin-top:15px; }
  50%      { margin-top:20px; }
  100%     {margin-top:5px;}
}
#stacks_in_2 {
  background-image : url(../index_files/backgroundImageBlur-2.jpg);
  
  background-position: center center;
  background-size: cover;
}
#stacks_in_2 .btr-bg-inner {
  position: relative;
  background-color : rgba(255, 255, 255, 0.69);
  overflow: hidden;
  padding: 30px 30px 30px 30px;
  margin: 0 auto;
  max-width: 960px;

  
}
#stacks_in_2.btr-bg-blur {
  background-image : url(../index_files/backgroundImageBlur-2.jpg);
  
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
#stacks_in_2.btr-bg-blur .btr-bg-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image : url(../index_files/backgroundImageBlur-2.jpg);
  
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  margin: -20px;
  border: 20px solid transparent;
}

#stacks_in_2.btr-bg-pan:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image : url(../index_files/backgroundImageBlur-2.jpg);
  
  background-position: center center;
  background-size: cover;
  width: calc(100% + 600px);
  
  -moz-animation-duration: 275s;
  -webkit-animation-duration: 275s;

  -webkit-animation-name: slidein;
  -moz-animation-name: slidein;
  -ms-animation-name: slidein;
  -o-animation-name: slidein;
  animation-name: slidein;

  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  
}

#stacks_in_2.btr-bg-parallax {
  transform: translate3d(0, 0, 0);
  background-size: cover;
  background-position: center center;
  background-image : url(../index_files/backgroundImageBlur-2.jpg);
  
  background-attachment: fixed;
}
#stacks_in_2.btr-bg-parallax.isMobile {
  background-attachment: scroll !important;
  background-size: auto 100vh !important;
}
#stacks_in_2.btr-bg-blur.isMobile,
#stacks_in_2.btr-bg-blur.isMobile .btr-bg-inner:before {
  background-attachment: scroll !important;
  background-size: auto 100vh !important;
}
#stacks_in_2.btr-bg-blur.isMobile {
  padding: 25.000000px 30px 25.000000px 30px;
}

#stacks_in_2.btr-bg-mouse {
  transform: translate3d(0, 0, 0);
/*  background-size: 100%;*/
  background-size: cover;
  background-position: center center;
  transition: background-position 300ms linear;
}
#stacks_in_2.btr-bg-3d {
  position: relative;
  overflow: hidden;
  -webkit-perspective: 4000px;
  perspective: 4000px;
  background: none;
}
#stacks_in_2.btr-bg-3d .scrollstacks_in_2 {
  -webkit-transform: translate3d(0, 0, 200px);
  transform: translate3d(0, 0, 200px);
}
#stacks_in_2.btr-bg-3d .btr-bg-3d-wrap  {
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition: transform 100ms linear;
}
#stacks_in_2.btr-bg-3d .btr-bg-bg {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background-image : url(../index_files/backgroundImageBlur-2.jpg);
  background-position: center center;
  
  background-size: cover;
  
  -webkit-transform: translateZ(150px);
  -ms-transform: translateZ(150px);
  transform: translateZ(150px);
  
}
#stacks_in_2.btr-bg-3d .btr-bg-bg {
  top: -100px;
  left: -100px;
  bottom: -100px;
  right: -100px;
}
#stacks_in_2.btr-bg-3d .btr-bg-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -webkit-transform: translateZ(290px);
  -ms-transform: translateZ(290px);
  transform: translateZ(290px);
  
}
#stacks_in_2.btr-bg-transition:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image : url();
  
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1000ms ease-in;
}
#stacks_in_2.btr-bg-transition.btr-bg-changed:before {
  opacity: 1;
}
#stacks_in_2.btr-bg-animated {
  transform: translate3d(0, 0, 0);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  
}

.no-transition {
  transition: all 0s linear !important;
}
/*
.force-widthstacks_in_2 {
  position: relative;
  padding-left: 3000px;
  margin-left: -3000px;
  padding-right: 3000px;
  margin-right: -3000px;
  position: relative;
}
.force-widthstacks_in_2 #stacks_in_2 {
  width: 100%;
  position:absolute;
  left:0;
}
.stacks_top {
  overflow: visible !important;
}
body {
  overflow-x: hidden;
}
*/
@-webkit-keyframes rotate {
  0%{ -webkit-transform:rotate(0deg); -webkit-transform-origin:50% 50%; }
  100%{ -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotate {
  0%{ -moz-transform:rotate(0deg); -moz-transform-origin:50% 50%; }
  100%{ -moz-transform:rotate(360deg)); }
}
@-o-keyframes rotate {
  0%{ -o-transform:rotate(0deg); -o-transform-origin:50% 50%; }
  100%{ -o-transform:rotate(360deg); }
}
@keyframes rotate {
  0%{ transform:rotate(0deg); transform-origin:50% 50%; }
  100%{ transform:rotate(360deg); }
}
@-webkit-keyframes rotateCC {
  0%{ -webkit-transform:rotate(0deg); -webkit-transform-origin:50% 50%; }
  100%{ -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotateCC {
  0%{ -moz-transform:rotate(0deg); -moz-transform-origin:50% 50%; }
  100%{ -moz-transform:rotate(-360deg); }
}
@-o-keyframes rotateCC {
  0%{ -o-transform:rotate(0deg); -o-transform-origin:50% 50%; }
  100%{ -o-transform:rotate(-360deg); }
}
@keyframes rotateCC {
  0%{ transform:rotate(0deg); transform-origin:50% 50%; }
  100%{ transform:rotate(-360deg); }
}
@-webkit-keyframes gradAnimate {
  0%{background-position:0% 0%}
  50%{background-position:100% 100%}
  100%{background-position:0% 0%}
}
@-moz-keyframes gradAnimate {
  0%{background-position:0% 0%}
  50%{background-position:100% 100%}
  100%{background-position:0% 0%}
}
@-o-keyframes gradAnimate {
  0%{background-position:0% 0%}
  50%{background-position:100% 100%}
  100%{background-position:0% 0%}
}
@keyframes gradAnimate {
  0%{background-position:0% 0%}
  50%{background-position:100% 100%}
  100%{background-position:0% 0%}
}
@keyframes "slidein" {
  25% {
    -webkit-transform: scale(1.6) translate3d(-400px, 0px, 0px);
    -moz-transform: scale(1.6) translate3d(-400px, 0px, 0px);
    -o-transform: scale(1.6) translate3d(-400px, 0px, 0px);
    -ms-transform: scale(1.6) translate3d(-400px, 0px, 0px);
    transform: scale(1.6) translate3d(-400px, 0px, 0px);
  }
  50% {
    -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
    -moz-transform: scale(1) translate3d(0px, 0px, 0px);
    -o-transform: scale(1) translate3d(0px, 0px, 0px);
    -ms-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px);
  }
  75% {
    -webkit-transform: scale(1.6) translate3d(+200px, 0px, 0px);
    -moz-transform: scale(1.6) translate3d(+200px, 0px, 0px);
    -o-transform: scale(1.6) translate3d(+200px, 0px, 0px);
    -ms-transform: scale(1.6) translate3d(+200px, 0px, 0px);
    transform: scale(1.6) translate3d(+200px, 0px, 0px);
  }

}
@-moz-keyframes slidein {
  25% {
    -moz-transform: scale(1.6) translate3d(-400px, 0px, 0px);
    transform: scale(1.6) translate3d(-400px, 0px, 0px);
  }
  50% {
    -moz-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px);
  }
  75% {
    -moz-transform: scale(1.6) translate3d(+200px, 0px, 0px);
    transform: scale(1.6) translate3d(+200px, 0px, 0px);
  }

}
@-webkit-keyframes "slidein" {
  25% {
    -webkit-transform: scale(1.6) translate3d(-400px, 0px, 0px);
    transform: scale(1.6) translate3d(-400px, 0px, 0px);
  }
  50% {
    -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px);
  }
  75% {
    -webkit-transform: scale(1.6) translate3d(+200px, 0px, 0px);
    transform: scale(1.6) translate3d(+200px, 0px, 0px);
  }
}

@-ms-keyframes "slidein" {
  25% {
    -ms-transform: scale(1.6) translate3d(-400px, 0px, 0px);
    transform: scale(1.6) translate3d(-400px, 0px, 0px);
  }
  50% {
    -ms-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px);
  }
  75% {
    -ms-transform: scale(1.6) translate3d(+200px, 0px, 0px);
    transform: scale(1.6) translate3d(+200px, 0px, 0px);
  }
}

@-o-keyframes "slidein" {
  25% {
    -o-transform: scale(1.6) translate3d(-400px, 0px, 0px);
    transform: scale(1.6) translate3d(-400px, 0px, 0px);
  }
  50% {
    -o-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px);
  }
  75% {
    -o-transform: scale(1.6) translate3d(+200px, 0px, 0px);
    transform: scale(1.6) translate3d(+200px, 0px, 0px);
  }
}
/*
2.2.3
*hotfix for prior update
*/
#stacks_in_6.siphon-stack {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
#stacks_in_6.siphon-stack 
{
  
    background: rgba(0, 128, 64, 1.00);
    background-image: -moz-linear-gradient(left, rgba(0, 128, 64, 1.00)0%, rgba(204, 255, 102, 0.68) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0, 128, 64, 1.00)), color-stop(100%,rgba(204, 255, 102, 0.68)));
    background-image: -webkit-linear-gradient(left, rgba(0, 128, 64, 1.00)0%,rgba(204, 255, 102, 0.68) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 128, 64, 1.00)0%,rgba(204, 255, 102, 0.68) 100%);
    background-image: -ms-linear-gradient(left, rgba(0, 128, 64, 1.00)0%,rgba(204, 255, 102, 0.68) 100%);
    background-image: linear-gradient(to right, rgba(0, 128, 64, 1.00)0%,rgba(204, 255, 102, 0.68) 100%);

  margin: 20px 0px 0px 0px;
  
  
  -webkit-animation: gradAnimate 20s ease infinite;
  -moz-animation: gradAnimate 20s ease infinite;
  -o-animation: gradAnimate 20s ease infinite;
  animation: gradAnimate 20s ease infinite;
  background-size: 400% 400%;

  
  
  transition: height 600ms ease;
  
}
@-webkit-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@-moz-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@-o-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
.siphon-pagstacks_in_6 {
  z-index: 100;
  width: 100%;
  
  display: none;
  
}
.siphon-pagstacks_in_6 div {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  
  
  
}
.siphon-pagstacks_in_6 span {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 1.00);;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.siphon-pagstacks_in_6 span:hover {
  background: rgba(255, 255, 255, 1.00);;
}
.siphon-pagstacks_in_6 span:after{
  width: 5px;
  height: 2px;
  background: rgba(255, 255, 255, 1.00);;
  position: absolute;
  content: " ";
  right: -7px;
  top: 6px;
}
.siphon-pagstacks_in_6 span:last-child:after{
  display: none;
}
.siphon-pagstacks_in_6 span.active {
  background: rgba(51, 51, 51, 1.00);
  border-color: rgba(51, 51, 51, 1.00);;
  cursor: default;
}
.siphon-pagstacks_in_6 .siphon-pag-back {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: rgba(255, 255, 255, 1.00);
}
.siphon-pagstacks_in_6 .siphon-pag-back.disable-back {
  opacity: .5;
  pointer-events: none;
  cursor: default;
}
.siphon-pagstacks_in_6 .siphon-pag-back svg {
  fill: rgba(255, 255, 255, 1.00);
}
.siphon-pagstacks_in_6 .siphon-pag-back svg:hover {
  fill: rgba(51, 51, 51, 1.00);
  cursor: pointer;
}
#stacks_in_6 .siphon-hide {
  
  display: none;
  
}
#stacks_in_6 .siphon-hide.has-button {
  display: block;
}
#stacks_in_6 .siphon-hide.has-button .siphon-input-wrap {
  display: block;
}
#stacks_in_6 .siphon-hide.has-button *:not(svg):not(path) {
  display: none;
}
#stacks_in_6 .siphon-hide.has-button button {
  display: block;
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox { margin: 16px 0px 0px 0px; }
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox ~ .checkbox { margin: 0px; }
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0 !important;
  padding: 0px 5px 0px 0px;
  margin: 0;
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 100;
  
    
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox label {
  padding-left: 21px;
  position: relative;
  z-index: 1;
  
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox label:before {
  content: "\f096";
  display: inline-block;
  box-sizing: content-box;
  font-family: fontawesome;
  vertical-align: bottom;
  position:absolute;
  left: 0;
  text-align: left;
  
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input:disabled {
  cursor: not-allowed;
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input:disabled + label {
  opacity: .6;
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input:checked +label:before {
  content: "\f046";
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input[type="radio"] + label:before {
  content: "\f10c";
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input[type="radio"]:checked + label:before {
  content: "\f192";
}

#stacks_in_6.siphon-stack .siphon-section {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 100%;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 30px 60px 30px 60px;
  max-width: 960px;
  visibility: hidden;
  
  
  
  transition: opacity 300ms ease;
}

#stacks_in_6.siphon-stack .siphon-section .siphon-back {
  color: rgba(255, 255, 255, 1.00);
  margin-top: 32px;
}
#stacks_in_6.siphon-stack .siphon-section.back-at-top {
  
  border-top: 40px solid transparent;
  

}
#stacks_in_6.siphon-stack .siphon-section.back-at-top .siphon-back {
  margin: 0px;
  position: absolute;
  top: 10px;
  
  top: -30px;
  
  left: 60px;
}
#stacks_in_6.siphon-stack .siphon-section .siphon-back svg {
  fill: rgba(255, 255, 255, 1.00);
  width: 40px;
  height: 40px;
}
#stacks_in_6.siphon-stack .siphon-section .siphon-back svg:hover {
  fill: rgba(51, 51, 51, 1.00);
  cursor: pointer;
}
#stacks_in_6.siphon-stack > .siphon-section:first-child .siphon-back {
  display: none;
}
#stacks_in_6.siphon-stack .siphon-section.siphon-active {
  position: relative;
  opacity: 1;
  left: 0;
  height: auto;
  visibility: visible;
}
#stacks_in_6 .siphon-section h1,
#stacks_in_6 .siphon-section h2,
#stacks_in_6 .siphon-section h3,
#stacks_in_6 .siphon-section h4,
#stacks_in_6 .siphon-section h5,
#stacks_in_6 .siphon-section h6,
#stacks_in_6 .siphon-section h1 span,
#stacks_in_6 .siphon-section h2 span,
#stacks_in_6 .siphon-section h3 span,
#stacks_in_6 .siphon-section h4 span,
#stacks_in_6 .siphon-section h5 span,
#stacks_in_6 .siphon-section h6 span {
  color: rgba(255, 255, 255, 1.00);
  line-height: 1.000000;
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_6 .siphon-section .siphon-question {
  position: relative;
  display: inline-block;
  width: 100%;
  opacity: 1;
  margin: 0;
  color: rgba(255, 255, 255, 1.00);
  font-size: 26px;
  line-height: 26px;
  
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_6 .siphon-section .siphon-pagination + .siphon-question {
  margin: 32px 0 0 0;
}
#stacks_in_6 .siphon-section {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.60);
}
#stacks_in_6 .siphon-section .siphon-answer {
  margin-top: 10px;
}
#stacks_in_6 .siphon-section .siphon-answer,
#stacks_in_6 .siphon-section .siphon-answer p,
#stacks_in_6 .siphon-section .siphon-answer span,
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input,
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input + label,
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input + label span {
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  line-height: 26px;
  
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_6 .siphon-section .siphon-answer p {
  margin: 0;
}
#stacks_in_6 .siphon-section .siphon-answer:hover p,
#stacks_in_6 .siphon-section .siphon-answer:hover span,
#stacks_in_6 .siphon-section .siphon-answer:hover .text_stack,
#stacks_in_6 .siphon-section .siphon-answer:hover,
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input:hover,
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox input:hover + label {
  color: rgba(51, 51, 51, 1.00);
}
#stacks_in_6 .siphon-section .siphon-answer a span,
#stacks_in_6 .siphon-section .siphon-answer:hover a span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  font-family: inherit;
}
#stacks_in_6 .siphon-section .siphon-answer {
  cursor: pointer;
}
/* Answer Styles */
#stacks_in_6.siphon-stack .siphon-input-wrap,
#stacks_in_6.siphon-stack .siphon-input-wrap * {
  box-sizing: border-box;
}
#stacks_in_6.siphon-stack .siphon-input-wrap  {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 16px 0px 0px 0px;
  width: 100%;
  vertical-align: top;
  
}
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox) input {
  position: relative;
  display: block;
  float: left;
  padding: 0px 16px;
  margin: 0;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-family: inherit;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; /* for box shadows to show on iOS */
  z-index: 10;
  max-width: 350px;
  width: 80%;
  background: transparent;
  color:  rgba(255, 255, 255, 1.00);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  
}
#stacks_in_6.siphon-stack .siphon-input-wrap button {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 1.00);
  border-radius: 2px;
  padding: 0px 16px;
  height: 45px;
  max-width: 100px;
  width: 20%;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 1.00);
  font-size: 26px;
  
  font-family: inherit;
  
}
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-visible-button button,
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-file button,
#stacks_in_6.siphon-stack .siphon-input-wrap.checkbox button{
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  opacity: 1;
  width: 100px;
  float: left;
  clear: left;
  margin-top: 16px;
  
}
#stacks_in_6.siphon-stack .siphon-input-wrap.checkbox button{
  float: none;
  display: block;
}
#stacks_in_6.siphon-stack .siphon-input-wrap button .checkmark {
  height: 39px;
  stroke-width: 4;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-miterlimit: 10;
}
#stacks_in_6.siphon-stack .siphon-input-wrap button .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 0;
}
#stacks_in_6.siphon-stack .siphon-input-wrap button:hover {
  background: rgba(255,255,255,0.2);
  cursor: pointer;
}
#stacks_in_6.siphon-stack .siphon-input-wrap button:active {
  background: rgba(255,255,255,0.2);
}
#stacks_in_6.siphon-stack .siphon-input-wrap input:focus,
#stacks_in_6.siphon-stack .siphon-input-wrap textarea:focus,
#stacks_in_6.siphon-stack .siphon-input-wrap button:focus {
  outline: none;
}
#stacks_in_6.siphon-stack .siphon-input-wrap.input-focused button {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  display: block;
  float: left;
  clear: left;
  padding: 0 16px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 80%;
  max-width: 350px;
  text-align: left;
  margin: 0px;
  
}
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label span {
  position: relative;
  display: block;
  padding: 5px 0px;
  width: 100%;
  font-family: inherit;
}
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label span:empty {
  display: none;
}

#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-width: 350px;
  height: 45px;
  background: rgba(255, 255, 255, 0.40);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  height: 3px;
  background: rgba(255, 255, 255, 0.40);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  pointer-events: none;
}
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) textarea + label::before,
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) textarea + label::after {
  display: none;
}


#stacks_in_6.siphon-stack .siphon-input-wrap textarea {
  resize: none;
  display: block;
  background: rgba(255, 255, 255, 0.40);
  border-radius: 2px;
  border: 0px solid white;
  padding: 16px;
  margin: 0;
  height: 200px;
  opacity: 1;
  z-index: 10;
  width: 80%;
  max-width: 350px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 1.00);
  font-size: 18px;
  font-family: inherit;
  
}

#stacks_in_6.siphon-stack .deluxe-columns .siphon-input-wrap {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 16px 0 0 0;
}
#stacks_in_6.siphon-stack .deluxe-columns .siphon-input-wrap:not(.checkbox) input {
  width: 100%;
  padding-right: 88px;
  z-index: 0;
}
#stacks_in_6.siphon-stack .deluxe-columns .siphon-input-wrap.siphon-input-has-button:not(.checkbox):not(.siphon-file) label::before {
  width: calc(100% - 80px);
}
#stacks_in_6.siphon-stack .deluxe-columns .siphon-input-wrap textarea {
  width: 100%;
}
#stacks_in_6.siphon-stack .deluxe-columns .siphon-input-wrap button {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 1;
  transform-origin: bottom left;
  margin: 0;
}
#stacks_in_6.siphon-stack .deluxe-columns .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  width: 100%;
  float: none;
}


#stacks_in_6.siphon-stack .siphon-input-wrap.is-required input,
#stacks_in_6.siphon-stack .siphon-input-wrap.is-required textarea {
  outline: thin solid red;
}
#stacks_in_6.siphon-stack .siphon-input-wrap input.is-required + label {
  color: red !important;
}
#stacks_in_6.siphon-stack .siphon-input-wrap input:focus,
#stacks_in_6.siphon-stack .siphon-input-wrap.input-focused input,
#stacks_in_6.siphon-stack .siphon-input-wrap.is-required input {
  opacity: 1;
  /* -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; */
}
#stacks_in_6.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap input::before,
#stacks_in_6.siphon-stack .siphon-input-wrap.input-focused:not(.checkbox):not(.siphon-file) label::before,
#stacks_in_6.siphon-stack .siphon-input-wrap.input-focused label::before,
#stacks_in_6.siphon-stack .siphon-input-wrap.is-required label::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
#stacks_in_6.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap label,
#stacks_in_6.siphon-stack .siphon-input-wrap.input-focused label,
#stacks_in_6.siphon-stack .siphon-input-wrap.is-required label {
  pointer-events: none;
}
#stacks_in_6.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap label::after,
#stacks_in_6.siphon-stack .siphon-input-wrap.input-focused label::after,
#stacks_in_6.siphon-stack .siphon-input-wrap.is-required label::after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
#stacks_in_6 .siphon-section .siphon-input-wrap input[type='file'] {
  margin: 16px 0px;
  opacity: 0;
}
/* Submit slide styles */
#stacks_in_6.siphon-stack .siphon-submit button,
#stacks_in_6 .siphon-section .siphon-input-wrap.siphon-file label {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 1.00);
  border-radius: 2px;
  padding: 0px 16px;
  height: 45px;
  margin: 16px 0px;
  color: rgba(255, 255, 255, 1.00);
  font-size: 18px;
  
  font-family: inherit;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#stacks_in_6.siphon-stack .siphon-submit button:hover,
#stacks_in_6 .siphon-section .siphon-input-wrap.siphon-file label:hover {
  background: rgba(255,255,255,0.2);
  cursor: pointer;
}
#stacks_in_6.siphon-stack .siphon-submit button:active,
#stacks_in_6 .siphon-section .siphon-input-wrap.siphon-file label:active {
  background: rgba(255,255,255,0.2);
}
#stacks_in_6.siphon-stack .siphon-submit button:focus {
  outline: none;
}
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-textarea button {
  
  width: 100%;
  max-width: 350px;
  position: relative;
  float: none;
  display: block;
  
  
}
#stacks_in_6.siphon-stack .siphon-mail-error {
  color: white;
  background: #FF4444;
  border: 1px solid #FF2222;
  padding: 10px;
  border-radius: 4px;
  margin: 32px 0px 0px 0px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
#stacks_in_6 .siphon-loader {
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  margin: 32px auto 0 auto;
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0ms linear;
  pointer-events: none;
  z-index: 0;
}
#stacks_in_6 .siphon-loader svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_6.siphon-email-submited .siphon-loader {
  position: relative;
  opacity: 1;
  transition: opacity 300ms ease;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#stacks_in_6.siphon-email-submited .siphon-submit button,
#stacks_in_6.siphon-email-submited .siphon-back,
#stacks_in_6.siphon-email-submited .configure-submit {
  display: none;
}

#stacks_in_6.siphon-stack .siphon-input-wrap button,
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-visible-button button,
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-file button,
#stacks_in_6.siphon-stack .siphon-input-wrap.checkbox button,
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-textarea button {
  width: auto;
  max-width: 100%;
  margin-top: 16px;
  display: block;
  float: none;
  font-size: 18px;
  
}
#stacks_in_6.siphon-stack .siphon-input-wrap input,
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox) input,
#stacks_in_6.siphon-stack .siphon-input-wrap label,
#stacks_in_6.siphon-stack .siphon-input-wrap textarea,
#stacks_in_6 .siphon-section .siphon-input-wrap.siphon-file label,
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  width: 100%;
  max-width: 350px;
  position: relative;
  float: none;
  
}
#stacks_in_6.siphon-stack .siphon-input-wrap.checkbox label {

}
#stacks_in_6.siphon-stack .siphon-input-wrap label::after,
#stacks_in_6.siphon-stack .siphon-input-wrap label::before,
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after,
#stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
  width: 100%;
  max-width: 350px;
  float: none;
  
}

#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) input,
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) input,
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) label,
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap textarea,
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap button,
#stacks_in_6.siphon-email-submited .s3_column .siphon-submit button,
#stacks_in_6 .siphon-section .s3_column .siphon-input-wrap.siphon-file label,
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  width: 100%;
  max-width: 100%;
  position: relative;
  float: none;
}
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap label::after,
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap label::before,
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after,
#stacks_in_6.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
  width: 100%;
  max-width: 100%;
  float: none;
}
@media all and (max-width: 640px) {
  #stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox) input,
  #stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox) input,
  #stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox) label,
  #stacks_in_6.siphon-stack .siphon-input-wrap textarea,
  /* #stacks_in_6.siphon-stack .siphon-input-wrap button, */
  #stacks_in_6.siphon-email-submited .siphon-submit button,
  #stacks_in_6 .siphon-section .siphon-input-wrap.siphon-file label,
  #stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
    /* width: 100%;
    position: relative;
    float: none; */
  }
  #stacks_in_6.siphon-stack .siphon-input-wrap button {
    padding: 0 6px;
  }
  #stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after,
  #stacks_in_6.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
    /* width: 100%;
    float: none; */
  }
}
#stacks_in_6 .siphon-section .siphon-input-wrap.checkbox label:before {
  
}
/* Edit mode styles */


#stacks_in_6 .autoreply {display: none;}

/*
=======================================
File
=======================================
*/
#stacks_in_6 .siphon-section .siphon-input-wrap.siphon-file label {
  display: inline-block;
  line-height: 40px;
  position: absolute !important;
  z-index: 100;
  left:0;
  top: 0;
}
#stacks_in_6 .siphon-section .siphon-input-wrap.siphon-file label {
  
}
#stacks_in_6 .siphon-section .siphon-input-wrap.siphon-file input:before {
  content: "\f192";
}
/*
=======================================
Range / Slider
=======================================
*/
#stacks_in_6.siphon-stack .siphon-range-wrap {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  max-width: 350px;
  width: 100%;
  align-items: center;
  grid-gap: 4px;
  
}
#stacks_in_6.siphon-stack .siphon-range-wrap > span {
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  line-height: 14px;
  font-family: inherit;
  white-space: nowrap;
}
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) > label > span {
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
}
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input {
  opacity: 1;
  width: 100%;
  height: 4px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.40);
}
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label {
  transform: translateY(-8.000000px);
}
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1.00);
  cursor: pointer;
}
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input::-moz-range-thumb {
  background: rgba(255, 255, 255, 1.00);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label:before,
#stacks_in_6.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label:after {
  display: none;
}
.siphon-stack .siphon-section .stacks_in,
.siphon-stack .siphon-section .stacks_out {
  overflow: hidden;
}


.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_7:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_9 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_13:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

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

#stacks_in_15 textarea {
  height: 200px !important;
}

#stacks_in_23 textarea {
  height: 200px !important;
}

#stacks_in_28 textarea {
  height: 200px !important;
}

#stacks_in_37 textarea {
  height: 200px !important;
}

#stacks_in_42 textarea {
  height: 200px !important;
}

#stacks_in_47 textarea {
  height: 200px !important;
}

#stacks_in_52 textarea {
  height: 200px !important;
}

#stacks_in_57 textarea {
  height: 200px !important;
}

#stacks_in_62 textarea {
  height: 200px !important;
}

#stacks_in_67 textarea {
  height: 200px !important;
}

#stacks_in_72 textarea {
  height: 200px !important;
}

#stacks_in_77 textarea {
  height: 200px !important;
}

#stacks_in_82 textarea {
  height: 200px !important;
}

#stacks_in_87 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_92:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_94 textarea {
  height: 200px !important;
}

#stacks_in_97 textarea {
  height: 200px !important;
}

#stacks_in_99 textarea {
  height: 200px !important;
}

#stacks_in_101 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_103:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_105 textarea {
  height: 200px !important;
}

#stacks_in_106 {
	font-size: 110%;
}

#stacks_in_108 textarea {
  height: 200px !important;
}

#stacks_in_109 {
	font-size: 110%;
}

#stacks_in_110 textarea {
  height: 200px !important;
}

#stacks_in_111 {
	font-size: 110%;
}

#stacks_in_112 textarea {
  height: 200px !important;
}

#stacks_in_113 {
	font-size: 110%;
}

#stacks_in_114 textarea {
  height: 200px !important;
}

#stacks_in_115 {
	font-size: 110%;
}

#stacks_in_116 textarea {
  height: 200px !important;
}

#stacks_in_117 {
	font-size: 110%;
}

#stacks_in_118 textarea {
  height: 200px !important;
}

#stacks_in_119 {
	font-size: 110%;
}

#stacks_in_120 textarea {
  height: 200px !important;
}

#stacks_in_121 {
	font-size: 110%;
}

#stacks_in_122 textarea {
  height: 200px !important;
}

#stacks_in_123 {
	font-size: 110%;
}

#stacks_in_124 textarea {
  height: 200px !important;
}

#stacks_in_125 {
	font-size: 110%;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_126:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_128 textarea {
  height: 230px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_131:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_133 textarea {
  height: 200px !important;
}

#stacks_in_225 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_137:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_139 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_148:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_150 textarea {
  height: 200px !important;
}

#stacks_in_159_1 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_158_1 {
	background-color: rgba(76, 76, 76, 1.00);
}

#stacks_in_158_2 {
	margin: 50px 0px 60px 0px;
}

#stacks_in_158_3 {
	margin: 0px 80px 0px 0px;
}

#stacks_in_158_4 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
}

#stacks_in_158_5 {
	letter-spacing: 3px;
	font-size: 130%;
	font-weight: lighter;
}

#stacks_in_158_17 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_158_18 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
}

#stacks_in_158_19 {
	letter-spacing: 3px;
	font-size: 130%;
	font-weight: lighter;
}

#stacks_in_158_20 {
	margin: 6px 0px 0px 0px;
}

#stacks_in_158_21 {
	font-size: 80%;
}

#stacks_in_158_23 {
	padding: 40px 0px 0px 0px;
}

#stacks_in_158_40 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
}

#stacks_in_158_41 {
	letter-spacing: 3px;
	font-size: 130%;
	font-weight: lighter;
}

#stacks_in_158_42 {
	margin: 6px 0px 0px 0px;
}

#stacks_in_158_44 {
	font-size: 80%;
	font-weight: lighter;
}
#stacks_in_158_94_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_158_94 a:link, #stacks_in_158_94 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_158_94 a:hover, #stacks_in_158_94 a:active {
	color:#4C4C4C;
}










#stacks_in_158_94 a:link, #stacks_in_158_94 a:visited {
	background-color:#7FFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#7FFFFF), to(#4CBFBF));
	border:1px solid #4CBFBF;
	padding:3px 20px;
	color:#4C4C4C;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_158_94 a:hover {
	background-color:#89FFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#89FFFF), to(#42A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_158_94 a:active {
	background-color:#7FFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_158_94 {
	padding: 7px 0px 0px 0px;
}

#stacks_in_158_48 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_in_158_49 {
	letter-spacing: 3px;
	font-size: 130%;
}

#stacks_in_158_52 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_in_158_53 {
	letter-spacing: 3px;
	font-size: 120%;
	font-weight: lighter;
}

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

#stacks_in_158_59 {
	font-weight: lighter;
}

#stacks_in_158_60 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_158_62 {
	font-size: 80%;
	font-weight: lighter;
}

#stacks_in_158_66 {
	font-weight: lighter;
}

#stacks_in_158_67 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_158_69 {
	font-size: 80%;
}

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