
/* 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{
  
}
main .depth_theme_limit{
  max-width: 100%;
  padding: 0;
}
.depth_limit{
  margin: 0 auto;
}



.nfont{
	font-family: 'Montserrat', sans-serif !important;
}
h2.nfont,
.sub_heading.nfont{
	font-family: 'Josefin Sans', 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: 'Josefin Sans', sans-serif !important;
}
.depth_in a{text-decoration: none;}
.depth_in{
  font-size: 15px;
  line-height: 1.4;}

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



.depth_out img{max-width: 100%}

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

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

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

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


.content_flex {position: static;}

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

/* Edit Mode */


/* Animations */


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

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


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

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

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


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

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

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

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


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


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

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

/* Depth Limit Gradient*/

#stacks_in_3378.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(150, 186, 199, 1.00) 0%,rgba(150, 186, 199, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(150, 186, 199, 1.00) 0%,rgba(150, 186, 199, 1.00) 95%);
	

	
}



/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_3360 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_3360 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_3360 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_3360 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_3360 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_3360.cm-full-menu li > a:hover,
#clean-menu_stacks_in_3360 li > a:hover {
  text-decoration: none;
}

#stacks_in_3360 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_3360 {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_3360 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_3360 ul li > a:after,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_3360.cm-full-menu,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul li,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul > div,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul > div a,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul ul,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_3360.cm-full-menu,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_3360.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_3360.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_3360.cm-full-menu.clean-menu-active {
  height: auto;
}

#clean-menu-full_stacks_in_3360.cm-full-menu {
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
}
#clean-menu-full_stacks_in_3360.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}



#clean-menu-full_stacks_in_3360.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_3360 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_3360.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}



#clean-menu_stacks_in_3360 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_3360 > div {
  align-self: center;
}
#clean-menu_stacks_in_3360 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_3360 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_3360 .clean-menu-logo {
  max-width: 200px;
  min-width: 200px;
  margin: 0;
}
#clean-menu_stacks_in_3360 .clean-menu-logo .cm-logo-wrap {
  max-width: 200px;
  min-width: 200px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_3360 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_3360.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_3360 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_3360 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_3360.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_3360 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_3360.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(240, 242, 241, 1.00);
  font-size: inherit;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a {
  font-family: Josefin Sans;
}
#clean-menu-full_stacks_in_3360.cm-full-menu > ul > li > a {
  
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(240, 242, 241, 1.00);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_3360.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_3360 li > a svg,
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(150, 186, 199, 1.00);
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a:hover svg {
  fill: rgba(150, 186, 199, 1.00);
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(234, 249, 236, 1.00);
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(234, 249, 236, 1.00);
}
#clean-menu_stacks_in_3360 .cm-toggle span {
  background: #FFFFFF;
}
#clean-menu_stacks_in_3360 h1, #clean-menu_stacks_in_3360 h2, #clean-menu_stacks_in_3360 h3, #clean-menu_stacks_in_3360 h4, #clean-menu_stacks_in_3360 h5, #clean-menu_stacks_in_3360 h6, #clean-menu_stacks_in_3360 .layouts-text, #clean-menu_stacks_in_3360 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_3360.cm-full-menu,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul {
  background: rgba(35, 54, 60, 1.00);
}
#clean-menu-full_stacks_in_3360.cm-full-menu > ul > li,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_3360.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_3360.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.00);
  fill: rgba(0, 0, 0, 0.00);
}
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.00);
  fill:  rgba(0, 0, 0, 0.00);
}
/* #clean-menu-full_stacks_in_3360.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_3360.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.00);
  cursor: default;
} */
#clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.00);
  fill:  rgba(0, 0, 0, 0.00);
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(240, 242, 241, 1.00);
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(150, 186, 199, 1.00);
}
/* #clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(240, 242, 241, 1.00);
} */
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(234, 249, 236, 1.00);
}
.disable-parents #clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_3360.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.00);
}
.disable-parents #clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_3360 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(240, 242, 241, 1.00);
  border-color: rgba(240, 242, 241, 1.00);
}




#clean-menu_stacks_in_3360 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#clean-menu_stacks_in_3360 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_3360 .clean-menu-logo {
  width: auto;
  max-width: 9999px;
}
#clean-menu_stacks_in_3360 .clean-menu-logo .cm-logo-wrap {
  max-width: 200px;
  margin-right: 5px;
  width: 100%;
}
div[tag="slice"] > .mez > #stacks_in_3360.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}



#clean-menu_stacks_in_3360 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_3360 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_3360 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.00);
}
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.00);
}
/* #clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.00);
} */
#clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.00);
}





.cm-sticky-wrap_stacks_in_3360 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_3360.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(150, 186, 199, 0.00);
}
.cm-sticky-wrap_stacks_in_3360.cm-sticky > #clean-menu-full_stacks_in_3360.cm-full-menu {
  z-index: 99999;
}
.cm-sticky-wrap_stacks_in_3360.cm-sticky #clean-menu_stacks_in_3360.clean-menu {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}



