/* Depth Base */

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

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

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

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

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



.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: 0.000000px;
  }
  .depth_row .s3_column_right .depth_section{
    margin-left: 0.000000px;
  }
  /* 3 Col Spacing */
  .depth_row.three_col .s3_column_left .depth_section{
    margin-right: 0.000000px;
  }
  .depth_row.three_col .s3_column_center .depth_section{
    margin-left: 0.000000px;
    margin-right: 0.000000px;
  }
  .depth_row.three_col .s3_column_right .depth_section{
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (1/4) */
  .depth_row .s3_column_4:first-child .depth_section{
    margin-right: 0.000000px;
    margin-left: 0;
  }
  /* 4 Col Spacing (2/4) */
  .depth_row .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 0.000000px;
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (3/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 0.000000px;
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (4/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-left: 0.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: %;}}
#stacks_in_28 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_29.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_29.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_29 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_29 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_29 .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_29 .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: 0%;
	
	
	 display: none; }

#stacks_in_29 .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_29 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_29 .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_29 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_29 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_29 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_29 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_49 {
	margin: 30px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_24, #stacks_in_24 h1, #stacks_in_24 h2, #stacks_in_24 h3, #stacks_in_24 h4, #stacks_in_24 h5, #stacks_in_24 h6, #stacks_in_24 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_24 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_25 {
	font-size: 300%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_45, #stacks_in_45 h1, #stacks_in_45 h2, #stacks_in_45 h3, #stacks_in_45 h4, #stacks_in_45 h5, #stacks_in_45 h6, #stacks_in_45 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_45 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_46 {
	font-size: 130%;
}

#stacks_in_30 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_31, #stacks_in_31 h1, #stacks_in_31 h2, #stacks_in_31 h3, #stacks_in_31 h4, #stacks_in_31 h5, #stacks_in_31 h6, #stacks_in_31 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_66 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_67.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_67.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_67 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_67 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_67 .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_67 .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: 0%;
	
	
	 display: none; }

#stacks_in_67 .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_67 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_67 .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_67 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_67 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_67 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_67 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_84 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_84 {
	width: 80%;
}
#stacks_in_68>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_68 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_69, #stacks_in_69 h1, #stacks_in_69 h2, #stacks_in_69 h3, #stacks_in_69 h4, #stacks_in_69 h5, #stacks_in_69 h6, #stacks_in_69 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_69 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_69 {
	width: 50px;
	float: left;
}

#stacks_in_70 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_86, #stacks_in_86 h1, #stacks_in_86 h2, #stacks_in_86 h3, #stacks_in_86 h4, #stacks_in_86 h5, #stacks_in_86 h6, #stacks_in_86 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_86 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_87 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_72, #stacks_in_72 h1, #stacks_in_72 h2, #stacks_in_72 h3, #stacks_in_72 h4, #stacks_in_72 h5, #stacks_in_72 h6, #stacks_in_72 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_119 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_120, #stacks_in_120 h1, #stacks_in_120 h2, #stacks_in_120 h3, #stacks_in_120 h4, #stacks_in_120 h5, #stacks_in_120 h6, #stacks_in_120 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_120 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_120 {
	width: 50px;
	float: left;
}

#stacks_in_121 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_122, #stacks_in_122 h1, #stacks_in_122 h2, #stacks_in_122 h3, #stacks_in_122 h4, #stacks_in_122 h5, #stacks_in_122 h6, #stacks_in_122 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_122 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_123 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_124, #stacks_in_124 h1, #stacks_in_124 h2, #stacks_in_124 h3, #stacks_in_124 h4, #stacks_in_124 h5, #stacks_in_124 h6, #stacks_in_124 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_124 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_90 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_91.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_91.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_91 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_91 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_91 .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_91 .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: 0%;
	
	
	 display: none; }

