/* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- */@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

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

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

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

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

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

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

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

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

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

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

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

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

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

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

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

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

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

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

#noticeContainer_stacks_in_2037 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_2037 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_2037 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_2037 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 0px;
  max-height: 70%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto;
  visibility: hidden;
  /*  */
  z-index: 999999;
  /*  */
  max-width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  top: 50%;
  transform: translateY(-50%);
  /*  */
  /*  */
  /*  */
  margin-left: auto;
  margin-right: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  background: rgba(128, 128, 4, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Nunito";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0px 0px 0px 0px; }
  #notice_stacks_in_2037.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_2037.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_2037.cookie-hide {
    display: none; }

#notice_stacks_in_2037 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 10px 35px 10px; }

#notice_stacks_in_2037 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 10px 35px 10px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  /*  */
  /*  */ }
  #notice_stacks_in_2037 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px; }
  #notice_stacks_in_2037 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_2037 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_2037 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_2037 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_2037 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_2037 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_2037 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_2037 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_2037 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_2037 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_2037 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_2037 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_2037 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_2037 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_2037 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_2037 .notice-action div {
      height: 50%;
      width: 100%; } }

/*  */
@media all and (-ms-high-contrast: none) {
  #notice_stacks_in_2037 {
    width: 100%; }
    #notice_stacks_in_2037 *::-ms-backdrop, #notice_stacks_in_2037 #notice_stacks_in_2037 {
      width: 100%; } }

/*  */
/* Start Defender stack CSS code */#stacks_in_304{	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.stacks_in_304edit{	background: rgba(0,0,0,0.1);	border-radius: 4px;}.stacks_in_304info{	background: #5A5A6C;	padding: 3px 10px 3px 10px;	margin: 10px 0px 20px 0px;	text-align: center;	color: #fff;	border-top-left-radius: 4px;	border-top-right-radius: 4px;}/* End Defender stack CSS code */
#stacks_in_304 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  12px;
}
#stacks_in_49>.s3_row {
	margin: 0 -20px;
}

#stacks_in_49>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_49>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_49>.s3_row>.s3_column {
	padding: 0 20px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_49>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_49>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}






#stacks_in_239 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  12px;
}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1873 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_1873 {
		display: none !important;
	}
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1903 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1903 {
		display: none !important;
	}
}

#stacks_in_369 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_350 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  12px;
}
#stacks_in_1921>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1921>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_1921>.s3_row>.s3_column_right {
	width: 20.000000%;
}




#stacks_in_1921>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1921>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1921>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/* -- Start Textalign Each css Template -- */
#stacks_in_149 {
	text-align: left !important;
}


#stacks_in_149 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_149 {
		text-align: left !important;
	}
	
	#stacks_in_149 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_149 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_149 {
		text-align: left !important;
	}
	
	#stacks_in_149 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_149 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
#stacks_out_402 {
	width: 50px;
	margin-left:0;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_848 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_848 {
		display: none !important;
	}
}

#stacks_in_798 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_841 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_841 .theDivider1,
#simpleDivider_stacks_in_841 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_841 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_841.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_841.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_841 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_841.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_841.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_841.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_841.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_157 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_849 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_849 .theDivider1,
#simpleDivider_stacks_in_849 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_849 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_849.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_849.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_849 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_849.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_849.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_849.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_849.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_310 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_844 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_844 .theDivider1,
#simpleDivider_stacks_in_844 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_844 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_844.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_844.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_844 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_844.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_844.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_844.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_844.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_381 {
	text-align: left !important;
}


#stacks_in_381 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_381 {
		text-align: left !important;
	}
	
	#stacks_in_381 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_381 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_381 {
		text-align: left !important;
	}
	
	#stacks_in_381 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_381 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_525 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_525 {
		display: none !important;
	}
}

#stacks_in_1910 {
	border: solid rgba(7, 64, 128, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  9px;
}

#stacks_in_1912 {
	background-color: rgba(7, 64, 128, 1.00);
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	padding:  6px;
}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1913 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_1913 {
		display: none !important;
	}
}
/* Start dooGrid stack each CSS code */.stacks_in_1730gridWrapper > div{	display: inline-block !important;	width: 50%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 30px;    padding-right: 15.000000px;    padding-left: 15.000000px;}.stacks_in_1730gridWrapper{	margin-right: -15.000000px;    margin-left: -15.000000px;    margin-top: -30px;}@media all and (max-width: 1024px) {				.stacks_in_1730gridWrapper > div{		width: 50%;	}	}@media all and (max-width: 768px) {				.stacks_in_1730gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_1730gridWrapper > div{		width: 100%;	}	}/* End dooGrid stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* -- Start Swell Each css Template -- */