@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_3360.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_3360 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_3360 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_3360 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_3360.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_3360 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_3360 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_3360 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_3360 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_3360 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu_stacks_in_3360 .clean-menu-full .cm-menu-toggle {
    float: right;
  }
  
  #clean-menu-full_stacks_in_3360.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_3360 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_3360 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_3360 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_3360 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_3360 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_3360.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_3360.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_3360.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_3360.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_3360.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_3360.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}

.cm-mobile-example  #clean-menu_stacks_in_3360 .clean-menu-full .cm-menu-toggle {
  float: right;
}









#clean-menu_stacks_in_3360 .clean-menu-top-level ul li.cm-current > a {
  
}

#stacks_in_3360 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 20px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
}
#graphicStackstacks_in_3361 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_3361 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */
#graphicStackstacks_in_3361 img {
	width: 100%;
	max-width: none;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */

/*  */#graphicStackstacks_in_3362 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_3362 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_3362 {
	text-align: left;
}

#graphicStackstacks_in_3362 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_3362 img {
	width: 100%;
	height: auto;
	max-width: 50px;
	max-height: 50px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#stacks_out_3362 {
	margin-left:0;
}

.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_3365) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_3365.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_3366 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_3367) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_3367.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_3368 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_3369) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_3369.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_3370 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_3371) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_3371.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_3372 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(35, 54, 60, 0.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 4px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(35, 54, 60, 0.19);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(35, 54, 60, 0.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_3373) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(35, 54, 60, 0.19);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_3373.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_3374 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(239, 237, 226, 1.00);
  background-color: rgba(35, 54, 60, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(239, 237, 226, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(239, 237, 226, 1.00);
  background-color: rgba(35, 54, 60, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_3375) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(239, 237, 226, 1.00);
}
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_3375.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_3376 {
	font-size: 85%;
	font-weight: bold;
}
/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_2270.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(150, 186, 199, 1.00) 0%,rgba(150, 186, 199, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(150, 186, 199, 1.00) 0%,rgba(150, 186, 199, 1.00) 95%);
	

	
}



/* Depth Content */

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

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





#stacks_in_2271.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_2271.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_2271 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_2271 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_2271 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_2271 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2271 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}#stacks_in_3429.vast_video_wrapper,
#stacks_in_3429.vast_video_wrapper strong,
#stacks_in_3429.vast_video_wrapper b,
#stacks_in_3429.vast_video_wrapper h1,
#stacks_in_3429.vast_video_wrapper h2,
#stacks_in_3429.vast_video_wrapper h3,
#stacks_in_3429.vast_video_wrapper h4,
#stacks_in_3429.vast_video_wrapper h5,
#stacks_in_3429.vast_video_wrapper h6{
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_3429 .vast_video_player,
#stacks_in_3429.vast_video_wrapper .vast_video_background {
	filter: blur(0px);
}
#stacks_in_3429 .vast_video_tint,
#stacks_in_3429 .vast_video_player,
#stacks_in_3429.vast_video_wrapper,
#stacks_in_3429.vast_video_wrapper:before{
  border-radius: 0px;
}
#stacks_in_3429.vast_video_wrapper a{
	color: rgba(52, 188, 255, 1.00);
}
#stacks_in_3429.vast_video_wrapper a:hover{
	color: rgba(95, 211, 255, 1.00);
}

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

#stacks_in_3429 .vast_video_slice{
  
	min-height: 500px;
  
	max-width: 550px;
}
#stacks_in_3429 .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 */


	#stacks_in_3429 .vast_video_slice{ flex-direction: column; }


/* Align Bottom */

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_3049.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(239, 237, 226, 1.00) 0%,rgba(239, 237, 226, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(239, 237, 226, 1.00) 0%,rgba(239, 237, 226, 1.00) 95%);
	

	
}



:root {
  --multi_columns_stacks_in_3158:1fr 1fr;
}
#multi_columns_stacks_in_3158 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3158);
  grid-gap: 0px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_3158 + .deluxe-columns {
  margin-top: 0px;
}
#multi_columns_stacks_in_3158 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3158 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_3158 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3158 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3158 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3158 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_3158 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3158 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3158 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3158 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3158 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3158 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3158 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3158 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_3158 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_3158 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_3158 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3158 > div > * {position: relative;}
  #multi_columns_stacks_in_3158 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3158 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_3158 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3158 > div > * {position: relative;}
  #multi_columns_stacks_in_3158 > div > * > * {transform: translate(0,0);}
  
}

/* Depth Content */

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

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





#stacks_in_3056.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, 0.00);}
#stacks_in_3056.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

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





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

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

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



/* Heading */

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

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

