/* Depth Base */

.depth_out h2,.depth_out p,.depth_out a{margin:0;padding:0;border: 0;line-height:1.4;}
.depth_out hr:before,.depth_out hr:after,.depth_out .content_in .stacksEmptyFiller{display: none}

.depth_in,
header .depth_theme_limit,
footer .depth_theme_limit{
  
  max-width: 1000px;
  
}
main .depth_theme_limit{
  max-width: 100%;
  padding: 0;
}
.depth_limit{
  margin: 0 auto;
}

figure.depth_theme{height: 0;display: none;}

.nfont{
	font-family: 'Open Sans', sans-serif !important;
}
h2.nfont,
.sub_heading.nfont{
	font-family: 'Montserrat', sans-serif !important;
}
header.depth_theme,
main.depth_theme h1,
main.depth_theme h2,
main.depth_theme h3,
main.depth_theme h4,
main.depth_theme h5,
main.depth_theme h6{
  font-family: 'Montserrat', sans-serif !important;
}
.depth_in a{text-decoration: none;}
.depth_in{
  font-size: 15px;
  line-height: 1.4;}

/* 2 Col Spacing */
.depth_section{
  margin-bottom: 20px;
}



.depth_out img{max-width: 100%}

.depth_out *, 
.depth_out *:before, 
.depth_out *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

.depth_out .cf:after {content:"";display:table;clear:both;}
.depth_out .exp{position:absolute;top:0;left:0;bottom:0;right:0;}

@media screen and (min-width: 770px){
  /* 2 Col Spacing */
  .depth_row .s3_column_left .depth_section{
    margin-right: 10.000000px;
  }
  .depth_row .s3_column_right .depth_section{
    margin-left: 10.000000px;
  }
  /* 3 Col Spacing */
  .depth_row.three_col .s3_column_left .depth_section{
    margin-right: 13.320000px;
  }
  .depth_row.three_col .s3_column_center .depth_section{
    margin-left: 6.660000px;
    margin-right: 6.660000px;
  }
  .depth_row.three_col .s3_column_right .depth_section{
    margin-left: 13.320000px;
  }
  /* 4 Col Spacing (1/4) */
  .depth_row .s3_column_4:first-child .depth_section{
    margin-right: 15.000000px;
    margin-left: 0;
  }
  /* 4 Col Spacing (2/4) */
  .depth_row .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 10.000000px;
    margin-left: 5.000000px;
  }
  /* 4 Col Spacing (3/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 5.000000px;
    margin-left: 10.000000px;
  }
  /* 4 Col Spacing (4/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-left: 15.000000px;
    margin-right: 0;
  }
  /* Flex Equal Height/Centering */
  
  .s3_row.depth_row,
  .depth_row .s3_column,
  .s3_row.depth_row .depth_out,
  .s3_row.depth_row .depth_out > div,
  .s3_row.depth_row .depth_wrapper,
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .depth_image *{
    flex: 1;
    display: flex !important;
  }
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .content_in{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .depth_ie .s3_row.depth_row,
  .depth_ie .depth_row .s3_column,
  .s3_row.depth_row .depth_ie .depth_out,
  .s3_row.depth_row .depth_ie .depth_out > div,
  .s3_row.depth_row .depth_ie .depth_wrapper,
  .s3_row.depth_row .depth_ie .content_out,
  .s3_row.depth_row .depth_ie .depth_image *{
    flex: auto !important;
    display: block !important;
  }
}


.content_flex {position: static;}

.s3_row.depth_row .content_flex {
  flex: 1;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

/* Edit Mode */


/* Animations */


.depth_fx .depth_image,
.depth_fx .depth_tint,
.depth_fx .depth_gradient,
.depth_fx .content_tint,
.depth_fx p.sub_heading,
.depth_fx .heading_out .stacks_out,
.depth_fx p.main_content,
.depth_fx .depth_aside,
.depth_fx .heading_out h2{ opacity: 0; }

.depth_fx.depth_ie .depth_image,
.depth_fx.depth_ie .depth_tint,
.depth_fx.depth_ie .depth_gradient,
.depth_fx.depth_ie .content_tint,
.depth_fx.depth_ie p.sub_heading,
.depth_fx.depth_ie .heading_out .stacks_out,
.depth_fx.depth_ie p.main_content,
.depth_fx.depth_ie .depth_aside,
.depth_fx.depth_ie .heading_out h2{ opacity: 1; }


.depth_inview.slow_fadeIn.depth_fx .depth_image,
.depth_inview.slow_fadeIn.depth_fx .depth_tint,
.depth_inview.slow_fadeIn.depth_fx .content_tint,
.depth_inview.slow_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .7s both; }
.depth_inview.slow_fadeIn.depth_fx .heading_out{ animation: heading_border_color 1s both; }
.depth_inview.slow_fadeIn.depth_fx p.super_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein 1s .25s both; }
.depth_inview.slow_fadeIn.depth_fx p.sub_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein 1s .5s both; }
.depth_inview.slow_fadeIn.depth_fx p.main_content,
.depth_inview.slow_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein 1s .75s both; }
.depth_inview.slow_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein 1s 1s backwards; }
.depth_inview.slow_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein 1s 1.25s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content 1s .5s backwards; }

.depth_inview.steady_fadeIn.depth_fx .depth_image,
.depth_inview.steady_fadeIn.depth_fx .depth_tint,
.depth_inview.steady_fadeIn.depth_fx .content_tint,
.depth_inview.steady_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .5s both; }
.depth_inview.steady_fadeIn.depth_fx .heading_out{ animation: heading_border_color .7s both; }
.depth_inview.steady_fadeIn.depth_fx p.super_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .7s .15s both; }
.depth_inview.steady_fadeIn.depth_fx p.sub_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .7s .35s both; }
.depth_inview.steady_fadeIn.depth_fx p.main_content,
.depth_inview.steady_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .7s .5s both; }
.depth_inview.steady_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .7s .65s backwards; }
.depth_inview.steady_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .7s .8s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .7s .25s backwards; }

.depth_inview.fast_fadeIn.depth_fx .depth_image,
.depth_inview.fast_fadeIn.depth_fx .depth_tint,
.depth_inview.fast_fadeIn.depth_fx .content_tint,
.depth_inview.fast_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .3s both; }
.depth_inview.fast_fadeIn.depth_fx .heading_out{ animation: heading_border_color .4s both; }
.depth_inview.fast_fadeIn.depth_fx p.super_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .4s .15s both; }
.depth_inview.fast_fadeIn.depth_fx p.sub_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .4s .35s both; }
.depth_inview.fast_fadeIn.depth_fx p.main_content,
.depth_inview.fast_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .4s .5s both; }
.depth_inview.fast_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .4s .65s backwards; }
.depth_inview.fast_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .4s .8s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .4s .25s backwards; }


