/*

Issue:
Strata, remove z-index from #t-band
Writer, remove z-index from .wrapper.main

*/

@font-face {
  font-family: 'velvet';
  src:  url('../files/icons/velvet.eot?ddr21z');
  src:  url('../files/icons/velvet.eot?ddr21z#iefix') format('embedded-opentype'),
  url('../files/icons/velvet.woff2?ddr21z') format('woff2'),
  url('../files/icons/velvet.ttf?ddr21z') format('truetype'),
  url('../files/icons/velvet.woff?ddr21z') format('woff'),
  url('../files/icons/velvet.svg?ddr21z#velvet') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="velvet-"], [class*=" velvet-"] {
  font-family: 'velvet' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.velvet_alert{
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 13px;
  transform: translate(-50%,-50%);
  padding: 6px 10px;
  line-height: 1.5;
  background: rgba(0,0,0,0.8);
  border-radius: 5px;
  text-align: center;
  font-family: arial;
}

.velvet-play-1:before {
  content: "\e903";
}
.velvet-play-2:before {
  content: "\e904";
}
.velvet-play-6:before {
  content: "\e905";
}
.velvet-play-3:before {
  content: "\e901";
}
.velvet-play-4:before {
  content: "\e902";
}
.velvet-play-5:before {
  content: "\e900";
}

.velvet-icon{
  position: absolute;
  z-index: 2;
  pointer-events:none;
  text-align: center;
  text-shadow: none;
  transition: color 300ms;
}
.velvet-icon:after {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.vzoom-img-op .velvet-icon{
	opacity: 0;
}
.cf:after{
  content: "";
  display: table;
  clear: both;
}
.velvet_active{ overflow: visible !important; }

.velvet_active:after{
  content: "";
  display: table;
  clear: both;
}

.vzoom-img-in[data-preventzoom="True"]{
  z-index: 0 !important;
}
.vzoom-img-in[data-preventzoom="True"] img,
.vzoom-img-in[data-preventzoom="True"] .vzoom-img-wrap{
  transform: none !important;
}
.vzoom-player table{ 
  background: transparent !important;
}
.vzoom-player .embed-center{ 
  max-width: 150vh;
  margin: 0 auto;
}
.vzoom-player .embed-container{ 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  background: #000;
  overflow: hidden !important; 
  max-width: 100%;
  margin-bottom: 0 !important;
  line-height: 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}
body.velvet_scaleIn .vzoom-player .embed-container{
  animation: ncdVideoScaleIn .5s .2s backwards;
}
.vzoom-player .embed-container:before{
  height: 100%;
  width: 100%;
  background: #000;
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: opacity 150ms;
}
.vzoom-player .embed-container:after{
  padding-top: 100%;
  content: '';
  display: block;
}
.vzoom-player.close .embed-container:before{
  z-index: 1;
  opacity: 1;
}
.vzoom-player .embed-container iframe, 
.vzoom-player .embed-container object, 
.vzoom-player .embed-container embed{ 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
.vzoom-player .embed-container video{
  position: relative;
  z-index: 1000;
}
.vzoom-img,
.vzoom-img-wrap {
  position: relative;
  z-index: 66669999;
  -webkit-transition: all 300ms 100ms;
  -o-transition: all 300ms 100ms;
  transition: all 300ms 100ms;
}
.vzoom-overlay-open .vzoom-img,
.vzoom-overlay-open .vzoom-img-wrap {
  -webkit-transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
img[data-action="vzoom"] {
  cursor: pointer;
  width: 100%;
  max-width: none;
  float: left;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
img.vzoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.velvet_placeholder{
  text-align: center;
}

@media screen and (min-width: 600px) {
  .velvet_placeholder{
    height: 0;
    padding-top: 50%;
  }
}


.velvet_placeholder img{
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}


.velvet_placeholder .velvet-icon{
  display: none;
}
.no_image + .velvet-icon{
  display: block;
}


.vzoom-img-in{
  transition: opacity .4s .1s;
  position: relative;
}
.vzoom-img-in img{
  margin: 0;
}
.vzoom-img-in:before{
  position: absolute;
  pointer-events:none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  transition: background 300ms;
}
.vzoom-img-in:hover:before{
  background: ;
}
.vzoom-img-in.velvet_active{
 z-index: 77779999;
}
.vzoom-img-in:after {
  content: "";
  display: table;
  clear: both;
}
.vzoom-img-in.vzoom-img-op{
  transition: opacity .35s;
  opacity: 0;
  pointer-events: none;
}
.vzoom-img-in.vzoom-img-op[data-preventzoom="True"]{
  opacity: 1;
}
.vzoom-overlay,
.vzoom-player {
  z-index: 1000;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.vzoom-overlay-open .vzoom-overlay {
  filter: "alpha(opacity=80)";
  opacity: .80;
}
.vzoom-overlay{
  -webkit-transition: opacity 300ms 300ms;
  -o-transition: opacity 300ms 300ms;
  transition: opacity 300ms 300ms;
}
.vzoom-overlay-open .vzoom-overlay{
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.vzoom-player {
  z-index: 1001;
  background: none;
  margin: 40px;
  opacity: 1;
  filter: none;
  pointer-events: auto;
  animation: ncdVideoOpacityIn .6s .25s backwards;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vzoom-player table{
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}
.vzoom-player table td{
  vertical-align: middle;
}
.vzoom-player *{
  box-sizing: content-box;
}
.vzoom-player.close .embed-container{
  transition: opacity 300ms;
  opacity: 0;
}
.vzoom-overlay-open,
.vzoom-overlay-transitioning {
  cursor: default;
}
@keyframes ncdVideoOpacityIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ncdVideoScaleIn {
  0%   { transform: scale(0.96); }
  100% { transform: scale(1); }
}
.vzoom-img-in .embed-container{ 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  background: #000;
  overflow: hidden !important; 
  max-width: 100%;
  line-height: 0;
}
.vzoom-img-in .embed-container iframe, 
.vzoom-img-in .embed-container object, 
.vzoom-img-in .embed-container embed{ 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

@media screen and (min-width: 600px) {
  .vzoom-img-in .embed-container{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .vzoom-img-in img,
  .vzoom-img-in:before,
  .vzoom-img-in .velvet-icon{
    display: none !important;
  }
  .vzoom-img-in .embed-container,
  .vzoom-img-in .embed-container iframe, 
  .vzoom-img-in .embed-container object, 
  .vzoom-img-in .embed-container embed{ 
    display: block;
  }
}


/* Edit Mode */

#stacks_in_83 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_84 {
	font-size: 150%;
}

#stacks_in_34 {
	padding: 0px 0px 20px 0px;
}
#toggleWrapper_stacks_in_662 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle1 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle1 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle1:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle1 .normalContent {
	display: inherit;
}

#myToggle1 .hoveredContent {
	display: none;
}

#myToggle1:hover .normalContent {
	display: none;
}

#myToggle1:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_662 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_662 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_662,
	#toggleButtonstacks_in_662.toggleOpenIcon,
	#toggleButtonstacks_in_662.toggleCloseIcon,
	#myToggle1 a:link:after,
	#myToggle1 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_662 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_665 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle2 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle2 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle2:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle2 .normalContent {
	display: inherit;
}

#myToggle2 .hoveredContent {
	display: none;
}

#myToggle2:hover .normalContent {
	display: none;
}

#myToggle2:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_665 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_665 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_665,
	#toggleButtonstacks_in_665.toggleOpenIcon,
	#toggleButtonstacks_in_665.toggleCloseIcon,
	#myToggle2 a:link:after,
	#myToggle2 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_665 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_668 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle3 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle3 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle3:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle3 .normalContent {
	display: inherit;
}

#myToggle3 .hoveredContent {
	display: none;
}

