
/* Edit Mode */


/* Preview */


.vast_hide.vast_video_player,
.vast_standby.vast_video_player{
  opacity: 0;
}


.vast_video_wrapper{
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.vast_video_wrapper:before{
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.vast_video_tint{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(1.05);
}
.vast_video_slice{
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.vast_video_background{
  background-position: center;
  background-size: cover;
  position: absolute;
  transform: scale(1.05);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  transition: opacity 500ms 500ms;
}
[data-status="ready"] ~ .vast_video_background{
  opacity: 0;
}
[data-status="ready"].vast_hide ~ .vast_video_background{
  opacity: 1;
}


#vast-log{
  position: fixed;
  width: 200px;
  bottom: 40px;
  right: 40px;
  background: #fff;
  color: #000;
  padding: 0 0 5px;
  border-radius: 9px;
  box-shadow: 0 1px 4px -2px #000;
  z-index: 10000;
  overflow: hidden;
}
#vast-log p{
  font-size: 13px;
  padding: 7px 20px;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
#vast-log p ~ p{
  border-top: 1px solid #eee;
}
#vast-log p#log-header{
  font-weight: bolder;
  text-align: center;
}
.vast-icon{
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 3px;

  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.vast-loaded .vast-icon{
  background: rgb(255, 221, 7);
  animation: none;
  border: none;
}
.vast-loaded.vast-pause .vast-icon{
  background: rgb(206, 205, 204);
  animation: none;
  border: none;
}
.vast-loaded.vast-play .vast-icon{
  background: transparent;
  width: 0; 
  height: 0;
  border-radius: 0;
  animation: none;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgb(85, 211, 94);
}
.vast-pause{
  opacity: 0.4;
}
/* Depth Base */

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

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



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

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



.depth_out img{max-width: 100%}

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

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

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

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


.content_flex {position: static;}

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

/* Edit Mode */


/* Animations */


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

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


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

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

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


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

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

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

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


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


@-webkit-keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}#stacks_in_100.vast_video_wrapper,
#stacks_in_100.vast_video_wrapper strong,
#stacks_in_100.vast_video_wrapper b,
#stacks_in_100.vast_video_wrapper h1,
#stacks_in_100.vast_video_wrapper h2,
#stacks_in_100.vast_video_wrapper h3,
#stacks_in_100.vast_video_wrapper h4,
#stacks_in_100.vast_video_wrapper h5,
#stacks_in_100.vast_video_wrapper h6{
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_100 .vast_video_player,
#stacks_in_100.vast_video_wrapper .vast_video_background {
	filter: blur(0px);
}
#stacks_in_100 .vast_video_tint,
#stacks_in_100 .vast_video_player,
#stacks_in_100.vast_video_wrapper,
#stacks_in_100.vast_video_wrapper:before{
  border-radius: 0px;
}
#stacks_in_100.vast_video_wrapper a{
	color: rgba(52, 188, 255, 1.00);
}
#stacks_in_100.vast_video_wrapper a:hover{
	color: rgba(95, 211, 255, 1.00);
}

#stacks_in_100 .vast_video_tint{
	background: rgba(0, 0, 0, 0.20);
}

#stacks_in_100 .vast_video_slice{
  
	min-height: 80vh;
  
	max-width: 1400px;
}
#stacks_in_100 .vast_video_player{
	opacity: 1;
	width: 100% !important;
  
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  display: block;
  font-family: "object-fit:cover";
  max-width: none;
  object-fit: cover;
  transition: opacity 500ms;
  transform: scale(1.05);
  
}

/* Align Top */



/* Align Middle */



/* Align Bottom */


	#stacks_in_100 .vast_video_slice > div{ align-self: flex-end; }

#stacks_in_102 {
	padding: 120px 0px 0px 0px;
}

#stacks_out_102 {
	width: 90%;
}