@-webkit-keyframes heading_border_color {
  from {border-color: transparent;}
  to {border-color: ;}}
@keyframes nbanner_fadein {
  from {border-color: transparent;}
  to {border-color: ;}}

@-webkit-keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}
@keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}

@-webkit-keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}
@keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}

@-webkit-keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_430 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_430 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_430 .depth_section_link:hover .depth_in,
#stacks_in_430 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_430.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(255, 255, 255, 1.00);}
#stacks_in_430.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_430 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_430 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: center;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-430.jpg);
	
	
	
}





#stacks_in_430 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_430 .content_tint{ background: rgba(0, 0, 0, 0.55); }

#stacks_in_430 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_430 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_430 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_430 .heading_out h2{
	font-size: 26px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_430 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_430 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 3px;
	margin: 10px 0 8px;
	 font-weight: bolder; 
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_430 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 320px; 
	

	 text-align: left; 
	
	
	padding: 12% 50px 9% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 600px){
	#stacks_in_430 .content_out{
		padding: 27% 0px 10% 0px;
		margin: 0 0%;}
	#stacks_in_430 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


@media screen and (max-width: 600px ){
	#stacks_in_430 .depth_wrapper{background-color: rgba(0, 0, 0, 0.60);}
	#stacks_in_430 .depth_tint,
	#stacks_in_430 .content_tint{ background: none !important; }
	#stacks_in_430 .heading_out h2,
	#stacks_in_430 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_430 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_430 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_430 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_430 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 0.95em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12%;
	
	
	}

#stacks_in_430 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 600px){
	#stacks_in_430 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_430 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_430 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 20px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_430 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -320px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_430 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_430 .depth_aside_wrapper{
	
	
	 
	padding-right: 320px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_430 .depth_aside_wrapper,
#stacks_in_430 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_430 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_430 .content_out .centered_image img{float: left;} 





#stacks_in_430 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_430 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_430 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_430 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */




#stacks_in_430 .depth_in{z-index: 4;}
#stacks_in_430 .depth_image{z-index: 3;}
#stacks_in_430 .depth_gradient{z-index: 2;}
#stacks_in_430 .depth_tint{z-index: 1;}






/* Force Mobile Legibility */

@media screen and (max-width: 600px ){
	#stacks_in_430 .depth_wrapper.content_tint,
	#stacks_in_430 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_430 hr{border: 0;margin: 0;}

#stacks_in_430 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.31);
	display: inline-block;}

#stacks_in_430 hr.hr_bottom_header{
	height: 2px;
	width: 20%;
	background: rgba(255, 255, 255, 0.31);
	display: inline-block;}

#stacks_in_430 hr.hr_bottom_content{
	display: inline-block;
	height: 5px;
	width: 70%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}
#stacks_in_431 {
	margin: 0px 0px 60px 0px;
}

#stacks_out_431 {
	margin-left:0;
}
/* Depth Limit */

#stacks_in_717 .depth_limit {
	max-width: 1000px;
}
#stacks_in_717 .depth_limit_padding {
	padding: 30px 30px 30px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_717 .depth_limit_padding {
		padding: 0px 50px -27px 50px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_717.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(127, 127, 127, 1.00) 0%,rgba(127, 127, 127, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(127, 127, 127, 1.00) 0%,rgba(127, 127, 127, 1.00) 95%);
	

	
}




@media screen and (min-width: 770px){
	#stacks_in_717 .s3_row .content_out{
		display: inline-block !important;
	}
}
#stacks_in_717 .s3_row,
#stacks_in_717 .s3_column,
#stacks_in_717 .s3_row .depth_out,
#stacks_in_717 .s3_row .depth_out > div,
#stacks_in_717 .s3_row .depth_wrapper,
#stacks_in_717 .s3_row .depth_image *{
	flex: 0 1 auto;
	display: block !important;
}

#stacks_in_717 .s3_row .content_flex {
	flex: 0 1 auto;
	display: block;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

#stacks_in_718>.s3_row {
	margin: 0 -10px;
}

#stacks_in_718>.s3_row>.s3_column_left {
	width: 68.00%;
}

#stacks_in_718>.s3_row>.s3_column_right {
	width: 32.000000%;
}




#stacks_in_718>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_718>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_718>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






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

#stacks_in_725 {
	letter-spacing: 3px;
}

#stacks_in_684 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 40px 0px 50px 0px;
}

#stacks_in_728 {
	padding: 20px 0px 30px 0px;
}
/* Depth Limit */

#stacks_in_709 .depth_limit {
	max-width: 1000px;
}
#stacks_in_709 .depth_limit_padding {
	padding: 30px 30px 30px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_709 .depth_limit_padding {
		padding: 20px 50px -27px 50px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_709.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 128, 1.00) 0%,rgba(15, 128, 255, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 128, 1.00) 0%,rgba(15, 128, 255, 1.00) 95%);
	

	
}




@media screen and (min-width: 770px){
	#stacks_in_709 .s3_row .content_out{
		display: inline-block !important;
	}
}
#stacks_in_709 .s3_row,
#stacks_in_709 .s3_column,
#stacks_in_709 .s3_row .depth_out,
#stacks_in_709 .s3_row .depth_out > div,
#stacks_in_709 .s3_row .depth_wrapper,
#stacks_in_709 .s3_row .depth_image *{
	flex: 0 1 auto;
	display: block !important;
}

#stacks_in_709 .s3_row .content_flex {
	flex: 0 1 auto;
	display: block;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}


#stacks_in_712 {
	letter-spacing: 3px;
}

#stacks_in_486 {
	padding: 40px 0px 0px 0px;
}
/* Depth Limit */

#stacks_in_376 .depth_limit {
	max-width: 1000px;
}
#stacks_in_376 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_376 .depth_limit_padding {
		padding: 30px 0px 30px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_376.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}




#stacks_in_378 {
	margin:  20px;
}
/* Depth Limit */

#stacks_in_384 .depth_limit {
	max-width: 1000px;
}
#stacks_in_384 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_384 .depth_limit_padding {
		padding: 15px 0px 30px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_384.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}



#stacks_in_363>.s3_row {
	margin: 0 -10px;
}

#stacks_in_363>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_363>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_363>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_363>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_363>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_363 {
	padding: 30px 0px 0px 0px;
}
/* Depth Content */

@media (min-width: 300px){
	#stacks_in_593 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_593 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_593 .depth_section_link:hover .depth_in,
#stacks_in_593 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_593.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_593.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_593 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_593 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: center;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-593.jpg);
	
	
	
}





