
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../contact_files/font/lato-light-webfont.eot');
    src: url('../contact_files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../contact_files/font/lato-light-webfont.woff') format('woff'),
         url('../contact_files/font/lato-light-webfont.ttf') format('truetype'),
         url('../contact_files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../contact_files/font/opensans-regular-webfont.eot');
    src: url('../contact_files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../contact_files/font/opensans-regular-webfont.woff') format('woff'),
         url('../contact_files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../contact_files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../contact_files/font/notoserif-regular-webfont.eot');
    src: url('../contact_files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../contact_files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../contact_files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../contact_files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */



/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 !important; list-style: none !important;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../contact_files/flexslider-icon.eot');
	src:url('../contact_files/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../contact_files/flexslider-icon.woff') format('woff'),
		url('../contact_files/flexslider-icon.ttf') format('truetype'),
		url('../contact_files/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
#stacks_in_p21071_n2_page6 .sf-loader{
	position: relative;
	text-align: center;
	font: normal 12px "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 15px;
	-webkit-text-stroke: 0.15px;
  top: 60%;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sf-loader hr{
	height: 10px !important;
	background-color: transparent !important;
	border: none;
}
#stacks_in_p21071_n2_page6 .sf-spinner {
  width: 80px;
  height: 50px;
  display: inline-block;
  background-color: #999999;
  border-radius: 1px;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: visible !important;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* FlexSlider Necessary Styles
*********************************/

#stacks_in_p21071_n2_page6{
	position: relative;
	z-index: 20;
	text-shadow: none;
	height: 225px;
	max-height: ;
	max-width: ;
	max-height:none;max-width:none;
	overflow: hidden;
}
.sf-loaded #stacks_in_p21071_n2_page6{height: auto;}

.flexslider {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.sf-loaded .flexslider{
	opacity: 1;
}
.sf-loaded .sf-loader{
	display: none;
}

.flexslider .slides{
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.flexslider .slides:not(.lt-ie){
	margin-left: 0 !important;
}

.flexslider .slides a,
.flexslider .slides img{
	outline: none;
	border: none;
}
.flexslider .slides a{}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flexslider .slides > li.anim {
	overflow: hidden;
  -webkit-transition: max-height 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: max-height 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: max-height 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.flexslider .slides img{width:100%;display: block;}
.flexslider .slides img.max {width: 100% !important; height: auto !important;}
.flexslider .slides img.limit {width: auto !important;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; }
#stacks_in_p21071_n2_page6 *{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#extraContainer1 .flexslider { margin: 0;}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.flexslider .slides { zoom: 1;}

/* Direction Nav */
#stacks_in_p21071_n2_page6 .flex-direction-nav {*height: 0;}

#stacks_in_p21071_n2_page6 .flex-direction-nav a{ 
	text-decoration:none;
	display: block;
	background-color: transparent;
	border-radius: 3px;
	font-style: normal !important;
	position: absolute;
	top: 50%;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	line-height: 0;
	margin-left: 30px;
	color: #111111 !important;
	-webkit-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#stacks_in_p21071_n2_page6 .flex-direction-nav .flex-next{
	margin-left: 0px;
	margin-right: 30px;
}
#stacks_in_p21071_n2_page6 .flex-direction-nav .flex-prev {
	-webkit-transform: translateX(-50px);
  -moz-transform:    translateX(-50px);
  -ms-transform:     translateX(-50px);
  -o-transform:      translateX(-50px);
  transform:         translateX(-50px);
	left: -10px;
}
#stacks_in_p21071_n2_page6 .flex-direction-nav .flex-next { 
	-webkit-transform: translateX(50px);
  -moz-transform:    translateX(50px);
  -ms-transform:     translateX(50px);
  -o-transform:      translateX(50px);
  transform:         translateX(50px);
	text-align: right; 
	right: -10px;
}
#stacks_in_p21071_n2_page6 .flexslider:hover .flex-prev,
#stacks_in_p21071_n2_page6 .flexslider:hover .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.4;
}

