/*
 * 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_451-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_451-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_451-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_451-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_451-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_451-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_451-sf,
#stacks_in_451-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_451-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_451-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_451-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_451-sf .loaded .flex-viewport,
#stacks_in_451-sf .slider,
#stacks_in_451-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_451-sf .sf-flexslider.loading{opacity: 0;}

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

#stacks_in_451-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_451-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_451-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_451-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_451-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_451-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_451-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_451-sf .sf-flexslider .slides > li,
#stacks_in_451-sf .sf-flexslider .carousel > li,
#stacks_in_451-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_451-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_451-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_451-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_451-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_451-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_451-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_451-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_451-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_451-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_451-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_451-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_451-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_451-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_451-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_451-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_451-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

/* Caption */

#stacks_in_451-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_451-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 1600ms;
	transition: opacity 300ms 1600ms;
}
#stacks_in_451-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_451-sf .flex-active-slide .caption-wrap,
#stacks_in_451-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_451-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_451-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_451-sf .caption-wrap{
	-webkit-transition: opacity .3s 1600ms;
	transition: opacity .3s 1600ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_451-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_451-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_451-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

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

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

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

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

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

#stacks_in_451-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_451-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_451-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_451-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_451-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_451-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_451-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_451-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_451-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_451-sf .flex-direction-nav a:before {display: none;}

#stacks_in_451-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_451-sf .sf-control:before,
#stacks_in_451-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_451-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_451-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_451-sf .flex-direction-nav{
		opacity: 0;
	}
}

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


/* Thumbnails */

#stacks_in_451-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_451-sf .carousel{
		display: none;
	}
}
#stacks_in_451-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_451-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_451-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_451-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_451-sf .carousel .slides li:hover,
#stacks_in_451-sf .carousel .slides li.flex-active-slide,
#stacks_in_451-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

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

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

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



/* Edit  */

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

#stacks_in_42_8 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_42_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_42_3.headerInheritStylesOff,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff h6 {
	font-size: 26px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_42_3.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 26px;
}
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_42_3.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_42_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_42_6.headerInheritStylesOff,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_42_6.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 22px;
}
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_42_6.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_42_6 {
	padding: 0px 0px 30px 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_167_2.headerInheritStylesOff,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_167_2.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 24px;
}
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h6 {
	color: #FFFFFF;
}
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_167_2.headerInheritColorsOff h6:hover {
	color: #FFFFFF;
}

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

#stacks_out_167_2 {
	margin-left:0;
}
#stacks_in_423 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_423 .jwresp_col{overflow:hidden;margin:0;width:50%; float:left;}#stacks_in_423 #jwresp_col2_stacks_in_423{ float:right; width:50%}@media screen and (max-width:500px){#stacks_in_423 #jwresp_col1_stacks_in_423,#stacks_in_423 #jwresp_col2_stacks_in_423{width:100%;float:none;display:block}#stacks_in_423 #jwresp_col1_stacks_in_423{margin-bottom:0px}}

#stacks_in_423 {
	padding: 0px 0px 50px 0px;
}
 #stacks_in_426{ overflow:hidden;height:300px; } 

#stacks_in_426 {
    background-image: url("54606C2E-BA45-4DB8-9BB4-4A1C79C94334");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#stacks_in_23 {
	background-color: rgba(25, 25, 25, 0.80);
	padding: 15px 0px 0px 0px;
}











#embedIframestacks_in_415 {
	width: 100%;
	height: 300px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}