#stacks_in_91 .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_91 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_91 .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_91 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_91 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_91 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_91 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_92 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_92 {
	width: 80%;
}
#stacks_in_94>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_94 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_95, #stacks_in_95 h1, #stacks_in_95 h2, #stacks_in_95 h3, #stacks_in_95 h4, #stacks_in_95 h5, #stacks_in_95 h6, #stacks_in_95 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_95 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_95 {
	width: 50px;
	float: left;
}

#stacks_in_96 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_97, #stacks_in_97 h1, #stacks_in_97 h2, #stacks_in_97 h3, #stacks_in_97 h4, #stacks_in_97 h5, #stacks_in_97 h6, #stacks_in_97 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_97 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_98 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_100, #stacks_in_100 h1, #stacks_in_100 h2, #stacks_in_100 h3, #stacks_in_100 h4, #stacks_in_100 h5, #stacks_in_100 h6, #stacks_in_100 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_103 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_112, #stacks_in_112 h1, #stacks_in_112 h2, #stacks_in_112 h3, #stacks_in_112 h4, #stacks_in_112 h5, #stacks_in_112 h6, #stacks_in_112 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_112 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_112 {
	width: 50px;
	float: left;
}

#stacks_in_113 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_104, #stacks_in_104 h1, #stacks_in_104 h2, #stacks_in_104 h3, #stacks_in_104 h4, #stacks_in_104 h5, #stacks_in_104 h6, #stacks_in_104 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_104 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_105 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_106, #stacks_in_106 h1, #stacks_in_106 h2, #stacks_in_106 h3, #stacks_in_106 h4, #stacks_in_106 h5, #stacks_in_106 h6, #stacks_in_106 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_106 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_129 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_130.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_130.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_130 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_130 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_130 .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_130 .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: 0%;
	
	
	 display: none; }

#stacks_in_130 .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_130 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_130 .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_130 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_130 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_130 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_130 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_131 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_131 {
	width: 80%;
}
#stacks_in_133>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_133 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_134, #stacks_in_134 h1, #stacks_in_134 h2, #stacks_in_134 h3, #stacks_in_134 h4, #stacks_in_134 h5, #stacks_in_134 h6, #stacks_in_134 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_134 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_134 {
	width: 50px;
	float: left;
}

#stacks_in_135 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_136, #stacks_in_136 h1, #stacks_in_136 h2, #stacks_in_136 h3, #stacks_in_136 h4, #stacks_in_136 h5, #stacks_in_136 h6, #stacks_in_136 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_136 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_137 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_139, #stacks_in_139 h1, #stacks_in_139 h2, #stacks_in_139 h3, #stacks_in_139 h4, #stacks_in_139 h5, #stacks_in_139 h6, #stacks_in_139 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_142 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_143, #stacks_in_143 h1, #stacks_in_143 h2, #stacks_in_143 h3, #stacks_in_143 h4, #stacks_in_143 h5, #stacks_in_143 h6, #stacks_in_143 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_143 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_143 {
	width: 50px;
	float: left;
}

#stacks_in_144 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_145, #stacks_in_145 h1, #stacks_in_145 h2, #stacks_in_145 h3, #stacks_in_145 h4, #stacks_in_145 h5, #stacks_in_145 h6, #stacks_in_145 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_145 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_146 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_147, #stacks_in_147 h1, #stacks_in_147 h2, #stacks_in_147 h3, #stacks_in_147 h4, #stacks_in_147 h5, #stacks_in_147 h6, #stacks_in_147 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_147 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_155 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_156.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_156.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_156 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_156 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_156 .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_156 .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: 0%;
	
	
	 display: none; }

#stacks_in_156 .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_156 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_156 .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_156 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_156 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_156 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_156 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_157 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_157 {
	width: 80%;
}
#stacks_in_159>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_159 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_160, #stacks_in_160 h1, #stacks_in_160 h2, #stacks_in_160 h3, #stacks_in_160 h4, #stacks_in_160 h5, #stacks_in_160 h6, #stacks_in_160 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_160 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_160 {
	width: 50px;
	float: left;
}

