/* ********* */
/* Normalize */
/* ********* */

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

#stacks_in_132 article,
#stacks_in_132 aside,
#stacks_in_132 details,
#stacks_in_132 figcaption,
#stacks_in_132 figure,
#stacks_in_132 footer,
#stacks_in_132 header,
#stacks_in_132 hgroup,
#stacks_in_132 main,
#stacks_in_132 nav,
#stacks_in_132 section,
#stacks_in_132 summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

#stacks_in_132 audio,
#stacks_in_132 canvas,
#stacks_in_132 progress,
#stacks_in_132 video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

#stacks_in_132 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

#stacks_in_132 [hidden],
#stacks_in_132 template {
  display: none;
}


/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

#stacks_in_132 img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

#stacks_in_132 svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address differences between Firefox and other browsers.
 */

#stacks_in_132 hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

#stacks_in_132 pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

#stacks_in_132 code,
#stacks_in_132 kbd,
#stacks_in_132 pre,
#stacks_in_132 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}



/* **************** */
/* Stack Specific   */
/* **************** */
%[if ]%
  %[if edit]%
    #stacks_in_132 {
      background-image: url(../files/images/preview_numbers_background.png), url(../files/images/preview_striped_background.png);
      background-repeat: no-repeat, repeat-y;
      background-size: 100%, 100%;
      background-position: center top, center 100px;
      border-radius: 4px;
      padding-top: 75px;
      padding-bottom: 25px;
      border: 1px solid #e9e9e9;
    }
  %[endif]%
%[endif]%

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

%[if !edit]%
#stacks_in_132 .wow {
  visibility: hidden;
}
%[endif]%

#stacks_in_132>ul li {
  padding-bottom: 0 !important;
}

/* iPhone aka SMALL */
@media only screen {
  #stacks_in_132>ul>li {
    margin-bottom: px;
  }
}



%[if ]%
/* iPad aka MEDIUM */
@media only screen and (min-width: 40.063em) {
  #stacks_in_132>ul>li {
    margin-bottom: px;
  }
}
%[endif]%


%[if ]%
/* Desktop aka LARGE */
@media only screen and (min-width: 64.063em) {
  #stacks_in_132>ul>li {
    margin-bottom: px;
  }
}
%[endif]%





/* **************** */
/* Foundation START */
/* **************** */


/*

Copyright (c) 2013-2014 ZURB, inc.

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.   

*/


#stacks_in_132 meta.foundation-version {
  font-family: "/5.3.1/"; }

#stacks_in_132 meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

#stacks_in_132 meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

#stacks_in_132 meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

#stacks_in_132 meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

#stacks_in_132 meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

#stacks_in_132 meta.foundation-data-attribute-namespace {
  font-family: false; }

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

#stacks_in_132 .left {
  float: left !important; }

#stacks_in_132 .right {
  float: right !important; }

#stacks_in_132 .clearfix:before, 
#stacks_in_132 .clearfix:after {
  content: " ";
  display: table; }

#stacks_in_132 .clearfix:after {
  clear: both; }

#stacks_in_132 .hide {
  display: none; }

#stacks_in_132 .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


#stacks_in_132 img {
  display: inline-block;
  vertical-align: middle; }


#stacks_in_132 textarea {
  height: auto;
  min-height: 50px; }

#stacks_in_132 select {
  width: 100%; }

#stacks_in_132 .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}


#stacks_in_132 .row {
  max-width: 62.5em; 
}


#stacks_in_132 .row:before, 
#stacks_in_132 .row:after {
  content: " ";
  display: table; }

#stacks_in_132 .row:after {
  clear: both; }

#stacks_in_132 .row.collapse > .column,
#stacks_in_132 .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

#stacks_in_132 .row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

#stacks_in_132 .row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

#stacks_in_132 .row .row:before, 
#stacks_in_132 .row .row:after {
  content: " ";
  display: table; }

#stacks_in_132 .row .row:after {
  clear: both; }

#stacks_in_132 .row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

#stacks_in_132 .row .row.collapse:before, 
#stacks_in_132 .row .row.collapse:after {
  content: " ";
  display: table; }

#stacks_in_132 .row .row.collapse:after {
  clear: both; }

#stacks_in_132 .column,
#stacks_in_132 .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

#stacks_in_132 [class*="column"] + [class*="column"]:last-child {
  float: right; }

#stacks_in_132 [class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  #stacks_in_132 .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_132 .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_132 .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_132 .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_132 .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_132 .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_132 .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_132 .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_132 .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_132 .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_132 .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_132 .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_132 .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_132 .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_132 .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_132 .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_132 .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_132 .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_132 .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_132 .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_132 .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_132 .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_132 .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_132 .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  #stacks_in_132 .column,
  #stacks_in_132 .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  #stacks_in_132 .small-1 {
    width: 8.33333%; }

  #stacks_in_132 .small-2 {
    width: 16.66667%; }

  #stacks_in_132 .small-3 {
    width: 25%; }

  #stacks_in_132 .small-4 {
    width: 33.33333%; }

  #stacks_in_132 .small-5 {
    width: 41.66667%; }

  #stacks_in_132 .small-6 {
    width: 50%; }

  #stacks_in_132 .small-7 {
    width: 58.33333%; }

  #stacks_in_132 .small-8 {
    width: 66.66667%; }

  #stacks_in_132 .small-9 {
    width: 75%; }

  #stacks_in_132 .small-10 {
    width: 83.33333%; }

  #stacks_in_132 .small-11 {
    width: 91.66667%; }

  #stacks_in_132 .small-12 {
    width: 100%; }

  #stacks_in_132 .small-offset-0 {
    margin-left: 0% !important; }

  #stacks_in_132 .small-offset-1 {
    margin-left: 8.33333% !important; }

  #stacks_in_132 .small-offset-2 {
    margin-left: 16.66667% !important; }

  #stacks_in_132 .small-offset-3 {
    margin-left: 25% !important; }

  #stacks_in_132 .small-offset-4 {
    margin-left: 33.33333% !important; }

  #stacks_in_132 .small-offset-5 {
    margin-left: 41.66667% !important; }

  #stacks_in_132 .small-offset-6 {
    margin-left: 50% !important; }

  #stacks_in_132 .small-offset-7 {
    margin-left: 58.33333% !important; }

  #stacks_in_132 .small-offset-8 {
    margin-left: 66.66667% !important; }

  #stacks_in_132 .small-offset-9 {
    margin-left: 75% !important; }

  #stacks_in_132 .small-offset-10 {
    margin-left: 83.33333% !important; }

  #stacks_in_132 .small-offset-11 {
    margin-left: 91.66667% !important; }

  #stacks_in_132 .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  #stacks_in_132 .column.small-centered,
  #stacks_in_132 .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #stacks_in_132 .column.small-uncentered,
  #stacks_in_132 .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  #stacks_in_132 .column.small-centered:last-child,
  #stacks_in_132 .columns.small-centered:last-child {
    float: none; }

  #stacks_in_132 .column.small-uncentered:last-child,
  #stacks_in_132 .columns.small-uncentered:last-child {
    float: left; }

  #stacks_in_132 .column.small-uncentered.opposite,
  #stacks_in_132 .columns.small-uncentered.opposite {
    float: right; } 
}

@media only screen and (min-width: 40.063em) {
  #stacks_in_132 .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_132 .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_132 .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_132 .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_132 .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_132 .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_132 .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_132 .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_132 .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_132 .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_132 .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_132 .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_132 .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_132 .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_132 .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_132 .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_132 .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_132 .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_132 .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_132 .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_132 .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_132 .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_132 .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_132 .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  #stacks_in_132 .column,
  #stacks_in_132 .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  #stacks_in_132 .medium-1 {
    width: 8.33333%; }

  #stacks_in_132 .medium-2 {
    width: 16.66667%; }

  #stacks_in_132 .medium-3 {
    width: 25%; }

  #stacks_in_132 .medium-4 {
    width: 33.33333%; }

  #stacks_in_132 .medium-5 {
    width: 41.66667%; }

  #stacks_in_132 .medium-6 {
    width: 50%; }

  #stacks_in_132 .medium-7 {
    width: 58.33333%; }

  #stacks_in_132 .medium-8 {
    width: 66.66667%; }

  #stacks_in_132 .medium-9 {
    width: 75%; }

  #stacks_in_132 .medium-10 {
    width: 83.33333%; }

  #stacks_in_132 .medium-11 {
    width: 91.66667%; }

  #stacks_in_132 .medium-12 {
    width: 100%; }

  #stacks_in_132 .medium-offset-0 {
    margin-left: 0% !important; }

  #stacks_in_132 .medium-offset-1 {
    margin-left: 8.33333% !important; }

  #stacks_in_132 .medium-offset-2 {
    margin-left: 16.66667% !important; }

  #stacks_in_132 .medium-offset-3 {
    margin-left: 25% !important; }

  #stacks_in_132 .medium-offset-4 {
    margin-left: 33.33333% !important; }

  #stacks_in_132 .medium-offset-5 {
    margin-left: 41.66667% !important; }

  #stacks_in_132 .medium-offset-6 {
    margin-left: 50% !important; }

  #stacks_in_132 .medium-offset-7 {
    margin-left: 58.33333% !important; }

  #stacks_in_132 .medium-offset-8 {
    margin-left: 66.66667% !important; }

  #stacks_in_132 .medium-offset-9 {
    margin-left: 75% !important; }

  #stacks_in_132 .medium-offset-10 {
    margin-left: 83.33333% !important; }

  #stacks_in_132 .medium-offset-11 {
    margin-left: 91.66667% !important; }

  #stacks_in_132 .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  #stacks_in_132 .column.medium-centered,
  #stacks_in_132 .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #stacks_in_132 .column.medium-uncentered,
  #stacks_in_132 .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  #stacks_in_132 .column.medium-centered:last-child,
  #stacks_in_132 .columns.medium-centered:last-child {
    float: none; }

  #stacks_in_132 .column.medium-uncentered:last-child,
  #stacks_in_132 .columns.medium-uncentered:last-child {
    float: left; }

  #stacks_in_132 .column.medium-uncentered.opposite,
  #stacks_in_132 .columns.medium-uncentered.opposite {
    float: right; }

  #stacks_in_132 .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_132 .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_132 .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_132 .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_132 .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_132 .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_132 .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_132 .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_132 .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_132 .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_132 .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_132 .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_132 .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_132 .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_132 .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_132 .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_132 .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_132 .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_132 .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_132 .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_132 .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_132 .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_132 .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_132 .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } 
}

@media only screen and (min-width: 64.063em) {
  #stacks_in_132 .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_132 .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_132 .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_132 .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_132 .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_132 .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_132 .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_132 .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_132 .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_132 .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_132 .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_132 .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_132 .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_132 .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_132 .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_132 .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_132 .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_132 .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_132 .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_132 .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_132 .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_132 .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_132 .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_132 .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  #stacks_in_132 .column,
  #stacks_in_132 .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  #stacks_in_132 .large-1 {
    width: 8.33333%; }

  #stacks_in_132 .large-2 {
    width: 16.66667%; }

  #stacks_in_132 .large-3 {
    width: 25%; }

  #stacks_in_132 .large-4 {
    width: 33.33333%; }

  #stacks_in_132 .large-5 {
    width: 41.66667%; }

  #stacks_in_132 .large-6 {
    width: 50%; }

  #stacks_in_132 .large-7 {
    width: 58.33333%; }

  #stacks_in_132 .large-8 {
    width: 66.66667%; }

  #stacks_in_132 .large-9 {
    width: 75%; }

  #stacks_in_132 .large-10 {
    width: 83.33333%; }

  #stacks_in_132 .large-11 {
    width: 91.66667%; }

  #stacks_in_132 .large-12 {
    width: 100%; }

  #stacks_in_132 .large-offset-0 {
    margin-left: 0% !important; }

  #stacks_in_132 .large-offset-1 {
    margin-left: 8.33333% !important; }

  #stacks_in_132 .large-offset-2 {
    margin-left: 16.66667% !important; }

  #stacks_in_132 .large-offset-3 {
    margin-left: 25% !important; }

  #stacks_in_132 .large-offset-4 {
    margin-left: 33.33333% !important; }

  #stacks_in_132 .large-offset-5 {
    margin-left: 41.66667% !important; }

  #stacks_in_132 .large-offset-6 {
    margin-left: 50% !important; }

  #stacks_in_132 .large-offset-7 {
    margin-left: 58.33333% !important; }

  #stacks_in_132 .large-offset-8 {
    margin-left: 66.66667% !important; }

  #stacks_in_132 .large-offset-9 {
    margin-left: 75% !important; }

  #stacks_in_132 .large-offset-10 {
    margin-left: 83.33333% !important; }

  #stacks_in_132 .large-offset-11 {
    margin-left: 91.66667% !important; }

  #stacks_in_132 .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  #stacks_in_132 .column.large-centered,
  #stacks_in_132 .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #stacks_in_132 .column.large-uncentered,
  #stacks_in_132 .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  #stacks_in_132 .column.large-centered:last-child,
  #stacks_in_132 .columns.large-centered:last-child {
    float: none; }

  #stacks_in_132 .column.large-uncentered:last-child,
  #stacks_in_132 .columns.large-uncentered:last-child {
    float: left; }

  #stacks_in_132 .column.large-uncentered.opposite,
  #stacks_in_132 .columns.large-uncentered.opposite {
    float: right; }

  #stacks_in_132 .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_132 .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_132 .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_132 .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_132 .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_132 .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_132 .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_132 .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_132 .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_132 .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_132 .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_132 .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_132 .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_132 .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_132 .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_132 .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_132 .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_132 .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_132 .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_132 .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_132 .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_132 .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_132 .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_132 .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } 
}