#stacks_in_3056 .heading_out h2{
	font-size: 29px;
	line-height: 38px;
	color: rgba(35, 54, 60, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_3056 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 550px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

#stacks_in_3056 .content_in p.main_content{
	display: block;
	color: rgba(35, 54, 60, 1.00);
	font-size: 1.15em;
	line-height: 1.70;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -550px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

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





#stacks_in_3111.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, 0.00);}
#stacks_in_3111.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

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





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

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

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



/* Heading */

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

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

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

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

#stacks_in_3111 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 620px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

#stacks_in_3111 .content_in p.main_content{
	display: block;
	color: rgba(13, 39, 47, 1.00);
	font-size: 1.15em;
	line-height: 1.70;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -620px; 
	

	

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

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





#stacks_in_3111 .depth_aside_padding > div{max-width:900px;}

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3111 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 0px;}/* 2.0.1
- improves overall performance on retina devices
- fixes performance issue in safari when using the Frosted Glass effect
- fixes a loading bug with the parallax effect
 */
#stacks_in_3410.btr-bg-outer .btr-bg-inner {
  
  min-height: 500px;
  
}
#stacks_in_3410.btr-bg-gradient .btr-bg-inner ,
#stacks_in_3410.btr-bg-animated .btr-bg-inner ,
#stacks_in_3410.btr-bg-blur .btr-bg-inner ,
#stacks_in_3410.btr-bg-mouse .btr-bg-inner ,
#stacks_in_3410.btr-bg-pan .btr-bg-inner ,
#stacks_in_3410.btr-bg-parallax .btr-bg-inner ,
#stacks_in_3410.btr-bg-transition .btr-bg-inner ,
#stacks_in_3410.btr-bg-none .btr-bg-inner  {
  padding: 0px 0px 0px 0px;
}
#stacks_in_3410.btr-bg-none {

background-color: rgba(0, 0, 0, 0.00);
}
#stacks_in_3410.btr-bg-outer:after {
  background: rgba(15, 37, 54, 0.29);
}
#stacks_in_3410.btr-bg-outer {
  background-image : url(../aboutus_files/backgroundImageBlur-3410.jpg);
  
  background-position: center center;
  background-size: cover;
  -webkit-transform:translateZ(0);
}
#stacks_in_3410.btr-bg-outer .btr-bg-inner .btr-bg-content {
  position: relative;
  background-color : rgba(255, 255, 255, 0.00);
  overflow: hidden;
  padding: 24px 24px 24px 24px;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  
}
#stacks_in_3410.btr-bg-outer .btr-bg-inner .btr-bg-header,
#stacks_in_3410.btr-bg-outer .btr-bg-inner .btr-bg-footer {
  
  pointer-events: none;
  opacity: 0;
  
}




/* Parallax */
#stacks_in_3410.btr-bg-parallax {
  background: none;
  transform: none;
}
#stacks_in_3410.btr-bg-parallax > .btr-bg-parallax-bg {
  background-image : url(../aboutus_files/backgroundImageBlur-3410.jpg);
  
  background-color: rgba(0, 0, 0, 0.00);
  background-position: center top;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  -webkit-transform:translateZ(0);
  will-change: transform;
}
#stacks_in_3410.btr-bg-parallax.btr-bg-disabled:before {
  background-attachment: scroll;
  background-position: center center !important;
}





/* Depth Content */

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

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




	#stacks_in_3402{margin-bottom: 0;}


#stacks_in_3402.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_3402.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3402 .depth_image{

	
	

	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(35, 54, 60, 0.00);
	background-size: cover;
	
}





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

#stacks_in_3402 .content_tint{ background: rgba(15, 37, 54, 0.00); }

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



/* Heading */

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

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

#stacks_in_3402 .heading_out h2{
	font-size: 23px;
	line-height: 35px;
	color: rgba(234, 233, 220, 1.00);
	font-weight: 500;
	
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_3402 p.sub_heading{
	color: rgba(239, 237, 226, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_3402 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3402 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

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

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

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

#stacks_in_1688 .depth_limit {
	max-width: 1160px;
}
#stacks_in_1688 .depth_limit_padding {
	padding: 0px 10px 10px 10px;
}
@media screen and (min-width: 770px){
	#stacks_in_1688 .depth_limit_padding {
		padding: 50px 0px 150px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_1688.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(35, 54, 60, 1.00) 0%,rgba(35, 54, 60, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(35, 54, 60, 1.00) 0%,rgba(35, 54, 60, 1.00) 95%);
	

	
}



/* Depth Content */

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

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