#stacks_in_161 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_162, #stacks_in_162 h1, #stacks_in_162 h2, #stacks_in_162 h3, #stacks_in_162 h4, #stacks_in_162 h5, #stacks_in_162 h6, #stacks_in_162 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_162 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_163 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_165, #stacks_in_165 h1, #stacks_in_165 h2, #stacks_in_165 h3, #stacks_in_165 h4, #stacks_in_165 h5, #stacks_in_165 h6, #stacks_in_165 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_168 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_169, #stacks_in_169 h1, #stacks_in_169 h2, #stacks_in_169 h3, #stacks_in_169 h4, #stacks_in_169 h5, #stacks_in_169 h6, #stacks_in_169 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_169 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_169 {
	width: 50px;
	float: left;
}

#stacks_in_170 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_171, #stacks_in_171 h1, #stacks_in_171 h2, #stacks_in_171 h3, #stacks_in_171 h4, #stacks_in_171 h5, #stacks_in_171 h6, #stacks_in_171 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_171 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_172 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_173, #stacks_in_173 h1, #stacks_in_173 h2, #stacks_in_173 h3, #stacks_in_173 h4, #stacks_in_173 h5, #stacks_in_173 h6, #stacks_in_173 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_173 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_181 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_182.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_182.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_182 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_182 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_182 .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_182 .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: 0%;
	
	
	 display: none; }

#stacks_in_182 .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_182 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_182 .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_182 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_182 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_182 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_182 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_183 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_183 {
	width: 80%;
}
#stacks_in_185>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_185 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_186, #stacks_in_186 h1, #stacks_in_186 h2, #stacks_in_186 h3, #stacks_in_186 h4, #stacks_in_186 h5, #stacks_in_186 h6, #stacks_in_186 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_186 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_186 {
	width: 50px;
	float: left;
}

#stacks_in_187 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_188, #stacks_in_188 h1, #stacks_in_188 h2, #stacks_in_188 h3, #stacks_in_188 h4, #stacks_in_188 h5, #stacks_in_188 h6, #stacks_in_188 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_188 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_189 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_191, #stacks_in_191 h1, #stacks_in_191 h2, #stacks_in_191 h3, #stacks_in_191 h4, #stacks_in_191 h5, #stacks_in_191 h6, #stacks_in_191 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_194 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_195, #stacks_in_195 h1, #stacks_in_195 h2, #stacks_in_195 h3, #stacks_in_195 h4, #stacks_in_195 h5, #stacks_in_195 h6, #stacks_in_195 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_195 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_195 {
	width: 50px;
	float: left;
}

#stacks_in_196 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_197, #stacks_in_197 h1, #stacks_in_197 h2, #stacks_in_197 h3, #stacks_in_197 h4, #stacks_in_197 h5, #stacks_in_197 h6, #stacks_in_197 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_197 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_198 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_199, #stacks_in_199 h1, #stacks_in_199 h2, #stacks_in_199 h3, #stacks_in_199 h4, #stacks_in_199 h5, #stacks_in_199 h6, #stacks_in_199 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_199 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_207 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_208.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_208.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_208 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_208 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_208 .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_208 .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: 0%;
	
	
	 display: none; }

#stacks_in_208 .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_208 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_208 .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_208 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_208 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_208 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_208 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_209 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_209 {
	width: 80%;
}
#stacks_in_211>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_211 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_212, #stacks_in_212 h1, #stacks_in_212 h2, #stacks_in_212 h3, #stacks_in_212 h4, #stacks_in_212 h5, #stacks_in_212 h6, #stacks_in_212 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_212 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_212 {
	width: 50px;
	float: left;
}