/* 
 * 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_169_2.headerInheritStylesOff,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_169_2.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 24px;
}
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h6 {
	color: #FFFFFF;
}
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_169_2.headerInheritColorsOff h6:hover {
	color: #FFFFFF;
}

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

#stacks_out_169_2 {
	margin-left:0;
}
/* 
 * 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_51 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_51.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_51.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_51.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_51.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_51.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_51.inheritOff a, #simpleText_stacks_in_51.inheritOff a:link {
	color: #CC0A20;
	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_51.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_51.inheritOff a:hover {
	color: #FF6600;
	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_51.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_51.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_51.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_51.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_51.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_51.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_51.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/*
2.3.0
* fixes a bug that could cause html elements to display as plain text in the autoreply subject
* fixes a bug that prevented shortcodes used in element attributes from updating correctly
adds new experimental feature: use smtp
* fixes a bug that could cause formatting issues in custom formatted message bodies
* fixes custom email format line break issues with certain themes and frameworks that remove br tags indiscriminately
* adds "\r\n" to br tags in custom formatted messages to prevent "lines too long for transport error"
* data was replaced with attr
* Radio fields can now be used to create branching slides
* input field confirm buttons now have a minimum width
*/
#stacks_in_53.siphon-stack {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
#stacks_in_53.siphon-stack 
{
  
    background-color : rgba(230, 230, 230, 0.87);
  
    border: 0px solid rgba(204, 204, 204, 1.00);
    border-radius: 5px;
    box-shadow: 3px 7px  5px 0px rgba(0, 0, 0, 0.30);

  margin: 15px 0px 15px 0px;
  
  transition: height 600ms ease;
  
}
@-webkit-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@-moz-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@-o-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
.siphon-pagstacks_in_53 {
  z-index: 100;
  width: 100%;
  
  display: none;
  
}
.siphon-pagstacks_in_53 div {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  
  
  
}
.siphon-pagstacks_in_53 span {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid rgba(51, 51, 51, 1.00);;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.siphon-pagstacks_in_53 span:hover {
  background: rgba(51, 51, 51, 1.00);;
}
.siphon-pagstacks_in_53 span:after{
  width: 5px;
  height: 2px;
  background: rgba(51, 51, 51, 1.00);;
  position: absolute;
  content: " ";
  right: -7px;
  top: 6px;
}
.siphon-pagstacks_in_53 span:last-child:after{
  display: none;
}
.siphon-pagstacks_in_53 span.active {
  background: rgba(204, 10, 32, 1.00);
  border-color: rgba(204, 10, 32, 1.00);;
  cursor: default;
}
.siphon-pagstacks_in_53 .siphon-pag-back {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: rgba(51, 51, 51, 1.00);
}
.siphon-pagstacks_in_53 .siphon-pag-back.disable-back {
  opacity: .5;
  pointer-events: none;
  cursor: default;
}
.siphon-pagstacks_in_53 .siphon-pag-back svg {
  fill: rgba(51, 51, 51, 1.00);
}
.siphon-pagstacks_in_53 .siphon-pag-back svg:hover {
  fill: rgba(204, 10, 32, 1.00);
  cursor: pointer;
}
#stacks_in_53 .siphon-hide {
  
  display: none;
  
}
#stacks_in_53 .siphon-hide.has-button {
  display: block;
}
#stacks_in_53 .siphon-hide.has-button .siphon-input-wrap {
  display: block;
}
#stacks_in_53 .siphon-hide.has-button *:not(svg):not(path) {
  display: none;
}
#stacks_in_53 .siphon-hide.has-button button {
  display: block;
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox { margin: 16px 0px 0px 0px; }
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox ~ .checkbox { margin: 0px; }
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0 !important;
  padding: 0px 5px 0px 0px;
  margin: 0;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 100;
  
    
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox label {
  padding-left: 19px;
  position: relative;
  z-index: 1;
  
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox label:before {
  content: "\f096";
  display: inline-block;
  box-sizing: content-box;
  font-family: fontawesome;
  vertical-align: bottom;
  position:absolute;
  left: 0;
  text-align: left;
  
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input:disabled {
  cursor: not-allowed;
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input:disabled + label {
  opacity: .6;
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input:checked +label:before {
  content: "\f046";
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input[type="radio"] + label:before {
  content: "\f10c";
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input[type="radio"]:checked + label:before {
  content: "\f192";
}

#stacks_in_53.siphon-stack .siphon-section {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 100%;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 32px 32px 32px 32px;
  max-width: 600px;
  visibility: hidden;
  
  
  
  transition: opacity 300ms ease;
}

#stacks_in_53.siphon-stack .siphon-section .siphon-back {
  color: rgba(51, 51, 51, 1.00);
  margin-top: 32px;
}
#stacks_in_53.siphon-stack .siphon-section.back-at-top {
  
  border-top: 38px solid transparent;
  

}
#stacks_in_53.siphon-stack .siphon-section.back-at-top .siphon-back {
  margin: 0px;
  position: absolute;
  top: 10px;
  
  top: -28px;
  
  left: 32px;
}
#stacks_in_53.siphon-stack .siphon-section .siphon-back svg {
  fill: rgba(51, 51, 51, 1.00);
  width: 40px;
  height: 40px;
}
#stacks_in_53.siphon-stack .siphon-section .siphon-back svg:hover {
  fill: rgba(204, 10, 32, 1.00);
  cursor: pointer;
}
#stacks_in_53.siphon-stack > .siphon-section:first-child .siphon-back {
  display: none;
}
#stacks_in_53.siphon-stack .siphon-section.siphon-active {
  position: relative;
  opacity: 1;
  left: 0;
  height: auto;
  visibility: visible;
}
#stacks_in_53 .siphon-section h1,
#stacks_in_53 .siphon-section h2,
#stacks_in_53 .siphon-section h3,
#stacks_in_53 .siphon-section h4,
#stacks_in_53 .siphon-section h5,
#stacks_in_53 .siphon-section h6,
#stacks_in_53 .siphon-section h1 span,
#stacks_in_53 .siphon-section h2 span,
#stacks_in_53 .siphon-section h3 span,
#stacks_in_53 .siphon-section h4 span,
#stacks_in_53 .siphon-section h5 span,
#stacks_in_53 .siphon-section h6 span {
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.166667;
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_53 .siphon-section .siphon-question {
  position: relative;
  display: inline-block;
  width: 100%;
  opacity: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 24px;
  line-height: 28px;
  font-weight: 200;
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_53 .siphon-section .siphon-pagination + .siphon-question {
  margin: 32px 0 0 0;
}
#stacks_in_53 .siphon-section {
  font-size: 14px;
  line-height: 14px;
  color: rgba(51, 51, 51, 1.00);
}
#stacks_in_53 .siphon-section .siphon-answer {
  margin-top: 8px;
}
#stacks_in_53 .siphon-section .siphon-answer,
#stacks_in_53 .siphon-section .siphon-answer p,
#stacks_in_53 .siphon-section .siphon-answer span,
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input,
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input + label,
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input + label span {
  color: rgba(51, 51, 51, 1.00);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_53 .siphon-section .siphon-answer p {
  margin: 0;
}
#stacks_in_53 .siphon-section .siphon-answer:hover p,
#stacks_in_53 .siphon-section .siphon-answer:hover span,
#stacks_in_53 .siphon-section .siphon-answer:hover .text_stack,
#stacks_in_53 .siphon-section .siphon-answer:hover,
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input:hover,
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox input:hover + label {
  color: rgba(204, 10, 32, 1.00);
}
#stacks_in_53 .siphon-section .siphon-answer a span,
#stacks_in_53 .siphon-section .siphon-answer:hover a span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  font-family: inherit;
}
#stacks_in_53 .siphon-section .siphon-answer {
  cursor: pointer;
}
/* Answer Styles */
#stacks_in_53.siphon-stack .siphon-input-wrap,
#stacks_in_53.siphon-stack .siphon-input-wrap * {
  box-sizing: border-box;
}
#stacks_in_53.siphon-stack .siphon-input-wrap  {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 16px 0px 0px 0px;
  width: 100%;
  vertical-align: top;
  
}
#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox) input {
  position: relative;
  display: block;
  float: left;
  padding: 0px 16px;
  margin: 0;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-family: inherit;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; /* for box shadows to show on iOS */
  z-index: 10;
  max-width: 360px;
  width: 80%;
  background: transparent;
  color:  rgba(255, 255, 255, 1.00);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  
}
#stacks_in_53.siphon-stack .siphon-input-wrap button {
  background: transparent;
  border: 3px solid rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  padding: 0px 16px;
  height: 45px;
  max-width: 100px;
  width: 20%;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.75);
  font-size: 24px;
  font-weight: 200;
  font-family: inherit;
  
}
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-visible-button button,
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-file button,
#stacks_in_53.siphon-stack .siphon-input-wrap.checkbox button{
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  opacity: 1;
  width: 100px;
  float: left;
  clear: left;
  margin-top: 16px;
  
}
#stacks_in_53.siphon-stack .siphon-input-wrap.checkbox button{
  float: none;
  display: block;
}
#stacks_in_53.siphon-stack .siphon-input-wrap button .checkmark {
  height: 39px;
  stroke-width: 4;
  stroke: rgba(0, 0, 0, 0.75);
  stroke-miterlimit: 10;
}
#stacks_in_53.siphon-stack .siphon-input-wrap button .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 0;
}
#stacks_in_53.siphon-stack .siphon-input-wrap button:hover {
  background: rgba(255,255,255,0.2);
  cursor: pointer;
}
#stacks_in_53.siphon-stack .siphon-input-wrap button:active {
  background: rgba(255,255,255,0.2);
}
#stacks_in_53.siphon-stack .siphon-input-wrap input:focus,
#stacks_in_53.siphon-stack .siphon-input-wrap textarea:focus,
#stacks_in_53.siphon-stack .siphon-input-wrap button:focus {
  outline: none;
}
#stacks_in_53.siphon-stack .siphon-input-wrap.input-focused button {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}
#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  display: block;
  float: left;
  clear: left;
  padding: 0 16px;
  border-radius: 2px;
  color: rgba(51, 51, 51, 1.00);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 80%;
  max-width: 360px;
  text-align: left;
  margin: 0px;
  
}
#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label span {
  position: relative;
  display: block;
  padding: 5px 0px;
  width: 100%;
  font-family: inherit;
}
#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label span:empty {
  display: none;
}

