
/* 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: 1200px;
  
}
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: %;}}/* -- Start Bellboy Each css Template -- */

.stacks_in_442bellboywrapper{
	width: 40px;
	margin: 0 auto;
	
	display : none;
	
}

.stacks_in_442bellboy{
	position: relative;
	cursor: pointer;
	background: rgba(253, 128, 8, 1.00);
	width: 40px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
	line-height: 40px;
	font-size: 18.181818px;
	margin: 5px;
	z-index: 1000;
	background: rgba(253, 128, 8, 1.00);
}


.stacks_in_442bellboy i {
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18.181818px;
	vertical-align: middle;
}


.stacks_in_442bellboy:hover{
	color: rgba(235, 235, 235, 1.00);
	background: rgba(255, 143, 23, 1.00); /* Old browsers */
}

/* -- End Bellboy Each css Template -- *//* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_3 .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_3 .depth_section_link:hover .depth_in,
#stacks_in_3 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_3.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_3.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

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

#stacks_in_3 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_3 .depth_tint{ background: rgba(0, 0, 0, 0.30); }

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

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



/* Heading */

#stacks_in_3 .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_3 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_3 .heading_out h2{
	font-size: 30px;
	line-height: 38px;
	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_3 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; 
	
	
	float: none;}

#stacks_in_3 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_3 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_3 .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_3 .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_3 .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_3 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_3 .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_3 .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_3 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -440px; 
	

	

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

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


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


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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}
#stacks_in_4 {
	background-color: rgba(204, 204, 204, 0.00);
	padding: 5px 5px 15px 5px;
}

#stacks_in_5 {
	font-size: 110%;
}

#stacks_in_6 {
	background-color: rgba(204, 204, 204, 0.00);
	padding: 5px 5px 15px 5px;
}

#stacks_in_7 {
	font-size: 110%;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_435 .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_435 .depth_section_link:hover .depth_in,
#stacks_in_435 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_435.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_435.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

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

#stacks_in_435 .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(255, 255, 255, 0.00);
	background-size: cover;
	
}





#stacks_in_435 .depth_tint{ background: rgba(255, 255, 255, 0.80); }

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

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



/* Heading */

#stacks_in_435 .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_435 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

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

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

#stacks_in_435 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_435 .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_435 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.00em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6%;
	
	
	}

#stacks_in_435 .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: 770px){
	#stacks_in_435 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_435 .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_435 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

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

	 
	margin-right: -440px; 
	

	margin-right:0;

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







#stacks_in_435 .depth_aside_padding > div{max-width:250px;}

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

#stacks_in_435 .depth_aside_padding{
	padding: 0px 50px 90px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_435 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

#stacks_in_435 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_435 hr.hr_bottom_content{
	display: inline-block;
	height: 5px;
	width: 13%;
	background: rgba(255, 102, 0, 1.00);
	margin-top: 0px;}
#stacks_out_436 {
	margin-left:0;
}
#stacks_in_443>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_443 {
	margin:  20px;
}
/* Depth Content */

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

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

.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_447 .depth_section_link:hover .depth_in,
#stacks_in_447 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_447.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_447.depth_out a{
	color: rgba(252, 90, 21, 1.00);}

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

#stacks_in_447 .depth_image{

	
	

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

	
	background-size: auto 100%;
	background-position: 50% 150px;
	

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

	
	
	
	
	
	background-image: none;
	background-color: rgba(254, 204, 102, 1.00);
	background-size: cover;
	
}





#stacks_in_447 .depth_tint{ background: rgba(255, 255, 255, 1.00); }

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

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



/* Heading */

#stacks_in_447 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	border-bottom: 0px solid rgba(252, 90, 21, 1.00);
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

#stacks_in_447 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 10px 0 10px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_447 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 17px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 380px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_447 .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: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_447 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	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(252, 90, 21, 1.00);
	
	
	}

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

#stacks_in_447 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -380px; 
	

	margin-right:0;

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

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





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

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

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

/* Layer Top */




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






/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_447 hr.hr_top_header{
	height: 4px;
	width: 20%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_447 hr.hr_bottom_header{
	height: 0px;
	width: 23%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

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

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

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

.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_456 .depth_section_link:hover .depth_in,
#stacks_in_456 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_456.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_456.depth_out a{
	color: rgba(252, 90, 21, 1.00);}

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

#stacks_in_456 .depth_image{

	
	

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

	
	background-size: auto 100%;
	background-position: 50% 150px;
	

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

	
	
	
	
	
	background-image: none;
	background-color: rgba(254, 204, 102, 1.00);
	background-size: cover;
	
}