#stacks_in_2415.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_2415.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_2415 .depth_image{

	
	

	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(35, 54, 60, 1.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

#stacks_in_2415 .heading_out h2{
	font-size: 45px;
	line-height: 45px;
	color: rgba(239, 237, 226, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_2415 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 6px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

#stacks_in_2415 .content_in p.main_content{
	display: block;
	color: rgba(239, 237, 226, 1.00);
	font-size: 1.15em;
	line-height: 1.70;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

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

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

#stacks_in_2415 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_2415 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2415 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}:root {
  --multi_columns_stacks_in_3447:1fr 1fr;
}
#multi_columns_stacks_in_3447 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3447);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_3447 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_3447 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3447 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}


/* Depth Content */

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

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





#stacks_in_3203.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_3203.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3203 .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(239, 237, 226, 1.00);
	background-size: cover;
	
}





#stacks_in_3203 .depth_tint{ background: rgba(0, 0, 0, 0.01); }

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

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



/* Heading */

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

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

#stacks_in_3203 .heading_out h2{
	font-size: 29px;
	line-height: 38px;
	color: rgba(13, 39, 47, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_3203 p.super_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_3203 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 580px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

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

/* Aside */

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

	 
	margin-right: -580px; 
	

	

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

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




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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3203 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}:root {
  --multi_columns_stacks_in_3468:1fr minmax(320px,min-content);
}
#multi_columns_stacks_in_3468 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3468);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_3468 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_3468 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3468 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_3468 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3468 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3468 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3468 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_3468 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3468 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3468 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3468 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3468 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3468 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3468 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3468 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_3468 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_3468 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_3468 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3468 > div > * {position: relative;}
  #multi_columns_stacks_in_3468 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3468 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_3468 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3468 > div > * {position: relative;}
  #multi_columns_stacks_in_3468 > div > * > * {transform: translate(0,0);}
  
}

/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_3472 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_3472 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_3472 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_3472 .cd-modal-content a,
#stacks_in_3472 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_3472 .cd-modal-content a:hover,
#stacks_in_3472 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_3472 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_3472 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_3472 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_3472 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_3472 .cd-modal-action {
  position: relative;
}

#stacks_in_3472 .cd-modal-action .modal_btn, #stacks_in_3472 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_3472 .modal_btn,
#stacks_in_3472 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_3472 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_3472 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_3472 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_3472 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_3472 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_3472 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_3472 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_3472 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_3472 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../aboutus_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_3472 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_3472 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_3472 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_3472 .cd-modal-action a,
#stacks_in_3472 .cd-modal-action a:visited,
#stacks_in_3472 .cd-modal-action a:hover,
#stacks_in_3472 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_3472 .cd-modal-action .modal_btn {
  }






#stacks_out_3472 {
	width: 150px;
	margin-left:0;
}
:root {
  --multi_columns_stacks_in_3473:1fr 1fr;
}
#multi_columns_stacks_in_3473 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3473);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_3473 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_3473 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3473 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_3473 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3473 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3473 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3473 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_3473 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3473 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3473 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3473 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3473 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3473 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3473 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3473 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_3473 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_3473 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_3473 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3473 > div > * {position: relative;}
  #multi_columns_stacks_in_3473 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3473 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_3473 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3473 > div > * {position: relative;}
  #multi_columns_stacks_in_3473 > div > * > * {transform: translate(0,0);}
  
}

/* Depth Content */

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

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





#stacks_in_3480.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_3480.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3480 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_3480 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_3480 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3480 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3480 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_3481 {
	-moz-border-radius: 30px 30px 30px 0px;
	-webkit-border-radius: 30px 30px 30px 0px;
	border-radius: 30px 30px 30px 0px;
	margin: 0px 0px 20px 0px;
}

#stacks_out_3481 {
	width: 36%;
	margin-left:0;
}
/* Depth Content */

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

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





#stacks_in_3475.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_3475.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3475 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_3475 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_3475 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3475 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3475 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_out_3469 {
	width: 19%;
	margin-left:0;
}

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

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

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





#stacks_in_3182.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_3182.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3182 .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(239, 237, 226, 1.00);
	background-size: cover;
	
}





#stacks_in_3182 .depth_tint{ background: rgba(0, 0, 0, 0.01); }

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

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



/* Heading */

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

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

#stacks_in_3182 .heading_out h2{
	font-size: 29px;
	line-height: 38px;
	color: rgba(13, 39, 47, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_3182 p.super_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_3182 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 580px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

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

/* Aside */

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

	 
	margin-right: -580px; 
	

	

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

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




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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3182 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}:root {
  --multi_columns_stacks_in_3514:1fr minmax(320px,min-content);
}
#multi_columns_stacks_in_3514 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3514);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_3514 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_3514 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3514 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_3514 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3514 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3514 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3514 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_3514 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3514 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3514 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3514 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3514 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3514 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3514 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3514 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_3514 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_3514 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_3514 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3514 > div > * {position: relative;}
  #multi_columns_stacks_in_3514 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3514 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_3514 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3514 > div > * {position: relative;}
  #multi_columns_stacks_in_3514 > div > * > * {transform: translate(0,0);}
  
}