#stacks_in_1711{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left !important;
}

.stacks_in_1711swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_1711swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_1711swell{
		max-width: 800px;
	}
	.stacks_in_1711swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_1711swell-with-zoom .mfp-container,.stacks_in_1711swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_1711swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_1711swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_1711swell-with-zoom.mfp-removing .mfp-container,.stacks_in_1711swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_1711 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_1711 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_1711 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_1711 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_1711 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_1711 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_1711 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_1711 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_1711 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_1711 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_1711 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_913 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_1916 {
	background-color: rgba(244, 244, 244, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 1px 0px 1px 0px;
	padding: 12px 12px 12px 6px;
}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1808 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_1808 {
		display: none !important;
	}
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1714 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1714 {
		display: none !important;
	}
}
#stacks_in_959>.s3_row {
	margin: 0 -10px;
}

#stacks_in_959>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_959>.s3_row>.s3_column_right {
	width: 60.000000%;
}




#stacks_in_959>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1895 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1895 .theDivider1,
#simpleDivider_stacks_in_1895 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1895 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1895.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1895.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1895 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1895.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1895.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1895.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1895.bgImageOn .theDivider1 img {
	display: block;
}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1718 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1718 {
		display: none !important;
	}
}
#stacks_in_1720>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1720>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1720>.s3_row>.s3_column_right {
	width: 60.000000%;
}




#stacks_in_1720>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1896 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1896 .theDivider1,
#simpleDivider_stacks_in_1896 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1896 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1896.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1896.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1896 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1896.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1896.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1896.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1896.bgImageOn .theDivider1 img {
	display: block;
}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_919 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_919 {
		display: none !important;
	}
}
#stacks_in_947>.s3_row {
	margin: 0 -10px;
}

#stacks_in_947>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_947>.s3_row>.s3_column_right {
	width: 60.000000%;
}




#stacks_in_947>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1897 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1897 .theDivider1,
#simpleDivider_stacks_in_1897 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1897 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1897.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1897.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1897 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1897.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1897.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1897.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1897.bgImageOn .theDivider1 img {
	display: block;
}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_945 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_945 {
		display: none !important;
	}
}
#stacks_in_953>.s3_row {
	margin: 0 -10px;
}

#stacks_in_953>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_953>.s3_row>.s3_column_right {
	width: 60.000000%;
}




#stacks_in_953>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1898 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1898 .theDivider1,
#simpleDivider_stacks_in_1898 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1898 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1898.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1898.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1898 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1898.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1898.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1898.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1898.bgImageOn .theDivider1 img {
	display: block;
}


.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1918 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_1918 {
		display: none !important;
	}
}

#stacks_in_1919 {
	background-color: rgba(244, 244, 244, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 1px 0px 1px 0px;
	padding: 12px 12px 12px 6px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1892 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_1892 {
		display: none !important;
	}
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1004 {
	text-align: left !important;
}


#stacks_in_1004 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1004 {
		text-align: left !important;
	}
	
	#stacks_in_1004 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1004 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1004 {
		text-align: left !important;
	}
	
	#stacks_in_1004 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1004 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1006 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1006 {
		display: none !important;
	}
}

#stacks_out_1582 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1586 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1586 {
		display: none !important;
	}
}
#stacks_in_995>.s3_row {
	margin: 0 -10px;
}

#stacks_in_995>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_995>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_995>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1771 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1771 .theDivider1,
#simpleDivider_stacks_in_1771 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1771 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1771.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1771.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1771 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1771.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1771.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1771.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1771.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1040 {
	text-align: left !important;
}


#stacks_in_1040 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1040 {
		text-align: left !important;
	}
	
	#stacks_in_1040 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1040 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1040 {
		text-align: left !important;
	}
	
	#stacks_in_1040 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1040 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1042 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1042 {
		display: none !important;
	}
}

#stacks_out_1593 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1597 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1597 {
		display: none !important;
	}
}
#stacks_in_1031>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1031>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1031>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1031>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1770 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1770 .theDivider1,
#simpleDivider_stacks_in_1770 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1770 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1770.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1770.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1770 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1770.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1770.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1770.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1770.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1076 {
	text-align: left !important;
}


#stacks_in_1076 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1076 {
		text-align: left !important;
	}
	
	#stacks_in_1076 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1076 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1076 {
		text-align: left !important;
	}
	
	#stacks_in_1076 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1076 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1078 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1078 {
		display: none !important;
	}
}