#stacks_in_213 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_214, #stacks_in_214 h1, #stacks_in_214 h2, #stacks_in_214 h3, #stacks_in_214 h4, #stacks_in_214 h5, #stacks_in_214 h6, #stacks_in_214 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_214 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_215 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_217, #stacks_in_217 h1, #stacks_in_217 h2, #stacks_in_217 h3, #stacks_in_217 h4, #stacks_in_217 h5, #stacks_in_217 h6, #stacks_in_217 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_220 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_221, #stacks_in_221 h1, #stacks_in_221 h2, #stacks_in_221 h3, #stacks_in_221 h4, #stacks_in_221 h5, #stacks_in_221 h6, #stacks_in_221 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_221 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_221 {
	width: 50px;
	float: left;
}

#stacks_in_222 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_223, #stacks_in_223 h1, #stacks_in_223 h2, #stacks_in_223 h3, #stacks_in_223 h4, #stacks_in_223 h5, #stacks_in_223 h6, #stacks_in_223 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_223 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_224 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_225, #stacks_in_225 h1, #stacks_in_225 h2, #stacks_in_225 h3, #stacks_in_225 h4, #stacks_in_225 h5, #stacks_in_225 h6, #stacks_in_225 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_225 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_233 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_234.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_234.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_234 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_234 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_234 .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_234 .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: 0%;
	
	
	 display: none; }

#stacks_in_234 .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_234 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_234 .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_234 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_234 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_234 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_234 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_235 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_235 {
	width: 80%;
}
#stacks_in_237>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_237 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_238, #stacks_in_238 h1, #stacks_in_238 h2, #stacks_in_238 h3, #stacks_in_238 h4, #stacks_in_238 h5, #stacks_in_238 h6, #stacks_in_238 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_238 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_238 {
	width: 50px;
	float: left;
}

#stacks_in_239 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_240, #stacks_in_240 h1, #stacks_in_240 h2, #stacks_in_240 h3, #stacks_in_240 h4, #stacks_in_240 h5, #stacks_in_240 h6, #stacks_in_240 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_240 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_241 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_243, #stacks_in_243 h1, #stacks_in_243 h2, #stacks_in_243 h3, #stacks_in_243 h4, #stacks_in_243 h5, #stacks_in_243 h6, #stacks_in_243 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_246 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_247, #stacks_in_247 h1, #stacks_in_247 h2, #stacks_in_247 h3, #stacks_in_247 h4, #stacks_in_247 h5, #stacks_in_247 h6, #stacks_in_247 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_247 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_247 {
	width: 50px;
	float: left;
}

#stacks_in_248 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_249, #stacks_in_249 h1, #stacks_in_249 h2, #stacks_in_249 h3, #stacks_in_249 h4, #stacks_in_249 h5, #stacks_in_249 h6, #stacks_in_249 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_249 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_250 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_251, #stacks_in_251 h1, #stacks_in_251 h2, #stacks_in_251 h3, #stacks_in_251 h4, #stacks_in_251 h5, #stacks_in_251 h6, #stacks_in_251 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_251 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_259 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_260.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_260.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_260 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_260 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_260 .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_260 .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: 0%;
	
	
	 display: none; }

#stacks_in_260 .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_260 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_260 .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_260 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_260 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_260 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_260 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_285 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_285 {
	width: 80%;
}
#stacks_in_263>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_263 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_264, #stacks_in_264 h1, #stacks_in_264 h2, #stacks_in_264 h3, #stacks_in_264 h4, #stacks_in_264 h5, #stacks_in_264 h6, #stacks_in_264 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_264 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_264 {
	width: 50px;
	float: left;
}