#stacks_in_132 [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

#stacks_in_132 [class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

#stacks_in_132 [class*="block-grid-"]:after {
  clear: both; }

#stacks_in_132 [class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem; }

@media only screen {

#stacks_in_132 .small-block-grid-1 > li {
width: 100%;
list-style: none; }
  #stacks_in_132 .small-block-grid-1 > li:nth-of-type(1n) {
  clear: none; }
  #stacks_in_132 .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

#stacks_in_132 .small-block-grid-2 > li {
  width: 50%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-3 > li {
  width: 33.33333%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-4 > li {
  width: 25%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-5 > li {
  width: 20%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-6 > li {
  width: 16.66667%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-7 > li {
  width: 14.28571%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-8 > li {
  width: 12.5%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-9 > li {
  width: 11.11111%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-10 > li {
  width: 10%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-11 > li {
  width: 9.09091%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

#stacks_in_132 .small-block-grid-12 > li {
  width: 8.33333%;
  list-style: none; }
  #stacks_in_132 .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } 
}

@media only screen and (min-width: 40.063em) {
#stacks_in_132 .medium-block-grid-1 > li {
  width: 100%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-2 > li {
  width: 50%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-3 > li {
  width: 33.33333%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-4 > li {
  width: 25%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-5 > li {
  width: 20%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-6 > li {
  width: 16.66667%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-7 > li {
  width: 14.28571%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-8 > li {
  width: 12.5%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-9 > li {
  width: 11.11111%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-10 > li {
  width: 10%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-11 > li {
  width: 9.09091%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

#stacks_in_132 .medium-block-grid-12 > li {
  width: 8.33333%;
  list-style: none; }
  #stacks_in_132 .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } 
}

@media only screen and (min-width: 64.063em) {
#stacks_in_132 .large-block-grid-1 > li {
  width: 100%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-2 > li {
  width: 50%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-3 > li {
  width: 33.33333%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-4 > li {
  width: 25%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-5 > li {
  width: 20%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-6 > li {
  width: 16.66667%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-7 > li {
  width: 14.28571%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-8 > li {
  width: 12.5%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-9 > li {
  width: 11.11111%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-10 > li {
  width: 10%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-11 > li {
  width: 9.09091%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

#stacks_in_132 .large-block-grid-12 > li {
  width: 8.33333%;
  list-style: none; }
  #stacks_in_132 .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_132 .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

/* Visibility CSS - Foundation */

/* small displays */
@media only screen {
  #stacks_in_132 .show-for-small-only, #stacks_in_132 .show-for-small-up, #stacks_in_132 .show-for-small, #stacks_in_132 .show-for-small-down, #stacks_in_132 .hide-for-medium-only, #stacks_in_132 .hide-for-medium-up, #stacks_in_132 .hide-for-medium, #stacks_in_132 .show-for-medium-down, #stacks_in_132 .hide-for-large-only, #stacks_in_132 .hide-for-large-up, #stacks_in_132 .hide-for-large, #stacks_in_132 .show-for-large-down, #stacks_in_132 .hide-for-xlarge-only, #stacks_in_132 .hide-for-xlarge-up, #stacks_in_132 .hide-for-xxlarge-only, #stacks_in_132 .hide-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_132 .hide-for-small-only, #stacks_in_132 .hide-for-small-up, #stacks_in_132 .hide-for-small, #stacks_in_132 .hide-for-small-down, #stacks_in_132 .show-for-medium-only, #stacks_in_132 .show-for-medium-up, #stacks_in_132 .show-for-medium, #stacks_in_132 .hide-for-medium-down, #stacks_in_132 .show-for-large-only, #stacks_in_132 .show-for-large-up, #stacks_in_132 .show-for-large, #stacks_in_132 .hide-for-large-down, #stacks_in_132 .show-for-xlarge-only, #stacks_in_132 .show-for-xlarge-up, #stacks_in_132 .show-for-xxlarge-only, #stacks_in_132 .show-for-xxlarge-up {
    display: none !important; }

  #stacks_in_132 .visible-for-small-only, #stacks_in_132 .visible-for-small-up, #stacks_in_132 .visible-for-small, #stacks_in_132 .visible-for-small-down, #stacks_in_132 .hidden-for-medium-only, #stacks_in_132 .hidden-for-medium-up, #stacks_in_132 .hidden-for-medium, #stacks_in_132 .visible-for-medium-down, #stacks_in_132 .hidden-for-large-only, #stacks_in_132 .hidden-for-large-up, #stacks_in_132 .hidden-for-large, #stacks_in_132 .visible-for-large-down, #stacks_in_132 .hidden-for-xlarge-only, #stacks_in_132 .hidden-for-xlarge-up, #stacks_in_132 .hidden-for-xxlarge-only, #stacks_in_132 .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_132 .hidden-for-small-only, #stacks_in_132 .hidden-for-small-up, #stacks_in_132 .hidden-for-small, #stacks_in_132 .hidden-for-small-down, #stacks_in_132 .visible-for-medium-only, #stacks_in_132 .visible-for-medium-up, #stacks_in_132 .visible-for-medium, #stacks_in_132 .hidden-for-medium-down, #stacks_in_132 .visible-for-large-only, #stacks_in_132 .visible-for-large-up, #stacks_in_132 .visible-for-large, #stacks_in_132 .hidden-for-large-down, #stacks_in_132 .visible-for-xlarge-only, #stacks_in_132 .visible-for-xlarge-up, #stacks_in_132 .visible-for-xxlarge-only, #stacks_in_132 .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_132 table.show-for-small-only, #stacks_in_132 table.show-for-small-up, #stacks_in_132 table.show-for-small, #stacks_in_132 table.show-for-small-down, #stacks_in_132 table.hide-for-medium-only, #stacks_in_132 table.hide-for-medium-up, #stacks_in_132 table.hide-for-medium, #stacks_in_132 table.show-for-medium-down, #stacks_in_132 table.hide-for-large-only, #stacks_in_132 table.hide-for-large-up, #stacks_in_132 table.hide-for-large, #stacks_in_132 table.show-for-large-down, #stacks_in_132 table.hide-for-xlarge-only, #stacks_in_132 table.hide-for-xlarge-up, #stacks_in_132 table.hide-for-xxlarge-only, #stacks_in_132 table.hide-for-xxlarge-up {
    display: table; }

  #stacks_in_132 thead.show-for-small-only, #stacks_in_132 thead.show-for-small-up, #stacks_in_132 thead.show-for-small, #stacks_in_132 thead.show-for-small-down, #stacks_in_132 thead.hide-for-medium-only, #stacks_in_132 thead.hide-for-medium-up, #stacks_in_132 thead.hide-for-medium, #stacks_in_132 thead.show-for-medium-down, #stacks_in_132 thead.hide-for-large-only, #stacks_in_132 thead.hide-for-large-up, #stacks_in_132 thead.hide-for-large, #stacks_in_132 thead.show-for-large-down, #stacks_in_132 thead.hide-for-xlarge-only, #stacks_in_132 thead.hide-for-xlarge-up, #stacks_in_132 thead.hide-for-xxlarge-only, #stacks_in_132 thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_132 tbody.show-for-small-only, #stacks_in_132 tbody.show-for-small-up, #stacks_in_132 tbody.show-for-small, #stacks_in_132 tbody.show-for-small-down, #stacks_in_132 tbody.hide-for-medium-only, #stacks_in_132 tbody.hide-for-medium-up, #stacks_in_132 tbody.hide-for-medium, #stacks_in_132 tbody.show-for-medium-down, #stacks_in_132 tbody.hide-for-large-only, #stacks_in_132 tbody.hide-for-large-up, #stacks_in_132 tbody.hide-for-large, #stacks_in_132 tbody.show-for-large-down, #stacks_in_132 tbody.hide-for-xlarge-only, #stacks_in_132 tbody.hide-for-xlarge-up, #stacks_in_132 tbody.hide-for-xxlarge-only, #stacks_in_132 tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_132 tr.show-for-small-only, #stacks_in_132 tr.show-for-small-up, #stacks_in_132 tr.show-for-small, #stacks_in_132 tr.show-for-small-down, #stacks_in_132 tr.hide-for-medium-only, #stacks_in_132 tr.hide-for-medium-up, #stacks_in_132 tr.hide-for-medium, #stacks_in_132 tr.show-for-medium-down, #stacks_in_132 tr.hide-for-large-only, #stacks_in_132 tr.hide-for-large-up, #stacks_in_132 tr.hide-for-large, #stacks_in_132 tr.show-for-large-down, #stacks_in_132 tr.hide-for-xlarge-only, #stacks_in_132 tr.hide-for-xlarge-up, #stacks_in_132 tr.hide-for-xxlarge-only, #stacks_in_132 tr.hide-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_132 th.show-for-small-only, #stacks_in_132 td.show-for-small-only, #stacks_in_132 th.show-for-small-up, #stacks_in_132 td.show-for-small-up, #stacks_in_132 th.show-for-small, #stacks_in_132 td.show-for-small, #stacks_in_132 th.show-for-small-down, #stacks_in_132 td.show-for-small-down, #stacks_in_132 th.hide-for-medium-only, #stacks_in_132 td.hide-for-medium-only, #stacks_in_132 th.hide-for-medium-up, #stacks_in_132 td.hide-for-medium-up, #stacks_in_132 th.hide-for-medium, #stacks_in_132 td.hide-for-medium, #stacks_in_132 th.show-for-medium-down, #stacks_in_132 td.show-for-medium-down, #stacks_in_132 th.hide-for-large-only, #stacks_in_132 td.hide-for-large-only, #stacks_in_132 th.hide-for-large-up, #stacks_in_132 td.hide-for-large-up, #stacks_in_132 th.hide-for-large, #stacks_in_132 td.hide-for-large, #stacks_in_132 th.show-for-large-down, #stacks_in_132 td.show-for-large-down, #stacks_in_132 th.hide-for-xlarge-only, #stacks_in_132 td.hide-for-xlarge-only, #stacks_in_132 th.hide-for-xlarge-up, #stacks_in_132 td.hide-for-xlarge-up, #stacks_in_132 th.hide-for-xxlarge-only, #stacks_in_132 td.hide-for-xxlarge-only, #stacks_in_132 th.hide-for-xxlarge-up, #stacks_in_132 td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  #stacks_in_132 .hide-for-small-only, #stacks_in_132 .show-for-small-up, #stacks_in_132 .hide-for-small, #stacks_in_132 .hide-for-small-down, #stacks_in_132 .show-for-medium-only, #stacks_in_132 .show-for-medium-up, #stacks_in_132 .show-for-medium, #stacks_in_132 .show-for-medium-down, #stacks_in_132 .hide-for-large-only, #stacks_in_132 .hide-for-large-up, #stacks_in_132 .hide-for-large, #stacks_in_132 .show-for-large-down, #stacks_in_132 .hide-for-xlarge-only, #stacks_in_132 .hide-for-xlarge-up, #stacks_in_132 .hide-for-xxlarge-only, #stacks_in_132 .hide-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_132 .show-for-small-only, #stacks_in_132 .hide-for-small-up, #stacks_in_132 .show-for-small, #stacks_in_132 .show-for-small-down, #stacks_in_132 .hide-for-medium-only, #stacks_in_132 .hide-for-medium-up, #stacks_in_132 .hide-for-medium, #stacks_in_132 .hide-for-medium-down, #stacks_in_132 .show-for-large-only, #stacks_in_132 .show-for-large-up, #stacks_in_132 .show-for-large, #stacks_in_132 .hide-for-large-down, #stacks_in_132 .show-for-xlarge-only, #stacks_in_132 .show-for-xlarge-up, #stacks_in_132 .show-for-xxlarge-only, #stacks_in_132 .show-for-xxlarge-up {
    display: none !important; }

  #stacks_in_132 .hidden-for-small-only, #stacks_in_132 .visible-for-small-up, #stacks_in_132 .hidden-for-small, #stacks_in_132 .hidden-for-small-down, #stacks_in_132 .visible-for-medium-only, #stacks_in_132 .visible-for-medium-up, #stacks_in_132 .visible-for-medium, #stacks_in_132 .visible-for-medium-down, #stacks_in_132 .hidden-for-large-only, #stacks_in_132 .hidden-for-large-up, #stacks_in_132 .hidden-for-large, #stacks_in_132 .visible-for-large-down, #stacks_in_132 .hidden-for-xlarge-only, #stacks_in_132 .hidden-for-xlarge-up, #stacks_in_132 .hidden-for-xxlarge-only, #stacks_in_132 .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_132 .visible-for-small-only, #stacks_in_132 .hidden-for-small-up, #stacks_in_132 .visible-for-small, #stacks_in_132 .visible-for-small-down, #stacks_in_132 .hidden-for-medium-only, #stacks_in_132 .hidden-for-medium-up, #stacks_in_132 .hidden-for-medium, #stacks_in_132 .hidden-for-medium-down, #stacks_in_132 .visible-for-large-only, #stacks_in_132 .visible-for-large-up, #stacks_in_132 .visible-for-large, #stacks_in_132 .hidden-for-large-down, #stacks_in_132 .visible-for-xlarge-only, #stacks_in_132 .visible-for-xlarge-up, #stacks_in_132 .visible-for-xxlarge-only, #stacks_in_132 .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_132 table.hide-for-small-only, #stacks_in_132 table.show-for-small-up, #stacks_in_132 table.hide-for-small, #stacks_in_132 table.hide-for-small-down, #stacks_in_132 table.show-for-medium-only, #stacks_in_132 table.show-for-medium-up, #stacks_in_132 table.show-for-medium, #stacks_in_132 table.show-for-medium-down, #stacks_in_132 table.hide-for-large-only, #stacks_in_132 table.hide-for-large-up, #stacks_in_132 table.hide-for-large, #stacks_in_132 table.show-for-large-down, #stacks_in_132 table.hide-for-xlarge-only, #stacks_in_132 table.hide-for-xlarge-up, #stacks_in_132 table.hide-for-xxlarge-only, #stacks_in_132 table.hide-for-xxlarge-up {
    display: table; }

  #stacks_in_132 thead.hide-for-small-only, #stacks_in_132 thead.show-for-small-up, #stacks_in_132 thead.hide-for-small, #stacks_in_132 thead.hide-for-small-down, #stacks_in_132 thead.show-for-medium-only, #stacks_in_132 thead.show-for-medium-up, #stacks_in_132 thead.show-for-medium, #stacks_in_132 thead.show-for-medium-down, #stacks_in_132 thead.hide-for-large-only, #stacks_in_132 thead.hide-for-large-up, #stacks_in_132 thead.hide-for-large, #stacks_in_132 thead.show-for-large-down, #stacks_in_132 thead.hide-for-xlarge-only, #stacks_in_132 thead.hide-for-xlarge-up, #stacks_in_132 thead.hide-for-xxlarge-only, #stacks_in_132 thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_132 tbody.hide-for-small-only, #stacks_in_132 tbody.show-for-small-up, #stacks_in_132 tbody.hide-for-small, #stacks_in_132 tbody.hide-for-small-down, #stacks_in_132 tbody.show-for-medium-only, #stacks_in_132 tbody.show-for-medium-up, #stacks_in_132 tbody.show-for-medium, #stacks_in_132 tbody.show-for-medium-down, #stacks_in_132 tbody.hide-for-large-only, #stacks_in_132 tbody.hide-for-large-up, #stacks_in_132 tbody.hide-for-large, #stacks_in_132 tbody.show-for-large-down, #stacks_in_132 tbody.hide-for-xlarge-only, #stacks_in_132 tbody.hide-for-xlarge-up, #stacks_in_132 tbody.hide-for-xxlarge-only, #stacks_in_132 tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_132 tr.hide-for-small-only, #stacks_in_132 tr.show-for-small-up, #stacks_in_132 tr.hide-for-small, #stacks_in_132 tr.hide-for-small-down, #stacks_in_132 tr.show-for-medium-only, #stacks_in_132 tr.show-for-medium-up, #stacks_in_132 tr.show-for-medium, #stacks_in_132 tr.show-for-medium-down, #stacks_in_132 tr.hide-for-large-only, #stacks_in_132 tr.hide-for-large-up, #stacks_in_132 tr.hide-for-large, #stacks_in_132 tr.show-for-large-down, #stacks_in_132 tr.hide-for-xlarge-only, #stacks_in_132 tr.hide-for-xlarge-up, #stacks_in_132 tr.hide-for-xxlarge-only, #stacks_in_132 tr.hide-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_132 th.hide-for-small-only, #stacks_in_132 td.hide-for-small-only, #stacks_in_132 th.show-for-small-up, #stacks_in_132 td.show-for-small-up, #stacks_in_132 th.hide-for-small, #stacks_in_132 td.hide-for-small, #stacks_in_132 th.hide-for-small-down, #stacks_in_132 td.hide-for-small-down, #stacks_in_132 th.show-for-medium-only, #stacks_in_132 td.show-for-medium-only, #stacks_in_132 th.show-for-medium-up, #stacks_in_132 td.show-for-medium-up, #stacks_in_132 th.show-for-medium, #stacks_in_132 td.show-for-medium, #stacks_in_132 th.show-for-medium-down, #stacks_in_132 td.show-for-medium-down, #stacks_in_132 th.hide-for-large-only, #stacks_in_132 td.hide-for-large-only, #stacks_in_132 th.hide-for-large-up, #stacks_in_132 td.hide-for-large-up, #stacks_in_132 th.hide-for-large, #stacks_in_132 td.hide-for-large, #stacks_in_132 th.show-for-large-down, #stacks_in_132 td.show-for-large-down, #stacks_in_132 th.hide-for-xlarge-only, #stacks_in_132 td.hide-for-xlarge-only, #stacks_in_132 th.hide-for-xlarge-up, #stacks_in_132 td.hide-for-xlarge-up, #stacks_in_132 th.hide-for-xxlarge-only, #stacks_in_132 td.hide-for-xxlarge-only, #stacks_in_132 th.hide-for-xxlarge-up, #stacks_in_132 td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  #stacks_in_132 .hide-for-small-only, #stacks_in_132 .show-for-small-up, #stacks_in_132 .hide-for-small, #stacks_in_132 .hide-for-small-down, #stacks_in_132 .hide-for-medium-only, #stacks_in_132 .show-for-medium-up, #stacks_in_132 .hide-for-medium, #stacks_in_132 .hide-for-medium-down, #stacks_in_132 .show-for-large-only, #stacks_in_132 .show-for-large-up, #stacks_in_132 .show-for-large, #stacks_in_132 .show-for-large-down, #stacks_in_132 .hide-for-xlarge-only, #stacks_in_132 .hide-for-xlarge-up, #stacks_in_132 .hide-for-xxlarge-only, #stacks_in_132 .hide-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_132 .show-for-small-only, #stacks_in_132 .hide-for-small-up, #stacks_in_132 .show-for-small, #stacks_in_132 .show-for-small-down, #stacks_in_132 .show-for-medium-only, #stacks_in_132 .hide-for-medium-up, #stacks_in_132 .show-for-medium, #stacks_in_132 .show-for-medium-down, #stacks_in_132 .hide-for-large-only, #stacks_in_132 .hide-for-large-up, #stacks_in_132 .hide-for-large, #stacks_in_132 .hide-for-large-down, #stacks_in_132 .show-for-xlarge-only, #stacks_in_132 .show-for-xlarge-up, #stacks_in_132 .show-for-xxlarge-only, #stacks_in_132 .show-for-xxlarge-up {
    display: none !important; }

  #stacks_in_132 .hidden-for-small-only, #stacks_in_132 .visible-for-small-up, #stacks_in_132 .hidden-for-small, #stacks_in_132 .hidden-for-small-down, #stacks_in_132 .hidden-for-medium-only, #stacks_in_132 .visible-for-medium-up, #stacks_in_132 .hidden-for-medium, #stacks_in_132 .hidden-for-medium-down, #stacks_in_132 .visible-for-large-only, #stacks_in_132 .visible-for-large-up, #stacks_in_132 .visible-for-large, #stacks_in_132 .visible-for-large-down, #stacks_in_132 .hidden-for-xlarge-only, #stacks_in_132 .hidden-for-xlarge-up, #stacks_in_132 .hidden-for-xxlarge-only, #stacks_in_132 .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_132 .visible-for-small-only, #stacks_in_132 .hidden-for-small-up, #stacks_in_132 .visible-for-small, #stacks_in_132 .visible-for-small-down, #stacks_in_132 .visible-for-medium-only, #stacks_in_132 .hidden-for-medium-up, #stacks_in_132 .visible-for-medium, #stacks_in_132 .visible-for-medium-down, #stacks_in_132 .hidden-for-large-only, #stacks_in_132 .hidden-for-large-up, #stacks_in_132 .hidden-for-large, #stacks_in_132 .hidden-for-large-down, #stacks_in_132 .visible-for-xlarge-only, #stacks_in_132 .visible-for-xlarge-up, #stacks_in_132 .visible-for-xxlarge-only, #stacks_in_132 .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_132 table.hide-for-small-only, #stacks_in_132 table.show-for-small-up, #stacks_in_132 table.hide-for-small, #stacks_in_132 table.hide-for-small-down, #stacks_in_132 table.hide-for-medium-only, #stacks_in_132 table.show-for-medium-up, #stacks_in_132 table.hide-for-medium, #stacks_in_132 table.hide-for-medium-down, #stacks_in_132 table.show-for-large-only, #stacks_in_132 table.show-for-large-up, #stacks_in_132 table.show-for-large, #stacks_in_132 table.show-for-large-down, #stacks_in_132 table.hide-for-xlarge-only, #stacks_in_132 table.hide-for-xlarge-up, #stacks_in_132 table.hide-for-xxlarge-only, #stacks_in_132 table.hide-for-xxlarge-up {
    display: table; }

  #stacks_in_132 thead.hide-for-small-only, #stacks_in_132 thead.show-for-small-up, #stacks_in_132 thead.hide-for-small, #stacks_in_132 thead.hide-for-small-down, #stacks_in_132 thead.hide-for-medium-only, #stacks_in_132 thead.show-for-medium-up, #stacks_in_132 thead.hide-for-medium, #stacks_in_132 thead.hide-for-medium-down, #stacks_in_132 thead.show-for-large-only, #stacks_in_132 thead.show-for-large-up, #stacks_in_132 thead.show-for-large, #stacks_in_132 thead.show-for-large-down, #stacks_in_132 thead.hide-for-xlarge-only, #stacks_in_132 thead.hide-for-xlarge-up, #stacks_in_132 thead.hide-for-xxlarge-only, #stacks_in_132 thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_132 tbody.hide-for-small-only, #stacks_in_132 tbody.show-for-small-up, #stacks_in_132 tbody.hide-for-small, #stacks_in_132 tbody.hide-for-small-down, #stacks_in_132 tbody.hide-for-medium-only, #stacks_in_132 tbody.show-for-medium-up, #stacks_in_132 tbody.hide-for-medium, #stacks_in_132 tbody.hide-for-medium-down, #stacks_in_132 tbody.show-for-large-only, #stacks_in_132 tbody.show-for-large-up, #stacks_in_132 tbody.show-for-large, #stacks_in_132 tbody.show-for-large-down, #stacks_in_132 tbody.hide-for-xlarge-only, #stacks_in_132 tbody.hide-for-xlarge-up, #stacks_in_132 tbody.hide-for-xxlarge-only, #stacks_in_132 tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_132 tr.hide-for-small-only, #stacks_in_132 tr.show-for-small-up, #stacks_in_132 tr.hide-for-small, #stacks_in_132 tr.hide-for-small-down, #stacks_in_132 tr.hide-for-medium-only, #stacks_in_132 tr.show-for-medium-up, #stacks_in_132 tr.hide-for-medium, #stacks_in_132 tr.hide-for-medium-down, #stacks_in_132 tr.show-for-large-only, #stacks_in_132 tr.show-for-large-up, #stacks_in_132 tr.show-for-large, #stacks_in_132 tr.show-for-large-down, #stacks_in_132 tr.hide-for-xlarge-only, #stacks_in_132 tr.hide-for-xlarge-up, #stacks_in_132 tr.hide-for-xxlarge-only, #stacks_in_132 tr.hide-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_132 th.hide-for-small-only, #stacks_in_132 td.hide-for-small-only, #stacks_in_132 th.show-for-small-up, #stacks_in_132 td.show-for-small-up, #stacks_in_132 th.hide-for-small, #stacks_in_132 td.hide-for-small, #stacks_in_132 th.hide-for-small-down, #stacks_in_132 td.hide-for-small-down, #stacks_in_132 th.hide-for-medium-only, #stacks_in_132 td.hide-for-medium-only, #stacks_in_132 th.show-for-medium-up, #stacks_in_132 td.show-for-medium-up, #stacks_in_132 th.hide-for-medium, #stacks_in_132 td.hide-for-medium, #stacks_in_132 th.hide-for-medium-down, #stacks_in_132 td.hide-for-medium-down, #stacks_in_132 th.show-for-large-only, #stacks_in_132 td.show-for-large-only, #stacks_in_132 th.show-for-large-up, #stacks_in_132 td.show-for-large-up, #stacks_in_132 th.show-for-large, #stacks_in_132 td.show-for-large, #stacks_in_132 th.show-for-large-down, #stacks_in_132 td.show-for-large-down, #stacks_in_132 th.hide-for-xlarge-only, #stacks_in_132 td.hide-for-xlarge-only, #stacks_in_132 th.hide-for-xlarge-up, #stacks_in_132 td.hide-for-xlarge-up, #stacks_in_132 th.hide-for-xxlarge-only, #stacks_in_132 td.hide-for-xxlarge-only, #stacks_in_132 th.hide-for-xxlarge-up, #stacks_in_132 td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  #stacks_in_132 .hide-for-small-only, #stacks_in_132 .show-for-small-up, #stacks_in_132 .hide-for-small, #stacks_in_132 .hide-for-small-down, #stacks_in_132 .hide-for-medium-only, #stacks_in_132 .show-for-medium-up, #stacks_in_132 .hide-for-medium, #stacks_in_132 .hide-for-medium-down, #stacks_in_132 .hide-for-large-only, #stacks_in_132 .show-for-large-up, #stacks_in_132 .hide-for-large, #stacks_in_132 .hide-for-large-down, #stacks_in_132 .show-for-xlarge-only, #stacks_in_132 .show-for-xlarge-up, #stacks_in_132 .hide-for-xxlarge-only, #stacks_in_132 .hide-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_132 .show-for-small-only, #stacks_in_132 .hide-for-small-up, #stacks_in_132 .show-for-small, #stacks_in_132 .show-for-small-down, #stacks_in_132 .show-for-medium-only, #stacks_in_132 .hide-for-medium-up, #stacks_in_132 .show-for-medium, #stacks_in_132 .show-for-medium-down, #stacks_in_132 .show-for-large-only, #stacks_in_132 .hide-for-large-up, #stacks_in_132 .show-for-large, #stacks_in_132 .show-for-large-down, #stacks_in_132 .hide-for-xlarge-only, #stacks_in_132 .hide-for-xlarge-up, #stacks_in_132 .show-for-xxlarge-only, #stacks_in_132 .show-for-xxlarge-up {
    display: none !important; }

  #stacks_in_132 .hidden-for-small-only, #stacks_in_132 .visible-for-small-up, #stacks_in_132 .hidden-for-small, #stacks_in_132 .hidden-for-small-down, #stacks_in_132 .hidden-for-medium-only, #stacks_in_132 .visible-for-medium-up, #stacks_in_132 .hidden-for-medium, #stacks_in_132 .hidden-for-medium-down, #stacks_in_132 .hidden-for-large-only, #stacks_in_132 .visible-for-large-up, #stacks_in_132 .hidden-for-large, #stacks_in_132 .hidden-for-large-down, #stacks_in_132 .visible-for-xlarge-only, #stacks_in_132 .visible-for-xlarge-up, #stacks_in_132 .hidden-for-xxlarge-only, #stacks_in_132 .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_132 .visible-for-small-only, #stacks_in_132 .hidden-for-small-up, #stacks_in_132 .visible-for-small, #stacks_in_132 .visible-for-small-down, #stacks_in_132 .visible-for-medium-only, #stacks_in_132 .hidden-for-medium-up, #stacks_in_132 .visible-for-medium, #stacks_in_132 .visible-for-medium-down, #stacks_in_132 .visible-for-large-only, #stacks_in_132 .hidden-for-large-up, #stacks_in_132 .visible-for-large, #stacks_in_132 .visible-for-large-down, #stacks_in_132 .hidden-for-xlarge-only, #stacks_in_132 .hidden-for-xlarge-up, #stacks_in_132 .visible-for-xxlarge-only, #stacks_in_132 .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_132 table.hide-for-small-only, #stacks_in_132 table.show-for-small-up, #stacks_in_132 table.hide-for-small, #stacks_in_132 table.hide-for-small-down, #stacks_in_132 table.hide-for-medium-only, #stacks_in_132 table.show-for-medium-up, #stacks_in_132 table.hide-for-medium, #stacks_in_132 table.hide-for-medium-down, #stacks_in_132 table.hide-for-large-only, #stacks_in_132 table.show-for-large-up, #stacks_in_132 table.hide-for-large, #stacks_in_132 table.hide-for-large-down, #stacks_in_132 table.show-for-xlarge-only, #stacks_in_132 table.show-for-xlarge-up, #stacks_in_132 table.hide-for-xxlarge-only, #stacks_in_132 table.hide-for-xxlarge-up {
    display: table; }

  #stacks_in_132 thead.hide-for-small-only, #stacks_in_132 thead.show-for-small-up, #stacks_in_132 thead.hide-for-small, #stacks_in_132 thead.hide-for-small-down, #stacks_in_132 thead.hide-for-medium-only, #stacks_in_132 thead.show-for-medium-up, #stacks_in_132 thead.hide-for-medium, #stacks_in_132 thead.hide-for-medium-down, #stacks_in_132 thead.hide-for-large-only, #stacks_in_132 thead.show-for-large-up, #stacks_in_132 thead.hide-for-large, #stacks_in_132 thead.hide-for-large-down, #stacks_in_132 thead.show-for-xlarge-only, #stacks_in_132 thead.show-for-xlarge-up, #stacks_in_132 thead.hide-for-xxlarge-only, #stacks_in_132 thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_132 tbody.hide-for-small-only, #stacks_in_132 tbody.show-for-small-up, #stacks_in_132 tbody.hide-for-small, #stacks_in_132 tbody.hide-for-small-down, #stacks_in_132 tbody.hide-for-medium-only, #stacks_in_132 tbody.show-for-medium-up, #stacks_in_132 tbody.hide-for-medium, #stacks_in_132 tbody.hide-for-medium-down, #stacks_in_132 tbody.hide-for-large-only, #stacks_in_132 tbody.show-for-large-up, #stacks_in_132 tbody.hide-for-large, #stacks_in_132 tbody.hide-for-large-down, #stacks_in_132 tbody.show-for-xlarge-only, #stacks_in_132 tbody.show-for-xlarge-up, #stacks_in_132 tbody.hide-for-xxlarge-only, #stacks_in_132 tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_132 tr.hide-for-small-only, #stacks_in_132 tr.show-for-small-up, #stacks_in_132 tr.hide-for-small, #stacks_in_132 tr.hide-for-small-down, #stacks_in_132 tr.hide-for-medium-only, #stacks_in_132 tr.show-for-medium-up, #stacks_in_132 tr.hide-for-medium, #stacks_in_132 tr.hide-for-medium-down, #stacks_in_132 tr.hide-for-large-only, #stacks_in_132 tr.show-for-large-up, #stacks_in_132 tr.hide-for-large, #stacks_in_132 tr.hide-for-large-down, #stacks_in_132 tr.show-for-xlarge-only, #stacks_in_132 tr.show-for-xlarge-up, #stacks_in_132 tr.hide-for-xxlarge-only, #stacks_in_132 tr.hide-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_132 th.hide-for-small-only, #stacks_in_132 td.hide-for-small-only, #stacks_in_132 th.show-for-small-up, #stacks_in_132 td.show-for-small-up, #stacks_in_132 th.hide-for-small, #stacks_in_132 td.hide-for-small, #stacks_in_132 th.hide-for-small-down, #stacks_in_132 td.hide-for-small-down, #stacks_in_132 th.hide-for-medium-only, #stacks_in_132 td.hide-for-medium-only, #stacks_in_132 th.show-for-medium-up, #stacks_in_132 td.show-for-medium-up, #stacks_in_132 th.hide-for-medium, #stacks_in_132 td.hide-for-medium, #stacks_in_132 th.hide-for-medium-down, #stacks_in_132 td.hide-for-medium-down, #stacks_in_132 th.hide-for-large-only, #stacks_in_132 td.hide-for-large-only, #stacks_in_132 th.show-for-large-up, #stacks_in_132 td.show-for-large-up, #stacks_in_132 th.hide-for-large, #stacks_in_132 td.hide-for-large, #stacks_in_132 th.hide-for-large-down, #stacks_in_132 td.hide-for-large-down, #stacks_in_132 th.show-for-xlarge-only, #stacks_in_132 td.show-for-xlarge-only, #stacks_in_132 th.show-for-xlarge-up, #stacks_in_132 td.show-for-xlarge-up, #stacks_in_132 th.hide-for-xxlarge-only, #stacks_in_132 td.hide-for-xxlarge-only, #stacks_in_132 th.hide-for-xxlarge-up, #stacks_in_132 td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  #stacks_in_132 .hide-for-small-only, #stacks_in_132 .show-for-small-up, #stacks_in_132 .hide-for-small, #stacks_in_132 .hide-for-small-down, #stacks_in_132 .hide-for-medium-only, #stacks_in_132 .show-for-medium-up, #stacks_in_132 .hide-for-medium, #stacks_in_132 .hide-for-medium-down, #stacks_in_132 .hide-for-large-only, #stacks_in_132 .show-for-large-up, #stacks_in_132 .hide-for-large, #stacks_in_132 .hide-for-large-down, #stacks_in_132 .hide-for-xlarge-only, #stacks_in_132 .show-for-xlarge-up, #stacks_in_132 .show-for-xxlarge-only, #stacks_in_132 .show-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_132 .show-for-small-only, #stacks_in_132 .hide-for-small-up, #stacks_in_132 .show-for-small, #stacks_in_132 .show-for-small-down, #stacks_in_132 .show-for-medium-only, #stacks_in_132 .hide-for-medium-up, #stacks_in_132 .show-for-medium, #stacks_in_132 .show-for-medium-down, #stacks_in_132 .show-for-large-only, #stacks_in_132 .hide-for-large-up, #stacks_in_132 .show-for-large, #stacks_in_132 .show-for-large-down, #stacks_in_132 .show-for-xlarge-only, #stacks_in_132 .hide-for-xlarge-up, #stacks_in_132 .hide-for-xxlarge-only, #stacks_in_132 .hide-for-xxlarge-up {
    display: none !important; }

  #stacks_in_132 .hidden-for-small-only, #stacks_in_132 .visible-for-small-up, #stacks_in_132 .hidden-for-small, #stacks_in_132 .hidden-for-small-down, #stacks_in_132 .hidden-for-medium-only, #stacks_in_132 .visible-for-medium-up, #stacks_in_132 .hidden-for-medium, #stacks_in_132 .hidden-for-medium-down, #stacks_in_132 .hidden-for-large-only, #stacks_in_132 .visible-for-large-up, #stacks_in_132 .hidden-for-large, #stacks_in_132 .hidden-for-large-down, #stacks_in_132 .hidden-for-xlarge-only, #stacks_in_132 .visible-for-xlarge-up, #stacks_in_132 .visible-for-xxlarge-only, #stacks_in_132 .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_132 .visible-for-small-only, #stacks_in_132 .hidden-for-small-up, #stacks_in_132 .visible-for-small, #stacks_in_132 .visible-for-small-down, #stacks_in_132 .visible-for-medium-only, #stacks_in_132 .hidden-for-medium-up, #stacks_in_132 .visible-for-medium, #stacks_in_132 .visible-for-medium-down, #stacks_in_132 .visible-for-large-only, #stacks_in_132 .hidden-for-large-up, #stacks_in_132 .visible-for-large, #stacks_in_132 .visible-for-large-down, #stacks_in_132 .visible-for-xlarge-only, #stacks_in_132 .hidden-for-xlarge-up, #stacks_in_132 .hidden-for-xxlarge-only, #stacks_in_132 .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_132 table.hide-for-small-only, #stacks_in_132 table.show-for-small-up, #stacks_in_132 table.hide-for-small, #stacks_in_132 table.hide-for-small-down, #stacks_in_132 table.hide-for-medium-only, #stacks_in_132 table.show-for-medium-up, #stacks_in_132 table.hide-for-medium, #stacks_in_132 table.hide-for-medium-down, #stacks_in_132 table.hide-for-large-only, #stacks_in_132 table.show-for-large-up, #stacks_in_132 table.hide-for-large, #stacks_in_132 table.hide-for-large-down, #stacks_in_132 table.hide-for-xlarge-only, #stacks_in_132 table.show-for-xlarge-up, #stacks_in_132 table.show-for-xxlarge-only, #stacks_in_132 table.show-for-xxlarge-up {
    display: table; }

  #stacks_in_132 thead.hide-for-small-only, #stacks_in_132 thead.show-for-small-up, #stacks_in_132 thead.hide-for-small, #stacks_in_132 thead.hide-for-small-down, #stacks_in_132 thead.hide-for-medium-only, #stacks_in_132 thead.show-for-medium-up, #stacks_in_132 thead.hide-for-medium, #stacks_in_132 thead.hide-for-medium-down, #stacks_in_132 thead.hide-for-large-only, #stacks_in_132 thead.show-for-large-up, #stacks_in_132 thead.hide-for-large, #stacks_in_132 thead.hide-for-large-down, #stacks_in_132 thead.hide-for-xlarge-only, #stacks_in_132 thead.show-for-xlarge-up, #stacks_in_132 thead.show-for-xxlarge-only, #stacks_in_132 thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_132 tbody.hide-for-small-only, #stacks_in_132 tbody.show-for-small-up, #stacks_in_132 tbody.hide-for-small, #stacks_in_132 tbody.hide-for-small-down, #stacks_in_132 tbody.hide-for-medium-only, #stacks_in_132 tbody.show-for-medium-up, #stacks_in_132 tbody.hide-for-medium, #stacks_in_132 tbody.hide-for-medium-down, #stacks_in_132 tbody.hide-for-large-only, #stacks_in_132 tbody.show-for-large-up, #stacks_in_132 tbody.hide-for-large, #stacks_in_132 tbody.hide-for-large-down, #stacks_in_132 tbody.hide-for-xlarge-only, #stacks_in_132 tbody.show-for-xlarge-up, #stacks_in_132 tbody.show-for-xxlarge-only, #stacks_in_132 tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_132 tr.hide-for-small-only, #stacks_in_132 tr.show-for-small-up, #stacks_in_132 tr.hide-for-small, #stacks_in_132 tr.hide-for-small-down, #stacks_in_132 tr.hide-for-medium-only, #stacks_in_132 tr.show-for-medium-up, #stacks_in_132 tr.hide-for-medium, #stacks_in_132 tr.hide-for-medium-down, #stacks_in_132 tr.hide-for-large-only, #stacks_in_132 tr.show-for-large-up, #stacks_in_132 tr.hide-for-large, #stacks_in_132 tr.hide-for-large-down, #stacks_in_132 tr.hide-for-xlarge-only, #stacks_in_132 tr.show-for-xlarge-up, #stacks_in_132 tr.show-for-xxlarge-only, #stacks_in_132 tr.show-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_132 th.hide-for-small-only, #stacks_in_132 td.hide-for-small-only, #stacks_in_132 th.show-for-small-up, #stacks_in_132 td.show-for-small-up, #stacks_in_132 th.hide-for-small, #stacks_in_132 td.hide-for-small, #stacks_in_132 th.hide-for-small-down, #stacks_in_132 td.hide-for-small-down, #stacks_in_132 th.hide-for-medium-only, #stacks_in_132 td.hide-for-medium-only, #stacks_in_132 th.show-for-medium-up, #stacks_in_132 td.show-for-medium-up, #stacks_in_132 th.hide-for-medium, #stacks_in_132 td.hide-for-medium, #stacks_in_132 th.hide-for-medium-down, #stacks_in_132 td.hide-for-medium-down, #stacks_in_132 th.hide-for-large-only, #stacks_in_132 td.hide-for-large-only, #stacks_in_132 th.show-for-large-up, #stacks_in_132 td.show-for-large-up, #stacks_in_132 th.hide-for-large, #stacks_in_132 td.hide-for-large, #stacks_in_132 th.hide-for-large-down, #stacks_in_132 td.hide-for-large-down, #stacks_in_132 th.hide-for-xlarge-only, #stacks_in_132 td.hide-for-xlarge-only, #stacks_in_132 th.show-for-xlarge-up, #stacks_in_132 td.show-for-xlarge-up, #stacks_in_132 th.show-for-xxlarge-only, #stacks_in_132 td.show-for-xxlarge-only, #stacks_in_132 th.show-for-xxlarge-up, #stacks_in_132 td.show-for-xxlarge-up {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
#stacks_in_132 table.hide-for-landscape, #stacks_in_132 table.show-for-portrait {
  display: table; }

#stacks_in_132 thead.hide-for-landscape, #stacks_in_132 thead.show-for-portrait {
  display: table-header-group !important; }

#stacks_in_132 tbody.hide-for-landscape, #stacks_in_132 tbody.show-for-portrait {
  display: table-row-group !important; }

#stacks_in_132 tr.hide-for-landscape, #stacks_in_132 tr.show-for-portrait {
  display: table-row !important; }

#stacks_in_132 td.hide-for-landscape, #stacks_in_132 td.show-for-portrait,
#stacks_in_132 th.hide-for-landscape,
#stacks_in_132 th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  #stacks_in_132 .show-for-landscape,
  #stacks_in_132 .hide-for-portrait {
    display: inherit !important; }

  #stacks_in_132 .hide-for-landscape,
  #stacks_in_132 .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  #stacks_in_132 table.show-for-landscape, #stacks_in_132 table.hide-for-portrait {
    display: table; }

  #stacks_in_132 thead.show-for-landscape, #stacks_in_132 thead.hide-for-portrait {
    display: table-header-group !important; }

  #stacks_in_132 tbody.show-for-landscape, #stacks_in_132 tbody.hide-for-portrait {
    display: table-row-group !important; }

  #stacks_in_132 tr.show-for-landscape, #stacks_in_132 tr.hide-for-portrait {
    display: table-row !important; }

  #stacks_in_132 td.show-for-landscape, #stacks_in_132 td.hide-for-portrait,
  #stacks_in_132 th.show-for-landscape,
  #stacks_in_132 th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  #stacks_in_132 .show-for-portrait,
  #stacks_in_132 .hide-for-landscape {
    display: inherit !important; }

  #stacks_in_132 .hide-for-portrait,
  #stacks_in_132 .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  #stacks_in_132 table.show-for-portrait, #stacks_in_132 table.hide-for-landscape {
    display: table; }

  #stacks_in_132 thead.show-for-portrait, #stacks_in_132 thead.hide-for-landscape {
    display: table-header-group !important; }

  #stacks_in_132 tbody.show-for-portrait, #stacks_in_132 tbody.hide-for-landscape {
    display: table-row-group !important; }

  #stacks_in_132 tr.show-for-portrait, #stacks_in_132 tr.hide-for-landscape {
    display: table-row !important; }

  #stacks_in_132 td.show-for-portrait, #stacks_in_132 td.hide-for-landscape,
  #stacks_in_132 th.show-for-portrait,
  #stacks_in_132 th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch #stacks_in_132 .show-for-touch {
  display: inherit !important; }

.touch #stacks_in_132 .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
#stacks_in_132 table.hide-for-touch {
  display: table; }

.touch #stacks_in_132 table.show-for-touch {
  display: table; }

#stacks_in_132 thead.hide-for-touch {
  display: table-header-group !important; }

.touch #stacks_in_132 thead.show-for-touch {
  display: table-header-group !important; }

#stacks_in_132 tbody.hide-for-touch {
  display: table-row-group !important; }

.touch #stacks_in_132 tbody.show-for-touch {
  display: table-row-group !important; }

#stacks_in_132 tr.hide-for-touch {
  display: table-row !important; }

.touch #stacks_in_132 tr.show-for-touch {
  display: table-row !important; }

#stacks_in_132 td.hide-for-touch {
  display: table-cell !important; }

.touch #stacks_in_132 td.show-for-touch {
  display: table-cell !important; }

#stacks_in_132 th.hide-for-touch {
  display: table-cell !important; }

.touch #stacks_in_132 th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  #stacks_in_132 .show-for-print {
    display: block; }

  #stacks_in_132 .hide-for-print {
    display: none; }

  #stacks_in_132 table.show-for-print {
    display: table; }

  #stacks_in_132 thead.show-for-print {
    display: table-header-group !important; }

  #stacks_in_132 tbody.show-for-print {
    display: table-row-group !important; }

  #stacks_in_132 tr.show-for-print {
    display: table-row !important; }

  #stacks_in_132 td.show-for-print {
    display: table-cell !important; }

  #stacks_in_132 th.show-for-print {
    display: table-cell !important; } }
/* Start dooHeader X stack CSS code */.stacks_in_174x{	display: block !important;		text-align: left !important;		}@media (max-width:768px) {	.stacks_in_174x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_174x{		text-align: left !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_174 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_212 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_212 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

/* Start dooHeader X stack CSS code */.stacks_in_542129x{	display: block !important;		text-align: left !important;		}@media (max-width:768px) {	.stacks_in_542129x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_542129x{		text-align: left !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_542129 {
	margin:  5px;
	padding:  5px;
}
/* Start of CollagePlus stack v1.3.6 [page.css] *//* transitions.css *//*A library of transitions for revealing the loaded images(Heavily) Inspired by http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations/*/.effect-parent {    -webkit-perspective: 1300px;    -moz-perspective: 1300px;    perspective: 1300px;    }/* EFFECT 1 */.effect-1 {    -webkit-transform-style: preserve-3d;    -moz-transform-style: preserve-3d;    transform-style: preserve-3d;    -webkit-transform-origin: 50% 50% -300px;    -moz-transform-origin: 50% 50% -300px;    transform-origin: 50% 50% -300px;    -webkit-transform: rotateX(-180deg);    -moz-transform: rotateX(-180deg);    transform: rotateX(-180deg);    -webkit-animation: fly ease-in-out forwards;    -moz-animation: fly ease-in-out forwards;    animation: fly ease-in-out forwards;}@-webkit-keyframes fly {    100% { -webkit-transform: rotateX(0deg); opacity: 1; -webkit-transform-origin:50% 50% 0; }}@-moz-keyframes fly {    100% { -moz-transform: rotateX(0deg); opacity: 1; -moz-transform-origin:50% 50% 0; }}@keyframes fly {    100% { transform: rotateX(0deg); opacity: 1; transform-origin:50% 50% 0; }}/* EFFECT 2 */.effect-2 {    -webkit-transform: translateY(200px);    -moz-transform: translateY(200px);    transform: translateY(200px);    -webkit-animation: moveUp ease forwards;    -moz-animation: moveUp ease forwards;    animation: moveUp ease forwards;}@-webkit-keyframes moveUp {    to { -webkit-transform: translateY(0); opacity: 1; }}@-moz-keyframes moveUp {    to { -moz-transform: translateY(0); opacity: 1; }}@keyframes moveUp {    to { transform: translateY(0); opacity: 1; }}/* EFFECT 3 */.effect-3 {    -webkit-transform-style: preserve-3d;    -moz-transform-style: preserve-3d;    transform-style: preserve-3d;    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);    -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);    transform: translateZ(400px) translateY(300px) rotateX(-90deg);    -webkit-animation: fallPerspective ease-in-out forwards;    -moz-animation: fallPerspective ease-in-out forwards;    animation: fallPerspective ease-in-out forwards;}@-webkit-keyframes fallPerspective {    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }}@-moz-keyframes fallPerspective {    100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }}@keyframes fallPerspective {    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }}/* EFFECT 4 */.effect-4 {    -webkit-transform-style: preserve-3d;    -moz-transform-style: preserve-3d;    transform-style: preserve-3d;    -webkit-transform-origin: 0% 0%;    -moz-transform-origin: 0% 0%;    transform-origin: 0% 0%;    -webkit-transform: rotateX(-80deg);    -moz-transform: rotateX(-80deg);    transform: rotateX(-80deg);    -webkit-animation: flip ease-in-out forwards;    -moz-animation: flip ease-in-out forwards;    animation: flip ease-in-out forwards;}@-webkit-keyframes flip {    100% { -webkit-transform: rotateX(0deg); opacity: 1; }}@-moz-keyframes flip {    100% { -moz-transform: rotateX(0deg); opacity: 1; }}@keyframes flip {    100% { transform: rotateX(0deg); opacity: 1; }}/* EFFECT 5 */.effect-5 {    -webkit-transform-style: preserve-3d;    -moz-transform-style: preserve-3d;    transform-style: preserve-3d;    -webkit-transform: rotateY(-180deg);    -moz-transform: rotateY(-180deg);    transform: rotateY(-180deg);    -webkit-animation: moveUp ease-in-out forwards;    -moz-animation: moveUp ease-in-out forwards;    animation: moveUp ease-in-out forwards;}/* EFFECT 6 */.effect-6 {    -webkit-transform:  scale(0.638) translate(-179px);    -moz-transform:     scale(0.638) translate(-179px);    transform:          scale(0.638) translate(-179px);    -webkit-animation: moveUp ease-in-out forwards;    -moz-animation: moveUp ease-in-out forwards;    animation: moveUp ease-in-out forwards;}/* Universal durations */.effect-duration-1{    -webkit-animation-duration: .4s;    -moz-animation-duration:    .4s;    animation-duration:         .4s;}.effect-duration-2{    -webkit-animation-duration: .5s;    -moz-animation-duration:    .5s;    animation-duration:         .5s;}.effect-duration-3{    -webkit-animation-duration: .6s;    -moz-animation-duration:    .6s;    animation-duration:         .6s;}.effect-duration-4{    -webkit-animation-duration: .7s;    -moz-animation-duration:    .7s;    animation-duration:         .7s;}.effect-duration-5{    -webkit-animation-duration: .8s;    -moz-animation-duration:    .8s;    animation-duration:         .8s;}.effect-duration-6{    -webkit-animation-duration: .9s;    -moz-animation-duration:    .9s;    animation-duration:         .9s;}.effect-duration-7{    -webkit-animation-duration: .95s;    -moz-animation-duration:    .95s;    animation-duration:         .95s;}.effect-duration-8{    -webkit-animation-duration: 1s;    -moz-animation-duration:    1s;    animation-duration:         1s;}.effect-duration-9{    -webkit-animation-duration: 1.05s;    -moz-animation-duration:    1.05s;    animation-duration:         1.05s;}.effect-duration-10{    -webkit-animation-duration: 1.1s;    -moz-animation-duration:    1.1s;    animation-duration:         1.1s;}/* end of transitions.css */#stacks_in_541827 .Collage{    /*This is where you set the padding you want between the images*/    padding: 10px;}#stacks_in_541827 {	margin: -10px -10px -20px;}#stacks_in_541827 * {	-webkit-transition: all 400ms ease-in-out;	   -moz-transition: all 400ms ease-in-out;	     -o-transition: all 400ms ease-in-out;	        transition: all 400ms ease-in-out;}	#stacks_in_541827 .Collage img{    margin:0;    padding:0;    display:inline-block;    vertical-align:bottom;    opacity:1;    /*This is where you set the border you want for the image*/    border: 0px solid #FFFFFF;    	-webkit-filter: blur(0) grayscale(0) sepia(0);	filter: blur(0) grayscale(0) sepia(0);	    				opacity: 1;	}#stacks_in_541827 .Collage img:hover {    border: 0px solid #E6E6E6;    	-webkit-filter: blur(0) grayscale(0) sepia(0);	filter: blur(0) grayscale(0) sepia(0);						opacity: 1;	}#stacks_in_541827 .centered_image {    opacity:0;     -moz-border-radius: 0px;    -webkit-border-radius: 0px;    border-radius: 0px;}    #stacks_in_541827 .centered_image img{    -moz-border-radius: 0px;    -webkit-border-radius: 0px;    border-radius: 0px;}#stacks_in_541827 .Caption_Background {	    border-radius: 0 0 0px 0px;}#stacks_in_541827 .Caption{    font-size: 14px;	font-weight: normal;	font-style: normal;	display: none;}#stacks_in_541827 .Caption_Content{    color: #FFFFFF;    padding:20px;}/* End of CollagePlus stack [page.css] *//* PhotoboxPlus stack v1.1.2 */#pbOverlay.hide, #pbOverlay .hide {	display: block;} /* needed to make things work with Foundation framework - JR *//* Normilizes box-sizing  */#pbOverlay *,#pbOverlay *:before,#pbOverlay *:after {	-moz-box-sizing: content-box;	     box-sizing: content-box;}#pbOverlay.show {	opacity: 1;	pointer-events: auto;}#pbOverlay {	opacity: 0;	overflow: hidden;	width: 100%;	height: 100%;	position: fixed;	/*z-index: 9999; changed to: */	z-index: 99999;	left: 0;	top: 0;	text-align: center;	pointer-events: none;	-moz-user-select: none;	background: rgba(0, 0, 0, 1.00);	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000'); removed by me - JR */	/* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); removed by me - JR */	-webkit-transform: translate3d(0);	transition: opacity 300ms ease;}#pbOverlay.msie {	background-color: rgba(0, 0, 0, 1.00);}.msie.pbLoading .pbWrapper {	/*background: url('../images/loading.gif') no-repeat center center;*/	background: url(../files/loading.gif) no-repeat center center;}@keyframes pbLoaderFrames {	50%{ height: 5px;}}@-webkit-keyframes pbLoaderFrames {	50%{ height: 5px;}}.pbLoader {	display: none;	width: 100px;	height: 100px;	position: absolute;	z-index: 999;	top: 0;	left: 0;	right: 0;	bottom: 0;	margin: auto;	text-align: center;	border-radius: 100%;	box-shadow: 15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px;	transition: .3s;}.thumbs .pbLoader {	-webkit-transform: translateY(-50px);	transform: translateY(-50px);}.pbLoading:not(.msie):not(.error) .pbLoader {	display: block;}.pbLoader b {	display: inline-block;	vertical-align: middle;	margin: 0 2px;	width: 8px;	height: 60px;	border-radius: 5px;	background: rgba(255,255,255,.8);	box-shadow: 0 0 10px rgba(0,0,0,.5);	-webkit-animation: .9s pbLoaderFrames infinite linear;	animation: .9s pbLoaderFrames infinite linear;}.pbLoader b:nth-child(2) {	-webkit-animation-delay: .3s;	animation-delay: .3s;}.pbLoader b:nth-child(3) {	-webkit-animation-delay: .6s;	animation-delay: .6s;}.mobile.pbLoading .pbLoader {	transform: none;	transition: 0s;}.pbWrapper:after,#pbCaption .pbThumbs ul:after,#pbOverlay .prevNext:after,#pbOverlay .pbLoader:before {	content: "";	display: inline-block;	height: 100%;	margin-right: -.25em;	vertical-align: middle;}/* Animation when image was not loaded */@keyframes deadImage {	50%{ text-shadow: 0 0 25px rgba(255,255,255,.5);	transform: scale(.85);}}@-webkit-keyframes deadImage {	50%{ text-shadow: 0 0 25px rgba(255,255,255,.5);	-webkit-transform: scale(.85);}}.pbWrapper {	-moz-box-sizing: border-box;	box-sizing: border-box;	transform: rotate(0deg);	vertical-align: middle;	/*height: 100%;*/	height: 90%; top: 5%; /* better! - JR */	perspective: 1200px;	position: relative;	/*transition: .2s;*/ /* solves first image sliding out in Safari */}.video > .pbWrapper {	z-index: 11;	display: inline-block;}/*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/.pbLoading .pbWrapper {	display: inline-block\9;	width: 100%;}/* ie8+9 hack */.pbWrapper:before {	content: '\2716';	color: transparent;	text-shadow: 0 2px 35px rgba(255,255,255,0);	font-size: 0;	vertical-align: middle;	cursor: default;	transition: text-shadow .7s ease-out;}.error .pbWrapper:before {	font-size: 22em;	text-shadow: 0 0 0 #FFF;	-webkit-animation: 2s 1s deadImage infinite linear;	animation: 2s 1s deadImage infinite linear;}.thumbs .pbWrapper {	padding: 0;	margin: 0;}.error .pbWrapperr img {	width: 0;}.pbWrapper > div {	display: none;	width: 624px;	height: 351px;	vertical-align: middle;	border-radius: 5px;	background: rgba(0,0,0,.5);}.video > .pbWrapper > div {	display: inline-block;}#pbOverlay iframe,	#pbOverlay embed,	#pbOverlay object {	display: block;	width: 100%;	height: 100%;	opacity: 1;	transition: .5s;}.pbWrapper .pbHide iframe {	opacity: 0;}.pbWrapper > div,	.pbWrapper > img {	transition: .8s .5s cubic-bezier(.1, .87, .48, 1);	-webkit-transform: none;	    -ms-transform: none;	        transform: none;	-webkit-backface-visibility: hidden;	box-shadow: 0 0 20px rgba(0, 0, 0, 1.00);}/* FOR MOBILE */.mobile.show .pbWrapper > div,	.mobile.show .pbWrapper > img {	transition: 30ms;}/* Content effects */.pbWrapper > *,	.pbHide .pbWrapper > .prepare {	opacity: 1;	vertical-align: middle;	-webkit-transform: scale(0) rotateX(80deg);	    -ms-transform: scale(0) rotateX(80deg);	        transform: scale(0) rotateX(80deg);	border-radius: 6px;	border: none;	max-height: 95%;	max-width: 100%;}.pbWrapper img {max-width: 80%;	border: 5px solid rgba(255, 255, 255, 1.00);	background: rgba(255, 255, 255, 1.00);}.on .pbWrapper > * {	transition-delay: 0s;}.pbWrapper .zoomable {	-webkit-transition: 0s;	transition: 0s;	position: relative;	z-index: 9;}.pbHide .pbWrapper > * {	-webkit-transform: scale(1.2);	        transform: scale(1.2);	        transform: none\9;	opacity: 0;	transition: .4s ease-out;}/*-- close button --*/#pbCloseBtn,#pbAutoplayBtn {	position: absolute;	top: -50px;	right: -50px;	z-index: 999;	display: block;	padding: 0 0 20px 20px;	text-align: center;	cursor: pointer;	/*color: #FFF;*/ /* replaced with individual color settings (below) - JR */	transition: .3s .3s ease-out;}#pbCloseBtn {	color: #FFFFFF;}#pbAutoplayBtn {	color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif !important; /* added by me - JR */}.pbHide #pbCloseBtn {	top: -50px;	right: -50px;}.on #pbCloseBtn {	top: -2px;	right: -2px;}#pbCloseBtn:before {	content: '\00D7';	font-family: Arial, Helvetica, sans-serif !important; /* instead of 'arial' - JR */}#pbCloseBtn:before, #pbAutoplayBtn:before {	display: inline-block;	height: 35px;	width: 35px;	padding: 8px 8px 12px 12px;	font-size: 2em;	/*opacity: .8;*/ /* disabled, moved to seprate backgrounds [line 427, 431]*/	vertical-align: middle;	/*background: rgba(255,255,255,.2);*/ /* disabled, moved to sepate backgrounds [line 427, 431]*/	border-radius: 0 0 0 70px;	transition: .1s ease-out;}#pbAutoplayBtn:before {	background: rgba(255, 255, 255, 0.20);}	#pbCloseBtn:before {	background: rgba(255, 255, 255, 0.20);}#pbCloseBtn:hover:before {	padding: 15px 10px 24px 24px;	/*background: rgba(255,100,100,.4); disabled by me - JR*/ }/*-- autoplay controller --*/#pbAutoplayBtn {	display: none;	right: auto;	left: -50px;	padding: 0;	width: 50px;	height: 50px;	font-size: 13px;}.hasAutoplay #pbAutoplayBtn {	display: block;}#pbAutoplayBtn:hover {	width: 60px;	height: 60px;}.on #pbAutoplayBtn {	top: 0px;	left: 0px;	transition: .1s ease-out;}#pbAutoplayBtn:before {	/*content: '\2016';*/	content: 'II'; /* looks much better - JR */	width: 100%;	height: 100%;	border-radius: 0 0 70px 0;	font-weight: bold;	padding: 0;	text-indent: -6px;	text-indent: 6px\9; /* addition by me - JR */	line-height: 1.6;}#pbAutoplayBtn:active:before {	text-shadow: 0 0 3px #FFF, 0 0 6px #FFF;}#pbAutoplayBtn.play:before {	content: '\25BA';}#pbAutoplayBtn .pbProgress {	display: none\9;	width: 100%;	height: 100%;	overflow: hidden;	position: absolute;	padding: 6px;	top: 0;	left: 0;	/*opacity: .2;*/ /* disabled; opacity is now in box-shadow (line 528)*/	-webkit-transform: rotateZ(0deg);	    -ms-transform: rotateZ(0deg);	        transform: rotateZ(0deg);	-webkit-transform-origin: 0 0;	    -ms-transform-origin: 0 0;	        transform-origin: 0 0;	-webkit-transition: .3s;	        transition: .3s;}.mobile #pbAutoplayBtn .pbProgress {	-webkit-transition: 0s;	transition: 0s;}#pbAutoplayBtn.playing .pbProgress {	-webkit-transform: rotateZ(90deg);	    -ms-transform: rotateZ(90deg);	        transform: rotateZ(90deg);}#pbAutoplayBtn .pbProgress:before {	content: '';	position: absolute;	right: 0;	bottom: 0;	width: 200%;	height: 200%;	border-radius: 50%;	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.20) inset; /* added by me - JR */}#pbCaption,.pbHide #pbCaption {	position: absolute;	z-index: 999;	/*margin-bottom: 5px;*/	margin-bottom: 1em; /* better ? - JR */	bottom: -120px;	width: 100%;	overflow: hidden;	transition: .4s;}.show.on #pbCaption {	bottom: 0;	font-size: 12px; /* addition by me - JR */	transition-delay: .5s;}#pbOverlay.thumbs #pbCaption label {	display: block;}#pbCaption label {	display: none;	position: relative;	z-index: 1;	top: -5px;	float: right;	width: 60px;	margin-right: 10px;	color: #FFF;	opacity: .3;	transition: .2s;	cursor: pointer;}#pbCaption label:after {	background: #FFFFFF;	box-shadow: 12px 0 #FFFFFF, -12px 0 #FFFFFF;	content: "";	display: inline-block;	height: 0;	padding: 10px 5px;	text-align: right;	vertical-align: top;	width: 0;}#pbCaption label:hover {	opacity: 1;}#pbCaption .title, #pbCaption .counter {	display: inline-block;	color: #FFFFFF;	/*margin: 0 6px;*/	margin: 6px; /* better ? - JR */}#pbCaption .counter {	display: none;	/*opacity: .55;*/	color: #999999;}.hasCounter #pbCaption .counter {	display: inline-block;}.pbCaptionText {	transition: .3s;	opacity: .9;	/*font-weight: bold; disabled by me - JR */	/* font-size: .9em; moved to .show.on #pbCaption - JR */	/*text-shadow: 1px 1px 1px rgba(0,0,0,.5);*/ /* disabled by me - JR */	/*padding-left: 60px;*/ /* Caption text does not center with this on small screens; not on small screens [line 894] */		margin-bottom: .4em; /* addition by me - JR */	height: auto; /* addition by me - JR */	line-height: 1; /* addition by me - JR */}/* padding-left from <label> */.pbCaptionText.change {	-webkit-transform: translateY(25px);	/*transform: translateY(25px); changed to: */	transform: perspective(1px) translateY(25px); /* in an attempt to fight the jagged text */	opacity: 0;}.mobile #pbCaption label {	display: none;	z-index: -1;	color: red;}.mobile .pbCaptionText {	padding: 0;}/* hide thumbnails */#pbThumbsToggler:checked ~ #pbCaption .pbThumbs {	margin: 0;}#pbThumbsToggler:checked ~ .pbWrapper {	margin-top: -50px;	padding: 50px 0;}.pbThumbs {	display: none;	transition: .35s;	-webkit-overflow-scrolling: touch;}.thumbs .pbThumbs {	display: block;	width: 100%;	padding: 5px 0 2px;	margin-bottom: -100px;	overflow: hidden;}.mobile .pbThumbs {	overflow: auto;}.pbThumbs:hover {	clear: both;}.pbThumbs ul {	display: inline-block;	position: relative;	list-style: none;	height: 80px;	padding: 0 5px;	margin: 0;	white-space: pre;	transition: .2s;}.pbThumbs ul:after {	vertical-align: bottom;}.pbThumbs li {	display: inline-block;	vertical-align: bottom;	height: 70%;	opacity: .6;	text-align: center;	position: relative;	transition: .15s;}.pbThumbs li.active {	height: 100%;	opacity: 1;}.pbThumbs li:hover {	height: 100%;	opacity: 1;}.pbThumbs li.video::before {	content: '\25BA';	color: #FFF;	font-size: 20px;	height: 20px;	width: 20px;	line-height: .9;	position: absolute;	bottom: 4px;	left: 7px;	background: rgba(0,0,0,.4);	box-shadow: 0 0 0 3px rgba(0,0,0,.4);	border-radius: 0 3px 0 0;	pointer-events: none;}.pbThumbs a {	height: 100%;	padding: 0 2px;	display: block;	-moz-user-select: none;}.pbThumbs li:hover a {	}.pbThumbs img {	height: 96%;	min-height: 95.9%;	border: 2px solid #FFFFFF;	max-width: none;	border-radius: 0;	transition: .15s;}#pbCaption .pbThumbs img:hover {	border-color: #FFFFFF !important; /*addition by me - JR*/}.pbThumbs li:hover img {	min-height: 96%;}/* fix a bug in Chrome and Opera */.pbThumbs li.fast a img {	transition: none;}.pbThumbs li.active a img {	border-color: #E6E6E6;	min-height: 96%;}#pbCaption .pbThumbs li.active a img:hover {	cursor: default; /*addition by me - JR*/}#pbOverlay .prevNext {	display: none;	background: rgba(0,0,0,0);	position: absolute;	z-index: 10;	height: 100%;	width: 35%;	padding: 80px 0;	opacity: 0;	box-sizing: border-box;	-moz-box-sizing: border-box;	top: 0;	transition: .2s ease-out;	text-shadow: 0 0 12px #000, 0 0 10px #FFF;	user-select: none;	filter: alpha(opacity=0);	cursor: pointer;}#pbOverlay.hasArrows .prevNext {	display: block;}#pbOverlay .prevNext.pbHide {	display: none;}#pbOverlay.on .prevNext:hover {	opacity: .5;	filter: alpha(opacity=50);}#pbOverlay.on .prevNext:hover:active {	transition: 80ms;	opacity: 1;	filter: alpha(opacity=100);	}.prevNext b {	display: inline-block;	vertical-align: middle;	transition: .2s ease-in;}.prevNext:hover b {	 transition: .2s cubic-bezier(.095, .870, .485, .985);}#pbPrevBtn b {	transform: scale(.4) translateX(350px);	-webkit-transform: scale(.4) translateX(350px);}#pbNextBtn b {	transform: scale(.4) translateX(-350px);	-webkit-transform: scale(.4) translateX(-350px);}#pbPrevBtn b:before,	#pbNextBtn b:after {	display: inline;	line-height: .3;	font-size: 18em;	font-weight: normal;	color: #FFFFFF; /* !!! */	font-family: Arial, Helvetica, sans-serif; /* instead of 'Arial' - JR */}#pbPrevBtn b:before {	content: '\2039';}#pbNextBtn b:after {	content: '\203A';}.on #pbPrevBtn:hover b {	transform: scale(1) translateX(20px);	-webkit-transform: scale(1) translateX(20px);}.on #pbNextBtn:hover b {	transform: scale(1) translateX(-20px);	-webkit-transform: scale(1) translateX(-20px);}.show #pbPrevBtn, #pbOverlay.show #pbNextBtn {	}.show #pbPrevBtn {	left: 0;	text-align: left;}.show #pbNextBtn {	right: 0;	text-align: right;}/*------- media queries (for small screens) -----------*/@media all and (max-width:700px) {.pbWrapper img,	.pbHide .pbWrapper img.prepare {	max-height: 100%;}.thumbs .pbWrapper {	padding: 0;	margin: 0;}.pbThumbs {	margin-bottom: -60px;}.pbThumbs.show {	margin: 0;}.pbThumbs ul {	/*height: 50px;*/	height: 90px; /* better ? - JR */}.pbThumbs li {	height: 100%;	opacity: 1;}.pbThumbs li img {	min-height: 96.5%;}}/* fix for Chrome */@media all and (max-width:710px) {.pbThumbs li.active a img {	min-height: 96%;}}/*------- hide thumbs on small screens ------------  (my take on fighting the problem that the caption  does not center on small screens - JR*/@media only screen and (max-width:700px){	.pbThumbs {		margin-bottom: -60px;		display: none !important;	}		#pbCaption label {		display: none !important;	}			/*.pbCaptionText {		padding-left: 0;	}*/    }/* end of PhotoboxPlus stack *//* Start dooText X stack CSS code */.stacks_in_134x{	display: block !important;	text-align: left !important;	}@media (max-width:768px) {	.stacks_in_134x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_134x{		text-align: left !important;	}}/* End dooText X stack CSS code */
#stacks_in_134 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_542211 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_542211 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

/* Start dooHeader X stack CSS code */.stacks_in_542135x{	display: block !important;		text-align: left !important;		}@media (max-width:768px) {	.stacks_in_542135x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_542135x{		text-align: left !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_542135 {
	margin:  5px;
	padding:  5px;
}
/* Start of CollagePlus stack v1.3.6 [page.css] *//* transitions.css *//*A library of transitions for revealing the loaded images(Heavily) Inspired by http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations/*/.effect-parent {    -webkit-perspective: 1300px;    -moz-perspective: 1300px;    perspective: 1300px;    }/* EFFECT 1 */.effect-1 {    -webkit-transform-style: preserve-3d;    -moz-transform-style: preserve-3d;    transform-style: preserve-3d;    -webkit-transform-origin: 50% 50% -300px;    -moz-transform-origin: 50% 50% -300px;    transform-origin: 50% 50% -300px;    -webkit-transform: rotateX(-180deg);    -moz-transform: rotateX(-180deg);    transform: rotateX(-180deg);    -webkit-animation: fly ease-in-out forwards;    -moz-animation: fly ease-in-out forwards;    animation: fly ease-in-out forwards;}@-webkit-keyframes fly {    100% { -webkit-transform: rotateX(0deg); opacity: 1; -webkit-transform-origin:50% 50% 0; }}@-moz-keyframes fly {    100% { -moz-transform: rotateX(0deg); opacity: 1; -moz-transform-origin:50% 50% 0; }}@keyframes fly {    100% { transform: rotateX(0deg); opacity: 1; transform-origin:50% 50% 0; }}/* EFFECT 2 */.effect-2 {    -webkit-transform: translateY(200px);    -moz-transform: translateY(200px);    transform: translateY(200px);    -webkit-animation: moveUp ease forwards;    -moz-animation: moveUp ease forwards;    animation: moveUp ease forwards;}@-webkit-keyframes moveUp {    to { -webkit-transform: translateY(0); opacity: 1; }}@-moz-keyframes moveUp {    to { -moz-transform: translateY(0); opacity: 1; }}@keyframes moveUp {    to { transform: translateY(0); opacity: 1; }}/* EFFECT 3 */.effect-3 {    -webkit-transform-style: preserve-3d;    -moz-transform-style: preserve-3d;    transform-style: preserve-3d;    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);    -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);    transform: translateZ(400px) translateY(300px) rotateX(-90deg);    -webkit-animation: fallPerspective ease-in-out forwards;    -moz-animation: fallPerspective ease-in-out forwards;    animation: fallPerspective ease-in-out forwards;}@-webkit-keyframes fallPerspective {    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }}@-moz-keyframes fallPerspective {    100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }}@keyframes fallPerspective {    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }}/* EFFECT 4 */.effect-4 {    -webkit-transform-style: preserve-3d;    -moz-transform-style: preserve-3d;    transform-style: preserve-3d;    -webkit-transform-origin: 0% 0%;    -moz-transform-origin: 0% 0%;    transform-origin: 0% 0%;    -webkit-transform: rotateX(-80deg);    -moz-transform: rotateX(-80deg);    transform: rotateX(-80deg);    -webkit-animation: flip ease-in-out forwards;    -moz-animation: flip ease-in-out forwards;    animation: flip ease-in-out forwards;}@-webkit-keyframes flip {    100% { -webkit-transform: rotateX(0deg); opacity: 1; }}@-moz-keyframes flip {    100% { -moz-transform: rotateX(0deg); opacity: 1; }}@keyframes flip {    100% { transform: rotateX(0deg); opacity: 1; }}/* EFFECT 5 */.effect-5 {    -webkit-transform-style: preserve-3d;    -moz-transform-style: preserve-3d;    transform-style: preserve-3d;    -webkit-transform: rotateY(-180deg);    -moz-transform: rotateY(-180deg);    transform: rotateY(-180deg);    -webkit-animation: moveUp ease-in-out forwards;    -moz-animation: moveUp ease-in-out forwards;    animation: moveUp ease-in-out forwards;}/* EFFECT 6 */.effect-6 {    -webkit-transform:  scale(0.638) translate(-179px);    -moz-transform:     scale(0.638) translate(-179px);    transform:          scale(0.638) translate(-179px);    -webkit-animation: moveUp ease-in-out forwards;    -moz-animation: moveUp ease-in-out forwards;    animation: moveUp ease-in-out forwards;}/* Universal durations */.effect-duration-1{    -webkit-animation-duration: .4s;    -moz-animation-duration:    .4s;    animation-duration:         .4s;}.effect-duration-2{    -webkit-animation-duration: .5s;    -moz-animation-duration:    .5s;    animation-duration:         .5s;}.effect-duration-3{    -webkit-animation-duration: .6s;    -moz-animation-duration:    .6s;    animation-duration:         .6s;}.effect-duration-4{    -webkit-animation-duration: .7s;    -moz-animation-duration:    .7s;    animation-duration:         .7s;}.effect-duration-5{    -webkit-animation-duration: .8s;    -moz-animation-duration:    .8s;    animation-duration:         .8s;}.effect-duration-6{    -webkit-animation-duration: .9s;    -moz-animation-duration:    .9s;    animation-duration:         .9s;}.effect-duration-7{    -webkit-animation-duration: .95s;    -moz-animation-duration:    .95s;    animation-duration:         .95s;}.effect-duration-8{    -webkit-animation-duration: 1s;    -moz-animation-duration:    1s;    animation-duration:         1s;}.effect-duration-9{    -webkit-animation-duration: 1.05s;    -moz-animation-duration:    1.05s;    animation-duration:         1.05s;}.effect-duration-10{    -webkit-animation-duration: 1.1s;    -moz-animation-duration:    1.1s;    animation-duration:         1.1s;}/* end of transitions.css */#stacks_in_542155 .Collage{    /*This is where you set the padding you want between the images*/    padding: 10px;}#stacks_in_542155 {	margin: -10px -10px -20px;}#stacks_in_542155 * {	-webkit-transition: all 400ms ease-in-out;	   -moz-transition: all 400ms ease-in-out;	     -o-transition: all 400ms ease-in-out;	        transition: all 400ms ease-in-out;}	#stacks_in_542155 .Collage img{    margin:0;    padding:0;    display:inline-block;    vertical-align:bottom;    opacity:1;    /*This is where you set the border you want for the image*/    border: 0px solid #FFFFFF;    	-webkit-filter: blur(0) grayscale(0) sepia(0);	filter: blur(0) grayscale(0) sepia(0);	    				opacity: 1;	}#stacks_in_542155 .Collage img:hover {    border: 0px solid #E6E6E6;    	-webkit-filter: blur(0) grayscale(0) sepia(0);	filter: blur(0) grayscale(0) sepia(0);						opacity: 1;	}#stacks_in_542155 .centered_image {    opacity:0;     -moz-border-radius: 0px;    -webkit-border-radius: 0px;    border-radius: 0px;}    #stacks_in_542155 .centered_image img{    -moz-border-radius: 0px;    -webkit-border-radius: 0px;    border-radius: 0px;}#stacks_in_542155 .Caption_Background {	    border-radius: 0 0 0px 0px;}#stacks_in_542155 .Caption{    font-size: 10px;	font-weight: normal;	font-style: normal;	display: none;}#stacks_in_542155 .Caption_Content{    color: #FFFFFF;    padding:20px;}/* End of CollagePlus stack [page.css] *//* PhotoboxPlus stack v1.1.2 */#pbOverlay.hide, #pbOverlay .hide {	display: block;} /* needed to make things work with Foundation framework - JR *//* Normilizes box-sizing  */#pbOverlay *,#pbOverlay *:before,#pbOverlay *:after {	-moz-box-sizing: content-box;	     box-sizing: content-box;}#pbOverlay.show {	opacity: 1;	pointer-events: auto;}#pbOverlay {	opacity: 0;	overflow: hidden;	width: 100%;	height: 100%;	position: fixed;	/*z-index: 9999; changed to: */	z-index: 99999;	left: 0;	top: 0;	text-align: center;	pointer-events: none;	-moz-user-select: none;	background: rgba(0, 0, 0, 1.00);	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000'); removed by me - JR */	/* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); removed by me - JR */	-webkit-transform: translate3d(0);	transition: opacity 300ms ease;}#pbOverlay.msie {	background-color: rgba(0, 0, 0, 1.00);}.msie.pbLoading .pbWrapper {	/*background: url('../images/loading.gif') no-repeat center center;*/	background: url(../files/loading.gif) no-repeat center center;}@keyframes pbLoaderFrames {	50%{ height: 5px;}}@-webkit-keyframes pbLoaderFrames {	50%{ height: 5px;}}.pbLoader {	display: none;	width: 100px;	height: 100px;	position: absolute;	z-index: 999;	top: 0;	left: 0;	right: 0;	bottom: 0;	margin: auto;	text-align: center;	border-radius: 100%;	box-shadow: 15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px;	transition: .3s;}.thumbs .pbLoader {	-webkit-transform: translateY(-50px);	transform: translateY(-50px);}.pbLoading:not(.msie):not(.error) .pbLoader {	display: block;}.pbLoader b {	display: inline-block;	vertical-align: middle;	margin: 0 2px;	width: 8px;	height: 60px;	border-radius: 5px;	background: rgba(255,255,255,.8);	box-shadow: 0 0 10px rgba(0,0,0,.5);	-webkit-animation: .9s pbLoaderFrames infinite linear;	animation: .9s pbLoaderFrames infinite linear;}.pbLoader b:nth-child(2) {	-webkit-animation-delay: .3s;	animation-delay: .3s;}.pbLoader b:nth-child(3) {	-webkit-animation-delay: .6s;	animation-delay: .6s;}.mobile.pbLoading .pbLoader {	transform: none;	transition: 0s;}.pbWrapper:after,#pbCaption .pbThumbs ul:after,#pbOverlay .prevNext:after,#pbOverlay .pbLoader:before {	content: "";	display: inline-block;	height: 100%;	margin-right: -.25em;	vertical-align: middle;}/* Animation when image was not loaded */@keyframes deadImage {	50%{ text-shadow: 0 0 25px rgba(255,255,255,.5);	transform: scale(.85);}}@-webkit-keyframes deadImage {	50%{ text-shadow: 0 0 25px rgba(255,255,255,.5);	-webkit-transform: scale(.85);}}.pbWrapper {	-moz-box-sizing: border-box;	box-sizing: border-box;	transform: rotate(0deg);	vertical-align: middle;	/*height: 100%;*/	height: 90%; top: 5%; /* better! - JR */	perspective: 1200px;	position: relative;	/*transition: .2s;*/ /* solves first image sliding out in Safari */}.video > .pbWrapper {	z-index: 11;	display: inline-block;}/*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/.pbLoading .pbWrapper {	display: inline-block\9;	width: 100%;}/* ie8+9 hack */.pbWrapper:before {	content: '\2716';	color: transparent;	text-shadow: 0 2px 35px rgba(255,255,255,0);	font-size: 0;	vertical-align: middle;	cursor: default;	transition: text-shadow .7s ease-out;}.error .pbWrapper:before {	font-size: 22em;	text-shadow: 0 0 0 #FFF;	-webkit-animation: 2s 1s deadImage infinite linear;	animation: 2s 1s deadImage infinite linear;}.thumbs .pbWrapper {	padding: 0;	margin: 0;}.error .pbWrapperr img {	width: 0;}.pbWrapper > div {	display: none;	width: 624px;	height: 351px;	vertical-align: middle;	border-radius: 5px;	background: rgba(0,0,0,.5);}.video > .pbWrapper > div {	display: inline-block;}#pbOverlay iframe,	#pbOverlay embed,	#pbOverlay object {	display: block;	width: 100%;	height: 100%;	opacity: 1;	transition: .5s;}.pbWrapper .pbHide iframe {	opacity: 0;}.pbWrapper > div,	.pbWrapper > img {	transition: .8s .5s cubic-bezier(.1, .87, .48, 1);	-webkit-transform: none;	    -ms-transform: none;	        transform: none;	-webkit-backface-visibility: hidden;	box-shadow: 0 0 20px rgba(0, 0, 0, 1.00);}/* FOR MOBILE */.mobile.show .pbWrapper > div,	.mobile.show .pbWrapper > img {	transition: 30ms;}/* Content effects */.pbWrapper > *,	.pbHide .pbWrapper > .prepare {	opacity: 1;	vertical-align: middle;	-webkit-transform: scale(0) rotateX(80deg);	    -ms-transform: scale(0) rotateX(80deg);	        transform: scale(0) rotateX(80deg);	border-radius: 6px;	border: none;	max-height: 95%;	max-width: 100%;}.pbWrapper img {max-width: 80%;	border: 5px solid rgba(255, 255, 255, 1.00);	background: rgba(255, 255, 255, 1.00);}.on .pbWrapper > * {	transition-delay: 0s;}.pbWrapper .zoomable {	-webkit-transition: 0s;	transition: 0s;	position: relative;	z-index: 9;}.pbHide .pbWrapper > * {	-webkit-transform: scale(1.2);	        transform: scale(1.2);	        transform: none\9;	opacity: 0;	transition: .4s ease-out;}/*-- close button --*/#pbCloseBtn,#pbAutoplayBtn {	position: absolute;	top: -50px;	right: -50px;	z-index: 999;	display: block;	padding: 0 0 20px 20px;	text-align: center;	cursor: pointer;	/*color: #FFF;*/ /* replaced with individual color settings (below) - JR */	transition: .3s .3s ease-out;}#pbCloseBtn {	color: #FFFFFF;}#pbAutoplayBtn {	color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif !important; /* added by me - JR */}.pbHide #pbCloseBtn {	top: -50px;	right: -50px;}.on #pbCloseBtn {	top: -2px;	right: -2px;}#pbCloseBtn:before {	content: '\00D7';	font-family: Arial, Helvetica, sans-serif !important; /* instead of 'arial' - JR */}#pbCloseBtn:before, #pbAutoplayBtn:before {	display: inline-block;	height: 35px;	width: 35px;	padding: 8px 8px 12px 12px;	font-size: 2em;	/*opacity: .8;*/ /* disabled, moved to seprate backgrounds [line 427, 431]*/	vertical-align: middle;	/*background: rgba(255,255,255,.2);*/ /* disabled, moved to sepate backgrounds [line 427, 431]*/	border-radius: 0 0 0 70px;	transition: .1s ease-out;}#pbAutoplayBtn:before {	background: rgba(255, 255, 255, 0.20);}	#pbCloseBtn:before {	background: rgba(255, 255, 255, 0.20);}#pbCloseBtn:hover:before {	padding: 15px 10px 24px 24px;	/*background: rgba(255,100,100,.4); disabled by me - JR*/ }/*-- autoplay controller --*/#pbAutoplayBtn {	display: none;	right: auto;	left: -50px;	padding: 0;	width: 50px;	height: 50px;	font-size: 13px;}.hasAutoplay #pbAutoplayBtn {	display: block;}#pbAutoplayBtn:hover {	width: 60px;	height: 60px;}.on #pbAutoplayBtn {	top: 0px;	left: 0px;	transition: .1s ease-out;}#pbAutoplayBtn:before {	/*content: '\2016';*/	content: 'II'; /* looks much better - JR */	width: 100%;	height: 100%;	border-radius: 0 0 70px 0;	font-weight: bold;	padding: 0;	text-indent: -6px;	text-indent: 6px\9; /* addition by me - JR */	line-height: 1.6;}#pbAutoplayBtn:active:before {	text-shadow: 0 0 3px #FFF, 0 0 6px #FFF;}#pbAutoplayBtn.play:before {	content: '\25BA';}#pbAutoplayBtn .pbProgress {	display: none\9;	width: 100%;	height: 100%;	overflow: hidden;	position: absolute;	padding: 6px;	top: 0;	left: 0;	/*opacity: .2;*/ /* disabled; opacity is now in box-shadow (line 528)*/	-webkit-transform: rotateZ(0deg);	    -ms-transform: rotateZ(0deg);	        transform: rotateZ(0deg);	-webkit-transform-origin: 0 0;	    -ms-transform-origin: 0 0;	        transform-origin: 0 0;	-webkit-transition: .3s;	        transition: .3s;}.mobile #pbAutoplayBtn .pbProgress {	-webkit-transition: 0s;	transition: 0s;}#pbAutoplayBtn.playing .pbProgress {	-webkit-transform: rotateZ(90deg);	    -ms-transform: rotateZ(90deg);	        transform: rotateZ(90deg);}#pbAutoplayBtn .pbProgress:before {	content: '';	position: absolute;	right: 0;	bottom: 0;	width: 200%;	height: 200%;	border-radius: 50%;	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.20) inset; /* added by me - JR */}#pbCaption,.pbHide #pbCaption {	position: absolute;	z-index: 999;	/*margin-bottom: 5px;*/	margin-bottom: 1em; /* better ? - JR */	bottom: -120px;	width: 100%;	overflow: hidden;	transition: .4s;}.show.on #pbCaption {	bottom: 0;	font-size: 12px; /* addition by me - JR */	transition-delay: .5s;}#pbOverlay.thumbs #pbCaption label {	display: block;}#pbCaption label {	display: none;	position: relative;	z-index: 1;	top: -5px;	float: right;	width: 60px;	margin-right: 10px;	color: #FFF;	opacity: .3;	transition: .2s;	cursor: pointer;}#pbCaption label:after {	background: #FFFFFF;	box-shadow: 12px 0 #FFFFFF, -12px 0 #FFFFFF;	content: "";	display: inline-block;	height: 0;	padding: 10px 5px;	text-align: right;	vertical-align: top;	width: 0;}#pbCaption label:hover {	opacity: 1;}#pbCaption .title, #pbCaption .counter {	display: inline-block;	color: #FFFFFF;	/*margin: 0 6px;*/	margin: 6px; /* better ? - JR */}#pbCaption .counter {	display: none;	/*opacity: .55;*/	color: #999999;}.hasCounter #pbCaption .counter {	display: inline-block;}.pbCaptionText {	transition: .3s;	opacity: .9;	/*font-weight: bold; disabled by me - JR */	/* font-size: .9em; moved to .show.on #pbCaption - JR */	/*text-shadow: 1px 1px 1px rgba(0,0,0,.5);*/ /* disabled by me - JR */	/*padding-left: 60px;*/ /* Caption text does not center with this on small screens; not on small screens [line 894] */		margin-bottom: .4em; /* addition by me - JR */	height: auto; /* addition by me - JR */	line-height: 1; /* addition by me - JR */}/* padding-left from <label> */.pbCaptionText.change {	-webkit-transform: translateY(25px);	/*transform: translateY(25px); changed to: */	transform: perspective(1px) translateY(25px); /* in an attempt to fight the jagged text */	opacity: 0;}.mobile #pbCaption label {	display: none;	z-index: -1;	color: red;}.mobile .pbCaptionText {	padding: 0;}/* hide thumbnails */#pbThumbsToggler:checked ~ #pbCaption .pbThumbs {	margin: 0;}#pbThumbsToggler:checked ~ .pbWrapper {	margin-top: -50px;	padding: 50px 0;}.pbThumbs {	display: none;	transition: .35s;	-webkit-overflow-scrolling: touch;}.thumbs .pbThumbs {	display: block;	width: 100%;	padding: 5px 0 2px;	margin-bottom: -100px;	overflow: hidden;}.mobile .pbThumbs {	overflow: auto;}.pbThumbs:hover {	clear: both;}.pbThumbs ul {	display: inline-block;	position: relative;	list-style: none;	height: 80px;	padding: 0 5px;	margin: 0;	white-space: pre;	transition: .2s;}.pbThumbs ul:after {	vertical-align: bottom;}.pbThumbs li {	display: inline-block;	vertical-align: bottom;	height: 70%;	opacity: .6;	text-align: center;	position: relative;	transition: .15s;}.pbThumbs li.active {	height: 100%;	opacity: 1;}.pbThumbs li:hover {	height: 100%;	opacity: 1;}.pbThumbs li.video::before {	content: '\25BA';	color: #FFF;	font-size: 20px;	height: 20px;	width: 20px;	line-height: .9;	position: absolute;	bottom: 4px;	left: 7px;	background: rgba(0,0,0,.4);	box-shadow: 0 0 0 3px rgba(0,0,0,.4);	border-radius: 0 3px 0 0;	pointer-events: none;}.pbThumbs a {	height: 100%;	padding: 0 2px;	display: block;	-moz-user-select: none;}.pbThumbs li:hover a {	}.pbThumbs img {	height: 96%;	min-height: 95.9%;	border: 2px solid #FFFFFF;	max-width: none;	border-radius: 0;	transition: .15s;}#pbCaption .pbThumbs img:hover {	border-color: #FFFFFF !important; /*addition by me - JR*/}.pbThumbs li:hover img {	min-height: 96%;}/* fix a bug in Chrome and Opera */.pbThumbs li.fast a img {	transition: none;}.pbThumbs li.active a img {	border-color: #E6E6E6;	min-height: 96%;}#pbCaption .pbThumbs li.active a img:hover {	cursor: default; /*addition by me - JR*/}#pbOverlay .prevNext {	display: none;	background: rgba(0,0,0,0);	position: absolute;	z-index: 10;	height: 100%;	width: 35%;	padding: 80px 0;	opacity: 0;	box-sizing: border-box;	-moz-box-sizing: border-box;	top: 0;	transition: .2s ease-out;	text-shadow: 0 0 12px #000, 0 0 10px #FFF;	user-select: none;	filter: alpha(opacity=0);	cursor: pointer;}#pbOverlay.hasArrows .prevNext {	display: block;}#pbOverlay .prevNext.pbHide {	display: none;}#pbOverlay.on .prevNext:hover {	opacity: .5;	filter: alpha(opacity=50);}#pbOverlay.on .prevNext:hover:active {	transition: 80ms;	opacity: 1;	filter: alpha(opacity=100);	}.prevNext b {	display: inline-block;	vertical-align: middle;	transition: .2s ease-in;}.prevNext:hover b {	 transition: .2s cubic-bezier(.095, .870, .485, .985);}#pbPrevBtn b {	transform: scale(.4) translateX(350px);	-webkit-transform: scale(.4) translateX(350px);}#pbNextBtn b {	transform: scale(.4) translateX(-350px);	-webkit-transform: scale(.4) translateX(-350px);}#pbPrevBtn b:before,	#pbNextBtn b:after {	display: inline;	line-height: .3;	font-size: 18em;	font-weight: normal;	color: #FFFFFF; /* !!! */	font-family: Arial, Helvetica, sans-serif; /* instead of 'Arial' - JR */}#pbPrevBtn b:before {	content: '\2039';}#pbNextBtn b:after {	content: '\203A';}.on #pbPrevBtn:hover b {	transform: scale(1) translateX(20px);	-webkit-transform: scale(1) translateX(20px);}.on #pbNextBtn:hover b {	transform: scale(1) translateX(-20px);	-webkit-transform: scale(1) translateX(-20px);}.show #pbPrevBtn, #pbOverlay.show #pbNextBtn {	}.show #pbPrevBtn {	left: 0;	text-align: left;}.show #pbNextBtn {	right: 0;	text-align: right;}/*------- media queries (for small screens) -----------*/@media all and (max-width:700px) {.pbWrapper img,	.pbHide .pbWrapper img.prepare {	max-height: 100%;}.thumbs .pbWrapper {	padding: 0;	margin: 0;}.pbThumbs {	margin-bottom: -60px;}.pbThumbs.show {	margin: 0;}.pbThumbs ul {	/*height: 50px;*/	height: 90px; /* better ? - JR */}.pbThumbs li {	height: 100%;	opacity: 1;}.pbThumbs li img {	min-height: 96.5%;}}/* fix for Chrome */@media all and (max-width:710px) {.pbThumbs li.active a img {	min-height: 96%;}}/*------- hide thumbs on small screens ------------  (my take on fighting the problem that the caption  does not center on small screens - JR*/@media only screen and (max-width:700px){	.pbThumbs {		margin-bottom: -60px;		display: none !important;	}		#pbCaption label {		display: none !important;	}			/*.pbCaptionText {		padding-left: 0;	}*/    }/* end of PhotoboxPlus stack *//* Start dooText X stack CSS code */.stacks_in_542207x{	display: block !important;	text-align: left !important;	}@media (max-width:768px) {	.stacks_in_542207x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_542207x{		text-align: left !important;	}}/* End dooText X stack CSS code */
#stacks_in_542207 {
	margin:  5px;
	padding:  5px;
}