#stacks_in_p21071_n2_page6 .flex-direction-nav .flex-prev:before,
#stacks_in_p21071_n2_page6 .flex-direction-nav .flex-next:before{
	text-align: center;
	width: 45px;
	line-height: 46px;
	font-family: "flexslider-icon";
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
	z-index: 10;
	position: relative;
}
#stacks_in_p21071_n2_page6 .flex-direction-nav .flex-next:before  { width: 45px;content: '\f002';}
#stacks_in_p21071_n2_page6 .flexslider:hover .flex-next:hover, 
#stacks_in_p21071_n2_page6 .flexslider:hover .flex-prev:hover { opacity: 1; color: #111111 !important;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Caption */
.slides > li{position: relative;}
.flex-caption { 
	height:50px; 
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	background: rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1), inset 0 2px 0 rgba(255,255,255,.04);
	zoom: 1; 
	text-align: left; 
	width: 100%; 
	z-index: 10;
	display: block; 
	text-indent: 20px;
	position: absolute; 
	left: 0; 
	bottom: 0; 
	color: #fff;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.2px #999;
	font-size: 14px;
}

/* Control Nav */
body ol.flex-control-nav {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%; 
	position: absolute; 
	bottom: -40px; 
	text-align: center;
	opacity: 0.2;
	line-height: 50px;
	bottom: 0; 
	width:100%;
	z-index:100;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	transition: opacity .6s linear;
}
.flex-control-nav *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.flexslider:hover .flex-control-nav {
	opacity: 0.5;
}
#stacks_in_p21071_n2_page6 .flex-control-nav li {
	margin: 0 7px; 
	display: inline-block;
	zoom: 1;
	position: relative;
	*display: inline;
	list-style-type: none !important;
}
#stacks_in_p21071_n2_page6 .flex-control-paging li a {
	color: transparent !important; 
	width: 11px; 
	height: 11px; 
	display: block;
	float: left;
	background: #000000; 
	cursor: pointer; 
	text-align: left;
	text-indent: -9999px;
	position: relative;
	top: 1px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	transition: background .25s ease-out;
}
#stacks_in_p21071_n2_page6 .flex-control-paging li a:hover { background:  #FFFFFF; }
#stacks_in_p21071_n2_page6 .flex-control-paging li a.flex-active { background: #FFFFFF; cursor: default; }

/* Control Nav MOD */
#extraContainer1 .flex-control-nav {bottom: 0;}

.flex-control-nav.alignRight {
	opacity: 0.4;
	text-align: right; 
	right: 15px;
	width:auto;
	display: block;
	float: left;
}

.flexslider:hover .flex-control-nav.alignRight {
	opacity: 0.7;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
#stacks_in_p21071_n2_page6 .flexslider .flex-prev,
#stacks_in_p21071_n2_page6 .flexslider .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.6;
}
}
@media screen and (max-width: 480px) {
	#stacks_in_p21071_n2_page6 .flex-direction-nav{display: none;}
}


/* Edit Mode UI  */




/* We use this media query to add styles to any device that supports media queries */
@media only screen {
   
    #stacks_in_p21071_n17_page6 {
      margin: 0px;      
    }

    #stacks_in_p21071_n17_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_p21071_n17_page6 {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 0px;
      }
    
  


 
    #stacks_in_p21071_n17_page6 {
      margin: 0px;      
    }

    #stacks_in_p21071_n17_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_p21071_n17_page6 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
      }
    
 


 
    #stacks_in_p21071_n17_page6 {
      margin: 0px;      
    }

    #stacks_in_p21071_n17_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_p21071_n17_page6 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
      }
    
 


}


@media only screen and (max-width: 1024px) {
   
    #stacks_in_p21071_n17_page6 {
      margin: 0px;      
    }

    #stacks_in_p21071_n17_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_p21071_n17_page6 {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 0px;
      }
    
  


 
    #stacks_in_p21071_n17_page6 {
      margin: 0px;      
    }

    #stacks_in_p21071_n17_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_p21071_n17_page6 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
      }
    
 
}



@media only screen and (max-width: 480px) {
   
    #stacks_in_p21071_n17_page6 {
      margin: 0px;      
    }

    #stacks_in_p21071_n17_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_p21071_n17_page6 {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 0px;
      }
    
  

}


#stacks_in_p21071_n17_page6 {
	background-color: rgba(0, 0, 0, 1.00);
}

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


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

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

#stacks_in_p21071_n20_page6 img {
  border: 0;
}

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

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

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

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

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

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

#stacks_in_p21071_n20_page6 pre {
  overflow: auto;
}

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

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