#stacks_out_110 {
	width: 40%;
}
/* Start Button Press stack CSS code */#stacks_in_171{	text-align: center !important;}.stacks_in_171dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;									border: 3px solid #FFFFFF;		color:#FFFFFF;				font-size:120% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Verdana, Geneva, sans-serif !important;	font-style:normal !important;		padding: 12px 15px 12px 15px;			-webkit-border-top-left-radius:6px;	-moz-border-radius-topleft:6px;	border-top-left-radius:6px;	-webkit-border-top-right-radius:6px;	-moz-border-radius-topright:6px;	border-top-right-radius:6px;	-webkit-border-bottom-right-radius:6px;	-moz-border-radius-bottomright:6px;	border-bottom-right-radius:6px;	-webkit-border-bottom-left-radius:6px;	-moz-border-radius-bottomleft:6px;	border-bottom-left-radius:6px;}.stacks_in_171dooabutton:hover {					color:;				border-color: #EBEBEB;		color:#EBEBEB;	}/* End Button Press stack CSS code */
#stacks_in_171 {
	padding: 60px 0px 30px 0px;
}
/* Start Dyno Text stack CSS code */.stacks_in_106container{position: relative;text-align: center;}h1.stacks_in_106doofittext{width: auto !important;position: relative;display: inline-block;line-height: normal;white-space: nowrap;padding: none;margin: none; /* end if override */}.stacks_in_106showmargin {	width: 200px;	padding: 6px 0 4px 0;	background-color: #2BBDFF;	-moz-border-radius: 22px;	-webkit-border-radius: 22px;	border-radius: 22px;	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,1), inset 0px 4px 7px rgba(99,99,88,0.98);	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,1), inset 0px 4px 7px rgba(99,99,88,0.98);	box-shadow: 0px 0px 0px rgba(0,0,0,1), inset 0px 4px 7px rgba(99,99,88,0.98);	background-image: -o-linear-gradient(90deg , rgb(244,241,222) 0%, rgb(255,253,247) 100%);	background-image: -moz-linear-gradient(90deg , rgb(244,241,222) 0%, rgb(255,253,247) 100%);	background-image: -webkit-linear-gradient(90deg , rgb(244,241,222) 0%, rgb(255,253,247) 100%);	background-image: -ms-linear-gradient(90deg , rgb(244,241,222) 0%, rgb(255,253,247) 100%);	background-image: linear-gradient(90deg , rgb(244,241,222) 0%, rgb(255,253,247) 100%);	font-family: 'Helvetica';	font-size: 12pt;	color: #8C261F;	text-shadow: rgba(0,0,0,1) 0px -1px 0px;	margin: 7px auto;	text-align: center;	border: 1px solid #A2A296;}.stacks_in_106topbar {	background-color: #2BBDFF;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	background-image: -o-linear-gradient(90deg , rgb(134,48,39) 0%, rgb(196,64,50) 100%);	background-image: -moz-linear-gradient(90deg , rgb(134,48,39) 0%, rgb(196,64,50) 100%);	background-image: -webkit-linear-gradient(90deg , rgb(134,48,39) 0%, rgb(196,64,50) 100%);	background-image: -ms-linear-gradient(90deg , rgb(134,48,39) 0%, rgb(196,64,50) 100%);	background-image: linear-gradient(90deg , rgb(134,48,39) 0%, rgb(196,64,50) 100%);	border: 2px solid #933329;	border-bottom: none;	padding: 6px 3px 0px 6px;	min-height: 40px;	font-weight: bold;	font-size: 14px;	color: #F4F1DE;	font-style: italic;	text-shadow: rgba(8,25,63,1) 0px -1px 0px;	}.stacks_in_106mainarea {	background-color: #F4F1DE;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 2px solid #933329;	border-top: none;	padding: 10px;}.stacks_in_106small{font-weight: normal;font-size: 12px;}.stacks_in_106centerbox {	background-color: #ffffff;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	-moz-box-shadow: 0px 1px 2px rgb(178, 69, 63), inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow: 0px 1px 2px rgb(178, 69, 63), inset 0px 0px 0px rgba(0,0,0,1);	box-shadow: 0px 1px 2px rgb(178, 69, 63), inset 0px 0px 0px rgba(0,0,0,1);	padding: 10px;	border: 1px solid #DDDBC4;}/* End Dyno Text stack CSS code */
#stacks_in_106 {
	padding: 30px 0px 0px 0px;
}
/* Start Button Press stack CSS code */#stacks_in_172{	text-align: center !important;}.stacks_in_172dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;									border: 3px solid #FFFFFF;		color:#FFFFFF;				font-size:120% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Verdana, Geneva, sans-serif !important;	font-style:normal !important;		padding: 12px 15px 12px 15px;			-webkit-border-top-left-radius:6px;	-moz-border-radius-topleft:6px;	border-top-left-radius:6px;	-webkit-border-top-right-radius:6px;	-moz-border-radius-topright:6px;	border-top-right-radius:6px;	-webkit-border-bottom-right-radius:6px;	-moz-border-radius-bottomright:6px;	border-bottom-right-radius:6px;	-webkit-border-bottom-left-radius:6px;	-moz-border-radius-bottomleft:6px;	border-bottom-left-radius:6px;}.stacks_in_172dooabutton:hover {					color:;				border-color: #EBEBEB;		color:#EBEBEB;	}/* End Button Press stack CSS code */
#stacks_in_172 {
	padding: 200px 0px 30px 0px;
}
#stacks_in_165.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_165.aspen_split{
		padding: 20px 0px 0px 0px;
	}
}
#stacks_in_165.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_165.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_165.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	
}