#myToggle3:hover .normalContent {
	display: none;
}

#myToggle3:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_668 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_668 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_668,
	#toggleButtonstacks_in_668.toggleOpenIcon,
	#toggleButtonstacks_in_668.toggleCloseIcon,
	#myToggle3 a:link:after,
	#myToggle3 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_668 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_671 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle4 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle4 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle4:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle4 .normalContent {
	display: inherit;
}

#myToggle4 .hoveredContent {
	display: none;
}

#myToggle4:hover .normalContent {
	display: none;
}

#myToggle4:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_671 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_671 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_671,
	#toggleButtonstacks_in_671.toggleOpenIcon,
	#toggleButtonstacks_in_671.toggleCloseIcon,
	#myToggle4 a:link:after,
	#myToggle4 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_671 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_674 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle5 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle5 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle5:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle5 .normalContent {
	display: inherit;
}

#myToggle5 .hoveredContent {
	display: none;
}

#myToggle5:hover .normalContent {
	display: none;
}

#myToggle5:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_674 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_674 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_674,
	#toggleButtonstacks_in_674.toggleOpenIcon,
	#toggleButtonstacks_in_674.toggleCloseIcon,
	#myToggle5 a:link:after,
	#myToggle5 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_674 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_677 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle6 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle6 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle6:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle6 .normalContent {
	display: inherit;
}

#myToggle6 .hoveredContent {
	display: none;
}

#myToggle6:hover .normalContent {
	display: none;
}

#myToggle6:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_677 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_677 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_677,
	#toggleButtonstacks_in_677.toggleOpenIcon,
	#toggleButtonstacks_in_677.toggleCloseIcon,
	#myToggle6 a:link:after,
	#myToggle6 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_677 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_680 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle7 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle7 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle7:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle7 .normalContent {
	display: inherit;
}

#myToggle7 .hoveredContent {
	display: none;
}

#myToggle7:hover .normalContent {
	display: none;
}

#myToggle7:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_680 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_680 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_680,
	#toggleButtonstacks_in_680.toggleOpenIcon,
	#toggleButtonstacks_in_680.toggleCloseIcon,
	#myToggle7 a:link:after,
	#myToggle7 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_680 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_683 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle8 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle8 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle8:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle8 .normalContent {
	display: inherit;
}

#myToggle8 .hoveredContent {
	display: none;
}

#myToggle8:hover .normalContent {
	display: none;
}

#myToggle8:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_683 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_683 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_683,
	#toggleButtonstacks_in_683.toggleOpenIcon,
	#toggleButtonstacks_in_683.toggleCloseIcon,
	#myToggle8 a:link:after,
	#myToggle8 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_683 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_686 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle9 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle9 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle9:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle9 .normalContent {
	display: inherit;
}

#myToggle9 .hoveredContent {
	display: none;
}

#myToggle9:hover .normalContent {
	display: none;
}

#myToggle9:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_686 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_686 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_686,
	#toggleButtonstacks_in_686.toggleOpenIcon,
	#toggleButtonstacks_in_686.toggleCloseIcon,
	#myToggle9 a:link:after,
	#myToggle9 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_686 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_689 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle10 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle10 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle10:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle10 .normalContent {
	display: inherit;
}

#myToggle10 .hoveredContent {
	display: none;
}

#myToggle10:hover .normalContent {
	display: none;
}

#myToggle10:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_689 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_689 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_689,
	#toggleButtonstacks_in_689.toggleOpenIcon,
	#toggleButtonstacks_in_689.toggleCloseIcon,
	#myToggle10 a:link:after,
	#myToggle10 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_689 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_692 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle11 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle11 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle11:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle11 .normalContent {
	display: inherit;
}

#myToggle11 .hoveredContent {
	display: none;
}

#myToggle11:hover .normalContent {
	display: none;
}

#myToggle11:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_692 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_692 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_692,
	#toggleButtonstacks_in_692.toggleOpenIcon,
	#toggleButtonstacks_in_692.toggleCloseIcon,
	#myToggle11 a:link:after,
	#myToggle11 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_692 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_695 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle12 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle12 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle12:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle12 .normalContent {
	display: inherit;
}

#myToggle12 .hoveredContent {
	display: none;
}

#myToggle12:hover .normalContent {
	display: none;
}

#myToggle12:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_695 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_695 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_695,
	#toggleButtonstacks_in_695.toggleOpenIcon,
	#toggleButtonstacks_in_695.toggleCloseIcon,
	#myToggle12 a:link:after,
	#myToggle12 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_695 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_698 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle13 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle13 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle13:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle13 .normalContent {
	display: inherit;
}