/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_3518 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_3518 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_3518 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_3518 .cd-modal-content a,
#stacks_in_3518 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_3518 .cd-modal-content a:hover,
#stacks_in_3518 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_3518 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_3518 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_3518 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_3518 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_3518 .cd-modal-action {
  position: relative;
}

#stacks_in_3518 .cd-modal-action .modal_btn, #stacks_in_3518 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_3518 .modal_btn,
#stacks_in_3518 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_3518 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_3518 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_3518 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_3518 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_3518 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_3518 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_3518 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_3518 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_3518 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../aboutus_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_3518 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_3518 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_3518 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_3518 .cd-modal-action a,
#stacks_in_3518 .cd-modal-action a:visited,
#stacks_in_3518 .cd-modal-action a:hover,
#stacks_in_3518 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_3518 .cd-modal-action .modal_btn {
  }






#stacks_out_3518 {
	width: 150px;
	margin-left:0;
}
:root {
  --multi_columns_stacks_in_3184:1fr 1fr;
}
#multi_columns_stacks_in_3184 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3184);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_3184 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_3184 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3184 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}


/* Depth Content */

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

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





#stacks_in_3191.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_3191.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3191 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_3191 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_3191 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3191 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3191 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_3454 {
	-moz-border-radius: 30px 30px 30px 0px;
	-webkit-border-radius: 30px 30px 30px 0px;
	border-radius: 30px 30px 30px 0px;
}

#stacks_out_3454 {
	width: 37%;
	margin-left:0;
}
/* Depth Content */

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

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





#stacks_in_3186.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_3186.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3186 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_3186 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_3186 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3186 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3186 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_out_3515 {
	width: 19%;
	margin-left:0;
}
:root {
  --multi_columns_stacks_in_3197:1fr;
}
#multi_columns_stacks_in_3197 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3197);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_3197 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_3197 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3197 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



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

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

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





#stacks_in_2852.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_2852.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_2852 .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(239, 237, 226, 1.00);
	background-size: cover;
	
}





#stacks_in_2852 .depth_tint{ background: rgba(0, 0, 0, 0.01); }

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

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



/* Heading */

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

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

#stacks_in_2852 .heading_out h2{
	font-size: 29px;
	line-height: 38px;
	color: rgba(13, 39, 47, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_2852 p.super_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_2852 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 580px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

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

/* Aside */

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

	 
	margin-right: -580px; 
	

	

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

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




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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2852 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}:root {
  --multi_columns_stacks_in_3574:1fr minmax(320px,min-content);
}
#multi_columns_stacks_in_3574 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3574);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_3574 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_3574 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3574 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_3574 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3574 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3574 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3574 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_3574 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3574 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3574 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3574 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3574 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3574 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3574 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3574 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_3574 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_3574 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_3574 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3574 > div > * {position: relative;}
  #multi_columns_stacks_in_3574 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3574 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_3574 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3574 > div > * {position: relative;}
  #multi_columns_stacks_in_3574 > div > * > * {transform: translate(0,0);}
  
}

/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_3578 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_3578 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_3578 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_3578 .cd-modal-content a,
#stacks_in_3578 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_3578 .cd-modal-content a:hover,
#stacks_in_3578 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_3578 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_3578 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_3578 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_3578 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_3578 .cd-modal-action {
  position: relative;
}

#stacks_in_3578 .cd-modal-action .modal_btn, #stacks_in_3578 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_3578 .modal_btn,
#stacks_in_3578 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_3578 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_3578 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_3578 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_3578 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_3578 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_3578 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_3578 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_3578 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_3578 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../aboutus_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_3578 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_3578 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_3578 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_3578 .cd-modal-action a,
#stacks_in_3578 .cd-modal-action a:visited,
#stacks_in_3578 .cd-modal-action a:hover,
#stacks_in_3578 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_3578 .cd-modal-action .modal_btn {
  }






#stacks_out_3578 {
	width: 150px;
	margin-left:0;
}
:root {
  --multi_columns_stacks_in_2854:1fr 1fr;
}
#multi_columns_stacks_in_2854 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_2854);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_2854 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_2854 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_2854 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_2854 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_2854 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_2854 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_2854 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_2854 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_2854 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_2854 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_2854 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_2854 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_2854 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_2854 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_2854 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_2854 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_2854 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_2854 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_2854 > div > * {position: relative;}
  #multi_columns_stacks_in_2854 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_2854 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_2854 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_2854 > div > * {position: relative;}
  #multi_columns_stacks_in_2854 > div > * > * {transform: translate(0,0);}
  
}

/* Depth Content */

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

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





#stacks_in_3567.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_3567.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3567 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_3567 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_3567 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3567 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3567 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_3573 {
	-moz-border-radius: 30px 30px 30px 0px;
	-webkit-border-radius: 30px 30px 30px 0px;
	border-radius: 30px 30px 30px 0px;
}

#stacks_out_3573 {
	width: 37%;
	margin-left:0;
}
/* Depth Content */

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

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