#stacks_in_456 .depth_tint{ background: rgba(255, 255, 255, 1.00); }

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

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



/* Heading */

#stacks_in_456 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	border-bottom: 0px solid rgba(252, 90, 21, 1.00);
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

#stacks_in_456 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 10px 0 10px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_456 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 17px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_456 .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: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_456 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	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(252, 90, 21, 1.00);
	
	
	}

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

#stacks_in_456 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	margin-right:0;

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

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





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

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

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

/* Layer Top */




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






/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_456 hr.hr_top_header{
	height: 4px;
	width: 20%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_456 hr.hr_bottom_header{
	height: 0px;
	width: 23%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

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

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

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

.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_465 .depth_section_link:hover .depth_in,
#stacks_in_465 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_465.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_465.depth_out a{
	color: rgba(252, 90, 21, 1.00);}

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

#stacks_in_465 .depth_image{

	
	

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

	
	background-size: auto 100%;
	background-position: 50% 150px;
	

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

	
	
	
	
	
	background-image: none;
	background-color: rgba(254, 204, 102, 1.00);
	background-size: cover;
	
}





#stacks_in_465 .depth_tint{ background: rgba(255, 255, 255, 1.00); }

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

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



/* Heading */

#stacks_in_465 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	border-bottom: 0px solid rgba(252, 90, 21, 1.00);
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

#stacks_in_465 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 10px 0 10px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_465 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 17px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_465 .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: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_465 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	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(252, 90, 21, 1.00);
	
	
	}

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

#stacks_in_465 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	margin-right:0;

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

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





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

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

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

/* Layer Top */




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






/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_465 hr.hr_top_header{
	height: 4px;
	width: 20%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_465 hr.hr_bottom_header{
	height: 0px;
	width: 23%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_465 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_470 {
	font-weight: lighter;
}

#stacks_in_255 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 10px 0px 0px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_251 .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_251 .depth_section_link:hover .depth_in,
#stacks_in_251 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_251.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_251.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

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

#stacks_in_251 .depth_image{

	
	

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

	
	background-size: 500px auto;
	background-position: 50% 20px;
	

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

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





#stacks_in_251 .depth_tint{ background: rgba(255, 255, 255, 0.60); }

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

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



/* Heading */

#stacks_in_251 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 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: 0px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_251 .heading_out h2{
	font-size: 60px;
	line-height: 64px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: -4px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_251 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 20px;
	letter-spacing: 4px;
	margin: 10px 0 5px;
	
	
	
	
	float: none;}

#stacks_in_251 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 40px 0 0px;
	
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_251 .content_out{
		padding: 10% 20px 10% 20px;
		margin: 0 0%;}
	#stacks_in_251 .heading_out h2{
		font-size: 50px;
		line-height: 56px;
	}
}


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


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

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

#stacks_in_251 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.05em;
	line-height: 1.40;
	margin-top: 9%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 8%;
	
	
	}

#stacks_in_251 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	padding: 4% 6.000000%;
	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(0, 0, 0, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_251 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_251 .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_251 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(0, 0, 0, 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_251 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -440px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_251 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 20px;}
#stacks_in_253 {
	margin:  20px;
}
#stacks_in_375>.s3_row {
	margin: 0 -0px;
}

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

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




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










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


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


}



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


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


}





/* Depth Content */

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

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

.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_379 .depth_section_link:hover .depth_in,
#stacks_in_379 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_379.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_379.depth_out a{
	color: rgba(252, 90, 21, 1.00);}

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

#stacks_in_379 .depth_image{

	
	

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

	
	background-size: auto 100%;
	background-position: 50% 150px;
	

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

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





#stacks_in_379 .depth_tint{ background: rgba(255, 255, 255, 1.00); }

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

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



/* Heading */

#stacks_in_379 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	border-bottom: 0px solid rgba(252, 90, 21, 1.00);
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

#stacks_in_379 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 10px 0 10px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_379 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 17px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_379 .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: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_379 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	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(252, 90, 21, 1.00);
	
	
	}

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

#stacks_in_379 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	margin-right:0;

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

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





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

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

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

/* Layer Top */




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