#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-width: 360px;
  height: 45px;
  background: rgba(51, 51, 51, 1.00);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  height: 3px;
  background: rgba(51, 51, 51, 1.00);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  pointer-events: none;
}
#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) textarea + label::before,
#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) textarea + label::after {
  display: none;
}

#stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after {
  border: 3px solid;
  height: 45px;
  background: transparent ;
  top: -45px;
}


@media all and (max-width: 460px) {
  #stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label,
  #stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox) input {
    width: calc(100% - 60px);
  }
  #stacks_in_53.siphon-stack .siphon-input-wrap button {
    width: 60px;
  }
}
#stacks_in_53.siphon-stack .siphon-input-wrap textarea {
  resize: none;
  display: block;
  background: rgba(51, 51, 51, 1.00);
  border-radius: 2px;
  border: 0px solid white;
  padding: 16px;
  margin: 0;
  height: 200px;
  opacity: 1;
  z-index: 10;
  width: 80%;
  max-width: 360px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 1.00);
  font-size: 18px;
  font-family: inherit;
  
}

#stacks_in_53.siphon-stack .deluxe-columns .siphon-input-wrap {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 16px 0 0 0;
}
#stacks_in_53.siphon-stack .deluxe-columns .siphon-input-wrap:not(.checkbox) input {
  width: 100%;
  padding-right: 88px;
  z-index: 0;
}
#stacks_in_53.siphon-stack .deluxe-columns .siphon-input-wrap.siphon-input-has-button:not(.checkbox):not(.siphon-file) label::before {
  width: calc(100% - 80px);
}
#stacks_in_53.siphon-stack .deluxe-columns .siphon-input-wrap textarea {
  width: 100%;
}
#stacks_in_53.siphon-stack .deluxe-columns .siphon-input-wrap button {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 1;
  transform-origin: bottom left;
  margin: 0;
}
#stacks_in_53.siphon-stack .deluxe-columns .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  width: 100%;
  float: none;
}