#stacks_in_165.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_165 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_165.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00));
}

 
#stacks_in_165.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_165.aspen_split h1, 
#stacks_in_165.aspen_split h2,
#stacks_in_165.aspen_split h3, 
#stacks_in_165.aspen_split h4, 
#stacks_in_165.aspen_split h5, 
#stacks_in_165.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_165.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_165.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}#stacks_in_112>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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


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


}



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


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


}



/* Depth Content */

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

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

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


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

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





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

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

#stacks_in_114 .depth_image{

	background-size: cover;
	

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

	

	
	

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





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

#stacks_in_114 .content_tint{ background: rgba(255, 255, 255, 0.00); }

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



/* Heading */

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

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

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

#stacks_in_114 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px 0 -5px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_114 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_114 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_114 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_114 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_114 hr.hr_bottom_header{
	height: 5px;
	width: 15%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_114 hr.hr_bottom_content{
	display: inline-block;
	height: 2px;
	width: 20%;
	background: rgba(15, 128, 255, 1.00);
	margin-top: 0px;}
/* START ICONZ CSS */

#stacks_in_116 i {
	font-size: 4em;
	line-height: normal !important;
	
	color: #0F80FF !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_116 {
	text-align: center;
}

#stacks_in_116 a{
	text-decoration: none;
}


	
		#stacks_in_116 a i:hover{
			color: #1E8FFF !important;
		}
		
		
	




#stacks_in_116 .stacks_in_116quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_116 .stacks_in_116quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_116 .stacks_in_116quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 /* Depth Content */

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

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

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


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

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





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

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

#stacks_in_119 .depth_image{

	background-size: cover;
	

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

	

	
	

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





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

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

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



/* Heading */

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

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

#stacks_in_119 .heading_out h2{
	font-size: 21px;
	line-height: 48px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	
	
	
	
	 text-align: center !important; 
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_119 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px 0 -5px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_119 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_119 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_119 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_119 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_119 hr.hr_bottom_header{
	height: 5px;
	width: 15%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_119 hr.hr_bottom_content{
	display: inline-block;
	height: 2px;
	width: 20%;
	background: rgba(15, 128, 255, 1.00);
	margin-top: 0px;}
/* START ICONZ CSS */

#stacks_in_121 i {
	font-size: 4em;
	line-height: normal !important;
	
	color: #0F80FF !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_121 {
	text-align: center;
}

#stacks_in_121 a{
	text-decoration: none;
}


	
		#stacks_in_121 a i:hover{
			color: #1E8FFF !important;
		}
		
		
	




#stacks_in_121 .stacks_in_121quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_121 .stacks_in_121quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_121 .stacks_in_121quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 /* Depth Content */

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

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

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


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

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





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

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