#stacks_in_593 .depth_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_593 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_593 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.60) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.60) 0%,rgba(0, 0, 0, 0.00) 75%);
	   
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.60) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to left, rgba(0, 0, 0, 0.60) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_593 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_593 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_593 .heading_out h2{
	font-size: 40px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	
	 text-align: right !important; 
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_593 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 0px;
	margin: 0px 0 15px;
	 font-weight: bolder; 
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_593 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_593 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 440px; 
	

	
	
	 text-align: right; 
	padding: 9% 50px 9% 50px;
	margin: 0 3%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_593 .content_out{
		padding: 12% 30px 12% 30px;
		margin: 0 0%;}
	#stacks_in_593 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_593 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_593 .depth_tint,
	#stacks_in_593 .content_tint{ background: none !important; }
	#stacks_in_593 .heading_out h2,
	#stacks_in_593 .content_out{
		 text-align: left !important; 
		
		
	}
	
}


#stacks_in_593 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_593 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_593 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.05em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

#stacks_in_593 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 14px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_593 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_593 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_593 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_593 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -440px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_593 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_593 .depth_aside_wrapper{
	
	
	 
	padding-right: 440px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_593 .depth_aside_wrapper,
#stacks_in_593 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_593 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}


 #stacks_in_593 .content_out .centered_image img{float: right;} 




#stacks_in_593 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_593 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_593 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_593 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_593 .depth_in{z-index: 4;}
#stacks_in_593 .depth_tint{z-index: 3;}
#stacks_in_593 .depth_gradient{z-index: 2;}
#stacks_in_593 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_593 .depth_wrapper.content_tint,
	#stacks_in_593 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_593 hr{border: 0;margin: 0;}

#stacks_in_593 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_593 hr.hr_bottom_header{
	height: 5px;
	width: 17%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_593 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}
#stacks_in_595 {
	margin:  10px;
}
/* Depth Limit */

#stacks_in_374 .depth_limit {
	max-width: 1000px;
}
#stacks_in_374 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_374 .depth_limit_padding {
		padding: 30px 0px 15px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_374.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}



#stacks_in_358>.s3_row {
	margin: 0 -10px;
}

#stacks_in_358>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_358>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_358>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_358>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_358>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_358 {
	padding: 0px 0px 30px 0px;
}
/* Depth Content */

@media (min-width: 300px){
	#stacks_in_319 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_319 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_319 .depth_section_link:hover .depth_in,
#stacks_in_319 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_319.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_319.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_319 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_319 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-319.jpg);
	
	
	
}





#stacks_in_319 .depth_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_319 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_319 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.60) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.60) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_319 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(33, 255, 128, 1.00);
	border-right: 0px solid rgba(33, 255, 128, 1.00);
	border-bottom: 0px solid rgba(33, 255, 128, 1.00);
	border-left: 0px solid rgba(33, 255, 128, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_319 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_319 .heading_out h2{
	font-size: 40px;
	line-height: 42px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_319 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 0px;
	margin: 0px 0 18px;
	 font-weight: bolder; 
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_319 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 9px 0 15px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_319 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 300px; 
	

	 text-align: left; 
	
	
	padding: 30% 0px 0% 0px;
	margin: 0 10%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_319 .content_out{
		padding: 12% 40px 12% 40px;
		margin: 0 0%;}
	#stacks_in_319 .heading_out h2{
		font-size: 36px;
		line-height: 42px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_319 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_319 .depth_tint,
	#stacks_in_319 .content_tint{ background: none !important; }
	#stacks_in_319 .heading_out h2,
	#stacks_in_319 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


#stacks_in_319 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_319 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_319 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.15em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

#stacks_in_319 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 17px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 10%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_319 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_319 .content_in a.depth_button:hover{
	color: rgba(82, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_319 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(102, 255, 102, 1.00);
	border-right: 0px solid rgba(102, 255, 102, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_319 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -300px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_319 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_319 .depth_aside_wrapper{
	
	
	 
	padding-right: 300px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_319 .depth_aside_wrapper,
#stacks_in_319 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_319 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_319 .content_out .centered_image img{float: left;} 





#stacks_in_319 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_319 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_319 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_319 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_319 .depth_in{z-index: 4;}
#stacks_in_319 .depth_tint{z-index: 3;}
#stacks_in_319 .depth_gradient{z-index: 2;}
#stacks_in_319 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_319 .depth_wrapper.content_tint,
	#stacks_in_319 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_319 hr{border: 0;margin: 0;}

#stacks_in_319 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_319 hr.hr_bottom_header{
	height: 5px;
	width: 17%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_319 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(102, 255, 102, 1.00);
	margin-top: 20px;}
#stacks_in_361 {
	margin:  10px;
}
#uTubestacks_in_767 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#uTubestacks_in_767 a,
#uTubestacks_in_767 a:hover,
#uTubestacks_in_767 a:active,
#uTubestacks_in_767 a:focus {
	text-decoration: none;
	outline: none;
}

#uTubestacks_in_767 iframe,
#uTubestacks_in_767 object,
#uTubestacks_in_767 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	border: none;
	outline: none;
}

#uTubestacks_in_767 .uTubeLocalImage,
#uTubestacks_in_767 .uTubeWarehousedImage {
	display: none;
}

#uTubestacks_in_767 .uTubeLocalImage img,
#uTubestacks_in_767 .uTubeWarehousedImage img {
	max-width: none;
	width: 100%;
	height: auto;
}

@media print {
	#uTubestacks_in_767 {
		display: none;
	}
}

/*  */

/* @group Mobile Behavior */

/*  */

/*  */

/*  */

/* @end */

/* @group Edit Mode Styling */

/*  */


/* @end */



#stacks_in_767 {
	padding: 30px 0px 50px 0px;
}

#stacks_in_764 {
	padding: 20px 0px 30px 0px;
}
/* Depth Limit */

#stacks_in_621 .depth_limit {
	max-width: 1000px;
}
#stacks_in_621 .depth_limit_padding {
	padding: 30px 30px 30px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_621 .depth_limit_padding {
		padding: 30px 50px -27px 50px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_621.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 128, 1.00) 0%,rgba(15, 128, 255, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 128, 1.00) 0%,rgba(15, 128, 255, 1.00) 95%);
	

	
}




@media screen and (min-width: 770px){
	#stacks_in_621 .s3_row .content_out{
		display: inline-block !important;
	}
}
#stacks_in_621 .s3_row,
#stacks_in_621 .s3_column,
#stacks_in_621 .s3_row .depth_out,
#stacks_in_621 .s3_row .depth_out > div,
#stacks_in_621 .s3_row .depth_wrapper,
#stacks_in_621 .s3_row .depth_image *{
	flex: 0 1 auto;
	display: block !important;
}