#stacks_in_53.siphon-stack .siphon-input-wrap.is-required input,
#stacks_in_53.siphon-stack .siphon-input-wrap.is-required textarea {
  outline: thin solid red;
}
#stacks_in_53.siphon-stack .siphon-input-wrap input.is-required + label {
  color: red !important;
}
#stacks_in_53.siphon-stack .siphon-input-wrap input:focus,
#stacks_in_53.siphon-stack .siphon-input-wrap.input-focused input,
#stacks_in_53.siphon-stack .siphon-input-wrap.is-required input {
  opacity: 1;
  /* -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; */
}
#stacks_in_53.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap input::before,
#stacks_in_53.siphon-stack .siphon-input-wrap.input-focused:not(.checkbox):not(.siphon-file) label::before,
#stacks_in_53.siphon-stack .siphon-input-wrap.input-focused label::before,
#stacks_in_53.siphon-stack .siphon-input-wrap.is-required label::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
#stacks_in_53.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap label,
#stacks_in_53.siphon-stack .siphon-input-wrap.input-focused label,
#stacks_in_53.siphon-stack .siphon-input-wrap.is-required label {
  pointer-events: none;
}
#stacks_in_53.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap label::after,
#stacks_in_53.siphon-stack .siphon-input-wrap.input-focused label::after,
#stacks_in_53.siphon-stack .siphon-input-wrap.is-required label::after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
#stacks_in_53 .siphon-section .siphon-input-wrap input[type='file'] {
  margin: 16px 0px;
  opacity: 0;
}
/* Submit slide styles */
#stacks_in_53.siphon-stack .siphon-submit button,
#stacks_in_53 .siphon-section .siphon-input-wrap.siphon-file label {
  background: transparent;
  border: 3px solid rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  padding: 0px 16px;
  height: 45px;
  margin: 16px 0px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  font-weight: 200;
  font-family: inherit;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#stacks_in_53.siphon-stack .siphon-submit button:hover,
#stacks_in_53 .siphon-section .siphon-input-wrap.siphon-file label:hover {
  background: rgba(255,255,255,0.2);
  cursor: pointer;
}
#stacks_in_53.siphon-stack .siphon-submit button:active,
#stacks_in_53 .siphon-section .siphon-input-wrap.siphon-file label:active {
  background: rgba(255,255,255,0.2);
}
#stacks_in_53.siphon-stack .siphon-submit button:focus {
  outline: none;
}
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-textarea button {
  
  width: 100%;
  max-width: 360px;
  position: relative;
  float: none;
  display: block;
  
  
}
#stacks_in_53.siphon-stack .siphon-mail-error {
  color: white;
  background: #FF4444;
  border: 1px solid #FF2222;
  padding: 10px;
  border-radius: 4px;
  margin: 32px 0px 0px 0px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
#stacks_in_53 .siphon-loader {
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  margin: 32px auto 0 auto;
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0ms linear;
  pointer-events: none;
  z-index: 0;
}
#stacks_in_53 .siphon-loader svg path {
  fill: rgba(0, 0, 0, 0.75);
}
#stacks_in_53.siphon-email-submited .siphon-loader {
  position: relative;
  opacity: 1;
  transition: opacity 300ms ease;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#stacks_in_53.siphon-email-submited .siphon-submit button,
#stacks_in_53.siphon-email-submited .siphon-back,
#stacks_in_53.siphon-email-submited .configure-submit {
  display: none;
}

#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) input,
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) input,
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) label,
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap textarea,
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap button,
#stacks_in_53.siphon-email-submited .s3_column .siphon-submit button,
#stacks_in_53 .siphon-section .s3_column .siphon-input-wrap.siphon-file label,
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  width: 100%;
  max-width: 100%;
  position: relative;
  float: none;
}
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap label::after,
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap label::before,
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after,
#stacks_in_53.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
  width: 100%;
  max-width: 100%;
  float: none;
}
@media all and (max-width: 640px) {
  #stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox) input,
  #stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox) input,
  #stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox) label,
  #stacks_in_53.siphon-stack .siphon-input-wrap textarea,
  /* #stacks_in_53.siphon-stack .siphon-input-wrap button, */
  #stacks_in_53.siphon-email-submited .siphon-submit button,
  #stacks_in_53 .siphon-section .siphon-input-wrap.siphon-file label,
  #stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
    /* width: 100%;
    position: relative;
    float: none; */
  }
  #stacks_in_53.siphon-stack .siphon-input-wrap button {
    padding: 0 6px;
  }
  #stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after,
  #stacks_in_53.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
    /* width: 100%;
    float: none; */
  }
}
#stacks_in_53 .siphon-section .siphon-input-wrap.checkbox label:before {
  
}
/* Edit mode styles */