#stacks_in_124 .depth_image{

	background-size: cover;
	

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

	

	
	

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





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

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

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



/* Heading */

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

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

#stacks_in_124 .heading_out h2{
	font-size: 21px;
	line-height: 48px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	
	
	
	
	 text-align: center !important; 
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_124 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px 0 -5px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_124 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_124 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_124 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_124 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_124 hr.hr_bottom_header{
	height: 5px;
	width: 15%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_124 hr.hr_bottom_content{
	display: inline-block;
	height: 2px;
	width: 20%;
	background: rgba(15, 128, 255, 1.00);
	margin-top: 0px;}
/* START ICONZ CSS */

#stacks_in_126 i {
	font-size: 4em;
	line-height: normal !important;
	
	color: #0F80FF !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_126 {
	text-align: center;
}

#stacks_in_126 a{
	text-decoration: none;
}


	
		#stacks_in_126 a i:hover{
			color: #1E8FFF !important;
		}
		
		
	




#stacks_in_126 .stacks_in_126quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_126 .stacks_in_126quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_126 .stacks_in_126quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 #stacks_in_10.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_10.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_10.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_10.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_10.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.2;
	
	background-size: cover;
}

#stacks_in_10.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_10 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_10.aspen_split .max_width_wrap_content{
	max-width: 1440px;
	margin: 0 auto;
}

#stacks_in_10.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.00), rgba(7, 64, 128, 1.00));
}

 
#stacks_in_10.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_10.aspen_split h1, 
#stacks_in_10.aspen_split h2,
#stacks_in_10.aspen_split h3, 
#stacks_in_10.aspen_split h4, 
#stacks_in_10.aspen_split h5, 
#stacks_in_10.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_10.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_10.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
#stacks_in_12 {
	margin: 20px 0px 0px 0px;
}
/* Depth Content */

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

@media (min-width: 700px){
	#stacks_in_14 .content_flex{
		min-height: 200px;
	}
}

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


	#stacks_in_14{margin-left: 0;margin-right: 0;}




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

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

#stacks_in_14 .depth_image{

	background-size: cover;
	

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

	

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

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





#stacks_in_14 .depth_tint{ background: rgba(76, 76, 76, 1.00); }

#stacks_in_14 .content_tint{ background: rgba(76, 76, 76, 1.00); }

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



/* Heading */

#stacks_in_14 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 2px solid rgba(102, 255, 204, 1.00);
	border-right: 0px solid rgba(102, 255, 204, 1.00);
	border-bottom: 0px solid rgba(102, 255, 204, 1.00);
	border-left: 0px solid rgba(102, 255, 204, 1.00);
	padding: 40px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

#stacks_in_14 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_14 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_14 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_14 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_14 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_14 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(15, 128, 255, 1.00);
	margin-top: 0px;}#stacks_in_16>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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


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


}



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


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


}




#stacks_in_16 {
	margin: 40px 0px 0px 0px;
}
/* Depth Content */

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

@media (min-width: 700px){
	#stacks_in_18 .content_flex{
		min-height: 200px;
	}
}

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


	#stacks_in_18{margin-left: 0;margin-right: 0;}




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

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

#stacks_in_18 .depth_image{

	background-size: cover;
	

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

	

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

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





#stacks_in_18 .depth_tint{ background: rgba(76, 76, 76, 1.00); }

#stacks_in_18 .content_tint{ background: rgba(76, 76, 76, 1.00); }

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



/* Heading */

#stacks_in_18 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 2px solid rgba(102, 255, 204, 1.00);
	border-right: 0px solid rgba(102, 255, 204, 1.00);
	border-bottom: 0px solid rgba(102, 255, 204, 1.00);
	border-left: 0px solid rgba(102, 255, 204, 1.00);
	padding: 40px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

#stacks_in_18 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_18 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_18 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_18 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_18 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

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

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

@media (min-width: 700px){
	#stacks_in_21 .content_flex{
		min-height: 200px;
	}
}

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


	#stacks_in_21{margin-left: 0;margin-right: 0;}




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

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

