
#stacks_in_153 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_506{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_506 .c+.c .count{margin-left: 4px;}
#stacks_in_506.s3 .c.s2_3 .count,#stacks_in_506.s4 .c.s2_4 .count,#stacks_in_506.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_506.s2 .c.s1_2 .c-pad,#stacks_in_506.s3 .c.s1_3 .c-pad,#stacks_in_506.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_506.s3 .c.s2_3 .c-pad,#stacks_in_506.s4 .c.s2_4 .c-pad,#stacks_in_506.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_506.s2 .c.s2_2 .c-pad,#stacks_in_506.s3 .c.s3_3 .c-pad,#stacks_in_506.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_506 .c+.c .count,
	#stacks_in_506.s3 .c.s2_3 .count,
	#stacks_in_506.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_506 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_506 .c:first-child,#stacks_in_506.s4 .c.s1_4,#stacks_in_506.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_506 .c:last-child,#stacks_in_506.s4 .c.s3_4,#stacks_in_506.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_506.s2 .c-pad,#stacks_in_506.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_506.s4 .c.s2_4 .count,
	#stacks_in_506.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_506.s4 .c {width: 49.2%;}
	#stacks_in_506.s4 .c.s1_4 .c-pad,#stacks_in_506.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_506.s4 .c.s2_4 .c-pad,#stacks_in_506.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_506 .count{ margin-left: 0 !important;}
	#stacks_in_506 .c .c-pad{padding: 0 !important;}
	#stacks_in_506.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
/* ********* */
/* 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_130 article,
#stacks_in_130 aside,
#stacks_in_130 details,
#stacks_in_130 figcaption,
#stacks_in_130 figure,
#stacks_in_130 footer,
#stacks_in_130 header,
#stacks_in_130 hgroup,
#stacks_in_130 main,
#stacks_in_130 nav,
#stacks_in_130 section,
#stacks_in_130 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_130 audio,
#stacks_in_130 canvas,
#stacks_in_130 progress,
#stacks_in_130 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_130 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_130 [hidden],
#stacks_in_130 template {
  display: none;
}


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

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

#stacks_in_130 img {
  border: 0;
}

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

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

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

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

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

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

#stacks_in_130 pre {
  overflow: auto;
}

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

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



/* **************** */
/* Stack Specific   */
/* **************** */
%[if ]%
  %[if edit]%
    #stacks_in_130 {
      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_130 *,
#stacks_in_130 *:before,
#stacks_in_130 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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



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


%[if ]%
/* Desktop aka LARGE */
@media only screen and (min-width: 64.063em) {
  #stacks_in_130>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_130 meta.foundation-version {
  font-family: "/5.3.1/"; }

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

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

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

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

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

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

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

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

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

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

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

#stacks_in_130 .hide {
  display: none; }

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


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


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

#stacks_in_130 select {
  width: 100%; }

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Visibility CSS - Foundation */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #stacks_in_130 th.hide-for-small-only, #stacks_in_130 td.hide-for-small-only, #stacks_in_130 th.show-for-small-up, #stacks_in_130 td.show-for-small-up, #stacks_in_130 th.hide-for-small, #stacks_in_130 td.hide-for-small, #stacks_in_130 th.hide-for-small-down, #stacks_in_130 td.hide-for-small-down, #stacks_in_130 th.hide-for-medium-only, #stacks_in_130 td.hide-for-medium-only, #stacks_in_130 th.show-for-medium-up, #stacks_in_130 td.show-for-medium-up, #stacks_in_130 th.hide-for-medium, #stacks_in_130 td.hide-for-medium, #stacks_in_130 th.hide-for-medium-down, #stacks_in_130 td.hide-for-medium-down, #stacks_in_130 th.hide-for-large-only, #stacks_in_130 td.hide-for-large-only, #stacks_in_130 th.show-for-large-up, #stacks_in_130 td.show-for-large-up, #stacks_in_130 th.hide-for-large, #stacks_in_130 td.hide-for-large, #stacks_in_130 th.hide-for-large-down, #stacks_in_130 td.hide-for-large-down, #stacks_in_130 th.hide-for-xlarge-only, #stacks_in_130 td.hide-for-xlarge-only, #stacks_in_130 th.show-for-xlarge-up, #stacks_in_130 td.show-for-xlarge-up, #stacks_in_130 th.show-for-xxlarge-only, #stacks_in_130 td.show-for-xxlarge-only, #stacks_in_130 th.show-for-xxlarge-up, #stacks_in_130 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_130 table.hide-for-landscape, #stacks_in_130 table.show-for-portrait {
  display: table; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #stacks_in_130 td.show-for-portrait, #stacks_in_130 td.hide-for-landscape,
  #stacks_in_130 th.show-for-portrait,
  #stacks_in_130 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_130 .show-for-touch {
  display: inherit !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #stacks_in_130 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;
}
input#stacks_in_521.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:30px; 
	line-height:0px; 
	border:none; 
	margin:0; 
	padding: 20px;
	color:#FFFFFF!important; 
	font-size: 16px;
	text-transform:none; 
	background:#0600D7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_521.pay-submit:hover{
	background-color:#98A3D8!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ********* */
/* 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_484 article,
#stacks_in_484 aside,
#stacks_in_484 details,
#stacks_in_484 figcaption,
#stacks_in_484 figure,
#stacks_in_484 footer,
#stacks_in_484 header,
#stacks_in_484 hgroup,
#stacks_in_484 main,
#stacks_in_484 nav,
#stacks_in_484 section,
#stacks_in_484 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_484 audio,
#stacks_in_484 canvas,
#stacks_in_484 progress,
#stacks_in_484 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_484 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_484 [hidden],
#stacks_in_484 template {
  display: none;
}


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

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

#stacks_in_484 img {
  border: 0;
}

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

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

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

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

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

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

#stacks_in_484 pre {
  overflow: auto;
}

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

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



/* **************** */
/* Stack Specific   */
/* **************** */
%[if ]%
  %[if edit]%
    #stacks_in_484 {
      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_484 *,
#stacks_in_484 *:before,
#stacks_in_484 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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



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


%[if ]%
/* Desktop aka LARGE */
@media only screen and (min-width: 64.063em) {
  #stacks_in_484>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_484 meta.foundation-version {
  font-family: "/5.3.1/"; }

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

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

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

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

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

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

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

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

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

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

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

#stacks_in_484 .hide {
  display: none; }

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


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


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

#stacks_in_484 select {
  width: 100%; }

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Visibility CSS - Foundation */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #stacks_in_484 th.hide-for-small-only, #stacks_in_484 td.hide-for-small-only, #stacks_in_484 th.show-for-small-up, #stacks_in_484 td.show-for-small-up, #stacks_in_484 th.hide-for-small, #stacks_in_484 td.hide-for-small, #stacks_in_484 th.hide-for-small-down, #stacks_in_484 td.hide-for-small-down, #stacks_in_484 th.hide-for-medium-only, #stacks_in_484 td.hide-for-medium-only, #stacks_in_484 th.show-for-medium-up, #stacks_in_484 td.show-for-medium-up, #stacks_in_484 th.hide-for-medium, #stacks_in_484 td.hide-for-medium, #stacks_in_484 th.hide-for-medium-down, #stacks_in_484 td.hide-for-medium-down, #stacks_in_484 th.hide-for-large-only, #stacks_in_484 td.hide-for-large-only, #stacks_in_484 th.show-for-large-up, #stacks_in_484 td.show-for-large-up, #stacks_in_484 th.hide-for-large, #stacks_in_484 td.hide-for-large, #stacks_in_484 th.hide-for-large-down, #stacks_in_484 td.hide-for-large-down, #stacks_in_484 th.hide-for-xlarge-only, #stacks_in_484 td.hide-for-xlarge-only, #stacks_in_484 th.show-for-xlarge-up, #stacks_in_484 td.show-for-xlarge-up, #stacks_in_484 th.show-for-xxlarge-only, #stacks_in_484 td.show-for-xxlarge-only, #stacks_in_484 th.show-for-xxlarge-up, #stacks_in_484 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_484 table.hide-for-landscape, #stacks_in_484 table.show-for-portrait {
  display: table; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #stacks_in_484 td.show-for-portrait, #stacks_in_484 td.hide-for-landscape,
  #stacks_in_484 th.show-for-portrait,
  #stacks_in_484 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_484 .show-for-touch {
  display: inherit !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #stacks_in_484 th.show-for-print {
    display: table-cell !important; } }