#stacks_in_53 .autoreply {display: none;}

/*
=======================================
File
=======================================
*/
#stacks_in_53 .siphon-section .siphon-input-wrap.siphon-file label {
  display: inline-block;
  line-height: 40px;
  position: absolute !important;
  z-index: 100;
  left:0;
  top: 0;
}
#stacks_in_53 .siphon-section .siphon-input-wrap.siphon-file label {
  
}
#stacks_in_53 .siphon-section .siphon-input-wrap.siphon-file input:before {
  content: "\f192";
}
/*
=======================================
Range / Slider
=======================================
*/
#stacks_in_53.siphon-stack .siphon-range-wrap {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  max-width: 360px;
  width: 100%;
  align-items: center;
  grid-gap: 4px;
  
}
#stacks_in_53.siphon-stack .siphon-range-wrap > span {
  color: rgba(51, 51, 51, 1.00);
  font-size: 14px;
  line-height: 14px;
  font-family: inherit;
  white-space: nowrap;
}
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) > label > span {
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
}
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input {
  opacity: 1;
  width: 100%;
  height: 4px;
  padding: 0px;
  background: rgba(51, 51, 51, 1.00);
}
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label {
  transform: translateY(-7.000000px);
}
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input::-moz-range-thumb {
  background: rgba(0, 0, 0, 0.75);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label:before,
#stacks_in_53.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label:after {
  display: none;
}
.siphon-stack .siphon-section .stacks_in,
.siphon-stack .siphon-section .stacks_out {
  overflow: hidden;
}


.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_54:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}
 #stacks_in_398_2{ overflow:hidden;height:30px; } 

#stacks_in_56 textarea {
  height: 200px !important;
}

#stacks_in_59 textarea {
  height: 200px !important;
}

#stacks_in_61 textarea {
  height: 200px !important;
}

#stacks_in_63 textarea {
  height: 200px !important;
}

#stacks_in_65 textarea {
  height: 200px !important;
}

#stacks_in_67 textarea {
  height: 200px !important;
}

#stacks_in_69 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_72:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}
 #stacks_in_73_2{ overflow:hidden;height:20px; } 

#stacks_in_77 textarea {
  height: 200px !important;
}
 #stacks_in_78_2{ overflow:hidden;height:20px; } 

#stacks_in_79 textarea {
  height: 200px !important;
}
 #stacks_in_80_2{ overflow:hidden;height:20px; } 

#stacks_in_81 textarea {
  height: 200px !important;
}
 #stacks_in_82_2{ overflow:hidden;height:20px; } 

#stacks_in_85 textarea {
  height: 200px !important;
}

#stacks_in_86 textarea {
  height: 200px !important;
}

#stacks_in_87 textarea {
  height: 200px !important;
}

#stacks_in_88 textarea {
  height: 200px !important;
}

#stacks_in_89 textarea {
  height: 200px !important;
}

#stacks_in_90 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_92:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_93 textarea {
  height: 200px !important;
}

#stacks_in_95 {
	padding: 30px 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_97 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_97.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_97.fontSizeInheritOff {
	font-size: 12px;
	line-height: 12px;
}
#simpleText_stacks_in_97.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_97.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_97.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_97.inheritOff a, #simpleText_stacks_in_97.inheritOff a:link {
	color: #CC0A20;
	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_97.inheritOff a:visited {
	color: #848B80;
}
#simpleText_stacks_in_97.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_97.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_97.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_97.optJustify {
	text-align: justify;
}

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

#stacks_in_97 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_99 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_101:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}
 #stacks_in_382_2{ overflow:hidden;height:30px; } 

 #stacks_in_383_2{ overflow:hidden;height:30px; } 

#stacks_in_107 textarea {
  height: 200px !important;
}

#stacks_in_109 textarea {
  height: 200px !important;
}

#stacks_in_111 textarea {
  height: 200px !important;
}

#stacks_in_113 textarea {
  height: 200px !important;
}

 #stacks_in_384_2{ overflow:hidden;height:30px; } 

#stacks_in_119 textarea {
  height: 200px !important;
}

#stacks_in_121 textarea {
  height: 200px !important;
}

#stacks_in_123 textarea {
  height: 200px !important;
}

#stacks_in_125 textarea {
  height: 200px !important;
}

 #stacks_in_385_2{ overflow:hidden;height:30px; } 

#stacks_in_313 textarea {
  height: 200px !important;
}

#stacks_in_131 textarea {
  height: 200px !important;
}