#stacks_in_21 .depth_image{

	background-size: cover;
	

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

	

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

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





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

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

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



/* Heading */

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

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

#stacks_in_21 .heading_out h2{
	font-size: 60px;
	line-height: 48px;
	color: rgba(76, 76, 76, 1.00);
	font-weight: 500;
	
	
	 display: none; 
	
	 text-align: center !important; 
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_21 p.super_heading{
	color: rgba(76, 76, 76, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 20px 0 20px;
	 font-weight: bolder; 
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_21 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_21 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_21 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_21 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_21 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

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

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

@media (min-width: 700px){
	#stacks_in_24 .content_flex{
		min-height: 200px;
	}
}

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


	#stacks_in_24{margin-left: 0;margin-right: 0;}




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

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

#stacks_in_24 .depth_image{

	background-size: cover;
	

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

	

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

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





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

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

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



/* Heading */

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

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

#stacks_in_24 .heading_out h2{
	font-size: 60px;
	line-height: 48px;
	color: rgba(76, 76, 76, 1.00);
	font-weight: 500;
	
	
	 display: none; 
	
	 text-align: center !important; 
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_24 p.super_heading{
	color: rgba(76, 76, 76, 1.00);
	font-size: 16px;
	letter-spacing: 3px;
	margin: 20px 0 20px;
	 font-weight: bolder; 
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_24 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

#stacks_in_24 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	padding: 8% 12.000000%;
	border-radius: 6px;
	box-shadow: inset 0 0 0 3px rgba(15, 128, 255, 1.00);
	margin-bottom: 5%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(15, 128, 255, 1.00);
	background: rgba(255, 255, 255, 0.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_24 .content_in a.depth_button{
		padding: 8% 16%;
	}
}
#stacks_in_24 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_24 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_24 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_24 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	margin-top: 0px;}#stacks_in_26>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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


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


}



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


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


}



/* Depth Content */

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

@media (min-width: 700px){
	#stacks_in_28 .content_flex{
		min-height: 200px;
	}
}

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





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

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

#stacks_in_28 .depth_image{

	background-size: cover;
	

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

	

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

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





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

#stacks_in_28 .content_tint{ background: rgba(255, 255, 255, 0.00); }

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



/* Heading */

#stacks_in_28 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 2px solid rgba(102, 255, 204, 1.00);
	border-right: 0px solid rgba(102, 255, 204, 1.00);
	border-bottom: 0px solid rgba(102, 255, 204, 1.00);
	border-left: 0px solid rgba(102, 255, 204, 1.00);
	padding: 40px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

#stacks_in_28 p.super_heading{
	color: rgba(76, 76, 76, 1.00);
	font-size: 20px;
	letter-spacing: 3px;
	margin: 20px 0 20px;
	 font-weight: bolder; 
	 font-style: italic; 
	
	
	float: none;}

#stacks_in_28 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_28 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_28 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_28 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_28 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

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

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

@media (min-width: 700px){
	#stacks_in_31 .content_flex{
		min-height: 200px;
	}
}

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





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

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

#stacks_in_31 .depth_image{

	background-size: cover;
	

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

	

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

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





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

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

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



/* Heading */

#stacks_in_31 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 2px solid rgba(102, 255, 204, 1.00);
	border-right: 0px solid rgba(102, 255, 204, 1.00);
	border-bottom: 0px solid rgba(102, 255, 204, 1.00);
	border-left: 0px solid rgba(102, 255, 204, 1.00);
	padding: 40px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_31 .heading_out h2{
	font-size: 60px;
	line-height: 48px;
	color: rgba(76, 76, 76, 1.00);
	font-weight: 500;
	
	
	
	
	 text-align: center !important; 
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_31 p.super_heading{
	color: rgba(76, 76, 76, 1.00);
	font-size: 20px;
	letter-spacing: 3px;
	margin: 20px 0 20px;
	 font-weight: bolder; 
	 font-style: italic; 
	
	
	float: none;}

#stacks_in_31 p.sub_heading{
	color: rgba(51, 51, 51, 1.00);
	font-size: 12px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_31 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_31 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_31 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_31 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

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

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

@media (min-width: 700px){
	#stacks_in_34 .content_flex{
		min-height: 200px;
	}
}

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





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

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