#stacks_in_265 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_266, #stacks_in_266 h1, #stacks_in_266 h2, #stacks_in_266 h3, #stacks_in_266 h4, #stacks_in_266 h5, #stacks_in_266 h6, #stacks_in_266 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_266 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_267 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_269, #stacks_in_269 h1, #stacks_in_269 h2, #stacks_in_269 h3, #stacks_in_269 h4, #stacks_in_269 h5, #stacks_in_269 h6, #stacks_in_269 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_272 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_273, #stacks_in_273 h1, #stacks_in_273 h2, #stacks_in_273 h3, #stacks_in_273 h4, #stacks_in_273 h5, #stacks_in_273 h6, #stacks_in_273 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_273 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_273 {
	width: 50px;
	float: left;
}

#stacks_in_274 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_275, #stacks_in_275 h1, #stacks_in_275 h2, #stacks_in_275 h3, #stacks_in_275 h4, #stacks_in_275 h5, #stacks_in_275 h6, #stacks_in_275 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_275 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_276 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_277, #stacks_in_277 h1, #stacks_in_277 h2, #stacks_in_277 h3, #stacks_in_277 h4, #stacks_in_277 h5, #stacks_in_277 h6, #stacks_in_277 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_277 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_313 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_314.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_314.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_314 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_314 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_314 .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_314 .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: 0%;
	
	
	 display: none; }

#stacks_in_314 .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_314 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_314 .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_314 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_314 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_314 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_314 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_315 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_315 {
	width: 80%;
}
#stacks_in_317>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_317 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_318, #stacks_in_318 h1, #stacks_in_318 h2, #stacks_in_318 h3, #stacks_in_318 h4, #stacks_in_318 h5, #stacks_in_318 h6, #stacks_in_318 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_318 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_318 {
	width: 50px;
	float: left;
}

#stacks_in_319 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_320, #stacks_in_320 h1, #stacks_in_320 h2, #stacks_in_320 h3, #stacks_in_320 h4, #stacks_in_320 h5, #stacks_in_320 h6, #stacks_in_320 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_320 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_321 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_323, #stacks_in_323 h1, #stacks_in_323 h2, #stacks_in_323 h3, #stacks_in_323 h4, #stacks_in_323 h5, #stacks_in_323 h6, #stacks_in_323 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_326 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_327, #stacks_in_327 h1, #stacks_in_327 h2, #stacks_in_327 h3, #stacks_in_327 h4, #stacks_in_327 h5, #stacks_in_327 h6, #stacks_in_327 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_327 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_327 {
	width: 50px;
	float: left;
}

#stacks_in_328 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_329, #stacks_in_329 h1, #stacks_in_329 h2, #stacks_in_329 h3, #stacks_in_329 h4, #stacks_in_329 h5, #stacks_in_329 h6, #stacks_in_329 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_329 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_330 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_331, #stacks_in_331 h1, #stacks_in_331 h2, #stacks_in_331 h3, #stacks_in_331 h4, #stacks_in_331 h5, #stacks_in_331 h6, #stacks_in_331 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_331 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_287 {
	background-color: rgba(13, 13, 13, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_288.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_288.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_288 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

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





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

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

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



/* Heading */

#stacks_in_288 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_288 .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_288 .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: 0%;
	
	
	 display: none; }

#stacks_in_288 .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_288 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_288 .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_288 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_288 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_288 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_288 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_289 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_289 {
	width: 80%;
}
#stacks_in_291>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_291 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_292, #stacks_in_292 h1, #stacks_in_292 h2, #stacks_in_292 h3, #stacks_in_292 h4, #stacks_in_292 h5, #stacks_in_292 h6, #stacks_in_292 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_292 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_292 {
	width: 50px;
	float: left;
}

#stacks_in_293 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_294, #stacks_in_294 h1, #stacks_in_294 h2, #stacks_in_294 h3, #stacks_in_294 h4, #stacks_in_294 h5, #stacks_in_294 h6, #stacks_in_294 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_294 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_295 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_297, #stacks_in_297 h1, #stacks_in_297 h2, #stacks_in_297 h3, #stacks_in_297 h4, #stacks_in_297 h5, #stacks_in_297 h6, #stacks_in_297 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_300 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_301, #stacks_in_301 h1, #stacks_in_301 h2, #stacks_in_301 h3, #stacks_in_301 h4, #stacks_in_301 h5, #stacks_in_301 h6, #stacks_in_301 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_301 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_301 {
	width: 50px;
	float: left;
}