/* **************** */
/* Stack Specific   */
/* **************** */
%[if ]%
  %[if edit]%
    #stacks_in_p21071_n20_page6 {
      background-image: url(../contact_files/images/preview_numbers_background.png), url(../contact_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_p21071_n20_page6 *,
#stacks_in_p21071_n20_page6 *:before,
#stacks_in_p21071_n20_page6 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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



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


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

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

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

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

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

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

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

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

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

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

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

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

#stacks_in_p21071_n20_page6 .hide {
  display: none; }

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


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


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

#stacks_in_p21071_n20_page6 select {
  width: 100%; }

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Visibility CSS - Foundation */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #stacks_in_p21071_n20_page6 th.show-for-print {
    display: table-cell !important; } }
/* ********* */
/* 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_p21071_n24_page6 article,
#stacks_in_p21071_n24_page6 aside,
#stacks_in_p21071_n24_page6 details,
#stacks_in_p21071_n24_page6 figcaption,
#stacks_in_p21071_n24_page6 figure,
#stacks_in_p21071_n24_page6 footer,
#stacks_in_p21071_n24_page6 header,
#stacks_in_p21071_n24_page6 hgroup,
#stacks_in_p21071_n24_page6 main,
#stacks_in_p21071_n24_page6 nav,
#stacks_in_p21071_n24_page6 section,
#stacks_in_p21071_n24_page6 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_p21071_n24_page6 audio,
#stacks_in_p21071_n24_page6 canvas,
#stacks_in_p21071_n24_page6 progress,
#stacks_in_p21071_n24_page6 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_p21071_n24_page6 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_p21071_n24_page6 [hidden],
#stacks_in_p21071_n24_page6 template {
  display: none;
}


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

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

#stacks_in_p21071_n24_page6 img {
  border: 0;
}

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

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

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

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

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

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

#stacks_in_p21071_n24_page6 pre {
  overflow: auto;
}

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

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



/* **************** */
/* Stack Specific   */
/* **************** */
%[if ]%
  %[if edit]%
    #stacks_in_p21071_n24_page6 {
      background-image: url(../contact_files/images/preview_numbers_background.png), url(../contact_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_p21071_n24_page6 *,
#stacks_in_p21071_n24_page6 *:before,
#stacks_in_p21071_n24_page6 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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



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


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

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

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

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

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

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

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

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

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

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

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

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

#stacks_in_p21071_n24_page6 .hide {
  display: none; }

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


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


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

#stacks_in_p21071_n24_page6 select {
  width: 100%; }

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Visibility CSS - Foundation */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #stacks_in_p21071_n24_page6 th.show-for-print {
    display: table-cell !important; } }

#stacks_in_p21071_n28_page6 {
	margin: 30px 0px 0px 0px;
}

/* We use this media query to add styles to any device that supports media queries */
@media only screen {
   
    #stacks_in_2173_page6 {
      margin: 0px;      
    }

    #stacks_in_2173_page6 {
      padding: 5px;      
    }


    

     
      #stacks_in_2173_page6 {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 5px;
      }
    
  


 
    #stacks_in_2173_page6 {
      margin: 0px;      
    }

    #stacks_in_2173_page6 {
      padding: 20px;      
    }


    

     
      #stacks_in_2173_page6 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 20px;
      }
    
 


 
    #stacks_in_2173_page6 {
      margin: 0px;      
    }

    #stacks_in_2173_page6 {
      padding: 20px;      
    }


    

     
      #stacks_in_2173_page6 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 20px;
      }
    
 


}


@media only screen and (max-width: 1024px) {
   
    #stacks_in_2173_page6 {
      margin: 0px;      
    }

    #stacks_in_2173_page6 {
      padding: 5px;      
    }


    

     
      #stacks_in_2173_page6 {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 5px;
      }
    
  


 
    #stacks_in_2173_page6 {
      margin: 0px;      
    }

    #stacks_in_2173_page6 {
      padding: 20px;      
    }


    

     
      #stacks_in_2173_page6 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 20px;
      }
    
 
}



@media only screen and (max-width: 480px) {
   
    #stacks_in_2173_page6 {
      margin: 0px;      
    }

    #stacks_in_2173_page6 {
      padding: 5px;      
    }


    

     
      #stacks_in_2173_page6 {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 5px;
      }
    
  

}


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