#stacks_in_132 textarea {
  height: 200px !important;
}

#stacks_in_133 textarea {
  height: 200px !important;
}

 #stacks_in_386_2{ overflow:hidden;height:30px; } 

#stacks_in_317 textarea {
  height: 200px !important;
}

#stacks_in_319 textarea {
  height: 200px !important;
}

#stacks_in_321 textarea {
  height: 200px !important;
}

#stacks_in_323 textarea {
  height: 200px !important;
}

 #stacks_in_387_2{ overflow:hidden;height:30px; } 

#stacks_in_346 textarea {
  height: 200px !important;
}

#stacks_in_348 textarea {
  height: 200px !important;
}

#stacks_in_350 textarea {
  height: 200px !important;
}

#stacks_in_352 textarea {
  height: 200px !important;
}

 #stacks_in_388_2{ overflow:hidden;height:30px; } 

#stacks_in_362 textarea {
  height: 200px !important;
}

#stacks_in_364 textarea {
  height: 200px !important;
}

#stacks_in_366 textarea {
  height: 200px !important;
}

#stacks_in_368 textarea {
  height: 200px !important;
}

 #stacks_in_389_2{ overflow:hidden;height:30px; } 

#stacks_in_329 textarea {
  height: 200px !important;
}

#stacks_in_331 textarea {
  height: 200px !important;
}

#stacks_in_333 textarea {
  height: 200px !important;
}

#stacks_in_335 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_151:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_263 textarea {
  height: 200px !important;
}

#stacks_in_157 {
	display:inline-block; width:100%; line-height: 1.240000em;
}

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

#stacks_in_378 {
	display:inline-block; width:100%; line-height: 1.240000em;
}

#stacks_in_375 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 1px 0px 1px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_376 {
	display:inline-block; width:100%; line-height: 1.240000em;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_158:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_271 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_162:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}
 #stacks_in_341_2{ overflow:hidden;height:30px; } 

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_436:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_441 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_289:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
}
.siphon-configure #section_stacks_in_289 .configure-submit button.siphon-configure-next,
.siphon-configure #section_stacks_in_289 .configure-submit button.siphon-configure-send-email {
  background: rgba(16, 55, 145, 1.00);
  border-color: rgba(16, 55, 145, 1.00);
  color:  rgba(255, 255, 255, 1.00);
}
.siphon-configure #section_stacks_in_289 .configure-submit button.siphon-configure-back {
  background: rgba(0, 0, 0, 0.00);
  border-color: rgba(16, 55, 145, 1.00);
  color:  rgba(16, 55, 145, 1.00);
}


#wrap_stacks_in_291 .prefix {
  margin-right: 0;
}


#wrap_stacks_in_291 .postfix {
  margin-left: 0;
}

#wrap_stacks_in_291 .configure-inner-wrap {
  width: 100%;
  
  max-width: 320px;
  
}
#wrap_stacks_in_291 .configure-group-wrap label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.20);
  transition: box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
#wrap_stacks_in_291 .configure-group-wrap input:checked + label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}
#wrap_stacks_in_291 .configure-group-wrap input:not(:checked) + label:hover {
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}

#wrap_stacks_in_291 .configure-group-wrap label {
  padding: 6px 16px;
}
.configure-group-wrap[data-name="stacks_in_291"],

.configure-group-wrap[data-name="stacks_in_291"] > div[tag="node"] {
  
  grid-template-columns: repeat(auto-fit,156px);
  
}





#wrap_stacks_in_298 .prefix {
  margin-right: 0;
}


#wrap_stacks_in_298 .postfix {
  margin-left: 0;
}

#wrap_stacks_in_298 .configure-inner-wrap {
  width: 100%;
  
  max-width: 320px;
  
}
#wrap_stacks_in_298 .configure-group-wrap label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.20);
  transition: box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
#wrap_stacks_in_298 .configure-group-wrap input:checked + label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}
#wrap_stacks_in_298 .configure-group-wrap input:not(:checked) + label:hover {
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}

#wrap_stacks_in_298 .configure-group-wrap label {
  padding: 6px 16px;
}
.configure-group-wrap[data-name="stacks_in_298"],

.configure-group-wrap[data-name="stacks_in_298"] > div[tag="node"] {
  
  grid-template-columns: repeat(auto-fit,156px);
  
}





#wrap_stacks_in_305 .prefix {
  margin-right: 0;
}


#wrap_stacks_in_305 .postfix {
  margin-left: 0;
}

#wrap_stacks_in_305 .configure-inner-wrap {
  width: 100%;
  
  max-width: 320px;
  
}
#wrap_stacks_in_305 .configure-group-wrap label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.20);
  transition: box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
#wrap_stacks_in_305 .configure-group-wrap input:checked + label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}
#wrap_stacks_in_305 .configure-group-wrap input:not(:checked) + label:hover {
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}

#wrap_stacks_in_305 .configure-group-wrap label {
  padding: 6px 16px;
}
.configure-group-wrap[data-name="stacks_in_305"],