#stacks_in_302 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_303, #stacks_in_303 h1, #stacks_in_303 h2, #stacks_in_303 h3, #stacks_in_303 h4, #stacks_in_303 h5, #stacks_in_303 h6, #stacks_in_303 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_303 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_304 {
	font-size: 210%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_305, #stacks_in_305 h1, #stacks_in_305 h2, #stacks_in_305 h3, #stacks_in_305 h4, #stacks_in_305 h5, #stacks_in_305 h6, #stacks_in_305 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_305 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_465 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_466.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_466.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_466 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* 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_466 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_466 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_466 .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_466 .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: 0%;
	
	
	 display: none; }

#stacks_in_466 .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_466 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_466 .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_466 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_466 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_466 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_466 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}#stacks_in_467>.s3_row {
	margin: 0 -3px;
}

#stacks_in_467>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_467>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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


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


}





/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_468, #stacks_in_468 h1, #stacks_in_468 h2, #stacks_in_468 h3, #stacks_in_468 h4, #stacks_in_468 h5, #stacks_in_468 h6, #stacks_in_468 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_468 {
	margin: 0px 0px 5px 0px;
}

#stacks_out_468 {
	width: 80%;
	margin-left:0;
}
/* CustomFont 3.0.6 */

#stacks_in_470, #stacks_in_470 h1, #stacks_in_470 h2, #stacks_in_470 h3, #stacks_in_470 h4, #stacks_in_470 h5, #stacks_in_470 h6, #stacks_in_470 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: normal !important;
    font-style: normal !important;
}
#stacks_out_470 {
	width: 80%;
	margin-left:0;
}

#stacks_in_471 {
	font-size: 85%;
	font-weight: lighter;
}

#stacks_out_473 {
	width: 50%;
	margin-right:0;
}

#stacks_in_479 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_480.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_480.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_480 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* 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_480 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_480 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_480 .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_480 .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: 0%;
	
	
	 display: none; }

#stacks_in_480 .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_480 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_480 .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_480 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_480 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_480 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_480 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_482, #stacks_in_482 h1, #stacks_in_482 h2, #stacks_in_482 h3, #stacks_in_482 h4, #stacks_in_482 h5, #stacks_in_482 h6, #stacks_in_482 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_482 {
	margin: 0px 0px 5px 0px;
}

#stacks_out_482 {
	margin-left:0;
}
/* CustomFont 3.0.6 */

#stacks_in_484, #stacks_in_484 h1, #stacks_in_484 h2, #stacks_in_484 h3, #stacks_in_484 h4, #stacks_in_484 h5, #stacks_in_484 h6, #stacks_in_484 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: normal !important;
    font-style: normal !important;
}
#stacks_out_484 {
	margin-left:0;
}

#stacks_in_485 {
	font-size: 85%;
	font-weight: lighter;
}

#stacks_in_340 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





#stacks_in_341.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_341.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_341 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* 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_341 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_341 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_341 .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_341 .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: 0%;
	
	
	 display: none; }

#stacks_in_341 .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_341 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_341 .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_341 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_341 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_341 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_341 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}#stacks_in_409{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
}