#stacks_in_2856.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_2856.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_2856 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_2856 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_2856 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_2856 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2856 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_out_3575 {
	width: 19%;
	margin-left:0;
}

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

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

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





#stacks_in_2889.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_2889.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_2889 .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(239, 237, 226, 1.00);
	background-size: cover;
	
}





#stacks_in_2889 .depth_tint{ background: rgba(0, 0, 0, 0.01); }

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

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



/* Heading */

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

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

#stacks_in_2889 .heading_out h2{
	font-size: 29px;
	line-height: 38px;
	color: rgba(13, 39, 47, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_2889 p.super_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_2889 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 580px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

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

/* Aside */

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

	 
	margin-right: -580px; 
	

	

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

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




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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2889 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}:root {
  --multi_columns_stacks_in_3607:1fr minmax(320px,min-content);
}
#multi_columns_stacks_in_3607 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3607);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_3607 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_3607 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3607 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_3607 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3607 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3607 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3607 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_3607 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3607 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3607 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3607 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3607 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3607 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3607 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3607 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_3607 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_3607 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_3607 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3607 > div > * {position: relative;}
  #multi_columns_stacks_in_3607 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3607 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_3607 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3607 > div > * {position: relative;}
  #multi_columns_stacks_in_3607 > div > * > * {transform: translate(0,0);}
  
}

/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_3609 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_3609 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_3609 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_3609 .cd-modal-content a,
#stacks_in_3609 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_3609 .cd-modal-content a:hover,
#stacks_in_3609 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_3609 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_3609 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_3609 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_3609 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_3609 .cd-modal-action {
  position: relative;
}

#stacks_in_3609 .cd-modal-action .modal_btn, #stacks_in_3609 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_3609 .modal_btn,
#stacks_in_3609 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_3609 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_3609 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_3609 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_3609 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_3609 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_3609 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_3609 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_3609 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_3609 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../aboutus_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_3609 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_3609 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_3609 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_3609 .cd-modal-action a,
#stacks_in_3609 .cd-modal-action a:visited,
#stacks_in_3609 .cd-modal-action a:hover,
#stacks_in_3609 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_3609 .cd-modal-action .modal_btn {
  }






#stacks_out_3609 {
	width: 150px;
	margin-left:0;
}
:root {
  --multi_columns_stacks_in_2891:1fr 1fr;
}
#multi_columns_stacks_in_2891 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_2891);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_2891 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_2891 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_2891 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_2891 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_2891 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_2891 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_2891 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_2891 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_2891 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_2891 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_2891 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_2891 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_2891 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_2891 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_2891 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_2891 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_2891 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_2891 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_2891 > div > * {position: relative;}
  #multi_columns_stacks_in_2891 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_2891 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_2891 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_2891 > div > * {position: relative;}
  #multi_columns_stacks_in_2891 > div > * > * {transform: translate(0,0);}
  
}

/* Depth Content */

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

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





#stacks_in_2898.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_2898.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_2898 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_2898 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_2898 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_2898 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2898 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_3654 {
	-moz-border-radius: 30px 30px 30px 0px;
	-webkit-border-radius: 30px 30px 30px 0px;
	border-radius: 30px 30px 30px 0px;
}

#stacks_out_3654 {
	width: 37%;
	margin-left:0;
}
/* Depth Content */

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

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





#stacks_in_2893.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_2893.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_2893 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_2893 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_2893 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_2893 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2893 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_out_3641 {
	width: 19%;
	margin-left:0;
}

#stacks_in_3041 {
	-moz-border-radius: 40px 40px 40px 0px;
	-webkit-border-radius: 40px 40px 40px 0px;
	border-radius: 40px 40px 40px 0px;
}
/* 2.0.1
- improves overall performance on retina devices
- fixes performance issue in safari when using the Frosted Glass effect
- fixes a loading bug with the parallax effect
 */
#stacks_in_3020.btr-bg-outer .btr-bg-inner {
  
  min-height: 700px;
  
}
#stacks_in_3020.btr-bg-gradient .btr-bg-inner ,
#stacks_in_3020.btr-bg-animated .btr-bg-inner ,
#stacks_in_3020.btr-bg-blur .btr-bg-inner ,
#stacks_in_3020.btr-bg-mouse .btr-bg-inner ,
#stacks_in_3020.btr-bg-pan .btr-bg-inner ,
#stacks_in_3020.btr-bg-parallax .btr-bg-inner ,
#stacks_in_3020.btr-bg-transition .btr-bg-inner ,
#stacks_in_3020.btr-bg-none .btr-bg-inner  {
  padding: 0px 0px 0px 0px;
}
#stacks_in_3020.btr-bg-none {