#stacks_in_621 .s3_row .content_flex {
	flex: 0 1 auto;
	display: block;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}


#stacks_in_624 {
	letter-spacing: 3px;
}
/* Depth Limit */

#stacks_in_390 .depth_limit {
	max-width: 1000px;
}
#stacks_in_390 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_390 .depth_limit_padding {
		padding: 30px 0px 30px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_390.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}




#stacks_in_391 {
	margin:  10px;
}
/* Depth Limit */

#stacks_in_394 .depth_limit {
	max-width: 1000px;
}
#stacks_in_394 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_394 .depth_limit_padding {
		padding: 15px 0px 15px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_394.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}



#stacks_in_679 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_679 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_679 #jwresp_col2_stacks_in_679{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_679 #jwresp_col1_stacks_in_679,#stacks_in_679 #jwresp_col2_stacks_in_679{width:100%;float:none;display:block}#stacks_in_679 #jwresp_col1_stacks_in_679{margin-bottom:15px}}
/* Depth Content */

@media (min-width: 300px){
	#stacks_in_406 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_406 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_406 .depth_section_link:hover .depth_in,
#stacks_in_406 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_406.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_406.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_406 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_406 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-406.png);
	
	
	
}





#stacks_in_406 .depth_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_406 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_406 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.60) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.60) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_406 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(33, 255, 128, 1.00);
	border-right: 0px solid rgba(33, 255, 128, 1.00);
	border-bottom: 0px solid rgba(33, 255, 128, 1.00);
	border-left: 0px solid rgba(33, 255, 128, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_406 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_406 .heading_out h2{
	font-size: 40px;
	line-height: 42px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_406 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 0px;
	margin: 0px 0 18px;
	 font-weight: bolder; 
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_406 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 9px 0 15px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_406 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 300px; 
	

	 text-align: left; 
	
	
	padding: 30% 0px 0% 0px;
	margin: 0 10%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_406 .content_out{
		padding: 12% 40px 12% 40px;
		margin: 0 0%;}
	#stacks_in_406 .heading_out h2{
		font-size: 36px;
		line-height: 42px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_406 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_406 .depth_tint,
	#stacks_in_406 .content_tint{ background: none !important; }
	#stacks_in_406 .heading_out h2,
	#stacks_in_406 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


#stacks_in_406 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_406 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_406 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.15em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

#stacks_in_406 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 17px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 10%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_406 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_406 .content_in a.depth_button:hover{
	color: rgba(82, 0, 32, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_406 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(102, 255, 102, 1.00);
	border-right: 0px solid rgba(102, 255, 102, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_406 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -300px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_406 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_406 .depth_aside_wrapper{
	
	
	 
	padding-right: 300px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_406 .depth_aside_wrapper,
#stacks_in_406 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_406 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_406 .content_out .centered_image img{float: left;} 





#stacks_in_406 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_406 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_406 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_406 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_406 .depth_in{z-index: 4;}
#stacks_in_406 .depth_tint{z-index: 3;}
#stacks_in_406 .depth_gradient{z-index: 2;}
#stacks_in_406 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_406 .depth_wrapper.content_tint,
	#stacks_in_406 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_406 hr{border: 0;margin: 0;}

#stacks_in_406 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_406 hr.hr_bottom_header{
	height: 5px;
	width: 17%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_406 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(102, 255, 102, 1.00);
	margin-top: 20px;}
#stacks_in_396 {
	margin:  10px;
}

#stacks_in_686 {
	padding: 20px 0px 30px 0px;
}
#stacks_in_470>.s3_row {
	margin: 0 -0px;
}

#stacks_in_470>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_470>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_470>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_470>.s3_row>.s3_column {
	padding: 0 0px;
}








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


	#stacks_in_470>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_470>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}



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


	#stacks_in_470>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_470>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}



/* Depth Content */

@media (min-width: 300px){
	#stacks_in_449 .content_flex{
		min-height: 350px;
	}
}

@media (min-width: 900px){
	#stacks_in_449 .content_flex{
		min-height: 350px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_449 .depth_section_link:hover .depth_in,
#stacks_in_449 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_449.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_449.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_449 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_449 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-449.jpg);
	
	
	
}





#stacks_in_449 .depth_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_449 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_449 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.30) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.30) 75%);
	
	
	
	   
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.30) 0%,rgba(0, 0, 0, 0.00) 85%);
	background: radial-gradient(rgba(0, 0, 0, 0.30) 0%,rgba(0, 0, 0, 0.00) 85%);
	}



/* Heading */

#stacks_in_449 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_449 .heading_in{
	padding: 5px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_449 .heading_out h2{
	font-size: 30px;
	line-height: 50px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: 1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_449 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 32px;
	letter-spacing: 0px;
	margin: 0px 0 0px;
	 font-weight: bolder; 
	
	
	 text-transform: uppercase;
	float: none;}

#stacks_in_449 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

#stacks_in_449 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 580px; 
	

	
	 text-align: center; 
	
	padding: 0% 0px 0% 0px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */



@media screen and (max-width: 770px ){
	#stacks_in_449 .depth_wrapper{background-color: rgba(0, 0, 0, 0.30);}
	#stacks_in_449 .depth_tint,
	#stacks_in_449 .content_tint{ background: none !important; }
	#stacks_in_449 .heading_out h2,
	#stacks_in_449 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


#stacks_in_449 .content_flex{
	
	 align-items: center; 
	
}

#stacks_in_449 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_449 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.10em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6%;
	
	
	 display: none; }

#stacks_in_449 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 18px;
	padding: 5% 7.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(230, 73, 30, 1.00);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_449 .content_in a.depth_button{
		padding: 5% 10%;
	}
}
#stacks_in_449 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 102, 0, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_449 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_449 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -580px; 
	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_449 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_449 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_449 .depth_aside_wrapper,
#stacks_in_449 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_449 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_449 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_449 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_449 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_449 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_449 .depth_in{z-index: 4;}
#stacks_in_449 .depth_tint{z-index: 3;}
#stacks_in_449 .depth_gradient{z-index: 2;}
#stacks_in_449 .depth_image{z-index: 1;}








/* Force Mobile Legibility */




/* Breaks */

#stacks_in_449 hr{border: 0;margin: 0;}

#stacks_in_449 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_449 hr.hr_bottom_header{
	height: 0px;
	width: 15%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_449 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 0px;}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_471 .content_flex{
		min-height: 350px;
	}
}