#stacks_out_1598 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1602 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1602 {
		display: none !important;
	}
}
#stacks_in_1067>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1067>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1067>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1067>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1769 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1769 .theDivider1,
#simpleDivider_stacks_in_1769 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1769 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1769.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1769.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1769 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1769.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1769.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1769.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1769.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1112 {
	text-align: left !important;
}


#stacks_in_1112 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1112 {
		text-align: left !important;
	}
	
	#stacks_in_1112 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1112 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1112 {
		text-align: left !important;
	}
	
	#stacks_in_1112 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1112 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1114 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1114 {
		display: none !important;
	}
}

#stacks_out_1603 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1607 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1607 {
		display: none !important;
	}
}
#stacks_in_1103>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1103>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1103>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1103>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1768 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1768 .theDivider1,
#simpleDivider_stacks_in_1768 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1768 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1768.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1768.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1768 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1768.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1768.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1768.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1768.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1148 {
	text-align: left !important;
}


#stacks_in_1148 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1148 {
		text-align: left !important;
	}
	
	#stacks_in_1148 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1148 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1148 {
		text-align: left !important;
	}
	
	#stacks_in_1148 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1148 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1150 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1150 {
		display: none !important;
	}
}

#stacks_out_1608 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1612 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1612 {
		display: none !important;
	}
}
#stacks_in_1139>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1139>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1139>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1139>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1767 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1767 .theDivider1,
#simpleDivider_stacks_in_1767 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1767 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1767.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1767.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1767 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1767.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1767.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1767.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1767.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1184 {
	text-align: left !important;
}


#stacks_in_1184 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1184 {
		text-align: left !important;
	}
	
	#stacks_in_1184 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1184 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1184 {
		text-align: left !important;
	}
	
	#stacks_in_1184 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1184 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1186 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1186 {
		display: none !important;
	}
}

#stacks_out_1613 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1617 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1617 {
		display: none !important;
	}
}
#stacks_in_1175>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1175>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1175>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1175>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1766 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1766 .theDivider1,
#simpleDivider_stacks_in_1766 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1766 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1766.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1766.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1766 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1766.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1766.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1766.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1766.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1220 {
	text-align: left !important;
}


#stacks_in_1220 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1220 {
		text-align: left !important;
	}
	
	#stacks_in_1220 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1220 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1220 {
		text-align: left !important;
	}
	
	#stacks_in_1220 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1220 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1222 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1222 {
		display: none !important;
	}
}

#stacks_out_1618 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1622 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1622 {
		display: none !important;
	}
}
#stacks_in_1211>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1211>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1211>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1211>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1765 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1765 .theDivider1,
#simpleDivider_stacks_in_1765 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1765 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1765.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1765.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1765 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1765.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1765.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1765.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1765.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1256 {
	text-align: left !important;
}


#stacks_in_1256 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1256 {
		text-align: left !important;
	}
	
	#stacks_in_1256 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1256 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1256 {
		text-align: left !important;
	}
	
	#stacks_in_1256 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1256 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1258 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1258 {
		display: none !important;
	}
}

#stacks_out_1623 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1627 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1627 {
		display: none !important;
	}
}
#stacks_in_1247>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1247>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1247>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1247>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1764 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1764 .theDivider1,
#simpleDivider_stacks_in_1764 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1764 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1764.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1764.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1764 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1764.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1764.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1764.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1764.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1292 {
	text-align: left !important;
}


#stacks_in_1292 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1292 {
		text-align: left !important;
	}
	
	#stacks_in_1292 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1292 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1292 {
		text-align: left !important;
	}
	
	#stacks_in_1292 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1292 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1294 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1294 {
		display: none !important;
	}
}

#stacks_out_1628 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1632 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1632 {
		display: none !important;
	}
}
#stacks_in_1283>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1283>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1283>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1283>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1763 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1763 .theDivider1,
#simpleDivider_stacks_in_1763 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1763 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1763.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1763.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1763 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1763.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1763.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1763.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1763.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1328 {
	text-align: left !important;
}


#stacks_in_1328 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1328 {
		text-align: left !important;
	}
	
	#stacks_in_1328 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1328 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1328 {
		text-align: left !important;
	}
	
	#stacks_in_1328 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1328 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1330 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1330 {
		display: none !important;
	}
}

#stacks_out_1633 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1637 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1637 {
		display: none !important;
	}
}
#stacks_in_1319>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1319>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1319>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1319>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1762 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1762 .theDivider1,
#simpleDivider_stacks_in_1762 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1762 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1762.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1762.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1762 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1762.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1762.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1762.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1762.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1364 {
	text-align: left !important;
}


