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

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.7 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_374-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_374-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_374-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_374-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(17, 17, 17, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_374-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_374-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_374-sf,
#stacks_in_374-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_374-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_374-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_374-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_374-sf .loaded .flex-viewport,
#stacks_in_374-sf .slider,
#stacks_in_374-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_374-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_374-sf{min-height: 70px;}

#stacks_in_374-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_374-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(204, 10, 32, 1.00);
	border-top-color: rgba(204, 10, 32, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_374-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_374-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_374-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_374-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_374-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_374-sf .sf-flexslider .slides > li,
#stacks_in_374-sf .sf-flexslider .carousel > li,
#stacks_in_374-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_374-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_374-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_374-sf .sf-flexslider .slides > li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_374-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_374-sf .sf-flexslider .slides > li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_374-sf .sf-flexslider .slides > li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_374-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_374-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_374-sf .sf-flexslider .slides > li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_374-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_374-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_374-sf .sf-flexslider .slides > li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_374-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_374-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_374-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_374-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_374-sf .sf-flexslider .slides > li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_374-sf li.hero h2,
#stacks_in_374-sf li.hero p,
#stacks_in_374-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_374-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_374-sf li.hero:not(.flex-active-slide) p,
#stacks_in_374-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_374-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_374-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_374-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_374-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_374-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 1600ms;
	transition: opacity 300ms 1600ms;
}
#stacks_in_374-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_374-sf .flex-active-slide .caption-wrap,
#stacks_in_374-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_374-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_374-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_374-sf .caption-wrap{
	-webkit-transition: opacity .3s 1600ms;
	transition: opacity .3s 1600ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_374-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 1603ms;
	transition: opacity .5s 160300ms;

	-webkit-transition: opacity .5s 4600ms;
	transition: opacity .5s 4600ms;
}
#stacks_in_374-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_374-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_374-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_374-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_374-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_374-sf .slider .flex-direction-nav .flex-next,
#stacks_in_374-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_374-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_374-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_374-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_374-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_374-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_374-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_374-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_374-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_374-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_374-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_374-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_374-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_374-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_374-sf .flex-direction-nav a:before {display: none;}

#stacks_in_374-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_374-sf .sf-control:before,
#stacks_in_374-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_374-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_374-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(204, 10, 32, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_374-sf .flex-direction-nav{
		opacity: 0;
	}
}

@media only screen and (max-width: 400px) {
	#stacks_in_374-sf.iframe .flex-direction-nav{display: block;}
}
@media only screen and (max-width: 400px) {
	#stacks_in_374-sf.iframe .sf-flexslider .flex-direction-nav .flex-prev,
	#stacks_in_374-sf.iframe .sf-flexslider .flex-direction-nav .flex-next{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/* Thumbnails */

#stacks_in_374-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_374-sf .carousel{
		display: none;
	}
}
#stacks_in_374-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_374-sf .carousel .slides li{
	width: 70px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
#stacks_in_374-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_374-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_374-sf .carousel .slides li:hover,
#stacks_in_374-sf .carousel .slides li.flex-active-slide,
#stacks_in_374-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_374-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_374-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_374-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_374-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_374-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_374-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(8, 211, 253, 1.00); }



/* Edit  */

#stacks_in_374-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_374-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}



html.ncd-photo-lock{
	overflow: hidden;
}
a[data-photo-group]{
	cursor:pointer;
}
.ncd-photo *{
	padding: 0;
	margin: 0;
	list-style: none;
}
.ncd-photo *,
.ncd-photo *:before,
.ncd-photo *:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ncd-photo .cf:after {
  content: "";
  display: table;
  clear: both;
}
.ncd-photo .ncd-photo{
	display: none;
}
.ncd-photo ul{
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.ncd-photo ul:after {
	content: "";
	display: table;
	clear: both;
}
.ncd-photo li{
	cursor: zoom-in;
	line-height: 0;
}
.ncd-photo li.hide{
	display: none !important;
}
.ncd-photo li div{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: -webkit-box-shadow 150ms ease-out;
	-moz-transition: -moz-box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.ncd-photo li img{
	position: relative;
	z-index: 10;
	-webkit-transform: -webkit-translateZ(0);
	-moz-transform: -moz-translateZ(0);
	transform: translateZ(0);
}
.ncd-photo ul p{
	display: inline-block;
	z-index: 30;
	font-variant: normal;
	position: absolute;
	line-height: 1.4;
	margin: 0 0 10px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: -webkit-translateZ(0);
	-moz-transform: -moz-translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout:none;}

.ncd-photo ul p b{
	font-weight: normal;
	font-style: normal;
	padding-right: 3px;
}
.ncd-photo ul p em{
	font-weight: normal;
	font-style: normal;
}
.ncd-photo ul p span{
	display: inline-block;
	padding: 6px 12px;
}
.ncd-photo ul p span.empty{
	visibility: hidden;
}

.ncd-photo[data-italic-title="True"] p b,
.ncd-photo[data-italic-caption="True"] p em{ font-style: italic; }

.ncd-photo[data-bold-title="True"] p b,
.ncd-photo[data-bold-caption="True"] p em{ font-weight: bold; }

.ncd-photo[data-hide-title="True"] p b,
.ncd-photo[data-hide-caption="True"] p em,
.ncd-photo[data-hide-title="True"][data-hide-caption="True"] p{ display: none; }

.ncd-photo[data-hide-caption="True"] ul p b{padding-right: 0;}

/* Caption Positions */

.ncd-photo ul.cap-hov li p{
	opacity: 0;
	-webkit-transition: -webkit-transform 300ms, opacity 300ms;
	-moz-transition: -moz-transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms;
	-webkit-transform: -webkit-translate3d(0,4px,0);
	-moz-transform: -moz-translate3d(0,4px,0);
	transform: translate3d(0,4px,0); 
}
.ncd-photo ul.cap-hov li:hover p{
	opacity: 1;
	-webkit-transform: -webkit-translate3d(0,0,0);
	-moz-transform: -moz-translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.ncd-photo ul.cap-hide li p{
	display: none !important;
}
.ncd-photo ul.cap-ibl p,
.ncd-photo ul.cap-ibc p{
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	text-align: left;
}
.ncd-photo ul.cap-ibl p span,
.ncd-photo ul.cap-ibc p span{
	display: block;
}
.ncd-photo ul.cap-imbl p,
.ncd-photo ul.cap-imbc p{
	left: 20px;
	bottom: 10px;
	right: 20px;
	text-align: left;
}
.ncd-photo ul.cap-ibc p,
.ncd-photo ul.cap-imbc p{
	text-align: center;
}
.ncd-photo ul.cap-imbl p span,
.ncd-photo ul.cap-imbc p span{
	border-radius: 3px;
}

/* FLOW Thumbnails */

.ncd-photo.photo-flow {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: .85em;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.ncd-photo.photo-flow li div{
	display: inline-block;
	width: 100%;
	background: none !important;
}
.ncd-photo.photo-flow li div:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	content: "";
	display: block;
	-webkit-transition: box-shadow 150ms ease-out;
	-moz-transition: box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.ncd-photo.photo-flow li img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.ncd-photo.photo-flow ul.cap-ibl li p,
.ncd-photo.photo-flow ul.cap-ibc li p{
	-webkit-transform: -webkit-translate3d(0,0,0);
	-moz-transform: -moz-translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Spacing Thumbnails */

.ncd-photo.space-0.photo-grid{margin: 0;}
.ncd-photo.space-0.photo-grid li div{margin: 0;}
.ncd-photo.space-0.photo-flow li div{margin: 0;}
.ncd-photo.space-0.photo-flow {
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}

.ncd-photo.space-1.photo-grid{margin: 0 -1px;}
.ncd-photo.space-1.photo-grid li div{margin: 1px;}
.ncd-photo.space-1.photo-flow li div{margin: 0 0 2px;}
.ncd-photo.space-1.photo-flow {
	-moz-column-gap: 2px;
	-webkit-column-gap: 2px;
	column-gap: 2px;
}
.ncd-photo.space-3.photo-grid{margin: 0 -3px;}
.ncd-photo.space-3.photo-grid li div{margin: 3px;}
.ncd-photo.space-3.photo-flow li div{margin: 0 0 6px;}
.ncd-photo.space-3.photo-flow {
	-moz-column-gap: 6px;
	-webkit-column-gap: 6px;
	column-gap: 6px;
}
.ncd-photo.space-5.photo-grid{margin: 0 -5px;}
.ncd-photo.space-5.photo-grid li div{margin: 5px;}
.ncd-photo.space-5.photo-flow li div{margin: 0 0 10px;}
.ncd-photo.space-5.photo-flow {
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}
.ncd-photo.space-7.photo-grid{margin: 0 -7px;}
.ncd-photo.space-7.photo-grid li div{margin: 7px;}
.ncd-photo.space-7.photo-flow li div{margin: 0 0 14px;}
.ncd-photo.space-7.photo-flow {
	-moz-column-gap: 14px;
	-webkit-column-gap: 14px;
	column-gap: 14px;
}
.ncd-photo.space-9.photo-grid{margin: 0 -9px;}
.ncd-photo.space-9.photo-grid li div{margin: 9px;}
.ncd-photo.space-9.photo-flow li div{margin: 0 0 18px;}
.ncd-photo.space-9.photo-flow {
	-moz-column-gap: 18px;
	-webkit-column-gap: 18px;
	column-gap: 18px;
}

.ncd-photo.space-11.photo-grid{margin: 0 -11px;}
.ncd-photo.space-11.photo-grid li div{margin: 11px;}
.ncd-photo.space-11.photo-flow li div{margin: 0 0 22px;}
.ncd-photo.space-11.photo-flow {
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
	column-gap: 22px;
}

.ncd-photo.space-13.photo-grid{margin: 0 -13px;}
.ncd-photo.space-13.photo-grid li div{margin: 13px;}
.ncd-photo.space-13.photo-flow li div{margin: 0 0 26px;}
.ncd-photo.space-13.photo-flow {
	-moz-column-gap: 26px;
	-webkit-column-gap: 26px;
	column-gap: 26px;
}

.ncd-photo.space-15.photo-grid{margin: 0 -15px;}
.ncd-photo.space-15.photo-grid li div{margin: 15px;}
.ncd-photo.space-15.photo-flow li div{margin: 0 0 30px;}
.ncd-photo.space-15.photo-flow {
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

/* GRID Thumbnails */

.ncd-photo.photo-grid li{
	line-height: 0;
	float: left;
	display: block;
	position: relative;
	height: auto;
}
.ncd-photo.photo-grid li div{
	overflow: hidden;
}
.ncd-photo.photo-grid img{
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.ncd-photo.photo-grid ul li div:after{
	padding-top: 100%;
	display: block;
	content: '';
}
.ncd-photo.photo-col-1.photo-grid li,
.ncd-photo.photo-col-2.photo-grid li,
.ncd-photo.photo-col-3.photo-grid li,
.ncd-photo.photo-col-4.photo-grid li,
.ncd-photo.photo-col-5.photo-grid li{width: 100%;}

/* Thumbnail Radius */

.ncd-photo.rad-0 li div,
.ncd-photo.rad-0.photo-flow li div:before,
.ncd-photo.rad-0.photo-flow li img,
.ncd-photo.rad-0.photo-flow li div{border-radius:  0;}
.ncd-photo.rad-0 ul.cap-ibl p span,
.ncd-photo.rad-0 ul.cap-ibc p span{border-radius: 0; }

.ncd-photo.rad-3 li div,
.ncd-photo.rad-3.photo-flow li div:before,
.ncd-photo.rad-3.photo-flow li img,
.ncd-photo.rad-3.photo-flow li div{border-radius:  3px;}
.ncd-photo.rad-3 ul.cap-ibl p span,
.ncd-photo.rad-3 ul.cap-ibc p span{border-radius: 0 0 3px 3px; }

.ncd-photo.rad-5 li div,
.ncd-photo.rad-5.photo-flow li div:before,
.ncd-photo.rad-5.photo-flow li img,
.ncd-photo.rad-5.photo-flow li div{border-radius:  5px;}
.ncd-photo.rad-5 ul.cap-ibl p span,
.ncd-photo.rad-5 ul.cap-ibc p span{border-radius: 0 0 5px 5px; }

.ncd-photo.rad-7 li div,
.ncd-photo.rad-7.photo-flow li div:before,
.ncd-photo.rad-7.photo-flow li img,
.ncd-photo.rad-7.photo-flow li div{border-radius:  7px;}
.ncd-photo.rad-7 ul.cap-ibl p span,
.ncd-photo.rad-7 ul.cap-ibc p span{border-radius: 0 0 7px 7px; }

/* Break Points for Columns */

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

	.ncd-photo.photo-col-1.photo-grid li,
	.ncd-photo.photo-col-2.photo-grid li,
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 100%;}

	.ncd-photo.photo-col-1.photo-flow,
	.ncd-photo.photo-col-2.photo-flow,
	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 550px) {

	.ncd-photo.photo-col-2.photo-grid li,
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 50%;}

	.ncd-photo.photo-col-2.photo-flow,
	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 750px) {
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 33.3333%;}

	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 950px) {
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 25%;}

	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

@media only screen and (min-width: 1200px) {
	.ncd-photo.photo-col-5.photo-grid li{width: 20%;}

	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 5;
		-webkit-column-count: 5;
		column-count: 5;
	}
}

.batch-hide{
	position: absolute;
	opacity: 0;
	top:-9999px;
	left:-9999px;
}
@media only screen and (max-width: 400px) {
	.ncd-photo ul p{
		opacity: 0 !important;
	}
}

/* Captions Under Flow */

.ncd-photo.photo-flow.cap-under ul p,
.ncd-photo.photo-flow.cap-under ul p span{
position: static;
display: block;
margin-bottom: 0;
}

.ncd-photo.photo-flow.cap-under ul p span{
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
padding: 10px;
}

.ncd-photo.photo-flow.cap-under ul img{
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
	
.ncd-photo.photo-flow.cap-under li div{
-webkit-box-shadow: none;
box-shadow: none;
}

/* Lightbox */

#ncdPhotoLoader{
position: absolute;
color: #ff0000;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transition: opacity 350ms 150ms;
-moz-transition: opacity 350ms 150ms;
transition: opacity 350ms 150ms;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
#ncdPhotoLoader.processing{
	opacity: 1;
}
#ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	height: 44px;
	width: 44px;
	margin: 0 auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-radius: 100%;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

#ncdPhotoBase {
	position: fixed;
	top: -9999px;
	left: -9999px;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	-webkit-transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	-moz-transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	user-select: none;}

#ncdPhotoBase *,
#ncdPhotoBase *:before,
#ncdPhotoBase *:after{
	box-sizing: border-box;
}