#stacks_in_11132_page6 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width: 1px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
#stacks_in_11136_page6 .stacks_in_11136_page6-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_11136_page6 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_11136_page6 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_11136_page6 .stacks_in_11136_page6-button,
#stacks_in_11136_page6 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_11136_page6 {
		text-align: center;
	}







	@media only screen and (max-width: 480px) {
		#stacks_in_11136_page6 {
			text-align: center;
		}

		#stacks_in_11136_page6 .stacks_in_11136_page6-button {
			width: 100%;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		}
	}



#stacks_in_11136_page6 a.stacks_in_11136_page6-button, #stacks_in_11136_page6 a.stacks_in_11136_page6-button:visited, #stacks_in_11136_page6 a.stacks_in_11136_page6-button:hover, #stacks_in_11136_page6 a.stacks_in_11136_page6-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_11136_page6 .stacks_in_11136_page6-button {
		
			background-color: none;
			border: 1px solid #CCCCCC;
		
	}

	#stacks_in_11136_page6 a.stacks_in_11136_page6-button, #stacks_in_11136_page6 a.stacks_in_11136_page6-button:visited {
		
			color: #4C4C4C !important;
			
	}

	#stacks_in_11136_page6 a.stacks_in_11136_page6-button:hover, #stacks_in_11136_page6 a.stacks_in_11136_page6-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #CCCCCC;
		
	}

	
	#stacks_in_11136_page6 .button_icon {
		
			background-color: none;
			border-right: 1px solid #CCCCCC;
		
	}

	#stacks_in_11136_page6 a.stacks_in_11136_page6-button:hover .button_icon, #stacks_in_11136_page6 a.stacks_in_11136_page6-button:active .button_icon {
		
			background-color: #CCCCCC;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_21069_page6 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 20px 0px 15px 0px;
	padding: 20px 0px 0px 0px;
}
/* 
Formsnap v.3.0.3 Stylesheet 
MODIFIED: 2019/10/16 10:27:16
*/




/* live edits to work in formsnap */
#stacks_in_11093_page6 .control-group.incase,
#stacks_in_11093_page6 .yd-radio-checkbox,
#stacks_in_11093_page6 .yd-file
{
  width:100%;
  margin: 0px 0px 10px 0px !important;
}



#stacks_in_11093_page6, #stacks_out_11093_page6, .stacks_top, #%id# .out
{
	 overflow: visible;
 }

/* custom overrides */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9A9A;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9A9A9A;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9A9A9A;
}

#stacks_in_11093_page6 .control-group .img-drop, 
#stacks_in_11093_page6 .control-group .incase-box, 
#stacks_in_11093_page6 .control-group input:not(.and-up), 
#stacks_in_11093_page6 .control-group select, 
#stacks_in_11093_page6 .control-group textarea {
  font-family: Lato;
  font-size: 16px;
  color: #616161;
  border-color: #CFCFCF;
  border-width: 1px;
  background-color: #FFFFFF;
}

#stacks_in_11093_page6 .control-group.incase input:focus, 
#stacks_in_11093_page6 .control-group.incase select:focus, 
#stacks_in_11093_page6 .control-group.incase textarea:focus {
  border-color: #CFCFCF;
  outline: 0;
  box-shadow: none;
}

/* #stacks_in_11093_page6  .yd-file:before {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
} */

#stacks_in_11093_page6  .yd-file .yd-file-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_11093_page6 .yd-rating.yd-no-label .yd-star-menu {
  padding-top:6px;
}

#stacks_in_11093_page6  .yd-rating .yd-rating-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_11093_page6 .yd-file.yd-no-label .selected-file {
  padding-top:6px;
}

#stacks_in_11093_page6  .yd-required {
  color: #FFFFFF;
}

#stacks_in_11093_page6 .yd-sub-text {
  color: #999999;
  font-size: 13px;
}

#stacks_in_11093_page6 .yd-border {
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_11093_page6 .yd-trumbowyg .trumbowyg-button-pane {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_11093_page6 .trumbowyg-button-pane button {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
}
#stacks_in_11093_page6 .yd-trumbowyg {
  background:  #FFFFFF;
  background-color:  #FFFFFF;
}

#stacks_in_11093_page6 .yd-trumbowyg .trumbowyg-editor {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_11093_page6 .trumbowyg-button-pane button.trumbowyg-active, 
#stacks_in_11093_page6 .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, 
#stacks_in_11093_page6 .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: transparent;
}