#stacks_in_34 .depth_image{

	background-size: cover;
	

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

	

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

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





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

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

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



/* Heading */

#stacks_in_34 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 2px solid rgba(102, 255, 204, 1.00);
	border-right: 0px solid rgba(102, 255, 204, 1.00);
	border-bottom: 0px solid rgba(102, 255, 204, 1.00);
	border-left: 0px solid rgba(102, 255, 204, 1.00);
	padding: 40px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_34 .heading_out h2{
	font-size: 60px;
	line-height: 48px;
	color: rgba(76, 76, 76, 1.00);
	font-weight: 500;
	
	
	
	
	 text-align: center !important; 
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_34 p.super_heading{
	color: rgba(76, 76, 76, 1.00);
	font-size: 20px;
	letter-spacing: 3px;
	margin: 20px 0 20px;
	 font-weight: bolder; 
	 font-style: italic; 
	
	
	float: none;}

#stacks_in_34 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

#stacks_in_34 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 8% 12.000000%;
	border-radius: 6px;
	box-shadow: inset 0 0 0 3px rgba(15, 128, 255, 1.00);
	margin-bottom: 5%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(15, 128, 255, 1.00);
	background: rgba(255, 255, 255, 0.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_34 .content_in a.depth_button{
		padding: 8% 16%;
	}
}
#stacks_in_34 .content_in a.depth_button:hover{
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);}

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_34 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_34 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(15, 128, 255, 1.00);
	display: inline-block;}

#stacks_in_34 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(15, 128, 255, 1.00);
	margin-top: 0px;}/* Start Button Press stack CSS code */#stacks_in_36{	text-align: center !important;}.stacks_in_36dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;									border: 3px solid #FFFFFF;		color:#FFFFFF;				font-size:120% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Verdana, Geneva, sans-serif !important;	font-style:normal !important;		padding: 12px 15px 12px 15px;			-webkit-border-top-left-radius:6px;	-moz-border-radius-topleft:6px;	border-top-left-radius:6px;	-webkit-border-top-right-radius:6px;	-moz-border-radius-topright:6px;	border-top-right-radius:6px;	-webkit-border-bottom-right-radius:6px;	-moz-border-radius-bottomright:6px;	border-bottom-right-radius:6px;	-webkit-border-bottom-left-radius:6px;	-moz-border-radius-bottomleft:6px;	border-bottom-left-radius:6px;}.stacks_in_36dooabutton:hover {					color:;				border-color: #EBEBEB;		color:#EBEBEB;	}/* End Button Press stack CSS code */
#stacks_in_36 {
	padding: 60px 0px 60px 0px;
}
#stacks_in_49.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 20px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_49.aspen_split{
		padding: 20px 0px 0px 0px;
	}
}
#stacks_in_49.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_49.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_49.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	
}

#stacks_in_49.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_49 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_49.aspen_split .max_width_wrap_content{
	max-width: 1440px;
	margin: 0 auto;
}

#stacks_in_49.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00));
}

 
#stacks_in_49.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_49.aspen_split h1, 
#stacks_in_49.aspen_split h2,
#stacks_in_49.aspen_split h3, 
#stacks_in_49.aspen_split h4, 
#stacks_in_49.aspen_split h5, 
#stacks_in_49.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_49.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_49.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}#stacks_in_51>.s3_row {
	margin: 0 -0px;
}

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

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




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










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


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


}



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


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


}





/* Depth Content */

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

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

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


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

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





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

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

#stacks_in_53 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_53 .depth_tint{ background: rgba(255, 255, 255, 0.36); }

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

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



/* Heading */

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

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

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

#stacks_in_53 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px 0 -5px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_53 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

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

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

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

#stacks_in_53 hr.hr_bottom_header{
	height: 5px;
	width: 15%;
	background: rgba(102, 255, 204, 1.00);
	display: inline-block;}