#stacks_in_1364 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1364 {
		text-align: left !important;
	}
	
	#stacks_in_1364 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1364 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1364 {
		text-align: left !important;
	}
	
	#stacks_in_1364 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1364 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1366 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1366 {
		display: none !important;
	}
}

#stacks_out_1638 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1642 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1642 {
		display: none !important;
	}
}
#stacks_in_1355>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1355>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1355>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1355>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1761 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1761 .theDivider1,
#simpleDivider_stacks_in_1761 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1761 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1761.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1761.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1761 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1761.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1761.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1761.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1761.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1427 {
	text-align: left !important;
}


#stacks_in_1427 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1427 {
		text-align: left !important;
	}
	
	#stacks_in_1427 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1427 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1427 {
		text-align: left !important;
	}
	
	#stacks_in_1427 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1427 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1429 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1429 {
		display: none !important;
	}
}

#stacks_out_1643 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1647 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1647 {
		display: none !important;
	}
}
#stacks_in_1418>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1418>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1418>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1418>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1760 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1760 .theDivider1,
#simpleDivider_stacks_in_1760 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1760 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1760.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1760.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1760 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1760.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1760.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1760.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1760.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1484 {
	text-align: left !important;
}


#stacks_in_1484 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1484 {
		text-align: left !important;
	}
	
	#stacks_in_1484 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1484 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1484 {
		text-align: left !important;
	}
	
	#stacks_in_1484 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1484 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1486 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1486 {
		display: none !important;
	}
}

#stacks_out_1648 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1652 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1652 {
		display: none !important;
	}
}
#stacks_in_1475>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1475>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1475>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1475>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1759 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1759 .theDivider1,
#simpleDivider_stacks_in_1759 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1759 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1759.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1759.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1759 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1759.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1759.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1759.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1759.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Textalign Each css Template -- */
#stacks_in_1519 {
	text-align: left !important;
}


#stacks_in_1519 img {
	margin: 0 !important;
}




@media only screen and (max-width: 768px) {
    #stacks_in_1519 {
		text-align: left !important;
	}
	
	#stacks_in_1519 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1519 img {
		margin: 0 !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1519 {
		text-align: left !important;
	}
	
	#stacks_in_1519 img {
		margin: 0 auto !important;
	}
	
	
	#stacks_in_1519 img {
		margin: 0 !important;
	}
	
	
	
}
/* -- End Textalign Each css Template -- */
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_1521 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_1521 {
		display: none !important;
	}
}

#stacks_out_1653 {
	width: 215px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1657 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_1657 {
		display: none !important;
	}
}
#stacks_in_1510>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1510>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1510>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1510>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}






#stacks_in_524 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 12px 0px 12px 0px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1758 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1758 .theDivider1,
#simpleDivider_stacks_in_1758 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1758 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1758.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1758.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1758 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1758.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1758.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1758.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1758.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2004>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2004>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_2004>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_2004>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_2004>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_2004>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_2004 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  12px;
}

.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_2027 {
	height: 5.00px;
}




















@media print {
	#spacerStackstacks_in_2027 {
		display: none !important;
	}
}

.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_2030 {
	height: 15.00px;
}




















@media print {
	#spacerStackstacks_in_2030 {
		display: none !important;
	}
}

#stacks_out_2031 {
	width: 150px;
	margin-left:0;
}
#stacks_in_2009>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2009>.s3_row>.s3_column_left {
	width: 45.00%;
}

#stacks_in_2009>.s3_row>.s3_column_right {
	width: 55.000000%;
}




#stacks_in_2009>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_2009>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_2009>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/* If modifying any of this code, update the template.html file too */

/* CSS code for the Manual Ordering button */

#stacks_in_2011 *,
#stacks_in_2011 *:before,
#stacks_in_2011 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_2011 {
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 500ms ease-in-out;
	border-radius: 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_2011 {
	background: #5A6A84;
}

.ButtonMakerStackstacks_in_2011:hover {
	background: #363636;
}




















.ButtonMakerStackstacks_in_2011 .Button-Gloss {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #545F7F;
	opacity: 0.10;
	transition: all 500ms ease-in-out;
}

/* Adjust the bevel opavity on button hover */
.ButtonMakerStackstacks_in_2011:hover .Button-Gloss {
	opacity: 0.0;
}


.ButtonMakerStackstacks_in_2011 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_2011 a.Button-Link:active {
	
	-webkit-box-shadow:inset 0 0 5px 2px #333333;
	box-shadow:inset 0 0 5px 2px #333333;
	
	outline: none;
}