#stacks_in_11093_page6 .parsley-errors-list li,
#stacks_in_11093_page6 .yd-invalid-msg {
  color:#8E2F2E;
  font-size:14px;
}

#stacks_in_11093_page6 button.yd-btn {
  background: #FFFFFF;
  color: #222222;
  font-size: 20px;
  padding: 10px 10px;
  font-family: Lato;
}

#stacks_in_11093_page6 button.yd-btn:disabled,
#stacks_in_11093_page6 button.yd-btn[disabled]{
  opacity:.5;
  cursor: not-allowed !important;
}

#stacks_in_11093_page6 button.yd-btn:hover {
  background: #E6E6E6;
}

#stacks_in_11093_page6 button.yd-btn.yd-primary {
  background: #5771A2;
  color: #FFFFFF;
  font-size:  20px;
}

#stacks_in_11093_page6 button.yd-btn.yd-primary:hover {
  background: #3E5889;
}

#stacks_in_11093_page6 .refresh-captcha {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #333333;
  border-bottom-width: 0;
/*  border: 1px solid #DBDBDB;*/
}


#stacks_in_11093_page6 .accent-color, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
#stacks_in_11093_page6 .control-group.incase label, 
#stacks_in_11093_page6 div[class^=yd-]>div>label {
color: #333333;
/* font-size:  16px;
font-family: Lato; */
}

input.yd-star:checked ~ label.yd-star:before {
  color:#333333;
  transition: all .25s;
}

input.yd-rating-star-5:checked ~ label.yd-star:before {
  color:#333333;
}


#stacks_in_11093_page6 .control-group.incase label, 
#stacks_in_11093_page6 div[class^=yd-]>div>label {
color: #333333;
font-size:  16px;
font-family: Lato;
}

.yd-add-item {
	font-size:  16px;
  font-family: Lato; /* same size as labels */
}

#stacks_in_11093_page6 .fs-checkbox-label{
	color: #616173;
	font-size:  16px;
}

#stacks_in_11093_page6 .yd-file:before { color: #333333; }

#stacks_in_11093_page6 .fs-checkbox-label{
	color: #616173;
	font-family: Lato;
}

#stacks_in_11093_page6 .radio_checkbox li a{;
  font-family: Lato;
  font-size:  16px;
}

#stacks_in_11093_page6 .control-group.incase .incase-box, 
#stacks_in_11093_page6 .control-group.incase input, 
#stacks_in_11093_page6 .control-group.incase select, 
#stacks_in_11093_page6 .control-group.incase textarea{
	color: #616161;
	font-size:  16px;
	font-family: Lato;
  border-color: #CFCFCF;
  border-width: 1px;
  /* padding-top: %input-padding-top%; */
}

/* select down arrow color */
#stacks_in_11093_page6 .control-group.yd-select>div:after {
  border-top: 6px solid #CFCFCF;
}


#stacks_in_11093_page6 .fs-checkbox-radio .fs-checkbox-flag, 
#stacks_in_11093_page6 .rangeslider__fill {
background: #5771A2;
}

#stacks_in_11093_page6 .fs-checkbox-flag:before {
  border-color: #5771A2;
}

#stacks_in_11093_page6 .steps .yd-step.current {
  border-color: #CFCFCF;
}

#stacks_in_11093_page6 .yd-step-dots ul li i.fa { color:#CFCFCF !important; }
#stacks_in_11093_page6 .yd-step-dots ul li.active i.fa { color:#5771A2 !important; }

/* mobile buttons */
.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
	color: #5771A2;
	border: 1px solid #5771A2;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
	background: #5771A2;
	border: 1px solid #5771A2
}


.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
background: #5771A2; border-color: #5771A2;
}

 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
    background:#3E5889; color:#fff;
    }

		/* hight light color */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
	background-color: #9DB7E8;
	}
 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
		background-color: #9DB7E8;
		}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
		color: #5771A2;
		}

.calentim-container .calentim-input, .calentim-container-mobile .calentim-input {
  border-color: #CFCFCF;
/*  border-width: 1px;*/
}

/* light pre-select color on drag */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background-color: #A7C1F2;
  }

/* selected day inner span */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #5771A2;
  }