background-color: rgba(0, 0, 0, 0.00);
}
#stacks_in_3020.btr-bg-outer:after {
  background: rgba(0, 0, 0, 0.00);
}
#stacks_in_3020.btr-bg-outer {
  background-image : url(../aboutus_files/backgroundImageBlur-3020.jpg);
  
  background-position: center center;
  background-size: cover;
  -webkit-transform:translateZ(0);
}
#stacks_in_3020.btr-bg-outer .btr-bg-inner .btr-bg-content {
  position: relative;
  background-color : rgba(255, 255, 255, 0.00);
  overflow: hidden;
  padding: 24px 24px 24px 24px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  
}
#stacks_in_3020.btr-bg-outer .btr-bg-inner .btr-bg-header,
#stacks_in_3020.btr-bg-outer .btr-bg-inner .btr-bg-footer {
  
  pointer-events: none;
  opacity: 0;
  
}




/* Parallax */
#stacks_in_3020.btr-bg-parallax {
  background: none;
  transform: none;
}
#stacks_in_3020.btr-bg-parallax > .btr-bg-parallax-bg {
  background-image : url(../aboutus_files/backgroundImageBlur-3020.jpg);
  
  background-color: rgba(0, 0, 0, 0.00);
  background-position: center top;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  -webkit-transform:translateZ(0);
  will-change: transform;
}
#stacks_in_3020.btr-bg-parallax.btr-bg-disabled:before {
  background-attachment: scroll;
  background-position: center center !important;
}





/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_3268.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(150, 186, 199, 1.00) 0%,rgba(150, 186, 199, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(150, 186, 199, 1.00) 0%,rgba(150, 186, 199, 1.00) 95%);
	

	
}




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

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

/* Depth Content */

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

@media (min-width: 770px){
	#stacks_in_3269 .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_3269 .depth_section_link:hover .depth_in,
#stacks_in_3269 .depth_section_link:hover .depth_image{
	transform: scale(1.01);
}





#stacks_in_3269.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_3269.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3269 .depth_image{

	
	

	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(150, 186, 199, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_3269 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 580px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_3269 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3269 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -580px; 
	

	

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

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




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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_3269 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_3656 {
	-moz-border-radius: 40px 0px 40px 0px;
	-webkit-border-radius: 40px 0px 40px 0px;
	border-radius: 40px 0px 40px 0px;
}

#stacks_in_3273 {
	background-color: rgba(239, 237, 226, 1.00);
}
/* Depth Limit */

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

/* Depth Limit Gradient*/

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

	
}



/* Depth Content */

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

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





#stacks_in_3276.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_3276.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3276 .depth_image{

	
	

	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(239, 237, 226, 1.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

#stacks_in_3276 .heading_out h2{
	font-size: 45px;
	line-height: 45px;
	color: rgba(35, 54, 60, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_3276 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 6px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

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

#stacks_in_3276 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3276 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

/* Depth Limit Gradient*/

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

	
}



:root {
  --multi_columns_stacks_in_3279:1fr 1fr 1fr;
}
#multi_columns_stacks_in_3279 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_3279);
  grid-gap: 24px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_3279 + .deluxe-columns {
  margin-top: 24px;
}
#multi_columns_stacks_in_3279 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_3279 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_3279 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3279 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3279 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3279 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_3279 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3279 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3279 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_3279 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3279 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_3279 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_3279 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_3279 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_3279 {
    grid-template-columns: repeat(2, 1fr);
    
  }
  #multi_columns_stacks_in_3279 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_3279 > div:last-child {
    grid-column: span 1;
  }
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_3279 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_3279 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_3279 > div > * {position: relative;}
  #multi_columns_stacks_in_3279 > div > * > * {transform: translate(0,0);}
  
}


.element_stacks_in_3305[data-deluxe-el] {
  
  background-color : rgba(153, 201, 207, 1.00);
  border-color: rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00);
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-radius: 0px 0px 20px 0px;
}
.element_stacks_in_3305[data-deluxe-el] > div {

}

/* Depth Content */

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

@media (min-width: 770px){
	#stacks_in_3307 .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_3307 .depth_section_link:hover .depth_in,
#stacks_in_3307 .depth_section_link:hover .depth_image{
	transform: scale(1.01);
}





#stacks_in_3307.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_3307.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3307 .depth_image{

	
	

	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(239, 237, 226, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

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

/* Content */

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

	 
	max-width: 660px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

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

#stacks_in_3307 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3307 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_3307 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_3309 {
	-moz-border-radius: 0px 0px 30px 9px;
	-webkit-border-radius: 0px 0px 30px 9px;
	border-radius: 0px 0px 30px 9px;
	margin: 0px 0px 30px 0px;
}
/*
1.0.0.1
- fixes z-index overflow bug
*/
#stacks_in_3312 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_3312 .overlap-wrap {
  width: 100%;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_3312 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_3312 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_3312 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}


.element_stacks_in_3293[data-deluxe-el] {
  
  background-color : rgba(153, 201, 207, 1.00);
  border-color: rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00);
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-radius: 0px 0px 20px 0px;
}
.element_stacks_in_3293[data-deluxe-el] > div {

}