@media (min-width: 900px){
	#stacks_in_471 .content_flex{
		min-height: 350px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_471 .depth_section_link:hover .depth_in,
#stacks_in_471 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_471.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_471.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_471 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_471 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: center;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-471.jpg);
	
	
	
}





#stacks_in_471 .depth_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_471 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_471 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.50) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.50) 75%);
	
	
	
	   
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.50) 0%,rgba(0, 0, 0, 0.00) 85%);
	background: radial-gradient(rgba(0, 0, 0, 0.50) 0%,rgba(0, 0, 0, 0.00) 85%);
	}



/* Heading */

#stacks_in_471 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 13px 15px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_471 .heading_in{
	padding: 5px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_471 .heading_out h2{
	font-size: 30px;
	line-height: 50px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: 1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_471 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 32px;
	letter-spacing: 0px;
	margin: 0px 0 0px;
	 font-weight: bolder; 
	
	
	 text-transform: uppercase;
	float: none;}

#stacks_in_471 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

#stacks_in_471 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 600px; 
	

	
	 text-align: center; 
	
	padding: 0% 0px 0% 0px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */



@media screen and (max-width: 770px ){
	#stacks_in_471 .depth_wrapper{background-color: rgba(0, 0, 0, 0.30);}
	#stacks_in_471 .depth_tint,
	#stacks_in_471 .content_tint{ background: none !important; }
	#stacks_in_471 .heading_out h2,
	#stacks_in_471 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


#stacks_in_471 .content_flex{
	
	 align-items: center; 
	
}

#stacks_in_471 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_471 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.10em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6%;
	
	
	 display: none; }

#stacks_in_471 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 18px;
	padding: 5% 7.500000%;
	border-radius: 0px;
	box-shadow: inset 0 0 0 0px rgba(230, 73, 30, 1.00);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_471 .content_in a.depth_button{
		padding: 5% 10%;
	}
}
#stacks_in_471 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 102, 0, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_471 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_471 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -600px; 
	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_471 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_471 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_471 .depth_aside_wrapper,
#stacks_in_471 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_471 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_471 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_471 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_471 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_471 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_471 .depth_in{z-index: 4;}
#stacks_in_471 .depth_tint{z-index: 3;}
#stacks_in_471 .depth_gradient{z-index: 2;}
#stacks_in_471 .depth_image{z-index: 1;}








/* Force Mobile Legibility */




/* Breaks */

#stacks_in_471 hr{border: 0;margin: 0;}

#stacks_in_471 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_471 hr.hr_bottom_header{
	height: 0px;
	width: 15%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_471 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 0px;}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_474 .content_flex{
		min-height: 350px;
	}
}

@media (min-width: 900px){
	#stacks_in_474 .content_flex{
		min-height: 350px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_474 .depth_section_link:hover .depth_in,
#stacks_in_474 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_474.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_474.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_474 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_474 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: center;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-474.png);
	
	
	
}





#stacks_in_474 .depth_tint{ background: rgba(0, 0, 0, 0.05); }

#stacks_in_474 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_474 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.11) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.11) 75%);
	
	
	
	   
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.11) 0%,rgba(0, 0, 0, 0.00) 85%);
	background: radial-gradient(rgba(0, 0, 0, 0.11) 0%,rgba(0, 0, 0, 0.00) 85%);
	}



/* Heading */

#stacks_in_474 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_474 .heading_in{
	padding: 5px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_474 .heading_out h2{
	font-size: 30px;
	line-height: 50px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: 1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_474 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 32px;
	letter-spacing: 0px;
	margin: 0px 0 0px;
	 font-weight: bolder; 
	
	
	 text-transform: uppercase;
	float: none;}

#stacks_in_474 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

#stacks_in_474 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 600px; 
	

	
	 text-align: center; 
	
	padding: 0% 0px 0% 0px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */



@media screen and (max-width: 770px ){
	#stacks_in_474 .depth_wrapper{background-color: rgba(0, 0, 0, 0.30);}
	#stacks_in_474 .depth_tint,
	#stacks_in_474 .content_tint{ background: none !important; }
	#stacks_in_474 .heading_out h2,
	#stacks_in_474 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


#stacks_in_474 .content_flex{
	
	 align-items: center; 
	
}

#stacks_in_474 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_474 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.10em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6%;
	
	
	 display: none; }

#stacks_in_474 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 18px;
	padding: 5% 7.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(230, 73, 30, 1.00);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_474 .content_in a.depth_button{
		padding: 5% 10%;
	}
}
#stacks_in_474 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 102, 0, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_474 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_474 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -600px; 
	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_474 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_474 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_474 .depth_aside_wrapper,
#stacks_in_474 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_474 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_474 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_474 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_474 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_474 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_474 .depth_in{z-index: 4;}
#stacks_in_474 .depth_tint{z-index: 3;}
#stacks_in_474 .depth_gradient{z-index: 2;}
#stacks_in_474 .depth_image{z-index: 1;}








/* Force Mobile Legibility */




/* Breaks */

#stacks_in_474 hr{border: 0;margin: 0;}

#stacks_in_474 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_474 hr.hr_bottom_header{
	height: 0px;
	width: 15%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_474 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 0px;}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_307 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_307 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_307 .depth_section_link:hover .depth_in,
#stacks_in_307 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_307.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_307.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_307 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_307 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: center;

	

	
	
		/* Default Background*/
		background-image: url(../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(0, 0, 0, 1.00);
	background-size: cover;
	
}





#stacks_in_307 .depth_tint{ background: rgba(0, 0, 0, 1.00); }

#stacks_in_307 .content_tint{ background: rgba(0, 0, 0, 1.00); }

#stacks_in_307 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1.00) 0%,rgba(0, 0, 0, 1.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1.00) 0%,rgba(0, 0, 0, 1.00) 75%);
	
	
	
	   
	background: -webkit-radial-gradient(rgba(0, 0, 0, 1.00) 0%,rgba(0, 0, 0, 1.00) 85%);
	background: radial-gradient(rgba(0, 0, 0, 1.00) 0%,rgba(0, 0, 0, 1.00) 85%);
	}



/* Heading */

#stacks_in_307 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 230, 230, 1.00);
	border-right: 0px solid rgba(230, 230, 230, 1.00);
	border-bottom: 0px solid rgba(230, 230, 230, 1.00);
	border-left: 0px solid rgba(230, 230, 230, 1.00);
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_307 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_307 .heading_out h2{
	font-size: 30px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_307 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 0px;
	margin: 0px 0 15px;
	 font-weight: bolder; 
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_307 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_307 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 440px; 
	

	
	 text-align: center; 
	
	padding: 9% 50px 9% 50px;
	margin: 0 3%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_307 .content_out{
		padding: 12% 30px 12% 30px;
		margin: 0 0%;}
	#stacks_in_307 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_307 .depth_wrapper{background-color: rgba(0, 0, 0, 0.60);}
	#stacks_in_307 .depth_tint,
	#stacks_in_307 .content_tint{ background: none !important; }
	#stacks_in_307 .heading_out h2,
	#stacks_in_307 .content_out{
		 text-align: left !important; 
		
		
	}
	
}


#stacks_in_307 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_307 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_307 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.15em;
	line-height: 1.60;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

#stacks_in_307 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 14px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_307 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_307 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_307 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_307 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -440px; 
	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_307 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_307 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_307 .depth_aside_wrapper,
#stacks_in_307 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_307 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_307 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_307 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_307 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_307 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_307 .depth_in{z-index: 4;}
#stacks_in_307 .depth_tint{z-index: 3;}
#stacks_in_307 .depth_gradient{z-index: 2;}
#stacks_in_307 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_307 .depth_wrapper.content_tint,
	#stacks_in_307 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_307 hr{border: 0;margin: 0;}

#stacks_in_307 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_307 hr.hr_bottom_header{
	height: 5px;
	width: 17%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_307 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(204, 204, 204, 1.00);
	margin-top: 20px;}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_53 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_53 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_53 .depth_section_link:hover .depth_in,
#stacks_in_53 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_53.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_53.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_53 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_53 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: center;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-53.png);
	
	
	
}





#stacks_in_53 .depth_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_53 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_53 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.00) 75%);
	   
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to left, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_53 .heading_out{
	display: block;
	
	background: rgba(230, 73, 30, 0.00);
	border-top: 0px solid rgba(0, 0, 0, 1.00);
	border-right: 0px solid rgba(0, 0, 0, 1.00);
	border-bottom: 0px solid rgba(0, 0, 0, 1.00);
	border-left: 0px solid rgba(0, 0, 0, 1.00);
	padding: 3px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_53 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_53 .heading_out h2{
	font-size: 44px;
	line-height: 42px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_53 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_53 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	letter-spacing: 5px;
	margin: 17px 0 8px;
	 font-weight: bolder; 
	 font-style: italic; 
	
	
	float: none;}

/* Content */

#stacks_in_53 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 420px; 
	

	
	 text-align: center; 
	
	padding: 15% 50px 15% 50px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_53 .content_out{
		padding: 18% 50px 18% 50px;
		margin: 0 0%;}
	#stacks_in_53 .heading_out h2{
		font-size: 36px;
		line-height: 42px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_53 .depth_wrapper{background-color: rgba(0, 0, 0, 0.38);}
	#stacks_in_53 .depth_tint,
	#stacks_in_53 .content_tint{ background: none !important; }
	#stacks_in_53 .heading_out h2,
	#stacks_in_53 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


#stacks_in_53 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_53 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(255, 255, 255, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_53 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.15em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	 font-weight: bolder; 
	
	}

#stacks_in_53 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 17px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(97, 148, 192, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_53 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_53 .content_in a.depth_button:hover{
	color: rgba(80, 129, 178, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_53 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_53 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -420px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_53 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_53 .depth_aside_wrapper{
	
	
	 
	padding-right: 420px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_53 .depth_aside_wrapper,
#stacks_in_53 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_53 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_53 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_53 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_53 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_53 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_53 .depth_in{z-index: 4;}
#stacks_in_53 .depth_tint{z-index: 3;}
#stacks_in_53 .depth_gradient{z-index: 2;}
#stacks_in_53 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_53 .depth_wrapper.content_tint,
	#stacks_in_53 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_53 hr{border: 0;margin: 0;}

#stacks_in_53 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(179, 179, 179, 1.00);
	display: inline-block;}

#stacks_in_53 hr.hr_bottom_header{
	height: 4px;
	width: 50%;
	background: rgba(179, 179, 179, 1.00);
	display: inline-block;}

#stacks_in_53 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}/* Depth Limit */

#stacks_in_589 .depth_limit {
	max-width: 1000px;
}
#stacks_in_589 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_589 .depth_limit_padding {
		padding: 0px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_589.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}




#stacks_in_587 {
	background-color: rgba(161, 152, 150, 1.00);
}
/* Depth Limit */

#stacks_in_519 .depth_limit {
	max-width: 1000px;
}
#stacks_in_519 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_519 .depth_limit_padding {
		padding: 30px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_519.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}



#stacks_in_520>.s3_row {
	margin: 0 -30px;
}

#stacks_in_520>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_520>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_520>.s3_row>.s3_column {
	padding: 0 30px;
}










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



}



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


	#stacks_in_520>.s3_row  {
		margin: -30px 0;
	}
	#stacks_in_520>.s3_row>.s3_column {
		padding: 30px 0;
		width:100%;
	}


}






#stacks_in_545 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 30px 0px 30px 0px;
}

#stacks_in_570 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0px 0px 30px 0px;
}
#stacks_in_763 iframe {
	-webkit-transition: height 0.1s; /* Safari */
    transition: height 0.1s;
}