/* hide top pointer */
#stacks_in_11093_page6 .calentim-box-arrow-top:before {
  border-color: rgba(184,184,184,0);
  border-bottom-color:  #CFCFCF;
}

/* header link hover */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover{
  color: #5771A2;
}

/* month selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #5771A2;
}

/* month hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover
 {
  background: #708ABB;
}

/* year selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current {
  background: #5771A2;
}

/* year carets */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  color: #5771A2;
}

/* year hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover {
  background: #708ABB;
}

/* Alerts */

#stacks_in_11093_page6 .yd-alert {
  font-family: Lato;
}

#stacks_in_11093_page6 .rangeslider__value-bubble {
	background-color: #5771A2;
}

#stacks_in_11093_page6 .rangeslider__value-bubble::before {
	border-top: 6px solid #5771A2;
}

#stacks_in_11093_page6 .color-well {
	position:absolute; top:26px; left:11px; width:12px; height:12px; border-radius:3px;
}



#stacks_in_11093_page6 .color-well {
	top:45px;
}

#stacks_in_11093_page6 .yd-captcha>div{
  top: unset !important;
}

#stacks_in_11093_page6 .yd-captcha label {
  margin-left: 6px;
}

#stacks_in_11093_page6 .control-group.incase label {
	position: relative;
	white-space: normal;
	width: auto;
	line-height: inherit;
	padding-left: 0;
}

#stacks_in_11093_page6 .control-group.yd-trumbowyg.incase label {
	display: block;
	padding: 6px 5px 5px;
	background: #fff;
	position: absolute;
	line-height: 10px;
	font-weight: 600;
	top: 42px;
	left: 6px;
}

#stacks_in_11093_page6 .control-group.incase input, .control-group.incase textarea, 
#stacks_in_11093_page6 .control-group.incase select {
	padding: 12px 10px 12px 10px;
}

#stacks_in_11093_page6 .yd-file { padding-top:20px }
#stacks_in_11093_page6 .yd-file label {top:-20px !important }

#stacks_in_11093_page6 .yd-file .selected-file
{
  padding:7px 10px 7px;
}

#stacks_in_11093_page6 .yd-rating { padding-top:20px }
#stacks_in_11093_page6 .yd-rating label {top:-20px !important }
#stacks_in_11093_page6 .yd-rating .yd-star-menu{ padding:34px 8px 8px 0; }

#stacks_in_11093_page6 .control-group.yd-select > div:after {
	top: 30px
}

#stacks_in_11093_page6 i.yd-card-type { top:46px; }



/* .yd-error.yd-textarea .yd-counter
{
	bottom: 34px !important;
} */
.yd-error .yd-tooltip {
	bottom: 38px !important;
}

#stacks_in_11093_page6 .form-navigation  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px; 
}