/* Depth Content */

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

@media (min-width: 770px){
	#stacks_in_3295 .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_3295 .depth_section_link:hover .depth_in,
#stacks_in_3295 .depth_section_link:hover .depth_image{
	transform: scale(1.01);
}


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




#stacks_in_3295.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_3295.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3295 .depth_image{

	
	

	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(239, 237, 226, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

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

/* Content */

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

	 
	max-width: 660px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

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

#stacks_in_3295 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3295 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_3295 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_3297 {
	-moz-border-radius: 0px 0px 30px 9px;
	-webkit-border-radius: 0px 0px 30px 9px;
	border-radius: 0px 0px 30px 9px;
	margin: 0px 0px 30px 0px;
}
/*
1.0.0.1
- fixes z-index overflow bug
*/
#stacks_in_3300 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_3300 .overlap-wrap {
  width: 100%;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_3300 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_3300 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_3300 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}


.element_stacks_in_3281[data-deluxe-el] {
  
  background-color : rgba(153, 201, 207, 1.00);
  border-color: rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00);
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-radius: 0px 0px 20px 0px;
}
.element_stacks_in_3281[data-deluxe-el] > div {

}

/* Depth Content */

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

@media (min-width: 770px){
	#stacks_in_3283 .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_3283 .depth_section_link:hover .depth_in,
#stacks_in_3283 .depth_section_link:hover .depth_image{
	transform: scale(1.01);
}





#stacks_in_3283.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_3283.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3283 .depth_image{

	
	

	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(239, 237, 226, 0.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

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

/* Content */

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

	 
	max-width: 660px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

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

#stacks_in_3283 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3283 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_3283 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_3285 {
	-moz-border-radius: 0px 0px 30px 9px;
	-webkit-border-radius: 0px 0px 30px 9px;
	border-radius: 0px 0px 30px 9px;
	margin: 0px 0px 30px 0px;
}
/*
1.0.0.1
- fixes z-index overflow bug
*/
#stacks_in_3288 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_3288 .overlap-wrap {
  width: 100%;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_3288 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_3288 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_3288 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

/* Depth Content */

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

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





#stacks_in_3317.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_3317.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

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

#stacks_in_3317 .depth_image{

	
	

	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(239, 237, 226, 1.00);
	background-size: cover;
	
}





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

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

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



/* Heading */

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

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

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

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

#stacks_in_3317 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 660px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

@media screen and (max-width: 770px){
	#stacks_in_3317 .content_in a.depth_button{
		padding: 6% 12%;
	}
}
#stacks_in_3317 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(35, 54, 60, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_3317 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	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_3317 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_3317 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_3318 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_3318 .theDivider1,
#simpleDivider_stacks_in_3318 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_3318 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_3318.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_3318.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_3318 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_3318.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_3318.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_3318.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_3318.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_3417.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(13, 39, 47, 1.00) 0%,rgba(35, 54, 60, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(13, 39, 47, 1.00) 0%,rgba(35, 54, 60, 1.00) 95%);
	

	
}




div#offices {
  
  
  
  
}

/* Depth Content */

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

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




	#stacks_in_3422{margin-bottom: 0;}


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

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

#stacks_in_3422 .depth_image{

	background-size: cover;
	

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

	

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

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





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

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

#stacks_in_3422 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(11, 18, 30, 0.00) 0%,rgba(11, 23, 40, 0.00) 75%);
	background: linear-gradient(to right, rgba(11, 18, 30, 0.00) 0%,rgba(11, 23, 40, 0.00) 75%);
	
	
	
	}



/* Heading */

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

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

#stacks_in_3422 .heading_out h2{
	font-size: 15px;
	line-height: 20px;
	color: rgba(239, 237, 226, 1.00);
	font-weight: 500;
	
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_3422 p.super_heading{
	color: rgba(102, 102, 102, 1.00);
	font-size: 12px;
	letter-spacing: 0px;
	margin: 0px 0 10px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_3422 p.sub_heading{
	color: rgba(146, 146, 146, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 500px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_3422 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(12, 13, 16, 0.00);
	border: 0px solid rgba(229, 232, 237, 0.52);
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_3422 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 13px;
	padding: 0% 0.000000%;
	border-radius: 30px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(21, 37, 103, 1.00);
	background: rgba(111, 24, 19, 0.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_3422 .content_in a.depth_button{
		padding: 0% 0%;
	}
}
#stacks_in_3422 .content_in a.depth_button:hover{
	color: rgba(19, 34, 95, 0.61);
	background: rgba(255, 247, 0, 0.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_3422 .content_in p.sub_content{
	font-weight: normal;
	 font-weight: bolder; 
	
	
	font-size: 35px;
	color: rgba(111, 24, 19, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -500px; 
	

	margin-right:0;

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







#stacks_in_3422 .depth_aside_padding > div{max-width:700px;}

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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