#ncdPhotoBase.on {
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 10000;
	-webkit-transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;
	-moz-transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;
	transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;}
#ncdPhotoBase.out {
	z-index: 10000;
}
.ncdPhotoZoom,
.ncdPhotoClose,
.ncdPhotoNext,
.ncdPhotoPrev {
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
	position: absolute;
	border: 2px solid transparent;
}

/* ZOOM & CLOSE */

.ncdPhotoZoom,
.ncdPhotoClose{
	margin-top: 4%;
	top: 0;
	-webkit-transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
	-moz-transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
	transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
}

.ncdPhotoZoom:before,
.ncdPhotoZoom:after,
.ncdPhotoClose:before,
.ncdPhotoClose:after {
	top:50%;
	left:0;
	width:2px;
	height:18px;
	content:"";
	position:absolute;
	margin:-9px 22.5px 0;
	-webkit-transition: opacity 300ms, transform 300ms;
	-moz-transition: opacity 300ms, transform 300ms;
	transition: opacity 300ms, transform 300ms;}

/* ZOOM */

.ncdPhotoZoom{
	-webkit-transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	-moz-transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	left: 0;
	transform: rotate(90deg);
	opacity: 0;
	margin-left: 4%;}
.ncdPhotoZoom.enable{
	opacity:1;
	transform: rotate(0deg);	
}
.ncdPhotoZoom:after {
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);}

.ncdPhotoZoom.zoom:after {
	opacity: 0;
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);}
.ncdPhotoZoom:before {
	transform:rotate(0deg);}
.ncdPhotoZoom.zoom:before {
	transform:rotate(-90deg);}

/* CLOSE */

.ncdPhotoClose {
	right: 0;
	margin-right: 4%;}

.ncdPhotoClose:before,
.ncdPhotoClose:after {
	height:22px;
	margin:-11px 22.5px 0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);}

.ncdPhotoClose:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);}

/* PREV / NEXT */

.ncdPhotoNext,
.ncdPhotoPrev {
	top: 50%;
	margin-top: -25px;
	opacity: 0;
	transition: opacity 0.2s ease-out, transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
	-moz-transition: opacity 0.2s ease-out, -moz-transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
	-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
}

.ncdPhotoNext:before,
.ncdPhotoNext:after,
.ncdPhotoPrev:before,
.ncdPhotoPrev:after {
	top:50%;
	left:0;
	width:2px;
	height:15px;
	content:'';
	position:absolute;
	margin:-13px 24px 0;}

.ncdPhotoNext:after,
.ncdPhotoPrev:after{
	margin-top: -3px;
}
.ncdPhotoPrev:after,.ncdPhotoPrev:before {left:-3px;}
.ncdPhotoNext:after{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);}
.ncdPhotoNext:before {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);}
.ncdPhotoPrev:after{
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transform:rotate(315deg);}
.ncdPhotoPrev:before {
	-webkit-transform:rotate(-315deg);
	-moz-transform:rotate(-315deg);
	-ms-transform:rotate(-315deg);
	-o-transform:rotate(-315deg);
	transform:rotate(-315deg);}

@media screen and (min-width: 800px) {
	#ncdPhotoControls #ncdPhotoCounter{
		display: none;
	}
}
@media screen and (max-width: 800px) {
#ncdPhotoControls{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 53px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout:none;
	z-index: 100;}

	/* No Caption Mobile */
	#ncdPhotoBase.cap-hide #ncdPhotoControls{height: 70px;}
	#ncdPhotoBase.cap-hide .ncd-ui{bottom: 8px !important;}

	.ncdPhotoZoom.zoom{
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

/* Prev Button */

.ncdPhotoNext {
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	transform: translateX(-15px);
	right: 4%;}
.ncdPhotoPrev {
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	transform: translateX(15px);
	left: 4%;}


#ncdPhotoBase:hover .ncdPhotoNext,
#ncdPhotoBase:hover .ncdPhotoPrev {
	-webkit-transform: translateX(0) rotate(0deg);opacity: 1;
	-moz-transform: translateX(0) rotate(0deg);opacity: 1;
	transform: translateX(0) rotate(0deg);opacity: 1;
}


@media screen and (max-width: 800px) {
	#ncdPhotoBase .ncdPhotoNext,
	#ncdPhotoBase .ncdPhotoPrev {
		-webkit-transform: translateX(0) rotate(0deg);
		-moz-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg);
		margin-top: 4%;
		top: 0;
		opacity: 1;
	}
	#ncdPhotoBase .ncdPhotoNext{margin-right: 20%; }
	#ncdPhotoBase .ncdPhotoZoom{margin-left: -25px;left: 50%;}
	#ncdPhotoBase .ncdPhotoPrev{margin-left: 20%;}

	#ncdPhotoBase #ncdPhotoCounter,
	#ncdPhotoBase .ncdPhotoClose,
	#ncdPhotoBase .ncdPhotoNext,
	#ncdPhotoBase .ncdPhotoZoom,
	#ncdPhotoBase .ncdPhotoPrev{top: auto; bottom: 0;}
	#ncdPhotoOverlay div.slide p{
		position: absolute;
		bottom: 100%;
		left: 0;
	}

	#ncdPhotoCounter{
		position: absolute;
		left: 4%;
		margin-left: 10px;
		font-family: 'Helvetica Neue';
		font-weight: 300;
		letter-spacing: -1px;
		height: 27px;
		line-height: 0;
		font-size: 16px;
		z-index: 100;
	}
	#ncdPhotoCounter .lb-current{
		font-size: 28px;
		padding-right: 2px;
		letter-spacing: -2px;
	}

}
#ncdPhotoBase.out .ncdPhotoNext {
	-webkit-transform: translateX(30px) rotate(0deg);opacity: 0;
	-moz-transform: translateX(30px) rotate(0deg);opacity: 0;
	transform: translateX(30px) rotate(0deg);opacity: 0;
}
#ncdPhotoBase.out .ncdPhotoPrev {
	-webkit-transform: translateX(-30px) rotate(0deg);opacity: 0;
	-moz-transform: translateX(-30px) rotate(0deg);opacity: 0;
	transform: translateX(-30px) rotate(0deg);opacity: 0;
}
#ncdPhotoBase .ncdPhotoNext.hide,
#ncdPhotoBase .ncdPhotoPrev.hide {opacity: 0;}

#ncdPhotoBase.single-image .ncdPhotoNext,
#ncdPhotoBase.single-image .ncdPhotoPrev,
#ncdPhotoOverlay[data-hide-full-title="True"] span b,
#ncdPhotoOverlay[data-hide-full-caption="True"] span em{
	display: none;
}

/* Lightbox */

#ncdPhotoOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#ncdPhotoOverlay div.slide {
	display: block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
	position:absolute;
	top:-9999px;
	left:-9999px;
}
#ncdPhotoOverlay div.slide.ncd-show{
	position: relative;
	top: 50%;
	left: 0%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ncdPhotoOverlay div.slide.out{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: auto;
	-webkit-transform: translateY(-50%) translateX(-10px);
	-ms-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-next #ncdPhotoOverlay div.slide.out{
	-webkit-transform: translateY(-50%) translateX(-10px);
	-ms-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-prev #ncdPhotoOverlay div.slide.out{
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-next div.slide.out img,
#ncdPhotoBase.go-prev div.slide.out img,
#ncdPhotoBase.processing div.slide.ncd-show.out img{
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
}

#ncdPhotoOverlay div.slide.out.ncd-show,
.go-next #ncdPhotoOverlay div.slide.out.ncd-show,
.go-prev #ncdPhotoOverlay div.slide.out.ncd-show{
	opacity: 0;
	transition: none;
}

#ncdPhotoOverlay div.slide > div {
	display: inline-block;
	position: relative;
	padding: 4%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#ncdPhotoOverlay div.slide.zoom.in > div {
	padding: 0;
}
#ncdPhotoOverlay div.slide.zoom.in,
#ncdPhotoOverlay div.slide.zoom.in > div {font-size: 0;}

#ncdPhotoOverlay div.slide.zoom {
	overflow: scroll; 
	cursor:move;
	-webkit-overflow-scrolling: touch;}
#ncdPhotoOverlay div.slide.zoom::-webkit-scrollbar {
	display: none;
}

#ncdPhotoOverlay div.slide.zoom.in br{display: none;}
#ncdPhotoOverlay div.slide.zoom.out br{display: block;}
#ncdPhotoOverlay div.slide.zoom.in.transition,
#ncdPhotoOverlay div.slide.zoom.out{overflow: hidden;}
#ncdPhotoOverlay div.slide.zoom.transition div{
	-webkit-animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.in div{
	line-height: normal;
	-webkit-animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.in.transition div{
	-webkit-animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.out div{
	-webkit-animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.ncd-show > div{opacity: 1;}

@-webkit-keyframes float-zoom-in {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(1.03);opacity: 0}
}
@keyframes float-zoom-in {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(1.03);opacity: 0}
}
@-webkit-keyframes float-zoom-in-complete {
	from {-webkit-transform: scale(.98);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-zoom-in-complete {
	from {transform: scale(.98);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-zoom-out {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(.98);opacity: 0}
}
@keyframes float-zoom-out {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(.98);opacity: 0}
}
@-webkit-keyframes float-zoom-out-complete {
	from {-webkit-transform: scale(1.03);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-zoom-out-complete {
	from {transform: scale(1.03);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-in {
	from {-webkit-transform: scale(1.04);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-in {
	from {transform: scale(1.02);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-down {
	from {-webkit-transform: translateY(-10px);opacity: 0}
	to {-webkit-transform: translateY(0);opacity: 1}
}
@keyframes float-down {
	from {transform: translateY(-10px);opacity: 0}
	to {transform: translateY(0);opacity: 1}
}
@-webkit-keyframes float-out {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(0.97);opacity: 0}
}
@keyframes float-out {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(0.97);opacity: 0}
}
@-webkit-keyframes float-up {
	from {-webkit-transform: translateY(0px);opacity: 1}
	to {-webkit-transform: translateY(10px);opacity: 0}
}
@keyframes float-up {
	from {transform: translateY(0px);opacity: 1}
	to {transform: translateY(10px);opacity: 0}
}
@-webkit-keyframes float-next {
	from {-webkit-transform: translateX(5px);opacity: 0}
	to {-webkit-transform: translateX(0);opacity: 1}
}
@keyframes float-next {
	from {transform: translateX(5px);opacity: 0}
	to {transform: translateX(0);opacity: 1}
}
@-webkit-keyframes float-prev {
	from {-webkit-transform: translateX(-5px);opacity: 0}
	to {-webkit-transform: translateX(0);opacity: 1}
}
@keyframes float-prev {
	from {transform: translateX(-5px);opacity: 0}
	to {transform: translateX(0);opacity: 1}
}
@-webkit-keyframes text-swap {
	from {-webkit-opacity: 0}
	to {-webkit-opacity: 1}
}
@keyframes text-swap {
	from {opacity: 0}
	to {opacity: 1}
}

#ncdPhotoOverlay div.slide img {
	list-style: none;
	line-height: 0;
	max-width: 100% !important;
	max-height: 80vh !important;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout:none;
	border-radius: 0px;
}
#ncdPhotoOverlay div.slide.zoom.in > div{
	height: auto;
}
#ncdPhotoOverlay div.slide.zoom.in img{
	max-width: none !important;
	max-height: none !important;
	border-radius: 0;
}
#ncdPhotoBase.go-next div.slide img{
	-webkit-animation: float-next 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-next 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.go-prev div.slide img{
	-webkit-animation: float-prev 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-prev 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.processing div.slide.ncd-show img{
	-webkit-animation: none;
	animation: none;
	opacity: 0;
}

@media screen and (min-width: 800px) {
	/*
	#ncdPhotoOverlay div.slide > div{
		height: 60vh;
	}
	*/
}
@media screen and (max-width: 800px) {
	#ncdPhotoBase > .ncdPhotoZoom{display: none}

	#ncdPhotoBase.go-next #ncdPhotoCaption p,
	#ncdPhotoBase.go-prev #ncdPhotoCaption p {
		-webkit-animation: text-swap 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
		animation: text-swap 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
	}
}

/* COUNTER */

.ncdPhotoCounter{
	left: auto !important;
	right: 0;}
.ncdPhotoCounter[data-show-count="False"],
#ncdPhotoCounter[data-show-count="False"]{
	display: none !important;}

/* CAPTION - MOBILE */

#ncdPhotoCaption{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	padding: 12px 4%;
	font-size: 15px;
	z-index: 100;
	line-height: 1.4;
}
#ncdPhotoCaption p{
	margin: 0;
}
#ncdPhotoCaption b{
	padding-right: 5px;
}

#ncdPhotoOverlay p b,
#ncdPhotoCaption p b{
	font-weight: normal;
	font-style: normal;
	padding-right: 5px;
}
#ncdPhotoOverlay p em,
#ncdPhotoCaption p em{
	font-weight: normal;
	font-style: normal;
}