.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_409 .c+.c .count{margin-left: 16px;}
#stacks_in_409.s3 .c.s2_3 .count,#stacks_in_409.s4 .c.s2_4 .count,#stacks_in_409.s4 .c.s3_4 .count{ margin-left: 8px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_409.s2 .c.s1_2 .c-pad,#stacks_in_409.s3 .c.s1_3 .c-pad,#stacks_in_409.s4 .c.s1_4 .c-pad{padding: 0 16px 0 0;}
#stacks_in_409.s3 .c.s2_3 .c-pad,#stacks_in_409.s4 .c.s2_4 .c-pad,#stacks_in_409.s4 .c.s3_4 .c-pad{ padding: 0 8px;}
#stacks_in_409.s2 .c.s2_2 .c-pad,#stacks_in_409.s3 .c.s3_3 .c-pad,#stacks_in_409.s4 .c.s4_4 .c-pad{ padding: 0 0 0 16px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_409 .c+.c .count,
	#stacks_in_409.s3 .c.s2_3 .count,
	#stacks_in_409.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_409 .c{margin: 1% 0;padding: 0 0;width: 100%;}
	#stacks_in_409 .c:first-child,#stacks_in_409.s4 .c.s1_4,#stacks_in_409.s4 .c.s2_4{ padding: 0 0 0;}
	#stacks_in_409 .c:last-child,#stacks_in_409.s4 .c.s3_4,#stacks_in_409.s4 .c.s4_4{ padding: 0 0 0;}

	#stacks_in_409.s2 .c-pad,#stacks_in_409.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_409.s4 .c.s2_4 .count,
	#stacks_in_409.s4 .c.s4_4 .count{ margin-left: 16px;}
	#stacks_in_409.s4 .c {width: 49.2%;}
	#stacks_in_409.s4 .c.s1_4 .c-pad,#stacks_in_409.s4 .c.s3_4 .c-pad{ padding: 0 16px 0 0;}
	#stacks_in_409.s4 .c.s2_4 .c-pad,#stacks_in_409.s4 .c.s4_4 .c-pad{ padding: 0 0 0 16px;}
}

@media only screen and (max-width: 160px) {
	#stacks_in_409 .count{ margin-left: 0 !important;}
	#stacks_in_409 .c .c-pad{padding: 0 !important;}
	#stacks_in_409.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_409 {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
/* Depth Content */

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

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





#stacks_in_418.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_418.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_418 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

	
	
	
	
	
}





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

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

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



/* Heading */

#stacks_in_418 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_418 .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_418 .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: 0%;
	
	
	 display: none; }

#stacks_in_418 .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_418 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_418 .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_418 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_418 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_418 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_418 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_out_419 {
	width: 20%;
}
/* CustomFont 3.0.6 */

#stacks_in_421, #stacks_in_421 h1, #stacks_in_421 h2, #stacks_in_421 h3, #stacks_in_421 h4, #stacks_in_421 h5, #stacks_in_421 h6, #stacks_in_421 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_421 {
	padding: 10px 0px 0px 0px;
}
/* Depth Content */

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

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





#stacks_in_410.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_410.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_410 .depth_image{

	
	

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

	
	background-size: 0 0%;
	background-position: 0 0;
	

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

	
	
	
	
	
}





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

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

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



/* Heading */

#stacks_in_410 .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 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_410 .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_410 .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: 0%;
	
	
	 display: none; }

#stacks_in_410 .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_410 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_410 .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_410 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px 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_410 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_410 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_410 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_out_411 {
	width: 20%;
}
/* CustomFont 3.0.6 */

#stacks_in_413, #stacks_in_413 h1, #stacks_in_413 h2, #stacks_in_413 h3, #stacks_in_413 h4, #stacks_in_413 h5, #stacks_in_413 h6, #stacks_in_413 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_413 {
	padding: 10px 0px 0px 0px;
}
#stacks_in_426>.s3_row {
	margin: 0 -31px;
}

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

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




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










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



}



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



}






#stacks_in_426 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 40px 45px 40px 45px;
}

#stacks_out_432 {
	width: 50%;
}
/* CustomFont 3.0.6 */

#stacks_in_434, #stacks_in_434 h1, #stacks_in_434 h2, #stacks_in_434 h3, #stacks_in_434 h4, #stacks_in_434 h5, #stacks_in_434 h6, #stacks_in_434 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_434 {
	padding: 5px 0px 0px 0px;
}