#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_1508x{	display: block !important;		text-align: left !important;		}@media (max-width:768px) {	.stacks_in_1508x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_1508x{		text-align: center !important;	}}/* End dooHeader X stack CSS code *//* Start dooText X stack CSS code */.stacks_in_525x{	display: block !important;	text-align: left !important;	}@media (max-width:768px) {	.stacks_in_525x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_525x{		text-align: center !important;	}}/* End dooText X stack CSS code */
#stacks_in_525 {
	margin: 0px 0px 5px 0px;
}
#stacks_in_71{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_71 .c+.c .count{margin-left: 4px;}
#stacks_in_71.s3 .c.s2_3 .count,#stacks_in_71.s4 .c.s2_4 .count,#stacks_in_71.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_71.s2 .c.s1_2 .c-pad,#stacks_in_71.s3 .c.s1_3 .c-pad,#stacks_in_71.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_71.s3 .c.s2_3 .c-pad,#stacks_in_71.s4 .c.s2_4 .c-pad,#stacks_in_71.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_71.s2 .c.s2_2 .c-pad,#stacks_in_71.s3 .c.s3_3 .c-pad,#stacks_in_71.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_71 .c+.c .count,
	#stacks_in_71.s3 .c.s2_3 .count,
	#stacks_in_71.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_71 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_71 .c:first-child,#stacks_in_71.s4 .c.s1_4,#stacks_in_71.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_71 .c:last-child,#stacks_in_71.s4 .c.s3_4,#stacks_in_71.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_71.s2 .c-pad,#stacks_in_71.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_71.s4 .c.s2_4 .count,
	#stacks_in_71.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_71.s4 .c {width: 49.2%;}
	#stacks_in_71.s4 .c.s1_4 .c-pad,#stacks_in_71.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_71.s4 .c.s2_4 .c-pad,#stacks_in_71.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_71 .count{ margin-left: 0 !important;}
	#stacks_in_71 .c .c-pad{padding: 0 !important;}
	#stacks_in_71.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
/* Start dooText X stack CSS code */.stacks_in_1510x{	display: block !important;	text-align: left !important;	}@media (max-width:768px) {	.stacks_in_1510x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_1510x{		text-align: left !important;	}}/* End dooText X stack CSS code */
#stacks_in_1510 {
	padding: 0px 0px 0px 7px;
}
input#stacks_in_522.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:30px; 
	line-height:0px; 
	border:none; 
	margin:0; 
	padding: 20px;
	color:#FFFFFF!important; 
	font-size: 16px;
	text-transform:none; 
	background:#0400CD; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_522.pay-submit:hover{
	background-color:#A3ABE2!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.pay select{
padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


select {
	font-size: 13px;
	display: inline-block;
	color: #222;
	vertical-align: top;
	height: 30px;
	line-height: 22px;
	padding: 2px;
	padding: initial;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px;
}

.pay select, .pay select:focus{
outline:none;
height: 41px;
font-size: 16px;
width: 93%!important;

padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

label {
	margin-left: 0px!important;
}
#stacks_in_522 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_528 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_528 .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_468x{	display: block !important;		text-align: left !important;		}@media (max-width:768px) {	.stacks_in_468x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_468x{		text-align: center !important;	}}/* End dooHeader X stack CSS code *//* Start dooText X stack CSS code */.stacks_in_532x{	display: block !important;	text-align: left !important;	}@media (max-width:768px) {	.stacks_in_532x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_532x{		text-align: center !important;	}}/* End dooText X stack CSS code */
#stacks_in_532 {
	margin: 0px 0px 5px 0px;
}
#stacks_in_463{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_463 .c+.c .count{margin-left: 4px;}
#stacks_in_463.s3 .c.s2_3 .count,#stacks_in_463.s4 .c.s2_4 .count,#stacks_in_463.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_463.s2 .c.s1_2 .c-pad,#stacks_in_463.s3 .c.s1_3 .c-pad,#stacks_in_463.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_463.s3 .c.s2_3 .c-pad,#stacks_in_463.s4 .c.s2_4 .c-pad,#stacks_in_463.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_463.s2 .c.s2_2 .c-pad,#stacks_in_463.s3 .c.s3_3 .c-pad,#stacks_in_463.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_463 .c+.c .count,
	#stacks_in_463.s3 .c.s2_3 .count,
	#stacks_in_463.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_463 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_463 .c:first-child,#stacks_in_463.s4 .c.s1_4,#stacks_in_463.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_463 .c:last-child,#stacks_in_463.s4 .c.s3_4,#stacks_in_463.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_463.s2 .c-pad,#stacks_in_463.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_463.s4 .c.s2_4 .count,
	#stacks_in_463.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_463.s4 .c {width: 49.2%;}
	#stacks_in_463.s4 .c.s1_4 .c-pad,#stacks_in_463.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_463.s4 .c.s2_4 .c-pad,#stacks_in_463.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_463 .count{ margin-left: 0 !important;}
	#stacks_in_463 .c .c-pad{padding: 0 !important;}
	#stacks_in_463.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
/* Start dooText X stack CSS code */.stacks_in_470x{	display: block !important;	text-align: left !important;	}@media (max-width:768px) {	.stacks_in_470x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_470x{		text-align: left !important;	}}/* End dooText X stack CSS code */
#stacks_in_470 {
	padding: 0px 0px 0px 7px;
}
input#stacks_in_524.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:30px; 
	line-height:0px; 
	border:none; 
	margin:0; 
	padding: 20px;
	color:#FFFFFF!important; 
	font-size: 16px;
	text-transform:none; 
	background:#0100C2; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_524.pay-submit:hover{
	background-color:#A3ABE2!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.pay select{
padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


select {
	font-size: 13px;
	display: inline-block;
	color: #222;
	vertical-align: top;
	height: 30px;
	line-height: 22px;
	padding: 2px;
	padding: initial;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px;
}

.pay select, .pay select:focus{
outline:none;
height: 41px;
font-size: 16px;
width: 93%!important;

padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

label {
	margin-left: 0px!important;
}
#stacks_in_524 {
	margin:  5px;
	padding:  5px;
}
#PPMiniCart {
	z-index: 99999;
}



#PPMiniCart .minicart-closer {
   color: #000000;	
}

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

#PPMiniCart form {
max-width: 380px!important;
margin-left: -150px!important;
width: 280px!important;
font-size: 0.8em!important;
}

#PPMiniCart {
top: 10%!important;
}

#PPMiniCart ul {
	width: 260px!important;
	font-size: 0.9em!important;

}

#PPMiniCart .minicart-quantity {
width: 15px!important;
}

#PPMiniCart .minicart-remove {
width: 12px!important;
height: 19px;
font-size: 11px!important;
opacity: 0.70;
cursor: pointer;
}

#PPMiniCart .minicart-details-quantity {
width: 12%!important;
}

#PPMiniCart .minicart-subtotal {
position: relative!important;
left: 0px!important;
font-size: 16px;
padding-top: 10px!important;
}

#PPMiniCart .minicart-submit {
right: 0px!important;
}

}

#PPMiniCart button, #PPMiniCart .button {
    margin: 0 auto;    
    font-size: 0.8em;
}