.yd-modal{position:fixed;top:50%;left:50%;width:50%;max-width:630px;min-width:320px;height:auto;z-index:2000;opacity:0;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.yd-modal-show{opacity:1;visibility:visible}.yd-overlay{position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:1000;opacity:0;background:rgba(0,0,0,0.8);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show ~ .yd-overlay{opacity:1;visibility:visible}.yd-content{color:#777;background:#fff;position:relative;border-radius:3px;margin:0 auto;text-align:center}.yd-content h3{margin:0;padding:0.4em;text-align:center;font-size:24px;font-weight:500;border-bottom:1px solid #f2f2f2;border-radius:3px 3px 0 0}.yd-modal.error .yd-content h3{color:red}.yd-modal.success .yd-content h3{color:green}.yd-content>div{padding:15px 40px 30px;margin:0;font-weight:300}.yd-content>div p{margin:0;padding:10px 0}.yd-content>div ul{margin:0;padding:0 0 30px 20px}.yd-content>div ul li{padding:5px 0}.yd-content button{display:block;margin:10px auto !important;min-width:200px}.yd-effect-1 .yd-content{-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-1 .yd-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.yd-effect-2 .yd-content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%);opacity:0;-webkit-transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);-moz-transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)}.yd-modal-show.yd-effect-2 .yd-content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.yd-effect-3 .yd-content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-3 .yd-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.yd-effect-4 .yd-content{-webkit-transform:scale(0) rotate(720deg);-moz-transform:scale(0) rotate(720deg);-ms-transform:scale(0) rotate(720deg);transform:scale(0) rotate(720deg);opacity:0}.yd-modal-show.yd-effect-4 ~ .yd-overlay,.yd-effect-4 .yd-content{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.yd-modal-show.yd-effect-4 .yd-content{-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}.yd-effect-7{top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.yd-effect-7 .yd-content{-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;opacity:0}.yd-modal-show.yd-effect-7 .yd-content{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);border-radius:0 0 3px 3px;opacity:1}.yd-effect-11 .yd-content{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-11 .yd-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.yd-effect-12 .yd-content{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-12 ~ .yd-overlay{background:#e74c3c}.yd-effect-12 .yd-content h3,.yd-effect-12 .yd-content{background:transparent}.yd-modal-show.yd-effect-12 .yd-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.yd-modal-show.yd-effect-16 ~ .yd-overlay{background:rgba(180,46,32,0.5)}.yd-modal-show.yd-effect-16 ~ .container{-webkit-filter:blur(3px);-moz-filter:blur(3px);filter:blur(3px)}.yd-effect-16 .yd-content{-webkit-transform:translateY(-5%);-moz-transform:translateY(-5%);-ms-transform:translateY(-5%);transform:translateY(-5%);opacity:0}.yd-modal-show.yd-effect-16 ~ .container,.yd-effect-16 .yd-content{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-16 .yd-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}

button.yd-btn,button[data-action="clear"],button[data-action="undo"]{border:1px solid rgba(0,0,0,0.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.04);background:#fff;padding:10px;border-radius:4px;margin-right:5px;font-size:15px;cursor:pointer}button.yd-btn i,button[data-action="clear"] i,button[data-action="undo"] i{font-size:15px}button.yd-btn:focus,button[data-action="clear"]:focus,button[data-action="undo"]:focus{outline:none;box-shadow:none}

#stacks_in_763 {
	border: solid rgba(185, 185, 185, 1.00);
	border-width:  4px;
}

#stacks_out_763 {
	margin-right:0;
}
#stacks_in_690 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_690 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_690 .jwresp_col_wrapper.right{float:right}#stacks_in_690 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_690 #jwresp_col2_stacks_in_690,#stacks_in_690 #jwresp_col4_stacks_in_690{float:right}#stacks_in_690 #jwresp_col1_stacks_in_690,#stacks_in_690 #jwresp_col3_stacks_in_690{margin-right:2} @media screen and (max-width:770px){#stacks_in_690 .jwresp_col_wrapper.left,#stacks_in_690 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_690 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_690 .jwresp_col{width:49%}#stacks_in_690 #jwresp_col1_stacks_in_690,#stacks_in_690 #jwresp_col3_stacks_in_690{margin:0}}  @media screen and (max-width:500px){#stacks_in_690 .jwresp_col{width:100%;display:block}#stacks_in_690 #jwresp_col1_stacks_in_690,#stacks_in_690 #jwresp_col2_stacks_in_690,#stacks_in_690 #jwresp_col3_stacks_in_690{margin:0;margin-bottom:20px}#stacks_in_690 #jwresp_col4_stacks_in_690{margin:0}#stacks_in_690 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_690 {
	padding: 30px 0px 30px 0px;
}

#stacks_in_775 {
	padding: 15px 5px 30px 5px;
}

#stacks_in_697 {
	padding: 30px 5px 30px 5px;
}

#stacks_in_694 {
	margin:  2px;
	padding: 30px 5px 30px 5px;
}

#stacks_in_700 {
	margin: 2px 2px 0px 2px;
	padding: 30px 5px 30px 5px;
}

#stacks_in_688 {
	padding: 20px 0px 30px 0px;
}
/* Depth Limit */

#stacks_in_654 .depth_limit {
	max-width: 1000px;
}
#stacks_in_654 .depth_limit_padding {
	padding: 30px 30px 30px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_654 .depth_limit_padding {
		padding: 0px 50px -27px 50px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_654.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(127, 127, 127, 1.00) 0%,rgba(127, 127, 127, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(127, 127, 127, 1.00) 0%,rgba(127, 127, 127, 1.00) 95%);
	

	
}




@media screen and (min-width: 770px){
	#stacks_in_654 .s3_row .content_out{
		display: inline-block !important;
	}
}
#stacks_in_654 .s3_row,
#stacks_in_654 .s3_column,
#stacks_in_654 .s3_row .depth_out,
#stacks_in_654 .s3_row .depth_out > div,
#stacks_in_654 .s3_row .depth_wrapper,
#stacks_in_654 .s3_row .depth_image *{
	flex: 0 1 auto;
	display: block !important;
}

#stacks_in_654 .s3_row .content_flex {
	flex: 0 1 auto;
	display: block;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

#stacks_in_655>.s3_row {
	margin: 0 -10px;
}

#stacks_in_655>.s3_row>.s3_column_left {
	width: 68.00%;
}

#stacks_in_655>.s3_row>.s3_column_right {
	width: 32.000000%;
}




#stacks_in_655>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_655>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_655>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






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

#stacks_in_662 {
	letter-spacing: 3px;
}
/* Depth Limit */

#stacks_in_75 .depth_limit {
	max-width: 1000px;
}
#stacks_in_75 .depth_limit_padding {
	padding: 30px 30px 30px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_75 .depth_limit_padding {
		padding: 50px 50px 50px 50px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_75.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(15, 128, 255, 1.00) 0%,rgba(0, 0, 128, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(15, 128, 255, 1.00) 0%,rgba(0, 0, 128, 1.00) 95%);
	

	
}




@media screen and (min-width: 770px){
	#stacks_in_75 .s3_row .content_out{
		display: inline-block !important;
	}
}
#stacks_in_75 .s3_row,
#stacks_in_75 .s3_column,
#stacks_in_75 .s3_row .depth_out,
#stacks_in_75 .s3_row .depth_out > div,
#stacks_in_75 .s3_row .depth_wrapper,
#stacks_in_75 .s3_row .depth_image *{
	flex: 0 1 auto;
	display: block !important;
}

#stacks_in_75 .s3_row .content_flex {
	flex: 0 1 auto;
	display: block;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

#stacks_in_77>.s3_row {
	margin: 0 -0px;
}

#stacks_in_77>.s3_row>.s3_column_left {
	width: 56.00%;
}

#stacks_in_77>.s3_row>.s3_column_right {
	width: 44.000000%;
}




#stacks_in_77>.s3_row>.s3_column {
	padding: 0 0px;
}










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


	#stacks_in_77>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_77>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}



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


	#stacks_in_77>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_77>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}





/* Depth Content */