.ButtonMakerStackstacks_in_2011 .Button-Label {
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 500ms ease-in-out;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.ButtonMakerStackstacks_in_2011:hover .Button-Label {
	color: #FFFFFF;
}






@media print {
	.ButtonMakerStackstacks_in_2011 {
		display: none !important;
	}
}

/* End of CSS code for the Manual Ordering button */












#stacks_in_2011 {
	background-color: rgba(127, 127, 127, 1.00);
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  3px;
}

#stacks_out_2011 {
	width: 170px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_2013 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_2013 {
		display: none !important;
	}
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_2016 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_2016 {
		display: none !important;
	}
}
#stacks_in_2017>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2017>.s3_row>.s3_column_left {
	width: 45.00%;
}

#stacks_in_2017>.s3_row>.s3_column_right {
	width: 55.000000%;
}




#stacks_in_2017>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_2017>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_2017>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/* If modifying any of this code, update the template.html file too */

/* CSS code for the สั่งซื้อตามขั้นตอน button */

#stacks_in_2019 *,
#stacks_in_2019 *:before,
#stacks_in_2019 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_2019 {
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 500ms ease-in-out;
	border-radius: 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_2019 {
	background: #5A6A84;
}

.ButtonMakerStackstacks_in_2019:hover {
	background: #363636;
}




















.ButtonMakerStackstacks_in_2019 .Button-Gloss {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #545F7F;
	opacity: 0.10;
	transition: all 500ms ease-in-out;
}

/* Adjust the bevel opavity on button hover */
.ButtonMakerStackstacks_in_2019:hover .Button-Gloss {
	opacity: 0.0;
}


.ButtonMakerStackstacks_in_2019 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_2019 a.Button-Link:active {
	
	-webkit-box-shadow:inset 0 0 5px 2px #333333;
	box-shadow:inset 0 0 5px 2px #333333;
	
	outline: none;
}

.ButtonMakerStackstacks_in_2019 .Button-Label {
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 500ms ease-in-out;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.ButtonMakerStackstacks_in_2019:hover .Button-Label {
	color: #FFFFFF;
}






@media print {
	.ButtonMakerStackstacks_in_2019 {
		display: none !important;
	}
}

/* End of CSS code for the สั่งซื้อตามขั้นตอน button */












#stacks_in_2019 {
	background-color: rgba(127, 127, 127, 1.00);
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  3px;
}

#stacks_out_2019 {
	width: 170px;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_2021 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_2021 {
		display: none !important;
	}
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_691 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_691 .theDivider1,
#simpleDivider_stacks_in_691 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_691 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_691.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_691.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_691 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_691.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_691.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_691.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_691.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_691 {
	margin: 0px 15px 0px 15px;
}
/* Start Defender stack CSS code */#stacks_in_859{	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.stacks_in_859edit{	background: rgba(0,0,0,0.1);	border-radius: 4px;}.stacks_in_859info{	background: #5A5A6C;	padding: 3px 10px 3px 10px;	margin: 10px 0px 20px 0px;	text-align: center;	color: #fff;	border-top-left-radius: 4px;	border-top-right-radius: 4px;}/* End Defender stack CSS code */
#stacks_in_859 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_866 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_866 .theDivider1,
#simpleDivider_stacks_in_866 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_866 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_866.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_866.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_866 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_866.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_866.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_866.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_866.bgImageOn .theDivider1 img {
	display: block;
}


.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_790 {
	height: 5.00px;
}




















@media print {
	#spacerStackstacks_in_790 {
		display: none !important;
	}
}
#stacks_in_791 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_791 a,
#stacks_in_791 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 4px;
  
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_791 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
  display: none;
  
}


#stacks_in_791 a i,
#stacks_in_791 a:visited i {
  font-size: 25px;
  display: inline-block;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;

  
    float: left;
    
  

  

  
    float: none;
  
}







  /* Flat Color Mode */
  #stacks_in_791 a,
  #stacks_in_791 a:visited {
    background-color: rgba(251, 2, 7, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_791 a:hover,
  #stacks_in_791 a:active {
    background-color: rgba(128, 0, 2, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_791 a i,
  #stacks_in_791 a:visited i {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(0, 64, 128, 1.00);
  }

  #stacks_in_791 a:hover i,
  #stacks_in_791 a:active i {
    background-color: rgba(7, 64, 128, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_791 a,
    #stacks_in_791 a:visited {
      width: 100%;
    }
  }

  
  @media (max-width: 47.9em) {
    #stacks_in_791 a i,
    #stacks_in_791 a:visited i {
      width: 100%;
    }
  }
  





#stacks_in_791 {
	margin: 0px 15px 0px 0px;
}