@media screen and (min-width: 800px) {

	#ncdPhotoCaption{
		display: none;
	}
	.img-caption-in{
		display: block;
	}
	.img-caption-in:after {
		content: "";
		display: table;
		clear: both;
	}
}
#ncdPhotoOverlay p.ncdPhotoCounter,
#ncdPhotoOverlay p{
	display: inline-block;
	text-align: left;
	padding: 12px 0 18px;
	font-size: 14px;
	font-variant: normal;
	line-height: 20px;
	margin: 0;
	float: left;
}

#ncdPhotoOverlay p.ncdPhotoCounter{
	float: right;
}

/* CAPTION - DESK */

#ncdPhotoBase:hover .img-caption-in {opacity: 1}
#ncdPhotoBase.cap-hide .img-caption-in{ display: none; }
#ncdPhotoBase.cap-show .img-caption-in.invis{
	visibility: hidden;
	-webkit-animation:none;
	animation:none
}
#ncdPhotoBase .img-caption-in{
	opacity: 0 ;
	transition: opacity 200ms;
}
#ncdPhotoBase.cap-show .ncd-show .img-caption-in{
	opacity: 1;
	-webkit-animation: float-down 600ms 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-down 600ms 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.processing .img-caption-in{
	opacity: 0 ;
}
@media screen and (max-width: 800px) {
	.img-caption-in{display: none}
}

/* LB Font Styles */

#ncdPhotoBase [data-italic-title="True"] p b,
#ncdPhotoBase [data-italic-caption="True"] p em{ font-style: italic; }
#ncdPhotoBase [data-bold-title="True"] p b,
#ncdPhotoBase [data-bold-caption="True"] p em{ font-weight: bold; }
#ncdPhotoBase [data-hide-title="True"] p b,
#ncdPhotoBase [data-hide-caption="True"] p em{ display: none; }

/* LB Theme - Default Dark */

.style-default #ncdPhotoOverlay p b,
.style-default #ncdPhotoCaption p b{color: #FFF} /* Caption Title */
.style-default #ncdPhotoOverlay p em,
.style-default #ncdPhotoCaption p em,
.style-default .ncdPhotoCounter,
.style-default #ncdPhotoCounter{color: #EEE} /* Caption Text */

.style-default img{box-shadow: 0 2px 16px rgba(0,0,0,0.6);} /* Img Shadow */
.style-default{background: rgba(0,0,0,0.85) !important} /* Overlay */

.style-default #ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	border-left: 3px solid rgba(200,200,200, .15);
	border-right: 3px solid rgba(200,200,200, .15);
	border-bottom: 3px solid rgba(200,200,200, .15);
	border-top: 3px solid rgba(200,200,200, .8);
}

@media screen and (max-width: 800px) {
	.style-default #ncdPhotoControls{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));}
}

.style-default .ncdPhotoZoom,
.style-default .ncdPhotoClose,
.style-default .ncdPhotoNext,
.style-default .ncdPhotoPrev {
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.1)));
	background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
}

.style-default #ncdPhotoCaption{background: #000;}
.style-default .ncdPhotoNext:before,.ncdPhotoNext:after,
.style-default .ncdPhotoPrev:before,.ncdPhotoPrev:after,
.style-default .ncdPhotoZoom:before,.ncdPhotoZoom:after,
.style-default .ncdPhotoClose:before,.ncdPhotoClose:after,
.style-default .ncdPhotoNext:hover:before,.ncdPhotoNext:hover:after,
.style-default .ncdPhotoPrev:hover:before,.ncdPhotoPrev:hover:after,
.style-default .ncdPhotoClose:hover:before,.ncdPhotoClose:hover:after {background: #FFF}
.style-default #ncdPhotoCounter{color: #FFF}

.style-default .ncdPhotoZoom:active,
.style-default .ncdPhotoClose:active,
.style-default .ncdPhotoNext:active,
.style-default .ncdPhotoPrev:active{
	box-shadow: 0 0 0 5px rgba(255,255,255,0.6);
	border: 2px solid #FFF;}

.style-default .ncdPhotoZoom.zoom{border: 2px solid #FFF;}

@media screen and (min-width: 800px) {
	.style-default .ncdPhotoZoom:hover,
	.style-default .ncdPhotoClose:hover,
	.style-default .ncdPhotoNext:hover,
	.style-default .ncdPhotoPrev:hover{border: 2px solid #FFF;}
}

/* LB Theme - Contrast Light */

.style-contrast #ncdPhotoOverlay p b{color: #333}
.style-contrast #ncdPhotoCaption p b{color: #FFF}

.style-contrast #ncdPhotoOverlay p em,
.style-contrast .ncdPhotoCounter{color: #555}
.style-contrast #ncdPhotoCaption p em{color: #EEE}

.style-contrast img{box-shadow: 0 2px 10px rgba(0,0,0,0.15);}
.style-contrast{background: rgba(255,255,255,0.85) !important}

.style-contrast #ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	border-left: 3px solid rgba(100,100,100, .15);
	border-right: 3px solid rgba(100,100,100, .15);
	border-bottom: 3px solid rgba(100,100,100, .15);
	border-top: 3px solid rgba(100,100,100, .8);
}

.style-contrast #ncdPhotoCaption{background: #000}
.style-contrast #ncdPhotoCounter{color: #222}
.style-contrast .ncdPhotoNext:before,.style-contrast .ncdPhotoNext:after,
.style-contrast .ncdPhotoPrev:before,.style-contrast .ncdPhotoPrev:after,
.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,
.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after,
.style-contrast .ncdPhotoNext:hover:before,.style-contrast .ncdPhotoNext:hover:after,
.style-contrast .ncdPhotoPrev:hover:before,.style-contrast .ncdPhotoPrev:hover:after,
.style-contrast .ncdPhotoClose:hover:before,.style-contrast .ncdPhotoClose:hover:after {background: #222}

.style-contrast .ncdPhotoZoom.zoom,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose{
	background: rgba(0,0,0,0.3);
}

.style-contrast .ncdPhotoZoom,
.style-contrast .ncdPhotoClose,
.style-contrast .ncdPhotoZoom:before,
.style-contrast .ncdPhotoZoom:after,
.style-contrast .ncdPhotoClose:before,
.style-contrast .ncdPhotoClose:after{transition: transform 300ms, border 300ms, box-shadow 300ms, background 300ms;}

.style-contrast .ncdPhotoZoom.zoom:before,
.style-contrast .ncdPhotoZoom.zoom:after,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose:before,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose:after{background: #FFF;}

.style-contrast .ncdPhotoZoom:active,
.style-contrast .ncdPhotoClose:active,
.style-contrast .ncdPhotoNext:active,
.style-contrast .ncdPhotoPrev:active{
	box-shadow: 0 0 0 5px rgba(0,0,0,0.15);
	border: 2px solid #222;}

.ncdPhotoZoom.zoom{border: 2px solid rgba(0,0,0,0.6);}
 
 @media screen and (min-width: 800px) {
	.style-contrast .ncdPhotoZoom,
	.style-contrast .ncdPhotoClose,
	.style-contrast .ncdPhotoNext,
	.style-contrast .ncdPhotoPrev {
		background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(255,255,255, 0.00)), to(rgba(255,255,255, 0.4)));
		background-image: -webkit-radial-gradient(50% 50%, rgba(255,255,255, 0.4), rgba(255,255,255, 0.00));
		background-image: radial-gradient(50% 50%, rgba(255,255,255, 0.4), rgba(255,255,255, 0.00));
	}
	
	.style-contrast .ncdPhotoZoom:hover,
	.style-contrast .ncdPhotoClose:hover,
	.style-contrast .ncdPhotoNext:hover,
	.style-contrast .ncdPhotoPrev:hover{border: 2px solid #222;}
}

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

	.style-contrast #ncdPhotoCounter{color: #fff}
	.style-contrast .ncdPhotoNext:before,.style-contrast .ncdPhotoNext:after,
	.style-contrast .ncdPhotoPrev:before,.style-contrast .ncdPhotoPrev:after,
	.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,
	.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after,
	.style-contrast .ncdPhotoNext:hover:before,.style-contrast .ncdPhotoNext:hover:after,
	.style-contrast .ncdPhotoPrev:hover:before,.style-contrast .ncdPhotoPrev:hover:after,
	.style-contrast .ncdPhotoClose:hover:before,.style-contrast .ncdPhotoClose:hover:after {background: #fff}

	.style-contrast #ncdPhotoControls{
		background-color: rgba(0,0,0,0.3);
		background-image: none;}

	.style-contrast .ncdPhotoZoom.zoom,
	.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose{
		background: transparent;
	}

	.style-contrast .ncdPhotoZoom:active,
	.style-contrast .ncdPhotoZoom.zoom,
	.style-contrast .ncdPhotoClose:active,
	.style-contrast .ncdPhotoNext:active,
	.style-contrast .ncdPhotoPrev:active{
		box-shadow: 0 0 0 5px transparent;
		border: 2px solid transparent;}

	.style-contrast .ncdPhotoZoom.zoom{transform: translateY(0px);}

	#ncdPhotoBase.style-contrast .ncdPhotoNext.hide, 
	#ncdPhotoBase.style-contrast .ncdPhotoPrev.hide{opacity: 1;}
}

.processing img{
	box-shadow: none !important;
}



/* Edit Mode */

#stacks_in_363_8 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_363_8 .ontheline
{
display:block; 
height:auto; 

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

/*CustomCSS;*/
}

/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_363_3.headerInheritStylesOff,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h6 {
	font-size: 26px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 26px;
}
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_363_3 {
	padding: 15px 0px 0px 0px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_363_6.headerInheritStylesOff,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 22px;
}
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_363_6 {
	padding: 0px 0px 30px 0px;
}
/*  */
#exp-grid-stacks_in_397 {
  margin: 0 auto;
  max-width: 1100px; }
  #exp-grid-stacks_in_397 .exp-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-sizing: border-box;
    padding: 1px; }
    #exp-grid-stacks_in_397 .exp-grid .exp-grid-item {
      display: -ms-flexbox;
      display: flex;
      padding: 0 1px;
      -ms-flex-direction: column;
          flex-direction: column;
      box-sizing: border-box;
      transition: opacity 0.3s; }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20 {
        width: calc(100% / 20); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+13) .exp-grid-item-content {
          margin-left: calc((12 * -100%) - (1px * (2 * (13 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+14) .exp-grid-item-content {
          margin-left: calc((13 * -100%) - (1px * (2 * (14 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+15) .exp-grid-item-content {
          margin-left: calc((14 * -100%) - (1px * (2 * (15 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+16) .exp-grid-item-content {
          margin-left: calc((15 * -100%) - (1px * (2 * (16 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+17) .exp-grid-item-content {
          margin-left: calc((16 * -100%) - (1px * (2 * (17 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+18) .exp-grid-item-content {
          margin-left: calc((17 * -100%) - (1px * (2 * (18 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+19) .exp-grid-item-content {
          margin-left: calc((18 * -100%) - (1px * (2 * (19 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20:nth-child(20n+20) .exp-grid-item-content {
          margin-left: calc((19 * -100%) - (1px * (2 * (20 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-20 .exp-grid-item-content {
          width: calc((100% * 20) + (1px  * (2 * (20 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19 {
        width: calc(100% / 19); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+13) .exp-grid-item-content {
          margin-left: calc((12 * -100%) - (1px * (2 * (13 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+14) .exp-grid-item-content {
          margin-left: calc((13 * -100%) - (1px * (2 * (14 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+15) .exp-grid-item-content {
          margin-left: calc((14 * -100%) - (1px * (2 * (15 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+16) .exp-grid-item-content {
          margin-left: calc((15 * -100%) - (1px * (2 * (16 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+17) .exp-grid-item-content {
          margin-left: calc((16 * -100%) - (1px * (2 * (17 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+18) .exp-grid-item-content {
          margin-left: calc((17 * -100%) - (1px * (2 * (18 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19:nth-child(19n+19) .exp-grid-item-content {
          margin-left: calc((18 * -100%) - (1px * (2 * (19 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-19 .exp-grid-item-content {
          width: calc((100% * 19) + (1px  * (2 * (19 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18 {
        width: calc(100% / 18); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+13) .exp-grid-item-content {
          margin-left: calc((12 * -100%) - (1px * (2 * (13 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+14) .exp-grid-item-content {
          margin-left: calc((13 * -100%) - (1px * (2 * (14 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+15) .exp-grid-item-content {
          margin-left: calc((14 * -100%) - (1px * (2 * (15 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+16) .exp-grid-item-content {
          margin-left: calc((15 * -100%) - (1px * (2 * (16 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+17) .exp-grid-item-content {
          margin-left: calc((16 * -100%) - (1px * (2 * (17 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18:nth-child(18n+18) .exp-grid-item-content {
          margin-left: calc((17 * -100%) - (1px * (2 * (18 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-18 .exp-grid-item-content {
          width: calc((100% * 18) + (1px  * (2 * (18 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17 {
        width: calc(100% / 17); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+13) .exp-grid-item-content {
          margin-left: calc((12 * -100%) - (1px * (2 * (13 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+14) .exp-grid-item-content {
          margin-left: calc((13 * -100%) - (1px * (2 * (14 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+15) .exp-grid-item-content {
          margin-left: calc((14 * -100%) - (1px * (2 * (15 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+16) .exp-grid-item-content {
          margin-left: calc((15 * -100%) - (1px * (2 * (16 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17:nth-child(17n+17) .exp-grid-item-content {
          margin-left: calc((16 * -100%) - (1px * (2 * (17 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-17 .exp-grid-item-content {
          width: calc((100% * 17) + (1px  * (2 * (17 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16 {
        width: calc(100% / 16); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+13) .exp-grid-item-content {
          margin-left: calc((12 * -100%) - (1px * (2 * (13 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+14) .exp-grid-item-content {
          margin-left: calc((13 * -100%) - (1px * (2 * (14 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+15) .exp-grid-item-content {
          margin-left: calc((14 * -100%) - (1px * (2 * (15 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16:nth-child(16n+16) .exp-grid-item-content {
          margin-left: calc((15 * -100%) - (1px * (2 * (16 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-16 .exp-grid-item-content {
          width: calc((100% * 16) + (1px  * (2 * (16 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15 {
        width: calc(100% / 15); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+13) .exp-grid-item-content {
          margin-left: calc((12 * -100%) - (1px * (2 * (13 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+14) .exp-grid-item-content {
          margin-left: calc((13 * -100%) - (1px * (2 * (14 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15:nth-child(15n+15) .exp-grid-item-content {
          margin-left: calc((14 * -100%) - (1px * (2 * (15 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-15 .exp-grid-item-content {
          width: calc((100% * 15) + (1px  * (2 * (15 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14 {
        width: calc(100% / 14); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+13) .exp-grid-item-content {
          margin-left: calc((12 * -100%) - (1px * (2 * (13 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14:nth-child(14n+14) .exp-grid-item-content {
          margin-left: calc((13 * -100%) - (1px * (2 * (14 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-14 .exp-grid-item-content {
          width: calc((100% * 14) + (1px  * (2 * (14 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13 {
        width: calc(100% / 13); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13:nth-child(13n+13) .exp-grid-item-content {
          margin-left: calc((12 * -100%) - (1px * (2 * (13 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-13 .exp-grid-item-content {
          width: calc((100% * 13) + (1px  * (2 * (13 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12 {
        width: calc(100% / 12); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12:nth-child(12n+12) .exp-grid-item-content {
          margin-left: calc((11 * -100%) - (1px * (2 * (12 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-12 .exp-grid-item-content {
          width: calc((100% * 12) + (1px  * (2 * (12 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11 {
        width: calc(100% / 11); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11:nth-child(11n+11) .exp-grid-item-content {
          margin-left: calc((10 * -100%) - (1px * (2 * (11 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-11 .exp-grid-item-content {
          width: calc((100% * 11) + (1px  * (2 * (11 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10 {
        width: calc(100% / 10); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10:nth-child(10n+10) .exp-grid-item-content {
          margin-left: calc((9 * -100%) - (1px * (2 * (10 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-10 .exp-grid-item-content {
          width: calc((100% * 10) + (1px  * (2 * (10 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9 {
        width: calc(100% / 9); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9:nth-child(9n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9:nth-child(9n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9:nth-child(9n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9:nth-child(9n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9:nth-child(9n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9:nth-child(9n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9:nth-child(9n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9:nth-child(9n+9) .exp-grid-item-content {
          margin-left: calc((8 * -100%) - (1px * (2 * (9 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-9 .exp-grid-item-content {
          width: calc((100% * 9) + (1px  * (2 * (9 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8 {
        width: calc(100% / 8); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8:nth-child(8n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8:nth-child(8n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8:nth-child(8n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8:nth-child(8n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8:nth-child(8n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8:nth-child(8n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8:nth-child(8n+8) .exp-grid-item-content {
          margin-left: calc((7 * -100%) - (1px * (2 * (8 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-8 .exp-grid-item-content {
          width: calc((100% * 8) + (1px  * (2 * (8 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-7 {
        width: calc(100% / 7); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-7:nth-child(7n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-7:nth-child(7n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-7:nth-child(7n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-7:nth-child(7n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-7:nth-child(7n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-7:nth-child(7n+7) .exp-grid-item-content {
          margin-left: calc((6 * -100%) - (1px * (2 * (7 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-7 .exp-grid-item-content {
          width: calc((100% * 7) + (1px  * (2 * (7 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-6 {
        width: calc(100% / 6); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-6:nth-child(6n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-6:nth-child(6n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-6:nth-child(6n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-6:nth-child(6n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-6:nth-child(6n+6) .exp-grid-item-content {
          margin-left: calc((5 * -100%) - (1px * (2 * (6 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-6 .exp-grid-item-content {
          width: calc((100% * 6) + (1px  * (2 * (6 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-5 {
        width: calc(100% / 5); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-5:nth-child(5n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-5:nth-child(5n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-5:nth-child(5n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-5:nth-child(5n+5) .exp-grid-item-content {
          margin-left: calc((4 * -100%) - (1px * (2 * (5 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-5 .exp-grid-item-content {
          width: calc((100% * 5) + (1px  * (2 * (5 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-4 {
        width: calc(100% / 4); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-4:nth-child(4n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-4:nth-child(4n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-4:nth-child(4n+4) .exp-grid-item-content {
          margin-left: calc((3 * -100%) - (1px * (2 * (4 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-4 .exp-grid-item-content {
          width: calc((100% * 4) + (1px  * (2 * (4 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-3 {
        width: calc(100% / 3); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-3:nth-child(3n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-3:nth-child(3n+3) .exp-grid-item-content {
          margin-left: calc((2 * -100%) - (1px * (2 * (3 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-3 .exp-grid-item-content {
          width: calc((100% * 3) + (1px  * (2 * (3 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-2 {
        width: calc(100% / 2); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-2:nth-child(2n+2) .exp-grid-item-content {
          margin-left: calc((1 * -100%) - (1px * (2 * (2 - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-2 .exp-grid-item-content {
          width: calc((100% * 2) + (1px  * (2 * (2 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-1 {
        width: calc(100% / 1); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item.cols-1 .exp-grid-item-content {
          width: calc((100% * 1) + (1px  * (2 * (1 - 1)))); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header {
        /*  */
        font-family: "Raleway";
        /*  */
        /*  */
        background: rgba(255, 255, 255, 1.00);
        /*  */
        /*  */
        /*  */
        margin: 1px 0;
        padding: 15px 15px;
        border-radius: 2px;
        min-height: 150px;
        opacity: 0;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        -ms-flex-direction: column;
            flex-direction: column;
        box-sizing: border-box;
        transition: all 0.3s ease;
        animation: item-in 0.3s 0.3s;
        animation-fill-mode: forwards; }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header::before {
          /*  */ }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header:hover {
          z-index: 3;
          transform: translateY(0px) scale(1.00);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header::before {
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          display: none;
          position: absolute;
          background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.00), rgba(255, 255, 255, 0.00)); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header .header-icon {
          z-index: 2;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: rgba(255, 255, 255, 1.00);
          width: 100px;
          height: 100px;
          font-size: 100px;
          background: rgba(255, 255, 255, 1.00);
          border-radius: 0px;
          margin-bottom: 0px; }
          #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header .header-icon i {
            line-height: 0;
            font-size: inherit; }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header .header-title {
          z-index: 2;
          color: rgba(51, 51, 51, 1.00);
          font-size: 12px;
          font-weight: normal;
          line-height: calc(12px * 1.4); }
      #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content {
        /*  */
        font-family: "Raleway";
        /*  */
        background: rgba(235, 235, 234, 1.00);
        height: 0;
        box-sizing: border-box;
        overflow: hidden !important;
        transition: all 0.3s, width 0s;
        border-radius: 2px;
        width: calc((100% * 2px) + (1px  * (2 * (2px - 1)))); }
        #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner {
          margin: 0 auto;
          box-sizing: border-box;
          padding: 15px 15px;
          max-width: 2000px;
          color: rgba(51, 51, 51, 1.00); }
          #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner h1, #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner h2, #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner h3, #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner h4, #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner h5, #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner h6 {
            color: rgba(51, 51, 51, 1.00); }
          #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner a, #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-content .content-inner a:visited {
            color: rgba(51, 51, 51, 1.00); }

#exp-grid-stacks_in_397.active-item .exp-grid .exp-grid-item {
  opacity: 0.1;
  pointer-events: none; }
  #exp-grid-stacks_in_397.active-item .exp-grid .exp-grid-item.active {
    opacity: 1;
    pointer-events: auto; }
    #exp-grid-stacks_in_397.active-item .exp-grid .exp-grid-item.active .exp-grid-item-header:hover {
      transform: none; }
    #exp-grid-stacks_in_397.active-item .exp-grid .exp-grid-item.active .exp-grid-item-content {
      margin-top: 1px;
      margin-bottom: 1px; }

#exp-grid-stacks_in_397.items-v-top .exp-grid .exp-grid-item .exp-grid-item-header {
  -ms-flex-pack: start;
      justify-content: flex-start; }

#exp-grid-stacks_in_397.items-v-center .exp-grid .exp-grid-item .exp-grid-item-header {
  -ms-flex-pack: center;
      justify-content: center; }

#exp-grid-stacks_in_397.items-v-bottom .exp-grid .exp-grid-item .exp-grid-item-header {
  -ms-flex-pack: end;
      justify-content: flex-end; }

#exp-grid-stacks_in_397.items-h-left .exp-grid .exp-grid-item .exp-grid-item-header {
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left; }

#exp-grid-stacks_in_397.items-h-center .exp-grid .exp-grid-item .exp-grid-item-header {
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

#exp-grid-stacks_in_397.items-h-right .exp-grid .exp-grid-item .exp-grid-item-header {
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right; }

#exp-grid-stacks_in_397.hide-icons .exp-grid .exp-grid-item .exp-grid-item-header .header-icon {
  display: none; }

#exp-grid-stacks_in_397.hide-titles .exp-grid .exp-grid-item .exp-grid-item-header .header-title {
  display: none; }

#exp-grid-stacks_in_397.hide-titles .exp-grid .exp-grid-item .exp-grid-item-header .header-icon {
  margin-bottom: 0; }

#exp-grid-stacks_in_397.items-inner-shadow .exp-grid .exp-grid-item .exp-grid-item-header {
  box-shadow: inset 0 -50px 30px rgba(0, 0, 0, 0.6); }

#exp-grid-stacks_in_397.force-overflow .exp-grid .exp-grid-item .exp-grid-item-content .stacks_in, #exp-grid-stacks_in_397.force-overflow .exp-grid .exp-grid-item .exp-grid-item-content .stacks_out {
  /*  */
  overflow: visible !important;
  /*  */ }

@media (min-width: 401px) and (max-width: 700px) {
  #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header {
    min-height: 150px; } }

@media (min-width: 701px) {
  #exp-grid-stacks_in_397 .exp-grid .exp-grid-item .exp-grid-item-header {
    min-height: 150px; } }

@keyframes item-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes item-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.1; } }

#stacks_in_397 {
	padding: 0px 0px 30px 0px;
}
/*  */
#exp-grid-item-stacks_in_398.exp-grid-item.inner-shadow .exp-grid-item-header::after {
  content: '';
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 15%, transparent); }

#exp-grid-item-stacks_in_398.exp-grid-item.hide-icon .exp-grid-item-header .header-icon {
  display: none; }

#exp-grid-item-stacks_in_398.exp-grid-item.hide-title .exp-grid-item-header .header-title {
  display: none; }

#exp-grid-item-stacks_in_398.exp-grid-item.hide-title .exp-grid-item-header .header-icon {
  margin-bottom: 0; }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-title .exp-grid-item-header .header-title {
  color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-icon .exp-grid-item-header .header-icon {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content {
  color: rgba(255, 255, 255, 0.60);
  background: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content h1, #exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content h2, #exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content h3, #exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content h4, #exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content h5, #exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content h6 {
    color: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content a, #exp-grid-item-stacks_in_398.exp-grid-item.custom-content .exp-grid-item-content a:visited {
    color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-bg .exp-grid-item-header {
  /*  */
  background: rgba(49, 44, 50, 1.00);
  /*  */
  /*  */
  /*  */ }
  #exp-grid-item-stacks_in_398.exp-grid-item.custom-bg .exp-grid-item-header::before {
    /*  */ }
  #exp-grid-item-stacks_in_398.exp-grid-item.custom-bg .exp-grid-item-header::before {
    display: none !important;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.00), rgba(255, 255, 255, 0.00)) !important; }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-bg.custom-bg-img .exp-grid-item-header::before {
  display: block !important; }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-alignment.content-v-top .exp-grid-item-header {
  -ms-flex-pack: start;
      justify-content: flex-start; }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-alignment.content-v-center .exp-grid-item-header {
  -ms-flex-pack: center;
      justify-content: center; }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-alignment.content-v-bottom .exp-grid-item-header {
  -ms-flex-pack: end;
      justify-content: flex-end; }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-alignment.content-h-left .exp-grid-item-header {
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left; }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-alignment.content-h-center .exp-grid-item-header {
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

#exp-grid-item-stacks_in_398.exp-grid-item.custom-alignment.content-h-right .exp-grid-item-header {
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right; }
#stacks_in_402 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_402 .jwresp_col{overflow:hidden;margin:0;width:68%; float:left;}#stacks_in_402 #jwresp_col2_stacks_in_402{ float:right; width:28%}@media screen and (max-width:500px){#stacks_in_402 #jwresp_col1_stacks_in_402,#stacks_in_402 #jwresp_col2_stacks_in_402{width:100%;float:none;display:block}#stacks_in_402 #jwresp_col1_stacks_in_402{margin-bottom:20px}}

#stacks_in_402 {
	padding: 15px 0px 0px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_403 label,
#gridIronWrapperstacks_in_403 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_403 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_403 select,
#gridIronWrapperstacks_in_403 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_403 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_403 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_403 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_403.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_403.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_403.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_403.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_403.dataTable thead .sorting,
table#grid-iron-stacks_in_403.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_403.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_403.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_403.dataTable th,
table#grid-iron-stacks_in_403.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_403 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_403 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_403.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_403.dataTable thead th,
table#grid-iron-stacks_in_403.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_403.dataTable thead th p,
table#grid-iron-stacks_in_403.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_403.dataTable thead th:last-child,
table#grid-iron-stacks_in_403.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_403 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_403.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_403.dataTable th.focus,
table#grid-iron-stacks_in_403.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_403.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_403.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_403.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_403.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_403 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_403 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_403 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_403 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_403 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_403 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_403 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_403 .dataTables_length label,
#gridIronWrapperstacks_in_403 .dataTables_filter label,
#gridIronWrapperstacks_in_403 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */

#stacks_in_492 {
	padding: 15px 0px 20px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_489 label,
#gridIronWrapperstacks_in_489 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_489 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_489 select,
#gridIronWrapperstacks_in_489 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_489 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_489 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_489 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_489.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_489.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_489.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_489.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_489.dataTable thead .sorting,
table#grid-iron-stacks_in_489.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_489.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_489.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_489.dataTable th,
table#grid-iron-stacks_in_489.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_489 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_489 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_489.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_489.dataTable thead th,
table#grid-iron-stacks_in_489.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_489.dataTable thead th p,
table#grid-iron-stacks_in_489.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_489.dataTable thead th:last-child,
table#grid-iron-stacks_in_489.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_489 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_489.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_489.dataTable th.focus,
table#grid-iron-stacks_in_489.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_489.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_489.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_489.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_489.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_489 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_489 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_489 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_489 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_489 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_489 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_489 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_489 .dataTables_length label,
#gridIronWrapperstacks_in_489 .dataTables_filter label,
#gridIronWrapperstacks_in_489 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/*  */
#exp-grid-item-stacks_in_410.exp-grid-item.inner-shadow .exp-grid-item-header::after {
  content: '';
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 15%, transparent); }

#exp-grid-item-stacks_in_410.exp-grid-item.hide-icon .exp-grid-item-header .header-icon {
  display: none; }

#exp-grid-item-stacks_in_410.exp-grid-item.hide-title .exp-grid-item-header .header-title {
  display: none; }

#exp-grid-item-stacks_in_410.exp-grid-item.hide-title .exp-grid-item-header .header-icon {
  margin-bottom: 0; }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-title .exp-grid-item-header .header-title {
  color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-icon .exp-grid-item-header .header-icon {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content {
  color: rgba(255, 255, 255, 0.60);
  background: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content h1, #exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content h2, #exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content h3, #exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content h4, #exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content h5, #exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content h6 {
    color: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content a, #exp-grid-item-stacks_in_410.exp-grid-item.custom-content .exp-grid-item-content a:visited {
    color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-bg .exp-grid-item-header {
  /*  */
  background: rgba(49, 44, 50, 1.00);
  /*  */
  /*  */
  /*  */ }
  #exp-grid-item-stacks_in_410.exp-grid-item.custom-bg .exp-grid-item-header::before {
    /*  */ }
  #exp-grid-item-stacks_in_410.exp-grid-item.custom-bg .exp-grid-item-header::before {
    display: none !important;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.00), rgba(255, 255, 255, 0.00)) !important; }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-bg.custom-bg-img .exp-grid-item-header::before {
  display: block !important; }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-alignment.content-v-top .exp-grid-item-header {
  -ms-flex-pack: start;
      justify-content: flex-start; }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-alignment.content-v-center .exp-grid-item-header {
  -ms-flex-pack: center;
      justify-content: center; }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-alignment.content-v-bottom .exp-grid-item-header {
  -ms-flex-pack: end;
      justify-content: flex-end; }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-alignment.content-h-left .exp-grid-item-header {
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left; }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-alignment.content-h-center .exp-grid-item-header {
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

#exp-grid-item-stacks_in_410.exp-grid-item.custom-alignment.content-h-right .exp-grid-item-header {
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right; }
#stacks_in_414 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_414 .jwresp_col{overflow:hidden;margin:0;width:68%; float:left;}#stacks_in_414 #jwresp_col2_stacks_in_414{ float:right; width:28%}@media screen and (max-width:500px){#stacks_in_414 #jwresp_col1_stacks_in_414,#stacks_in_414 #jwresp_col2_stacks_in_414{width:100%;float:none;display:block}#stacks_in_414 #jwresp_col1_stacks_in_414{margin-bottom:20px}}

#stacks_in_414 {
	padding: 15px 0px 0px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_415 label,
#gridIronWrapperstacks_in_415 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_415 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_415 select,
#gridIronWrapperstacks_in_415 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_415 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_415 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_415 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_415.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_415.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_415.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_415.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_415.dataTable thead .sorting,
table#grid-iron-stacks_in_415.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_415.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_415.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_415.dataTable th,
table#grid-iron-stacks_in_415.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_415 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_415 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_415.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_415.dataTable thead th,
table#grid-iron-stacks_in_415.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_415.dataTable thead th p,
table#grid-iron-stacks_in_415.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_415.dataTable thead th:last-child,
table#grid-iron-stacks_in_415.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_415 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_415.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_415.dataTable th.focus,
table#grid-iron-stacks_in_415.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_415.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_415.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_415.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_415.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_415 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_415 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_415 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_415 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_415 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_415 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_415 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_415 .dataTables_length label,
#gridIronWrapperstacks_in_415 .dataTables_filter label,
#gridIronWrapperstacks_in_415 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */

#stacks_in_494 {
	padding: 15px 0px 20px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_498 label,
#gridIronWrapperstacks_in_498 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_498 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_498 select,
#gridIronWrapperstacks_in_498 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_498 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_498 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_498 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_498.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_498.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_498.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_498.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_498.dataTable thead .sorting,
table#grid-iron-stacks_in_498.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_498.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_498.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_498.dataTable th,
table#grid-iron-stacks_in_498.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_498 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_498 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_498.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_498.dataTable thead th,
table#grid-iron-stacks_in_498.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_498.dataTable thead th p,
table#grid-iron-stacks_in_498.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_498.dataTable thead th:last-child,
table#grid-iron-stacks_in_498.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_498 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_498.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_498.dataTable th.focus,
table#grid-iron-stacks_in_498.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_498.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_498.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_498.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_498.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_498 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_498 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_498 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_498 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_498 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_498 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_498 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_498 .dataTables_length label,
#gridIronWrapperstacks_in_498 .dataTables_filter label,
#gridIronWrapperstacks_in_498 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/*  */
#exp-grid-item-stacks_in_422.exp-grid-item.inner-shadow .exp-grid-item-header::after {
  content: '';
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 15%, transparent); }

#exp-grid-item-stacks_in_422.exp-grid-item.hide-icon .exp-grid-item-header .header-icon {
  display: none; }

#exp-grid-item-stacks_in_422.exp-grid-item.hide-title .exp-grid-item-header .header-title {
  display: none; }

#exp-grid-item-stacks_in_422.exp-grid-item.hide-title .exp-grid-item-header .header-icon {
  margin-bottom: 0; }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-title .exp-grid-item-header .header-title {
  color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-icon .exp-grid-item-header .header-icon {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content {
  color: rgba(255, 255, 255, 0.60);
  background: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content h1, #exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content h2, #exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content h3, #exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content h4, #exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content h5, #exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content h6 {
    color: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content a, #exp-grid-item-stacks_in_422.exp-grid-item.custom-content .exp-grid-item-content a:visited {
    color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-bg .exp-grid-item-header {
  /*  */
  background: rgba(49, 44, 50, 1.00);
  /*  */
  /*  */
  /*  */ }
  #exp-grid-item-stacks_in_422.exp-grid-item.custom-bg .exp-grid-item-header::before {
    /*  */ }
  #exp-grid-item-stacks_in_422.exp-grid-item.custom-bg .exp-grid-item-header::before {
    display: none !important;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.00), rgba(255, 255, 255, 0.00)) !important; }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-bg.custom-bg-img .exp-grid-item-header::before {
  display: block !important; }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-alignment.content-v-top .exp-grid-item-header {
  -ms-flex-pack: start;
      justify-content: flex-start; }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-alignment.content-v-center .exp-grid-item-header {
  -ms-flex-pack: center;
      justify-content: center; }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-alignment.content-v-bottom .exp-grid-item-header {
  -ms-flex-pack: end;
      justify-content: flex-end; }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-alignment.content-h-left .exp-grid-item-header {
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left; }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-alignment.content-h-center .exp-grid-item-header {
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

#exp-grid-item-stacks_in_422.exp-grid-item.custom-alignment.content-h-right .exp-grid-item-header {
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right; }
#stacks_in_426 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_426 .jwresp_col{overflow:hidden;margin:0;width:68%; float:left;}#stacks_in_426 #jwresp_col2_stacks_in_426{ float:right; width:28%}@media screen and (max-width:500px){#stacks_in_426 #jwresp_col1_stacks_in_426,#stacks_in_426 #jwresp_col2_stacks_in_426{width:100%;float:none;display:block}#stacks_in_426 #jwresp_col1_stacks_in_426{margin-bottom:20px}}

#stacks_in_426 {
	padding: 15px 0px 0px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_427 label,
#gridIronWrapperstacks_in_427 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_427 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_427 select,
#gridIronWrapperstacks_in_427 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_427 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_427 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_427 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_427.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_427.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_427.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_427.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_427.dataTable thead .sorting,
table#grid-iron-stacks_in_427.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_427.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_427.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_427.dataTable th,
table#grid-iron-stacks_in_427.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_427 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_427 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_427.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_427.dataTable thead th,
table#grid-iron-stacks_in_427.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_427.dataTable thead th p,
table#grid-iron-stacks_in_427.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_427.dataTable thead th:last-child,
table#grid-iron-stacks_in_427.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_427 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_427.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_427.dataTable th.focus,
table#grid-iron-stacks_in_427.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_427.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_427.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_427.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_427.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_427 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_427 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_427 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_427 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_427 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_427 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_427 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_427 .dataTables_length label,
#gridIronWrapperstacks_in_427 .dataTables_filter label,
#gridIronWrapperstacks_in_427 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */

#stacks_in_499 {
	padding: 15px 0px 20px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_503 label,
#gridIronWrapperstacks_in_503 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_503 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_503 select,
#gridIronWrapperstacks_in_503 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_503 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_503 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_503 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_503.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_503.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_503.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_503.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_503.dataTable thead .sorting,
table#grid-iron-stacks_in_503.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_503.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_503.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_503.dataTable th,
table#grid-iron-stacks_in_503.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_503 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_503 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_503.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_503.dataTable thead th,
table#grid-iron-stacks_in_503.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_503.dataTable thead th p,
table#grid-iron-stacks_in_503.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_503.dataTable thead th:last-child,
table#grid-iron-stacks_in_503.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_503 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_503.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_503.dataTable th.focus,
table#grid-iron-stacks_in_503.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_503.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_503.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_503.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_503.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_503 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_503 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_503 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_503 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_503 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_503 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_503 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_503 .dataTables_length label,
#gridIronWrapperstacks_in_503 .dataTables_filter label,
#gridIronWrapperstacks_in_503 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/*  */
#exp-grid-item-stacks_in_434.exp-grid-item.inner-shadow .exp-grid-item-header::after {
  content: '';
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 15%, transparent); }

#exp-grid-item-stacks_in_434.exp-grid-item.hide-icon .exp-grid-item-header .header-icon {
  display: none; }

#exp-grid-item-stacks_in_434.exp-grid-item.hide-title .exp-grid-item-header .header-title {
  display: none; }

#exp-grid-item-stacks_in_434.exp-grid-item.hide-title .exp-grid-item-header .header-icon {
  margin-bottom: 0; }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-title .exp-grid-item-header .header-title {
  color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-icon .exp-grid-item-header .header-icon {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content {
  color: rgba(255, 255, 255, 0.60);
  background: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content h1, #exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content h2, #exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content h3, #exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content h4, #exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content h5, #exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content h6 {
    color: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content a, #exp-grid-item-stacks_in_434.exp-grid-item.custom-content .exp-grid-item-content a:visited {
    color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-bg .exp-grid-item-header {
  /*  */
  background: rgba(49, 44, 50, 1.00);
  /*  */
  /*  */
  /*  */ }
  #exp-grid-item-stacks_in_434.exp-grid-item.custom-bg .exp-grid-item-header::before {
    /*  */ }
  #exp-grid-item-stacks_in_434.exp-grid-item.custom-bg .exp-grid-item-header::before {
    display: none !important;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.00), rgba(255, 255, 255, 0.00)) !important; }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-bg.custom-bg-img .exp-grid-item-header::before {
  display: block !important; }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-alignment.content-v-top .exp-grid-item-header {
  -ms-flex-pack: start;
      justify-content: flex-start; }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-alignment.content-v-center .exp-grid-item-header {
  -ms-flex-pack: center;
      justify-content: center; }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-alignment.content-v-bottom .exp-grid-item-header {
  -ms-flex-pack: end;
      justify-content: flex-end; }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-alignment.content-h-left .exp-grid-item-header {
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left; }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-alignment.content-h-center .exp-grid-item-header {
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

#exp-grid-item-stacks_in_434.exp-grid-item.custom-alignment.content-h-right .exp-grid-item-header {
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right; }
#stacks_in_438 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_438 .jwresp_col{overflow:hidden;margin:0;width:58%; float:left;}#stacks_in_438 #jwresp_col2_stacks_in_438{ float:right; width:38%}@media screen and (max-width:500px){#stacks_in_438 #jwresp_col1_stacks_in_438,#stacks_in_438 #jwresp_col2_stacks_in_438{width:100%;float:none;display:block}#stacks_in_438 #jwresp_col1_stacks_in_438{margin-bottom:20px}}

#stacks_in_438 {
	padding: 15px 0px 0px 0px;
}

#stacks_in_504 {
	padding: 15px 0px 20px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_508 label,
#gridIronWrapperstacks_in_508 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_508 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_508 select,
#gridIronWrapperstacks_in_508 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_508 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_508 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_508 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_508.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_508.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_508.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_508.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_508.dataTable thead .sorting,
table#grid-iron-stacks_in_508.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_508.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_508.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_508.dataTable th,
table#grid-iron-stacks_in_508.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_508 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_508 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_508.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_508.dataTable thead th,
table#grid-iron-stacks_in_508.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_508.dataTable thead th p,
table#grid-iron-stacks_in_508.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_508.dataTable thead th:last-child,
table#grid-iron-stacks_in_508.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_508 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_508.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_508.dataTable th.focus,
table#grid-iron-stacks_in_508.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_508.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_508.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_508.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_508.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_508 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_508 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_508 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_508 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_508 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_508 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_508 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_508 .dataTables_length label,
#gridIronWrapperstacks_in_508 .dataTables_filter label,
#gridIronWrapperstacks_in_508 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/*  */
#exp-grid-item-stacks_in_446.exp-grid-item.inner-shadow .exp-grid-item-header::after {
  content: '';
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 15%, transparent); }

#exp-grid-item-stacks_in_446.exp-grid-item.hide-icon .exp-grid-item-header .header-icon {
  display: none; }

#exp-grid-item-stacks_in_446.exp-grid-item.hide-title .exp-grid-item-header .header-title {
  display: none; }

#exp-grid-item-stacks_in_446.exp-grid-item.hide-title .exp-grid-item-header .header-icon {
  margin-bottom: 0; }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-title .exp-grid-item-header .header-title {
  color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-icon .exp-grid-item-header .header-icon {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content {
  color: rgba(255, 255, 255, 0.60);
  background: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content h1, #exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content h2, #exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content h3, #exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content h4, #exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content h5, #exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content h6 {
    color: rgba(255, 255, 255, 1.00); }
  #exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content a, #exp-grid-item-stacks_in_446.exp-grid-item.custom-content .exp-grid-item-content a:visited {
    color: rgba(255, 255, 255, 1.00); }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-bg .exp-grid-item-header {
  /*  */
  background: rgba(49, 44, 50, 1.00);
  /*  */
  /*  */
  /*  */ }
  #exp-grid-item-stacks_in_446.exp-grid-item.custom-bg .exp-grid-item-header::before {
    /*  */ }
  #exp-grid-item-stacks_in_446.exp-grid-item.custom-bg .exp-grid-item-header::before {
    display: none !important;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.00), rgba(255, 255, 255, 0.00)) !important; }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-bg.custom-bg-img .exp-grid-item-header::before {
  display: block !important; }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-alignment.content-v-top .exp-grid-item-header {
  -ms-flex-pack: start;
      justify-content: flex-start; }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-alignment.content-v-center .exp-grid-item-header {
  -ms-flex-pack: center;
      justify-content: center; }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-alignment.content-v-bottom .exp-grid-item-header {
  -ms-flex-pack: end;
      justify-content: flex-end; }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-alignment.content-h-left .exp-grid-item-header {
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left; }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-alignment.content-h-center .exp-grid-item-header {
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

#exp-grid-item-stacks_in_446.exp-grid-item.custom-alignment.content-h-right .exp-grid-item-header {
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right; }
#stacks_in_450 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_450 .jwresp_col{overflow:hidden;margin:0;width:68%; float:left;}#stacks_in_450 #jwresp_col2_stacks_in_450{ float:right; width:28%}@media screen and (max-width:500px){#stacks_in_450 #jwresp_col1_stacks_in_450,#stacks_in_450 #jwresp_col2_stacks_in_450{width:100%;float:none;display:block}#stacks_in_450 #jwresp_col1_stacks_in_450{margin-bottom:20px}}

#stacks_in_450 {
	padding: 15px 0px 0px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_451 label,
#gridIronWrapperstacks_in_451 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_451 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_451 select,
#gridIronWrapperstacks_in_451 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_451 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_451 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_451 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_451.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_451.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_451.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_451.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_451.dataTable thead .sorting,
table#grid-iron-stacks_in_451.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_451.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_451.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_451.dataTable th,
table#grid-iron-stacks_in_451.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_451 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_451 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_451.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_451.dataTable thead th,
table#grid-iron-stacks_in_451.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_451.dataTable thead th p,
table#grid-iron-stacks_in_451.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_451.dataTable thead th:last-child,
table#grid-iron-stacks_in_451.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_451 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_451.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_451.dataTable th.focus,
table#grid-iron-stacks_in_451.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_451.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_451.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_451.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_451.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_451 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_451 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_451 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_451 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_451 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_451 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_451 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_451 .dataTables_length label,
#gridIronWrapperstacks_in_451 .dataTables_filter label,
#gridIronWrapperstacks_in_451 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */

#stacks_in_509 {
	padding: 15px 0px 20px 0px;
}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_513 label,
#gridIronWrapperstacks_in_513 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_513 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_513 select,
#gridIronWrapperstacks_in_513 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_513 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_513 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_513 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_513.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_513.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_513.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_513.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_513.dataTable thead .sorting,
table#grid-iron-stacks_in_513.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_513.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_513.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_513.dataTable th,
table#grid-iron-stacks_in_513.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_513 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_513 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_513.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_513.dataTable thead th,
table#grid-iron-stacks_in_513.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_513.dataTable thead th p,
table#grid-iron-stacks_in_513.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_513.dataTable thead th:last-child,
table#grid-iron-stacks_in_513.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_513 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_513.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_513.dataTable th.focus,
table#grid-iron-stacks_in_513.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_513.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_513.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_513.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_513.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_513 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_513 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_513 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_513 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_513 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 0.00) !important;
	background: rgba(204, 10, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_513 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_513 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 0.00) !important;
	background: rgba(230, 230, 230, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_513 .dataTables_length label,
#gridIronWrapperstacks_in_513 .dataTables_filter label,
#gridIronWrapperstacks_in_513 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
@important "partials/mixins";
.com_onelittledesigner_stacks_Feature_Section_stack, #stacks_out_461 {
  overflow: visible !important; }

#feature-cards-stacks_in_461 {
  margin: 0 auto;
  max-width: 800px; }
  #feature-cards-stacks_in_461 * {
    box-sizing: border-box; }
  #feature-cards-stacks_in_461 .feature-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #feature-cards-stacks_in_461 .feature-grid.hide-content-icon .feature-card-icon {
      display: none; }
    #feature-cards-stacks_in_461 .feature-grid.hide-content-text .feature-card-content {
      display: none; }
    #feature-cards-stacks_in_461 .feature-grid.show-content-stacks .feature-card-stacks {
      display: block; }
    #feature-cards-stacks_in_461 .feature-grid.no-icons .feature-card-icon i {
      display: none; }
  #feature-cards-stacks_in_461 .feature-outer {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 10px 10px; }
    #feature-cards-stacks_in_461 .feature-outer > a {
      text-decoration: none; }
  #feature-cards-stacks_in_461 .feature-card {
    /*  */
    /*  */
    /*  */
    /*  */
    border-style: solid;
    border-width: 1px;
    border-color: rgba(179, 179, 179, 1.00);
    /*  */
    /*  */
    /*  */
    height: 100%;
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    /*  */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.10s ease;
    padding: 0px;
    border-radius: 4px;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  #feature-cards-stacks_in_461 .feature-card-stacks {
    display: none; }
  #feature-cards-stacks_in_461 .feature-card-icon {
    /*  */
    /*  */
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: content-box;
    width: 70px;
    height: 70px;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.10s ease; }
    #feature-cards-stacks_in_461 .feature-card-icon i {
      font-size: 45px;
      color: #FFFFFF;
      transition: all 0.6s ease-out;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
  #feature-cards-stacks_in_461 .feature-card-content {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0px;
    text-align: center; }
  #feature-cards-stacks_in_461 .feature-card-header {
    /*  */
    font-family: "Raleway";
    /*  */
    margin: 0;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: ; }
  #feature-cards-stacks_in_461 .feature-card-description {
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    margin: 10px 0;
    display: block;
    color: #999999;
    font-size: 0px;
    line-height: 0px; }

/*  */
#feature-cards-stacks_in_461 .feature-card:hover {
  /*  */
  z-index: 30;
  position: relative;
  -webkit-transform: scale(1.10) rotate(0deg) translateY(0px);
          transform: scale(1.10) rotate(0deg) translateY(0px); }
  #feature-cards-stacks_in_461 .feature-card:hover .feature-card-icon {
    /**/ }
    #feature-cards-stacks_in_461 .feature-card:hover .feature-card-icon i {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      /**/ }
  #feature-cards-stacks_in_461 .feature-card:hover .feature-card-header {
    /**/
    color: #FFFFFF;
    /**/ }
  #feature-cards-stacks_in_461 .feature-card:hover .feature-card-description {
    /**/ }

#feature-cards-stacks_in_461 .feature-grid.ripple .feature-card {
  position: relative; }
  #feature-cards-stacks_in_461 .feature-grid.ripple .feature-card::before {
    background: #607D8B;
    content: '';
    z-index: -1;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px); }

#feature-cards-stacks_in_461 .feature-grid.ripple.center .feature-card::before {
  top: 50%;
  left: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%); }

#feature-cards-stacks_in_461 .feature-grid.ripple.center .feature-card:hover::before {
  width: 150%;
  height: 150%;
  border-radius: 4;
  transition: all 0.4s ease-out;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%); }

#feature-cards-stacks_in_461 .feature-grid.ripple.top-left .feature-card::before {
  top: -30px;
  left: -30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0 50% 50% 50%; }

#feature-cards-stacks_in_461 .feature-grid.ripple.top-left .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0 0 0 20px #607D8B; }

#feature-cards-stacks_in_461 .feature-grid.ripple.top-right .feature-card::before {
  top: -30px;
  right: -30px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1);
          transform: scale(1); }

#feature-cards-stacks_in_461 .feature-grid.ripple.top-right .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 50% 0 50% 50%; }

#feature-cards-stacks_in_461 .feature-grid.ripple.bottom-left .feature-card::before {
  left: -30px;
  bottom: -30px;
  border-radius: 4px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0);
          transform: scale(0); }

#feature-cards-stacks_in_461 .feature-grid.ripple.bottom-left .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1); }

#feature-cards-stacks_in_461 .feature-grid.ripple.bottom-right .feature-card::before {
  bottom: -30px;
  right: -30px;
  border-radius: 50% 50% 0 50%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0);
          transform: scale(0); }

#feature-cards-stacks_in_461 .feature-grid.ripple.bottom-right .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media (min-width: 767px) {
  #feature-cards-stacks_in_461 .feature-outer {
    /**/
    width: 25.000000%; } }

@media (min-width: 468px) and (max-width: 767px) {
  #feature-cards-stacks_in_461 .feature-outer {
    /**/
    width: 25.000000%; } }

@media (min-width: 0px) and (max-width: 468px) {
  #feature-cards-stacks_in_461 .feature-outer {
    /**/
    width: 50.000000%; } }

/*  */
#feature-section-card-stacks_in_462 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
#feature-section-card-stacks_in_466 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_467 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_467.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_467.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_467.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_467.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_467.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_467.inheritOff a, #simpleText_stacks_in_467.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_467.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_467.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_467.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_467.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_467.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_467.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_467.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_467.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_467.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_467 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_472 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_473 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_473.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_473.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_473.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_473.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_473.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_473.inheritOff a, #simpleText_stacks_in_473.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_473.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_473.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_473.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_473.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_473.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_473.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_473.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_473.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_473.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_473 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_478 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_479 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_479.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_479.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_479.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_479.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_479.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_479.inheritOff a, #simpleText_stacks_in_479.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_479.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_479.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_479.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_479.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_479.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_479.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_479.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_479.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_479.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_479 {
	padding: 5px 0px 0px 0px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_459_3_2.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 24px;
}
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h6 {
	color: #FFFFFF;
}
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_459_3_2.headerInheritColorsOff h6:hover {
	color: #FFFFFF;
}

#stacks_in_459_3_2 {
	background-color: rgba(204, 10, 32, 1.00);
	margin: 0px 0px 25px 0px;
	padding: 10px 0px 0px 10px;
}

#stacks_out_459_3_2 {
	margin-left:0;
}
 #stacks_in_459_34{ overflow:hidden;height:30px; } 
/* 2.0.2
- fixes overlay opacity bug
- fixes menu item alignment with footer
- adjustments to spacing and padding
- adjustments to spacing and padding for mobile too
- adding pointer events none to prevent closed menu from displaying overtop content
- fixes a bug that would not allow you to edit footer content
- added support for same page #hash navigation
- moved to overscroll behavoir none away from forcing body to be fixed position on open (though not supported in Safari yet)
*/
/*  */
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#overlayMenuToggleContainer_stacks_in_371_42 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  text-align: right;
  /*  */
  /*  */
  /*  */
  /*  */

  /*  */
  padding: 15px 15px 10px 10px;
  /*  */
  position: fixed;
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  /*  */
  /*  */
  /*  */
}

#overlayMenuToggle_stacks_in_371_42 {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  color: #FFFFFF;
  padding: 5px 10px 5px 10px;
  border-radius: 64px;
  z-index: 9999;
  /*  */
  /*  */
  /*  */
  width: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenuContainer_stacks_in_371_42 .close-icon {
  box-sizing: border-box;
  /*  */
  /*  */
  /*  */
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  margin: 15px 15px 10px 10px;
  padding: 5px 10px 5px 10px;
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 4px;
  font-size: 24px;
  line-height: 26px;
  /*  */
  /*  */
  line-height: 26px;
  /*  */
  cursor: pointer;
  display: none;
  /*  */
  /*  */
}
#overlayMenuContainer_stacks_in_371_42.open .close-icon {
  display: inline-block;
}
#overlayMenu_stacks_in_371_42 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_371_42 .cssmenu ul>li a:hover small,
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a:hover small,
#overlayMenuToggle_stacks_in_371_42 {
  transition: all 200ms ease;
}
#overlayMenuToggle_stacks_in_371_42:hover {
  /*  */
  /*  */
}
#overlayMenuToggle_stacks_in_371_42:hover {
  /*  */
  cursor: pointer;
  color: #FFFFFF;
  /*  */
}
#overlayMenuContainer_stacks_in_371_42 .close-icon:hover {
  /*  */
  /*  */
}

#overlayMenuToggle_stacks_in_371_42 svg path, #overlayMenuToggle_stacks_in_371_42 i {
  color: #FFFFFF;
  fill: #FFFFFF;
}
#overlayMenuToggle_stacks_in_371_42:hover svg path, #overlayMenuToggle_stacks_in_371_42:hover i {
  color: #FFFFFF;
  fill: #FFFFFF;
}
#overlayMenuContainer_stacks_in_371_42 .close-icon svg {
  display: inline-block;
  width: 32px;
    /*  */
  margin-left: -20%;
    /*  */
}
#overlayMenuContainer_stacks_in_371_42 .close-icon svg {
  display: block;
}
#overlayMenuToggle_stacks_in_371_42 {
  line-height: 0;
}
#overlayMenuToggle_stacks_in_371_42 span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 30px;

  /*  */
  margin-left: 4px;
  /*  */
}
#overlayMenuToggle_stacks_in_371_42 .omToggleIconWrap,
#overlayMenuToggle_stacks_in_371_42 .omToggleIconWrap svg {
  display: inline-block;
}
#overlayMenuToggle_stacks_in_371_42 .omToggleIconWrap {
  max-width: 34px;
}
#overlayMenuToggle_stacks_in_371_42 .omToggleIconWrap svg {
  width: 30px;
}
#overlayMenuToggle_stacks_in_371_42 i {
  font-size: 30px;
  line-height: 30px;
}
/*  */

#overlayMenuContainer_stacks_in_371_42 {
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.2s ease;
  /*  */
}
#overlayMenuContainer_stacks_in_371_42 * {
  z-index: 1;
}
#overlayMenuContainer_stacks_in_371_42::before, #overlayMenuContainer_stacks_in_371_42::after {
  content: '';
  /*  */
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: 0%;
  opacity: 0;
  z-index: -1;
  width: 80px;
  height: 80px;
  transform-origin: center;
  position: absolute;
  -webkit-animation: elegantClose 300ms;
  animation: elegantClose 300ms;
  /* transition: all 200ms ease-in; */
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  border-radius: 50%;
  /*  */
  /*  */
}
#overlayMenuContainer_stacks_in_371_42.open::before, #overlayMenuContainer_stacks_in_371_42.open::after {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  /* border-radius: 0px; */
  visibility: visible;
  -webkit-animation: elegantOpen 200ms;
  animation: elegantOpen 200ms;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
  opacity: 0.8;
}


#overlayMenuContainer_stacks_in_371_42::before {
  /*  */
  background: #000000;
  /*  */
  /*  */
  /*  */
  opacity: 0.8;
}

#overlayMenuContainer_stacks_in_371_42::after {
  /*  */
}

#overlayMenu_stacks_in_371_42 {
  z-index: 99999999999999999;
  transition: all 0.2s ease-out;
  /*  */
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  position: fixed;
  visibility: hidden;
  padding-top: 65px;
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenuToggle_stacks_in_371_42  span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_371_42 li a span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_371_42 li a small {
  /*  */
  font-family: inherit;
  /*  */
}
/*  */
#overlayMenuContainer_stacks_in_371_42 {
  pointer-events: none;
}
/*  */

#overlayMenuContainer_stacks_in_371_42.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 {
  opacity: 1;
  overflow-y: auto;
  overscroll-behavior: none;
  visibility: visible;
  transition-delay: 0.1s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .close-icon {
  opacity: 1;
  transition-delay: 0.4s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 5s;
  transition: all 0.3s ease;
}

/* #overlayMenuContainer_stacks_in_371_42.open::before, #overlayMenuContainer_stacks_in_371_42.open::after {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 102%;
  height: 102%;
  visibility: visible;
  -webkit-animation: elegantOpen 200ms;
  animation: elegantOpen 200ms;
  transition: opacity 200ms ease-out;
  -webkit-transform: translate(-51%, -51%);
  transform: translate(-51%, -51%);
} */

#overlayMenuContainer_stacks_in_371_42.open::after {
  opacity: 1;
}

#overlayMenu_stacks_in_371_42 .close-icon svg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
/*  */
#overlayMenu_stacks_in_371_42 .close-icon:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*  */
#overlayMenuFooter_stacks_in_371_42 {
  text-align: left;
  width: 100%;
  max-width: 1008px;
  /*  */
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}

#overlayMenu_stacks_in_371_42 .cssmenu, #overlayMenu_stacks_in_371_42 .cssmenu ul, #overlayMenu_stacks_in_371_42 .cssmenu ul li, #overlayMenu_stacks_in_371_42 .cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  line-height: 1;
  list-style: none;
  box-sizing: border-box;
}
/*  */
/*  */

#overlayMenu_stacks_in_371_42 .cssmenu {
  color: #ffffff;
  padding: 0 24px;
  overflow: visible;
  font-family: inherit;
  transition-delay: 0.5s;
  transition: display 0.3s ease;
  /*  */
  /*  */
  /*  */
  display: block;
  margin: 0 auto;
  /*  */
  /*  */
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  opacity: 0;
  visibility: hidden;
  /*  */
  width: 100%;
  max-width: 948px;
  /*  */
}
#overlayMenu_stacks_in_371_42 .om-text {
  displa
}

#overlayMenu_stacks_in_371_42 .cssmenu ul ul {
  /*  */
  display: none;
  /*  */
  /*  */
}

#overlayMenu_stacks_in_371_42 .cssmenu>ul>li.active>ul {
  display: block;
}

#overlayMenu_stacks_in_371_42 .cssmenu>ul>li {
  transition: all 0.3s ease;
  /*  */
  opacity: 0;
  margin-left: -10%;
  /*  */
  /*  */
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li {
  opacity: 1;
  margin-left: 0%;
  transition: all 0.3s ease;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(1) {
  transition-delay: 0.2s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(2) {
  transition-delay: 0.3s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(3) {
  transition-delay: 0.4s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(4) {
  transition-delay: 0.5s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(5) {
  transition-delay: 0.6s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(6) {
  transition-delay: 0.7s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(7) {
  transition-delay: 0.8s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(8) {
  transition-delay: 0.9s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(9) {
  transition-delay: 1s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(10) {
  transition-delay: 1.1s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(11) {
  transition-delay: 1.2s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(12) {
  transition-delay: 1.3s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(13) {
  transition-delay: 1.4s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(14) {
  transition-delay: 1.5s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(15) {
  transition-delay: 1.6s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(16) {
  transition-delay: 1.7s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(17) {
  transition-delay: 1.8s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(18) {
  transition-delay: 1.9s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(19) {
  transition-delay: 2s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(20) {
  transition-delay: 2.1s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(21) {
  transition-delay: 2.2s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(22) {
  transition-delay: 2.3s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(23) {
  transition-delay: 2.4s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(24) {
  transition-delay: 2.5s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(25) {
  transition-delay: 2.6s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(26) {
  transition-delay: 2.7s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(27) {
  transition-delay: 2.8s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(28) {
  transition-delay: 2.9s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(29) {
  transition-delay: 3s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(30) {
  transition-delay: 3.1s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(31) {
  transition-delay: 3.2s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(32) {
  transition-delay: 3.3s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(33) {
  transition-delay: 3.4s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(34) {
  transition-delay: 3.5s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(35) {
  transition-delay: 3.6s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(36) {
  transition-delay: 3.7s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(37) {
  transition-delay: 3.8s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(38) {
  transition-delay: 3.9s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(39) {
  transition-delay: 4s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(40) {
  transition-delay: 4.1s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(41) {
  transition-delay: 4.2s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(42) {
  transition-delay: 4.3s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(43) {
  transition-delay: 4.4s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(44) {
  transition-delay: 4.5s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(45) {
  transition-delay: 4.6s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(46) {
  transition-delay: 4.7s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(47) {
  transition-delay: 4.8s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(48) {
  transition-delay: 4.9s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(49) {
  transition-delay: 5s;
}

#overlayMenuContainer_stacks_in_371_42.open #overlayMenu_stacks_in_371_42 .cssmenu>ul>li:nth-child(50) {
  transition-delay: 5.1s;
}

#overlayMenu_stacks_in_371_42 .cssmenu ul li {
  margin-bottom: 10px;
}

#overlayMenu_stacks_in_371_42 .cssmenu ul li:last-child {
  margin-bottom: 0;
}

#overlayMenu_stacks_in_371_42 .cssmenu ul li a {
  z-index: 2;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  background: transparent;
  /*  */
  padding: 0px 0px;
  /*  */
  border-radius: 4px;
  font-size: 24px;
  line-height: 26px;
  /*  */
  cursor: pointer;
  /*  */
  /*  */
  /*  */
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li a > .om-item-title-wrap {
  /*  */
  padding: 10px 0px;
  /*  */
}

#overlayMenu_stacks_in_371_42 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_371_42 .cssmenu > ul > li > a[class*="current"],
#overlayMenu_stacks_in_371_42 .cssmenu > ul > li > a[id*="current"],
#overlayMenu_stacks_in_371_42 .cssmenu > ul > li > a[class*="active"],
#overlayMenu_stacks_in_371_42 .cssmenu > ul > li > a[id*="active"],
#overlayMenu_stacks_in_371_42 .cssmenu > ul > li[class*="current"] > a,
#overlayMenu_stacks_in_371_42 .cssmenu > ul > li[id*="current"] > a,
#overlayMenu_stacks_in_371_42 .cssmenu > ul > li[class*="active"] > a,
#overlayMenu_stacks_in_371_42 .cssmenu > ul > li[id*="active"] > a {
  /*  */
  color: rgba(102, 102, 102, 1.00);
  /*  */
  background: transparent;
  /*  */
  /*  */
}

#overlayMenu_stacks_in_371_42 .cssmenu ul ul li {
  margin-top: 10px;
}

#overlayMenu_stacks_in_371_42 .cssmenu ul ul li:last-child {
  margin-bottom: 0;
}

#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a,
#stacks_in_371_42 .custom_list_type_container .sub_level > a {
  z-index: 2;
  position: relative;
  text-decoration: none;
  line-height: 19.992001px;
  font-size: 19.992001px;
  border-radius: 4px;
  cursor: pointer;
  /*  */
  color: rgba(255, 255, 255, 1.00);
  background: transparent;
  /*  */
  /*  */
  /*  */
  padding: 0px 0px;
  /*  */

  /*  */
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a > .om-item-title-wrap {
  /*  */
  /*  */
  padding: 10px 0px;
  /*  */

  /*  */
}

#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li > a[class*="current"],
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li > a[id*="current"],
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li > a[class*="active"],
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li > a[id*="active"],
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li[class*="current"] > a,
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li[id*="current"] > a,
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li[class*="active"] > a,
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li[id*="active"] > a {
  /*  */
  color: rgba(102, 102, 102, 1.00);
  /*  */
  /*  */
  /*  */
}

#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul ul li a {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul ul ul li a {
   margin-left: 45px;
  margin-right: 45px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul ul ul ul li a {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul ul ul ul ul li a {
   margin-left: 75px;
  margin-right: 75px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_1 {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_2 {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_3 {
  margin-left: 45px;
 margin-right: 45px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_4 {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_5 {
  margin-left: 75px;
  margin-right: 75px;
}
/*  */
/*  */
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level,
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a {
  margin-right: 0px !important;
}
/*  */
/*  */
#overlayMenu_stacks_in_371_42 .cssmenu ul li a small ,
#stacks_in_371_42 .custom_list_type_container .sub_level small {
  display: block;
  margin-top: 3px;
  line-height: 16.007999px;
  font-size: 16.007999px;
  color: rgba(102, 102, 102, 1.00);
}

/*  */

#overlayMenu_stacks_in_371_42 .cssmenu ul>li a:hover small {
  color: rgba(204, 10, 32, 1.00);
}

/*  */
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a small,
#stacks_in_371_42 .custom_list_type_container .sub_level small {
  display: block;
  margin-top: 2px;
  /*  */
  line-height: 16.007999px;
  font-size: 16.007999px;
  color: rgba(102, 102, 102, 1.00);
  /*  */
}

#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a:hover small {
  /*  */
  color: rgba(204, 10, 32, 1.00);
  /*  */
}
#overlayMenu_stacks_in_371_42 .cssmenu ul>li a svg:first-of-type,
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a svg:first-of-type {
  color: inherit;
  vertical-align: text-top;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul>li a svg:first-of-type {
  width: 24px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a svg:first-of-type {
  /*  */
  width: 24px;
  /*  */
}
#overlayMenuContainer_stacks_in_371_42 .close-icon svg path,
#overlayMenuContainer_stacks_in_371_42 .close-icon i {
  fill: rgba(255, 255, 255, 1.00);
}
#overlayMenuContainer_stacks_in_371_42 .close-icon:hover svg path,
#overlayMenuContainer_stacks_in_371_42 .close-icon:hover i {
  fill: rgba(102, 102, 102, 1.00);
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li a svg path,
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a svg path {
  fill: rgba(255, 255, 255, 1.00);
  vertical-align: text-top;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul>li.has-sub>a {
  display: flex;
  /*  */
  /*  */
  /*  */
  justify-content: center;
  /*  */
  align-items: center;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul>li.has-sub>a:after,
#overlayMenu_stacks_in_371_42 .cssmenu ul>li.has-sub>a:before {
  display: none;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li.has-sub a svg.dropdown-open-icon, #overlayMenu_stacks_in_371_42 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  /*  */
  /*  */
  display: inline-block;
  /*  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px;
  margin-top: %( 32 - 32) )%px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: visibility 0s, -webkit-transform 0.3s ease;
  transition: visibility 0s, transform 0.3s ease;
  transition: visibility 0s, transform 0.3s ease, -webkit-transform 0.3s ease;
}


#overlayMenu_stacks_in_371_42 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  display: none;
  /*  */
  /*  */
  display: none;
  /*  */
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li.has-sub.open a svg.dropdown-close-icon {
  /*  */
  /*  */
  /*  */
  display: inline-block;
  /*  */
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li.has-sub.open a svg.dropdown-open-icon {
  display: none;
}
/*  */
/*  */


/*  */
/*  */
@media only screen and (max-width: 600px) {
  #overlayMenu_stacks_in_371_42 .cssmenu {
    /* max-width: 100%; */
    /*  */
    /* margin: 0px 0px;
    max-width: 100%; */
    /*  */
  }
}
@media only screen and (max-width: 440px) {
  #overlayMenuContainer_stacks_in_371_42.hide-m, #overlayMenuToggleContainer_stacks_in_371_42.hide-m {
    display: none;
  }
}

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #overlayMenuContainer_stacks_in_371_42.hide-t, #overlayMenuToggleContainer_stacks_in_371_42.hide-t {
    display: none;
  }
}

@media only screen and (min-width: 771px) {
  #overlayMenuContainer_stacks_in_371_42.hide-d, #overlayMenuToggleContainer_stacks_in_371_42.hide-d {
    display: none;
  }
}

/*  */
@-webkit-keyframes elegantOpen {
  0% {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.240000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 0.8;
  }
}

@keyframes elegantOpen {
  0% {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.240000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 0.8;
  }
}

@-webkit-keyframes elegantClose {
  0% {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.8;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.560000;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0;
  }
}

@keyframes elegantClose {
  0% {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.8;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.560000;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 50%;
      opacity: 0;
  }
}

/*  */



#overlayMenu_stacks_in_371_42 .cssmenu>ul>li>a.hover {
  color: rgba(102, 102, 102, 1.00);
}

#overlayMenu_stacks_in_371_42 .cssmenu>ul>li>a.hover small {
  color: rgba(102, 102, 102, 1.00);
}

#overlayMenu_stacks_in_371_42 .cssmenu>ul>li>a.hover small:hover {
  color: rgba(204, 10, 32, 1.00);
}

#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a.hover {
  /*  */
  color: rgba(102, 102, 102, 1.00);
  /*  */
}

/* %[endif]% */
/*
1.9.0

 */
#stacks_in_371_45 * {
  box-sizing: border-box;
}
#stacks_in_371_45 *:focus {outline:none;}
.searchingstacks_in_371_45 .stacks_top,
.searchingstacks_in_371_45 .stacks_in,
.searchingstacks_in_371_45 .stacks_out {
  overflow: visible;
}
#stacks_in_371_45 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_371_45_pages { display: none;}
#stacks_in_371_45_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_371_45_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_371_45_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_371_45 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_371_45 form > svg,
.live-search-form > svg {
  width: 15px;
  width: calc(15px - 2px);
  left: calc(34px - 15px);
  fill: #888888;
}
#stacks_in_371_45 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 15px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #CC0A20;
  color: #FFFFFF;
  /**/
}
#stacks_in_371_45 form .live-search-submit:hover {
   background: #DB192F;
   color: #FFFFFF;
}
#stacks_in_371_45 form .live-search-submit:active {
   background: #BD0011;
   color: #F0F0F0;
}
#stacks_in_371_45_tipue_search_input,
.live-search-input {
  font-size: 15px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_371_45 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_371_45 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_371_45 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_371_45 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_371_45 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
#stacks_in_371_45 form > svg,
.live-search-form > svg {
  display: none;
}
#stacks_in_371_45_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 15px;
}
/**/
/**/
/**/
/**/
#stacks_in_371_45_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_371_45 #stacks_in_371_45_tipue_search_content,
.searchingstacks_in_371_45.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_371_45_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_371_45_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
.searchingstacks_in_371_45 #stacks_in_371_45_tipue_search_content,
.searchingstacks_in_371_45.live-search-content {
  position: relative;
}
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_371_45_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_371_45 #stacks_in_371_45_tipue_search_content,
.searchingstacks_in_371_45.live-search-content {
  display: block !important;
}
#stacks_in_371_45_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_371_45_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_371_45_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_371_45_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_371_45_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_371_45_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_371_45_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_371_45_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_371_45_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #FFFFFF;
  font-family: inherit;
}
#stacks_in_371_45_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_title a,
.live-search-content .tipue_search_content_title a {
  color: #970F1D;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-family: inherit;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #CC0A20;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #970F1D;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #CC0A20;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_371_45_tipue_search_content .h01,
.live-search-content .h01 {
  background: #E6E6E6;
}

#stacks_in_371_45_tipue_search_foot_boxes li a {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_371_45_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #970F1D;
}
#stacks_in_371_45_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_371_45_tipue_search_warning a{

}
#stacks_in_371_45_tipue_search_warning a:hover{

}
#stacks_in_371_45_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_371_45 .additional-pages,
#stacks_in_371_45 .excluded-pages {
  display: none;
}


#stacks_in_371_45 {
	margin: 0px 0px 25px 0px;
}

#stacks_out_371_45 {
	width: 85%;
	margin-left:0;
}
#slice_mez_371_43 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_371_43.selected {
  border-color: #2680fc !important;
}
#slice_mez_371_43 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_371_43 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_371_43 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_371_43.hidden > #stacks_in_371_43 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_371_47 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_371_47.selected {
  border-color: #2680fc !important;
}
#slice_mez_371_47 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_371_47 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_371_47 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_371_47.hidden > #stacks_in_371_47 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_371_70 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_371_70.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_371_70.fontSizeInheritOff {
	font-size: 18px;
	line-height: 18px;
}
#simpleText_stacks_in_371_70.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_371_70.lineHeightOn {
	line-height: 22px;
}
#simpleText_stacks_in_371_70.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_371_70.inheritOff a, #simpleText_stacks_in_371_70.inheritOff a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_371_70.inheritOff a:visited {
	color: #FFFFFF;
}
#simpleText_stacks_in_371_70.inheritOff a:hover {
	color: #E6E6E6;
	transition: 2s all ease-in-out;
	-webkit-transition: 2s all ease-in-out;
	-moz-transition: 2s all ease-in-out;
	-o-transition: 2s all ease-in-out;
	-ms-transition: 2s all ease-in-out;
}
#simpleText_stacks_in_371_70.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_371_70.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_371_70.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_371_70.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_371_70.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_371_70.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_371_70.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_371_70 {
	padding: 15px 6px 10px 6px;
}

#stacks_out_371_70 {
	width: 200px;
}
#stacks_in_371_3 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:200px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out;border-radius:0px;}#stacks_in_371_3 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #191919;box-shadow:0px 0px 0px #191919}#stacks_in_371_3 .fluid-image.unlimited img{width:100% !important}#stacks_in_371_3 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_371_3 .fluid-image.align-left img{float:left}#stacks_in_371_3 .fluid-image.align-right img{float:right}

#stacks_in_371_3 {
	padding: 20px 0px 15px 0px;
}
#stacks_in_371_53 .textalign_wrap {
margin-left: auto; margin-right: auto;
text-align: center;
/*Custom CSS;*/
}

#stacks_in_371_53 .textalign {
text-align: center;

display: inline-block;




color: rgba(230, 230, 230, 1.00) !important;






padding-left: 10px !important; padding-right: 10px !important;
padding-top: 10px !important; padding-bottom: 10px !important;





font-size: 100%; line-height: 200%;



/*Custom CSS;*/
}

#stacks_in_371_53 .textalign a {

	color: #CCCCCC !important;

}

#stacks_in_371_53 .textalign a:visited {

	color: #CCCCCC !important;

}

#stacks_in_371_53 .textalign a:hover {

	color: rgba(204, 10, 32, 1.00) !important;

}

#stacks_in_371_53 .textalign a:active {

	color: rgba(204, 10, 32, 1.00) !important;

}/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_371_16 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_371_16.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_371_16.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_371_16.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_371_16.lineHeightOn {
	line-height: 18px;
}
#simpleText_stacks_in_371_16.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_371_16.inheritOff a, #simpleText_stacks_in_371_16.inheritOff a:link {
	color: #B3B3B3;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 2s all ease-in-out;
	-webkit-transition: 2s all ease-in-out;
	-moz-transition: 2s all ease-in-out;
	-o-transition: 2s all ease-in-out;
	-ms-transition: 2s all ease-in-out;	
}
#simpleText_stacks_in_371_16.inheritOff a:visited {
	color: #B3B3B3;
}
#simpleText_stacks_in_371_16.inheritOff a:hover {
	color: #CC0000;
	transition: 1s all ease-in-out;
	-webkit-transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	-ms-transition: 1s all ease-in-out;
}
#simpleText_stacks_in_371_16.inheritOff a:active {
	color: #CC0000;
}
#simpleText_stacks_in_371_16.inheritOff a:focus {
	color: #CC0000;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_371_16.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_371_16.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_371_16.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_371_16.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_371_16.reFontSizeOn {
		font-size: 12px;
		line-height: 12px;
	}
}

#stacks_in_371_16 {
	padding: 20px 0px 15px 0px;
}

#stacks_in_371_15 {
	display:inline-block; width:100%; line-height: 1.400000em;
}