#stacks_in_53 hr.hr_bottom_content{
	display: inline-block;
	height: 2px;
	width: 20%;
	background: rgba(0, 0, 0, 0.12);
	margin-top: 0px;}
#stacks_in_55 {
	margin: 0px 0px 30px 0px;
}

#stacks_out_55 {
	width: 80px;
}
/* Start Trunk 8 stack CSS code *//* End Trunk 8 stack CSS code */
#stacks_in_59 {
	font-weight: bold;
}
/* Depth Content */

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

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

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





#stacks_in_62.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_62.depth_out a{
	color: rgba(251, 2, 128, 1.00);}

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

#stacks_in_62 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_62 .depth_tint{ background: rgba(255, 255, 255, 0.36); }

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

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



/* Heading */

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

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

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

#stacks_in_62 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px 0 -5px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_62 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

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

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

#stacks_in_62 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(102, 255, 204, 1.00);
	display: inline-block;}

#stacks_in_62 hr.hr_bottom_header{
	height: 5px;
	width: 15%;
	background: rgba(102, 255, 204, 1.00);
	display: inline-block;}

#stacks_in_62 hr.hr_bottom_content{
	display: inline-block;
	height: 2px;
	width: 20%;
	background: rgba(0, 0, 0, 0.12);
	margin-top: 0px;}
#stacks_in_64 {
	margin: 0px 0px 30px 0px;
}

#stacks_out_64 {
	width: 80px;
}
/* Start Trunk 8 stack CSS code *//* End Trunk 8 stack CSS code */
#stacks_in_68 {
	font-weight: bold;
}
#stacks_in_70>.s3_row {
	margin: 0 -0px;
}

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

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




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










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


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


}



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


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


}





/* Depth Content */

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

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

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





#stacks_in_72.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_72.depth_out a{
	color: rgba(251, 2, 128, 1.00);}

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

#stacks_in_72 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_72 .depth_tint{ background: rgba(255, 255, 255, 0.36); }

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

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



/* Heading */

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

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

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

#stacks_in_72 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px 0 -5px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_72 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

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

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

#stacks_in_72 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(102, 255, 204, 1.00);
	display: inline-block;}

#stacks_in_72 hr.hr_bottom_header{
	height: 5px;
	width: 15%;
	background: rgba(102, 255, 204, 1.00);
	display: inline-block;}

#stacks_in_72 hr.hr_bottom_content{
	display: inline-block;
	height: 2px;
	width: 20%;
	background: rgba(0, 0, 0, 0.12);
	margin-top: 0px;}
#stacks_in_74 {
	margin: 0px 0px 30px 0px;
}

#stacks_out_74 {
	width: 80px;
}
/* Start Trunk 8 stack CSS code *//* End Trunk 8 stack CSS code *//* Depth Content */

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

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

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





#stacks_in_81.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_81.depth_out a{
	color: rgba(251, 2, 128, 1.00);}

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

#stacks_in_81 .depth_image{

	background-size: cover;
	

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

	

	
	

	
	/* Warehouse Background*/
		background-image: url(Multi Chute);
	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-81.jpg);
	
	
	
}





#stacks_in_81 .depth_tint{ background: rgba(255, 255, 255, 0.36); }

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

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



/* Heading */

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

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

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

#stacks_in_81 p.super_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px 0 -5px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

#stacks_in_81 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	letter-spacing: 3px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 600px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

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

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

/* Aside */

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

	 
	margin-right: -600px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

#stacks_in_81 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(102, 255, 204, 1.00);
	display: inline-block;}

#stacks_in_81 hr.hr_bottom_header{
	height: 5px;
	width: 15%;
	background: rgba(102, 255, 204, 1.00);
	display: inline-block;}

#stacks_in_81 hr.hr_bottom_content{
	display: inline-block;
	height: 2px;
	width: 20%;
	background: rgba(0, 0, 0, 0.12);
	margin-top: 0px;}
#stacks_in_83 {
	margin: 0px 0px 30px 0px;
}

#stacks_out_83 {
	width: 80px;
}
/* Start Trunk 8 stack CSS code *//* End Trunk 8 stack CSS code */#stacks_in_89.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_89.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_89.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_89.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_89.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	
}

#stacks_in_89.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_89 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_89.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.00));
}

 
#stacks_in_89.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_89.aspen_split h1, 
#stacks_in_89.aspen_split h2,
#stacks_in_89.aspen_split h3, 
#stacks_in_89.aspen_split h4, 
#stacks_in_89.aspen_split h5, 
#stacks_in_89.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_89.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_89.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}/* 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(0, 0, 0, 1.00);}

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

#stacks_in_91 .depth_image{

	background-size: cover;
	

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

	

	
	

	
	/* Warehouse Background*/
		background-image: url(Girls Parasailing);
	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-91.jpg);
	
	
	
}





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

#stacks_in_91 .content_tint{ background: rgba(7, 64, 128, 0.68); }

#stacks_in_91 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.78) 0%,rgba(7, 64, 128, 0.68) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%,rgba(7, 64, 128, 0.68) 75%);
	
	
	   
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.78) 0%,rgba(7, 64, 128, 0.68) 95%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78) 0%,rgba(7, 64, 128, 0.68) 95%);
	
	}



/* Heading */

#stacks_in_91 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	border-bottom: 0px solid rgba(255, 102, 0, 1.00);
	border-left: 0px solid rgba(255, 102, 0, 1.00);
	padding: 0px 0px 20px 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: 33px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

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

/* Content */

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

	 
	max-width: 320px; 
	

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

/* Content (Separate Mobile Layout) */


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


@media screen and (max-width: 500px ){
	#stacks_in_91 .depth_wrapper{background-color: rgba(7, 64, 128, 0.65);}
	#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: center !important; 
		
	}
	
	#stacks_in_91 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

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

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

#stacks_in_91 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 8% 12.000000%;
	border-radius: 6px;
	box-shadow: inset 0 0 0 3px rgba(102, 255, 204, 1.00);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(102, 255, 204, 1.00);
	background: rgba(255, 255, 255, 0.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 500px){
	#stacks_in_91 .content_in a.depth_button{
		padding: 8% 16%;
	}
}
#stacks_in_91 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1.00);}

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

/* Aside */

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

	 
	margin-right: -320px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_91 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_91 .depth_aside_wrapper{
	
	
	 
	padding-right: 320px; 
	
	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:300px;}

@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 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_91 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

#stacks_in_91 hr.hr_bottom_header{
	height: 2px;
	width: 100%;
	background: rgba(102, 255, 204, 1.00);
	display: inline-block;}

#stacks_in_91 hr.hr_bottom_content{
	display: inline-block;
	height: 2px;
	width: 30%;
	background: rgba(102, 255, 204, 1.00);
	margin-top: 20px;}
#stacks_in_93 {
	margin: 0px 0px 40px 0px;
}

#stacks_out_93 {
	width: 71%;
}

#stacks_in_175 {
	padding: 40px 0px 0px 0px;
}

#stacks_in_176 {
	font-size: 120%;
}

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

#stacks_in_180 {
	font-size: 114%;
}
/* Start Button Press stack CSS code */#stacks_in_182{	text-align: center !important;}.stacks_in_182dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;									border: 3px solid #0F80FF;		color:#0F80FF;				font-size:120% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Verdana, Geneva, sans-serif !important;	font-style:normal !important;		padding: 12px 15px 12px 15px;			-webkit-border-top-left-radius:6px;	-moz-border-radius-topleft:6px;	border-top-left-radius:6px;	-webkit-border-top-right-radius:6px;	-moz-border-radius-topright:6px;	border-top-right-radius:6px;	-webkit-border-bottom-right-radius:6px;	-moz-border-radius-bottomright:6px;	border-bottom-right-radius:6px;	-webkit-border-bottom-left-radius:6px;	-moz-border-radius-bottomleft:6px;	border-bottom-left-radius:6px;}.stacks_in_182dooabutton:hover {					color:;				border-color: #006CEB;		color:#006CEB;	}/* End Button Press stack CSS code */
#stacks_in_182 {
	padding: 20px 0px 30px 0px;
}