#stacks_out_427 {
	width: 50%;
}
/* CustomFont 3.0.6 */

#stacks_in_429, #stacks_in_429 h1, #stacks_in_429 h2, #stacks_in_429 h3, #stacks_in_429 h4, #stacks_in_429 h5, #stacks_in_429 h6, #stacks_in_429 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_429 {
	padding: 5px 0px 0px 0px;
}
@font-face {
	font-family: 'icomoon';
  src:  url('../files/scrollpage_icons/icomoon.eot?8zq521');
  src:  url('../files/scrollpage_icons/icomoon.eot?8zq521#iefix') format('embedded-opentype'),
    url('../files/scrollpage_icons/icomoon.woff2?8zq521') format('woff2'),
    url('../files/scrollpage_icons/icomoon.ttf?8zq521') format('truetype'),
    url('../files/scrollpage_icons/icomoon.woff?8zq521') format('woff'),
    url('../files/scrollpage_icons/icomoon.svg?8zq521#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="sp-icon-"], [class*=" sp-icon-"] {
	color: #1781FB;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.sp-icon-chevron-rounded:before{content: "\e600"; }
.sp-icon-chevron-rounded-thick:before{content: "\e601"; }
.sp-icon-chevron-thin:before{content: "\e602"; }
.sp-icon-chevron-thick:before{content: "\e603"; }
.sp-icon-arrow:before{content: "\e604"; }
.sp-icon-arrow-thin:before{content: "\e605"; }
.sp-icon-arrow-thick:before{content: "\e606"; }
.sp-icon-round-1:before{content: "\e607"; }
.sp-icon-round-2:before{content: "\e608"; }
.sp-icon-round-3:before{content: "\e609"; }
.sp-icon-round-4:before{content: "\e60a"; }

#ncd-sp-arrow {
	display: inline-block;
	line-height: 0;
	z-index: 1000000;
	padding: 5px;
	background: #F5F5F5;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	
	
	opacity: 0;
	border-color: #1781FB;
}
#ncd-sp-arrow i {font-size: 32px;}
#ncd-sp-arrow.show i {cursor: pointer;}


#ncd-sp-arrow {
	position: fixed;
	opacity: 0;
	margin: 30px;
	-webkit-transition: opacity 150ms, -webkit-transform 150ms;
	transition: opacity 150ms, transform 150ms;
	
	-webkit-transform: translateY(30px);
			-ms-transform: translateY(30px);
					transform: translateY(30px);}

#ncd-sp-arrow.show.down-amount, 
#ncd-sp-arrow.show.down-container{
-webkit-transition: opacity 750ms 0, -webkit-transform 750ms 0;
	transition: opacity 750ms 0, transform 750ms 0;
	
}

#ncd-sp-arrow .rotateThis{
	-webkit-transition: -webkit-transform 700ms;
					transition: transform 700ms;
}

#ncd-sp-arrow.show.down-amount .rotateThis, 
#ncd-sp-arrow.show.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(-180deg);
					transform: rotate(-180deg);}
#ncd-sp-arrow.down-amount .rotateThis, 
#ncd-sp-arrow.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(0);
					transform: rotate(0);
}

#ncd-sp-arrow.show {
	opacity: 1; 
	-webkit-transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);
					transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);}

#ncd-sp-arrow.tl{top: 0;left: 0; }
#ncd-sp-arrow.tc{top: 0;left: 50%; }
#ncd-sp-arrow.tr{top: 0;right: 0; }
#ncd-sp-arrow.bl{bottom: 0;left: 0; }
#ncd-sp-arrow.bc{bottom: 0;left: 50%; }
#ncd-sp-arrow.br{bottom: 0;right: 0; }

@media screen and (max-width: 200px) {
	#ncd-sp-arrow{
		display: none;
	}
}