@media (min-width: 300px){
	#stacks_in_455 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_455 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_455 .depth_section_link:hover .depth_in,
#stacks_in_455 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}




	#stacks_in_455{margin-bottom: 0;}


#stacks_in_455.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(192, 186, 178, 1.00);}
#stacks_in_455.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_455 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_455 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	
		/* Default Background*/
		background-image: url(../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 0.00);
	background-size: cover;
	
}





#stacks_in_455 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

#stacks_in_455 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_455 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	   
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to left, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_455 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_455 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_455 .heading_out h2{
	font-size: 20px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 3px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_455 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_455 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

#stacks_in_455 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 300px; 
	

	 text-align: left; 
	
	
	padding: 0% 0px 0% 0px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_455 .content_out{
		padding: 0% 0px 0% 0px;
		margin: 0 0%;}
	#stacks_in_455 .heading_out h2{
		font-size: 16px;
		line-height: 24px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_455 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_455 .depth_tint,
	#stacks_in_455 .content_tint{ background: none !important; }
	#stacks_in_455 .heading_out h2,
	#stacks_in_455 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_455 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_455 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_455 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_455 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.60;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_455 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_455 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_455 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_455 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_455 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -300px; 
	

	

	
}
@media screen and (max-width: 770px){
	#stacks_in_455 .depth_aside{
		margin-right:0;
		
	}
}
#stacks_in_455 .depth_aside_wrapper{
	
	
	 
	padding-right: 300px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_455 .depth_aside_wrapper,
#stacks_in_455 .depth_aside_wrapper .centered_image{
	
	text-align: center;
	
}
#stacks_in_455 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_455 .content_out .centered_image img{float: left;} 



 #stacks_in_455 .depth_aside_padding > div{margin-left: auto;margin-right: auto;}

#stacks_in_455 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_455 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	#stacks_in_455 .depth_aside_padding > div{margin-left: auto;margin-right: auto;}
	
}

#stacks_in_455 .depth_aside_padding{
	padding: 0px 30px 0px 0px;
}
@media screen and (max-width: 770px){
	#stacks_in_455 .depth_aside_padding{
		padding: 0px 0px 0px 0px;
	}
}

/* Layer Top */


#stacks_in_455 .depth_in{z-index: 4;}
#stacks_in_455 .depth_tint{z-index: 3;}
#stacks_in_455 .depth_gradient{z-index: 2;}
#stacks_in_455 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_455 .depth_wrapper.content_tint,
	#stacks_in_455 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_455 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_455 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_455 hr{border: 0;margin: 0;}

#stacks_in_455 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(145, 0, 105, 1.00);
	display: inline-block;}

#stacks_in_455 hr.hr_bottom_header{
	height: 3px;
	width: 24%;
	background: rgba(145, 0, 105, 1.00);
	display: inline-block;}

#stacks_in_455 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_68 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_68 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_68 .depth_section_link:hover .depth_in,
#stacks_in_68 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}




	#stacks_in_68{margin-bottom: 0;}


#stacks_in_68.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(192, 186, 178, 1.00);}
#stacks_in_68.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_68 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_68 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	
		/* Default Background*/
		background-image: url(../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 0.00);
	background-size: cover;
	
}





#stacks_in_68 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

#stacks_in_68 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_68 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_68 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_68 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_68 .heading_out h2{
	font-size: 20px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 3px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_68 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_68 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

#stacks_in_68 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 300px; 
	

	 text-align: left; 
	
	
	padding: 0% 0px 9% 0px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_68 .content_out{
		padding: 0% 0px 0% 0px;
		margin: 0 0%;}
	#stacks_in_68 .heading_out h2{
		font-size: 16px;
		line-height: 24px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_68 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_68 .depth_tint,
	#stacks_in_68 .content_tint{ background: none !important; }
	#stacks_in_68 .heading_out h2,
	#stacks_in_68 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_68 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_68 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_68 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_68 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.25em;
	line-height: 1.40;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12%;
	
	
	}

#stacks_in_68 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(173, 11, 40, 1.00);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(173, 11, 40, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_68 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_68 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_68 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: -4px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_68 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -300px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_68 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_68 .depth_aside_wrapper{
	
	
	 
	padding-right: 300px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_68 .depth_aside_wrapper,
#stacks_in_68 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_68 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_68 .content_out .centered_image img{float: left;} 





#stacks_in_68 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_68 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_68 .depth_aside_padding{
	padding: 0px 50px 0px 0px;
}
@media screen and (max-width: 770px){
	#stacks_in_68 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_68 .depth_in{z-index: 4;}
#stacks_in_68 .depth_tint{z-index: 3;}
#stacks_in_68 .depth_gradient{z-index: 2;}
#stacks_in_68 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_68 .depth_wrapper.content_tint,
	#stacks_in_68 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_68 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_68 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_68 hr{border: 0;margin: 0;}

#stacks_in_68 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(145, 0, 105, 1.00);
	display: inline-block;}

#stacks_in_68 hr.hr_bottom_header{
	height: 3px;
	width: 25%;
	background: rgba(145, 0, 105, 1.00);
	display: inline-block;}

#stacks_in_68 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}/* Depth Limit */

#stacks_in_341 .depth_limit {
	max-width: 1000px;
}
#stacks_in_341 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_341 .depth_limit_padding {
		padding: 0px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_341.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}



/* @group Reset */

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

#stacks_in_313 {
	
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: initial !important;
}

#stacks_in_313 #seo-wrapper-stacks_in_313 ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: disc;
}

#stacks_in_313 #seo-wrapper-stacks_in_313 li {
	padding-left: 5px;
	margin: 0;
}

#preview-stacks_in_313 {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 999;
}

h3.seorx {
	margin-top: 50px;
}

/* @end */


/**/

/* Edit mode styling */

/**/

/* @group Indexing status */

#indexingStatus-stacks_in_313 {

}

#indexingStatus-stacks_in_313 .statusDot {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #000000;
}

#indexingStatus-stacks_in_313 .statusDescription {
	margin-left: 30px;
	display: block;
}

#indexingStatus-stacks_in_313.green .statusDot {
	background: green;
}

#indexingStatus-stacks_in_313.amber .statusDot {
	background: #FFFF66;
}

#indexingStatus-stacks_in_313.red .statusDot {
	background: red;
}

#indexingStatus-stacks_in_313.green p.noGoogle,
#indexingStatus-stacks_in_313.green p.none {
	display: none;
}

#indexingStatus-stacks_in_313.amber p.all,
#indexingStatus-stacks_in_313.amber p.none {
	display: none;
}

#indexingStatus-stacks_in_313.red p.all,
#indexingStatus-stacks_in_313.red p.noGoogle {
	display: none;
}

/* @end */