#stacks_in_11093_page6 .form-navigation .fs-col-1,
#stacks_in_11093_page6 .form-navigation .fs-col-2,
#stacks_in_11093_page6 .form-navigation .fs-col-3,
#stacks_in_11093_page6 .form-navigation .fs-col-4,
#stacks_in_11093_page6 .form-navigation .fs-col-5,
#stacks_in_11093_page6 .form-navigation .fs-col-6,
#stacks_in_11093_page6 .form-navigation .fs-col-7,
#stacks_in_11093_page6 .form-navigation .fs-col-8,
#stacks_in_11093_page6 .form-navigation .fs-col-9,
#stacks_in_11093_page6 .form-navigation .fs-col-10,
#stacks_in_11093_page6 .form-navigation .fs-col-11,
#stacks_in_11093_page6 .form-navigation .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #stacks_in_11093_page6 .form-navigation .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#stacks_in_11093_page6 .form-navigation .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#stacks_in_11093_page6 .form-navigation .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#stacks_in_11093_page6 .form-navigation .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#stacks_in_11093_page6 .form-navigation .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#stacks_in_11093_page6 .form-navigation .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#stacks_in_11093_page6 .form-navigation .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#stacks_in_11093_page6 .form-navigation .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#stacks_in_11093_page6 .form-navigation .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#stacks_in_11093_page6 .form-navigation .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#stacks_in_11093_page6 .form-navigation .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#stacks_in_11093_page6 .form-navigation .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

	#stacks_in_11093_page6 .form-navigation:not(:first-child) {
  margin: 20px 0 20px 0; }

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#stacks_in_11093_page6 .form-navigation .fs-grid-container {
    display: block; }
		#stacks_in_11093_page6 .form-navigation .fs-col-1,
		#stacks_in_11093_page6 .form-navigation .fs-col-2,
		#stacks_in_11093_page6 .form-navigation .fs-col-3,
		#stacks_in_11093_page6 .form-navigation .fs-col-4,
		#stacks_in_11093_page6 .form-navigation .fs-col-5,
		#stacks_in_11093_page6 .form-navigation .fs-col-6,
		#stacks_in_11093_page6 .form-navigation .fs-col-7,
		#stacks_in_11093_page6 .form-navigation .fs-col-8,
		#stacks_in_11093_page6 .form-navigation .fs-col-9,
		#stacks_in_11093_page6 .form-navigation .fs-col-10,
		#stacks_in_11093_page6 .form-navigation .fs-col-11,
		#stacks_in_11093_page6 .form-navigation .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}


	/* modal custom colors */
  #stacks_in_11093_page6 .yd-overlay{background: rgba(0, 0, 0, 0.80);}
  #stacks_in_11093_page6 .yd-content{background:rgba(255, 255, 255, 1.00);color:rgba(70, 69, 69, 1.00);}
  #stacks_in_11093_page6 .yd-content h3{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_11093_page6 .yd-content .yd-body{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_11093_page6 .yd-modal.error .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_11093_page6 .yd-modal.success .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_11093_page6 .yd-modal-show.yd-effect-12 ~ .yd-overlay {background: rgba(255, 255, 255, 1.00)} 
  #stacks_in_11093_page6 .yd-modal-show.yd-effect-16 ~ .yd-overlay {background: rgba(0, 0, 0, 0.80);}
  #stacks_in_11093_page6 .yd-modal.process .yd-content button { display:none !important; }

/* loader */

#stacks_in_11093_page6 .yd-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#stacks_in_11093_page6 .yd-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5771A2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#stacks_in_11093_page6 .yd-loader div:nth-child(1) {
  left: 6px;
  animation: yd-loader1 0.6s infinite;
}
#stacks_in_11093_page6 .yd-loader div:nth-child(2) {
  left: 6px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_11093_page6 .yd-loader div:nth-child(3) {
  left: 26px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_11093_page6 .yd-loader div:nth-child(4) {
  left: 45px;
  animation: yd-loader3 0.6s infinite;
}
@keyframes yd-loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yd-loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes yd-loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}



 

#stacks_in_11093_page6 {
	padding: 0px 50px 0px 0px;
}
 
 
 
 
 
 
 
 
 
#usefulStackWrapperstacks_in_21085_page6 {
	margin: 0 auto 0 0;
	min-width: 0px;
	max-width: 300px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_21085_page6 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_21085_page6 {
		display: none;
	}
}













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

/* #stacks_in_11109_page6 Custom Button Style */
#stacks_in_11109_page6 .btn {
	color: #FFFFFF !important;
	background-color: #333333 !important;
	border-color: #FFFFFF !important;
}

#stacks_in_11109_page6 .btn:hover {
	background-color: #1F1F1F !important;
	border-color: #EBEBEB !important;
}

a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}
 

/* We use this media query to add styles to any device that supports media queries */
@media only screen {
   
    #stacks_in_21062_page6 {
      margin: 0px;      
    }

    #stacks_in_21062_page6 {
      padding: 0px;      
    }


    

    
  


 
    #stacks_in_21062_page6 {
      margin: 0px;      
    }

    #stacks_in_21062_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_21062_page6 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
      }
    
 


 
    #stacks_in_21062_page6 {
      margin: 0px;      
    }

    #stacks_in_21062_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_21062_page6 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
      }
    
 


}


@media only screen and (max-width: 1024px) {
   
    #stacks_in_21062_page6 {
      margin: 0px;      
    }

    #stacks_in_21062_page6 {
      padding: 0px;      
    }


    

    
  


 
    #stacks_in_21062_page6 {
      margin: 0px;      
    }

    #stacks_in_21062_page6 {
      padding: 0px;      
    }


    

     
      #stacks_in_21062_page6 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
      }
    
 
}



@media only screen and (max-width: 480px) {
   
    #stacks_in_21062_page6 {
      margin: 0px;      
    }

    #stacks_in_21062_page6 {
      padding: 0px;      
    }


    

    
  

}