/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_379 hr.hr_top_header{
	height: 4px;
	width: 20%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_379 hr.hr_bottom_header{
	height: 0px;
	width: 23%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

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

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

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

.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_389 .depth_section_link:hover .depth_in,
#stacks_in_389 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_389.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_389.depth_out a{
	color: rgba(252, 90, 21, 1.00);}

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

#stacks_in_389 .depth_image{

	
	

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

	
	background-size: auto 100%;
	background-position: 50% 150px;
	

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

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





#stacks_in_389 .depth_tint{ background: rgba(255, 255, 255, 1.00); }

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

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



/* Heading */

#stacks_in_389 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	border-bottom: 0px solid rgba(252, 90, 21, 1.00);
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

#stacks_in_389 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 10px 0 10px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_389 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 17px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_389 .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: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_389 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	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(252, 90, 21, 1.00);
	
	
	}

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

#stacks_in_389 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_389 hr.hr_top_header{
	height: 4px;
	width: 20%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_389 hr.hr_bottom_header{
	height: 0px;
	width: 23%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_389 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_407 {
	font-weight: lighter;
}
#stacks_in_408>.s3_row {
	margin: 0 -0px;
}

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

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




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










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


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


}



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


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


}





/* Depth Content */

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

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

.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_419 .depth_section_link:hover .depth_in,
#stacks_in_419 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_419.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_419.depth_out a{
	color: rgba(252, 90, 21, 1.00);}

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

#stacks_in_419 .depth_image{

	
	

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

	
	background-size: auto 100%;
	background-position: 50% 150px;
	

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

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





#stacks_in_419 .depth_tint{ background: rgba(255, 255, 255, 1.00); }

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

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



/* Heading */

#stacks_in_419 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	border-bottom: 0px solid rgba(252, 90, 21, 1.00);
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

#stacks_in_419 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 10px 0 10px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_419 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 17px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_419 .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: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_419 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	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(252, 90, 21, 1.00);
	
	
	}

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

#stacks_in_419 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_419 hr.hr_top_header{
	height: 4px;
	width: 20%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_419 hr.hr_bottom_header{
	height: 0px;
	width: 23%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

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

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

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

.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_409 .depth_section_link:hover .depth_in,
#stacks_in_409 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_409.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_409.depth_out a{
	color: rgba(252, 90, 21, 1.00);}

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

#stacks_in_409 .depth_image{

	
	

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

	
	background-size: auto 100%;
	background-position: 50% 150px;
	

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

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





#stacks_in_409 .depth_tint{ background: rgba(255, 255, 255, 1.00); }

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

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



/* Heading */

#stacks_in_409 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	border-bottom: 0px solid rgba(252, 90, 21, 1.00);
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

#stacks_in_409 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 10px 0 10px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_409 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 17px;
	letter-spacing: 0px;
	margin: 20px 0 8px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_409 .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: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_409 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	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(252, 90, 21, 1.00);
	
	
	}

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

#stacks_in_409 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(252, 90, 21, 1.00);
	border-right: 0px solid rgba(252, 90, 21, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_409 hr.hr_top_header{
	height: 4px;
	width: 20%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

#stacks_in_409 hr.hr_bottom_header{
	height: 0px;
	width: 23%;
	background: rgba(252, 90, 21, 1.00);
	display: inline-block;}

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

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

@media (min-width: 900px){
	#stacks_in_294 .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_294 .depth_section_link:hover .depth_in,
#stacks_in_294 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_294.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_294.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

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

#stacks_in_294 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_294 .depth_tint{ background: rgba(0, 0, 0, 0.30); }

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

#stacks_in_294 .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_294 .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_294 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_294 .heading_out h2{
	font-size: 30px;
	line-height: 38px;
	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_294 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; 
	
	
	float: none;}

#stacks_in_294 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_294 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_294 .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_294 .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_294 .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_294 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_294 .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_294 .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_294 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -440px; 
	

	

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

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




 #stacks_in_294 .depth_aside_padding > div{margin-left: auto;margin-right: 0;}
#stacks_in_294 .depth_aside_padding > div{max-width:500px;}

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_294 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}
#stacks_in_296 {
	padding: 0px 0px 15px 0px;
}

#stacks_in_298 {
	padding: 0px 0px 15px 0px;
}
/* Start Fit My Video stack CSS code */.stacks_in_303myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_303dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code *//* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_311 .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_311 .depth_section_link:hover .depth_in,
#stacks_in_311 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_311.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_311.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

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

#stacks_in_311 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_311 .depth_tint{ background: rgba(0, 0, 0, 0.40); }

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

#stacks_in_311 .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_311 .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_311 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_311 .heading_out h2{
	font-size: 30px;
	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_311 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_311 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_311 .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_311 .content_out{
		padding: 12% 30px 12% 30px;
		margin: 0 0%;}
	#stacks_in_311 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


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


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