.configure-group-wrap[data-name="stacks_in_305"] > div[tag="node"] {
  
  grid-template-columns: repeat(auto-fit,156px);
  
}



/* 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_4_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_4_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_4_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_4_42.open .close-icon {
  display: inline-block;
}
#overlayMenu_stacks_in_4_42 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_4_42 .cssmenu ul>li a:hover small,
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a:hover small,
#overlayMenuToggle_stacks_in_4_42 {
  transition: all 200ms ease;
}
#overlayMenuToggle_stacks_in_4_42:hover {
  /*  */
  /*  */
}
#overlayMenuToggle_stacks_in_4_42:hover {
  /*  */
  cursor: pointer;
  color: #FFFFFF;
  /*  */
}
#overlayMenuContainer_stacks_in_4_42 .close-icon:hover {
  /*  */
  /*  */
}

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

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

#overlayMenuContainer_stacks_in_4_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_4_42 * {
  z-index: 1;
}
#overlayMenuContainer_stacks_in_4_42::before, #overlayMenuContainer_stacks_in_4_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_4_42.open::before, #overlayMenuContainer_stacks_in_4_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_4_42::before {
  /*  */
  background: #000000;
  /*  */
  /*  */
  /*  */
  opacity: 0.8;
}

#overlayMenuContainer_stacks_in_4_42::after {
  /*  */
}

#overlayMenu_stacks_in_4_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_4_42  span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_4_42 li a span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_4_42 li a small {
  /*  */
  font-family: inherit;
  /*  */
}
/*  */
#overlayMenuContainer_stacks_in_4_42 {
  pointer-events: none;
}
/*  */

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

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

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

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

/* #overlayMenuContainer_stacks_in_4_42.open::before, #overlayMenuContainer_stacks_in_4_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_4_42.open::after {
  opacity: 1;
}

#overlayMenu_stacks_in_4_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_4_42 .close-icon:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*  */
#overlayMenuFooter_stacks_in_4_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_4_42 .cssmenu, #overlayMenu_stacks_in_4_42 .cssmenu ul, #overlayMenu_stacks_in_4_42 .cssmenu ul li, #overlayMenu_stacks_in_4_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_4_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_4_42 .om-text {
  displa
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#overlayMenu_stacks_in_4_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_4_42 .cssmenu ul li a > .om-item-title-wrap {
  /*  */
  padding: 10px 0px;
  /*  */
}

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

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

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

#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a,
#stacks_in_4_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_4_42 .cssmenu ul ul li a > .om-item-title-wrap {
  /*  */
  /*  */
  padding: 10px 0px;
  /*  */

  /*  */
}

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

#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul ul li a {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul ul ul li a {
   margin-left: 45px;
  margin-right: 45px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul ul ul ul li a {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul ul ul ul ul li a {
   margin-left: 75px;
  margin-right: 75px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_1 {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_2 {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_3 {
  margin-left: 45px;
 margin-right: 45px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_4 {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_5 {
  margin-left: 75px;
  margin-right: 75px;
}
/*  */
/*  */
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level,
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a {
  margin-right: 0px !important;
}
/*  */
/*  */
#overlayMenu_stacks_in_4_42 .cssmenu ul li a small ,
#stacks_in_4_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_4_42 .cssmenu ul>li a:hover small {
  color: rgba(204, 10, 32, 1.00);
}

/*  */
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a small,
#stacks_in_4_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_4_42 .cssmenu ul ul li a:hover small {
  /*  */
  color: rgba(204, 10, 32, 1.00);
  /*  */
}
#overlayMenu_stacks_in_4_42 .cssmenu ul>li a svg:first-of-type,
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a svg:first-of-type {
  color: inherit;
  vertical-align: text-top;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul>li a svg:first-of-type {
  width: 24px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a svg:first-of-type {
  /*  */
  width: 24px;
  /*  */
}
#overlayMenuContainer_stacks_in_4_42 .close-icon svg path,
#overlayMenuContainer_stacks_in_4_42 .close-icon i {
  fill: rgba(255, 255, 255, 1.00);
}
#overlayMenuContainer_stacks_in_4_42 .close-icon:hover svg path,
#overlayMenuContainer_stacks_in_4_42 .close-icon:hover i {
  fill: rgba(102, 102, 102, 1.00);
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li a svg path,
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a svg path {
  fill: rgba(255, 255, 255, 1.00);
  vertical-align: text-top;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul>li.has-sub>a {
  display: flex;
  /*  */
  /*  */
  /*  */
  justify-content: center;
  /*  */
  align-items: center;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul>li.has-sub>a:after,
#overlayMenu_stacks_in_4_42 .cssmenu ul>li.has-sub>a:before {
  display: none;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li.has-sub a svg.dropdown-open-icon, #overlayMenu_stacks_in_4_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_4_42 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  display: none;
  /*  */
  /*  */
  display: none;
  /*  */
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li.has-sub.open a svg.dropdown-close-icon {
  /*  */
  /*  */
  /*  */
  display: inline-block;
  /*  */
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li.has-sub.open a svg.dropdown-open-icon {
  display: none;
}
/*  */
/*  */


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

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

@media only screen and (min-width: 771px) {
  #overlayMenuContainer_stacks_in_4_42.hide-d, #overlayMenuToggleContainer_stacks_in_4_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_4_42 .cssmenu>ul>li>a.hover {
  color: rgba(102, 102, 102, 1.00);
}

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

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

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

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

 */
#stacks_in_4_45 * {
  box-sizing: border-box;
}
#stacks_in_4_45 *:focus {outline:none;}
.searchingstacks_in_4_45 .stacks_top,
.searchingstacks_in_4_45 .stacks_in,
.searchingstacks_in_4_45 .stacks_out {
  overflow: visible;
}
#stacks_in_4_45 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_4_45_pages { display: none;}
#stacks_in_4_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_4_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_4_45_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_4_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_4_45 form > svg,
.live-search-form > svg {
  width: 15px;
  width: calc(15px - 2px);
  left: calc(34px - 15px);
  fill: #888888;
}
#stacks_in_4_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_4_45 form .live-search-submit:hover {
   background: #DB192F;
   color: #FFFFFF;
}
#stacks_in_4_45 form .live-search-submit:active {
   background: #BD0011;
   color: #F0F0F0;
}
#stacks_in_4_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_4_45 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_4_45 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_4_45 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_4_45 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_4_45 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
#stacks_in_4_45 form > svg,
.live-search-form > svg {
  display: none;
}
#stacks_in_4_45_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 15px;
}
/**/
/**/
/**/
/**/
#stacks_in_4_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_4_45 #stacks_in_4_45_tipue_search_content,
.searchingstacks_in_4_45.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_4_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_4_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_4_45 #stacks_in_4_45_tipue_search_content,
.searchingstacks_in_4_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_4_45_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_4_45 #stacks_in_4_45_tipue_search_content,
.searchingstacks_in_4_45.live-search-content {
  display: block !important;
}
#stacks_in_4_45_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_4_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_4_45_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_4_45_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_4_45_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_4_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_4_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_4_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_4_45_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_4_45_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #FFFFFF;
  font-family: inherit;
}
#stacks_in_4_45_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
#stacks_in_4_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_4_45_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #CC0A20;
}
#stacks_in_4_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_4_45_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #970F1D;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #CC0A20;
}
#stacks_in_4_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_4_45_tipue_search_content .h01,
.live-search-content .h01 {
  background: #E6E6E6;
}

#stacks_in_4_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_4_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_4_45_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_4_45_tipue_search_warning a{

}
#stacks_in_4_45_tipue_search_warning a:hover{

}
#stacks_in_4_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_4_45 .additional-pages,
#stacks_in_4_45 .excluded-pages {
  display: none;
}


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

#stacks_out_4_45 {
	width: 85%;
	margin-left:0;
}
#slice_mez_4_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_4_43.selected {
  border-color: #2680fc !important;
}
#slice_mez_4_43 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_4_43 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_4_43 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_4_43.hidden > #stacks_in_4_43 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_4_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_4_47.selected {
  border-color: #2680fc !important;
}
#slice_mez_4_47 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_4_47 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_4_47 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_4_47.hidden > #stacks_in_4_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_4_70 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_4_70.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_4_70.fontSizeInheritOff {
	font-size: 18px;
	line-height: 18px;
}
#simpleText_stacks_in_4_70.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_4_70.lineHeightOn {
	line-height: 22px;
}
#simpleText_stacks_in_4_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_4_70.inheritOff a, #simpleText_stacks_in_4_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_4_70.inheritOff a:visited {
	color: #FFFFFF;
}
#simpleText_stacks_in_4_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_4_70.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_4_70.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_4_70.optJustify {
	text-align: justify;
}

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

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

#stacks_out_4_70 {
	width: 200px;
}
#stacks_in_4_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_4_3 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #191919;box-shadow:0px 0px 0px #191919}#stacks_in_4_3 .fluid-image.unlimited img{width:100% !important}#stacks_in_4_3 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_4_3 .fluid-image.align-left img{float:left}#stacks_in_4_3 .fluid-image.align-right img{float:right}

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

#stacks_in_4_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_4_53 .textalign a {

	color: #CCCCCC !important;

}

#stacks_in_4_53 .textalign a:visited {

	color: #CCCCCC !important;

}

#stacks_in_4_53 .textalign a:hover {

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

}

#stacks_in_4_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_4_16 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_4_16.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_4_16.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_4_16.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_4_16.lineHeightOn {
	line-height: 18px;
}
#simpleText_stacks_in_4_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_4_16.inheritOff a, #simpleText_stacks_in_4_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_4_16.inheritOff a:visited {
	color: #B3B3B3;
}
#simpleText_stacks_in_4_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_4_16.inheritOff a:active {
	color: #CC0000;
}
#simpleText_stacks_in_4_16.inheritOff a:focus {
	color: #CC0000;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_4_16.optJustify {
	text-align: justify;
}

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

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

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