#myToggle13 .hoveredContent {
	display: none;
}

#myToggle13:hover .normalContent {
	display: none;
}

#myToggle13:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_698 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_698 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_698,
	#toggleButtonstacks_in_698.toggleOpenIcon,
	#toggleButtonstacks_in_698.toggleCloseIcon,
	#myToggle13 a:link:after,
	#myToggle13 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_698 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_701 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle14 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle14 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle14:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle14 .normalContent {
	display: inherit;
}

#myToggle14 .hoveredContent {
	display: none;
}

#myToggle14:hover .normalContent {
	display: none;
}

#myToggle14:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_701 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_701 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_701,
	#toggleButtonstacks_in_701.toggleOpenIcon,
	#toggleButtonstacks_in_701.toggleCloseIcon,
	#myToggle14 a:link:after,
	#myToggle14 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_701 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_704 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle15 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle15 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle15:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle15 .normalContent {
	display: inherit;
}

#myToggle15 .hoveredContent {
	display: none;
}

#myToggle15:hover .normalContent {
	display: none;
}

#myToggle15:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_704 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_704 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_704,
	#toggleButtonstacks_in_704.toggleOpenIcon,
	#toggleButtonstacks_in_704.toggleCloseIcon,
	#myToggle15 a:link:after,
	#myToggle15 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_704 {
		display: block !important;
	}
}
#toggleWrapper_stacks_in_707 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle16 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle16 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle16:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle16 .normalContent {
	display: inherit;
}

#myToggle16 .hoveredContent {
	display: none;
}

#myToggle16:hover .normalContent {
	display: none;
}

#myToggle16:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_707 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_707 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_707,
	#toggleButtonstacks_in_707.toggleOpenIcon,
	#toggleButtonstacks_in_707.toggleCloseIcon,
	#myToggle16 a:link:after,
	#myToggle16 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_707 {
		display: block !important;
	}
}
#stacks_in_711 .velvet-icon{
  font-size: 8vw;
  color: rgba(89, 172, 248, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_711 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_711 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_711 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_711 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_711 .vzoom-img-in img{border-radius:6px;}


#stacks_out_711 {
	width: 50%;
}

#stacks_in_299 {
	padding: 10px 0px 0px 0px;
}
#toggleWrapper_stacks_in_712 {
	display: block;
	position: relative;
	z-index: 1;
}

#myToggle17 {
	padding: 20px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
	line-height: 30px;
}




#myToggle17 {
	background: rgba(234, 234, 234, 1.00);
}













	
#myToggle17:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#myToggle17 .normalContent {
	display: inherit;
}

#myToggle17 .hoveredContent {
	display: none;
}

#myToggle17:hover .normalContent {
	display: none;
}

#myToggle17:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */



#toggleContainer_stacks_in_712 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_712 {
	background: rgba(234, 234, 234, 1.00);
}










@media print {
	#toggleButtonstacks_in_712,
	#toggleButtonstacks_in_712.toggleOpenIcon,
	#toggleButtonstacks_in_712.toggleCloseIcon,
	#myToggle17 a:link:after,
	#myToggle17 a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_712 {
		display: block !important;
	}
}

#stacks_in_641 {
	padding: 10px 0px 0px 0px;
}
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-9999px;background:url(../files/elevator-images/top.png) no-repeat left top;z-index:9988}#toTop:hover{background:url(../files/elevator-images/top.png) no-repeat left -51px}#toTop:active,#toTop:focus{outline:none}

#stacks_in_720 {
	font-size: 140%;
}

#stacks_in_362 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_362 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_360 {
	padding: 5px 60px 0px 60px;
}

#stacks_in_365 {
	padding: 5px 30px 0px 30px;
}

#stacks_in_63 .stacks_left {
	float:left;
	width:70%;
}

#stacks_in_63 .stacks_right {
	float:right;
	width:30%;
}
#stacks_in_63 {
	padding: 0px 0px 0px 200px;
}

#stacks_in_68 {
	padding: 5px 0px 0px 0px;
}

#stacks_in_69 {
	font-size: 120%;
}

#stacks_in_66 {
	border: solid rgba(233, 233, 233, 1.00);
	border-width: 2px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