#stacks_in_311 .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_311 .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_311 .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_311 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_311 .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_311 .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_311 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -440px; 
	

	

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


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

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


#stacks_in_311 .depth_aside_padding > div{max-width:500px;}

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_311 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}/* Start Fit My Video stack CSS code */.stacks_in_313myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_313dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */#stacks_in_110>.s3_row {
	margin: 0 -20px;
}

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

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




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










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



}



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


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


}






#stacks_in_110 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin:  20px;
	padding: 20px 20px 40px 20px;
}

#stacks_in_225 {
	margin: 0px 0px 0px 40px;
}

#stacks_in_227 {
	margin: 10px 10px 10px 40px;
}

#stacks_in_106 {
	margin: 0px 0px 0px 40px;
}

#stacks_in_113 {
	margin: 10px 10px 10px 40px;
}

#stacks_in_143 {
	margin: 0px 0px 0px 40px;
}

#stacks_in_145 {
	margin: 10px 10px 10px 40px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_318 .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_318 .depth_section_link:hover .depth_in,
#stacks_in_318 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_318.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_318.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

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

#stacks_in_318 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_318 .depth_tint{ background: rgba(0, 0, 0, 0.30); }

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

#stacks_in_318 .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_318 .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_318 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_318 .heading_out h2{
	font-size: 30px;
	line-height: 38px;
	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_318 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_318 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_318 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_318 .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_318 .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_318 .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_318 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_318 .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_318 .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_318 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -440px; 
	

	

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

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





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

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

@media (min-width: 900px){
	#stacks_in_323 .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_323 .depth_section_link:hover .depth_in,
#stacks_in_323 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_323.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_323.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

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

#stacks_in_323 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_323 .depth_tint{ background: rgba(0, 0, 0, 0.40); }

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

#stacks_in_323 .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_323 .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_323 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_323 .heading_out h2{
	font-size: 30px;
	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_323 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_323 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_323 .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_323 .content_out{
		padding: 12% 30px 12% 30px;
		margin: 0 0%;}
	#stacks_in_323 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


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


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

#stacks_in_323 .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_323 .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_323 .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_323 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_323 .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_323 .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_323 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -440px; 
	

	

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


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




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

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

@media (min-width: 900px){
	#stacks_in_328 .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_328 .depth_section_link:hover .depth_in,
#stacks_in_328 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_328.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_328.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

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

#stacks_in_328 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_328 .depth_tint{ background: rgba(0, 0, 0, 0.30); }

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

#stacks_in_328 .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_328 .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_328 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_328 .heading_out h2{
	font-size: 30px;
	line-height: 38px;
	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_328 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_328 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_328 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_328 .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_328 .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_328 .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_328 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_328 .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_328 .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_328 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -440px; 
	

	

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

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





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

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

@media (min-width: 900px){
	#stacks_in_333 .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_333 .depth_section_link:hover .depth_in,
#stacks_in_333 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_333.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_333.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

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

#stacks_in_333 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_333 .depth_tint{ background: rgba(0, 0, 0, 0.40); }

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

#stacks_in_333 .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_333 .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_333 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_333 .heading_out h2{
	font-size: 30px;
	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_333 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_333 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_333 .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_333 .content_out{
		padding: 12% 30px 12% 30px;
		margin: 0 0%;}
	#stacks_in_333 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


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


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

#stacks_in_333 .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_333 .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_333 .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_333 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_333 .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_333 .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_333 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -440px; 
	

	

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


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




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

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_333 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}#stacks_in_108_5>.s3_row {
	margin: 0 -30px;
}

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








  


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


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



	#stacks_in_108_5>.s3_row  {
		margin: -30px -30px;
	}
	#stacks_in_108_5>.s3_row>.s3_column {
		padding: 30px 30px;
		width:50%;
	}



}



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


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





}




  

#stacks_in_108_5 {
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  20px;
	padding:  10px;
}

#stacks_in_108_12 {
	margin: 20px 0px 0px 0px;
}

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

#stacks_out_108_39 {
	width: 200px;
	margin-left:0;
}

#stacks_in_108_23 {
	margin: 0px 0px 9px 0px;
}

#stacks_in_108_29 {
	margin: 15px 0px 0px 0px;
}

#stacks_out_108_29 {
	width: 200px;
	margin-left:0;
}

#stacks_in_108_33 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_108_33 {
	width: 200px;
	margin-left:0;
}
/* Start Obscure Email stack CSS code */.stacks_in_293_2topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_293_2mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_293_2small{font-weight: normal;font-size: 12px;}.stacks_in_293_2centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_293_2centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */