
/* 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_2412 .depth_limit {
	max-width: 1400px;
}
#stacks_in_2412 .depth_limit_padding {
	padding: 30px 0px 30px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_2412 .depth_limit_padding {
		padding: 0px 30px 0px 30px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_2412.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(13, 39, 47, 1.00) 0%,rgba(13, 39, 47, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(13, 39, 47, 1.00) 0%,rgba(13, 39, 47, 1.00) 95%);
	

	
}



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

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

#stacks_in_2383 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_2383 {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_2383 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_2383 ul li > a:after,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_2383.cm-full-menu,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul,
#clean-menu_stacks_in_2383 .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_2383.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul li,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a,
#clean-menu_stacks_in_2383 .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_2383 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul > div,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul > div a,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul ul,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_2383.cm-full-menu,
#clean-menu_stacks_in_2383 .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_2383.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_2383.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_2383.cm-full-menu.clean-menu-active {
  height: auto;
}

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



#clean-menu-full_stacks_in_2383.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_2383 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_2383.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_2383 {
  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_2383 > div {
  align-self: center;
}
#clean-menu_stacks_in_2383 .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_2383 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_2383 .clean-menu-logo {
  max-width: 200px;
  min-width: 200px;
  margin: 0;
}
#clean-menu_stacks_in_2383 .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_2383 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_2383.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_2383 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_2383 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_2383.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_2383 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_2383 .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_2383 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_2383.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_2383 .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_2383.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a {
  font-family: Josefin Sans;
}
#clean-menu-full_stacks_in_2383.cm-full-menu > ul > li > a {
  
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2383 .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_2383.cm-full-menu ul li > a,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_2383 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_2383.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_2383 li > a svg,
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_2383 .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_2383 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a:hover svg {
  fill: rgba(150, 186, 199, 1.00);
}
#clean-menu_stacks_in_2383 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_2383 .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_2383 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(234, 249, 236, 1.00);
}
#clean-menu_stacks_in_2383 .cm-toggle span {
  background: #FFFFFF;
}
#clean-menu_stacks_in_2383 h1, #clean-menu_stacks_in_2383 h2, #clean-menu_stacks_in_2383 h3, #clean-menu_stacks_in_2383 h4, #clean-menu_stacks_in_2383 h5, #clean-menu_stacks_in_2383 h6, #clean-menu_stacks_in_2383 .layouts-text, #clean-menu_stacks_in_2383 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_2383.cm-full-menu,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul {
  background: rgba(35, 54, 60, 1.00);
}
#clean-menu-full_stacks_in_2383.cm-full-menu > ul > li,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_2383.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_2383.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_2383.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_2383 .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_2383.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_2383.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_2383 .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_2383.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_2383 .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_2383 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(240, 242, 241, 1.00);
}
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(150, 186, 199, 1.00);
}
/* #clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(240, 242, 241, 1.00);
} */
#clean-menu_stacks_in_2383 .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_2383 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_2383.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_2383 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_2383 .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_2383 .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_2383 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_2383 .clean-menu-logo {
  width: auto;
  max-width: 9999px;
}
#clean-menu_stacks_in_2383 .clean-menu-logo .cm-logo-wrap {
  max-width: 200px;
  margin-right: 5px;
  width: 100%;
}
div[tag="slice"] > .mez > #stacks_in_2383.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}



#clean-menu_stacks_in_2383 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_2383 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_2383 .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_2383 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_2383 .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_2383 .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_2383 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.00);
}
#clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.00);
}
/* #clean-menu_stacks_in_2383 .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_2383 .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_2383 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_2383.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(15, 37, 54, 0.00);
}
.cm-sticky-wrap_stacks_in_2383.cm-sticky > #clean-menu-full_stacks_in_2383.cm-full-menu {
  z-index: 99999;
}
.cm-sticky-wrap_stacks_in_2383.cm-sticky #clean-menu_stacks_in_2383.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_2383.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2383 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_2383 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_2383 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_2383 .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_2383.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_2383 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_2383 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_2383 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_2383 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_2383 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu_stacks_in_2383 .clean-menu-full .cm-menu-toggle {
    float: right;
  }
  
  #clean-menu-full_stacks_in_2383.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_2383.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_2383.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_2383.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






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

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









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

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

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

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

/*  */

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

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

/*  */

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

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

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

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

.clean-menu-top-level #cta_stacks_in_2388.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_2388.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_2388.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_2388.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2388.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_2388.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_2388) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_2388.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_2388.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_2388.clean-menu-cta.clean-menu-cta-style a:hover {

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



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

.clean-menu-top-level #cta_stacks_in_2391.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_2391.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_2391.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_2391.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2391.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_2391.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_2391) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_2391.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_2391.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_2391.clean-menu-cta.clean-menu-cta-style a:hover {

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



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

.clean-menu-top-level #cta_stacks_in_2393.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_2393.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_2393.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_2393.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2393.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_2393.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_2393) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_2393.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_2393.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_2393.clean-menu-cta.clean-menu-cta-style a:hover {

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



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

.clean-menu-top-level #cta_stacks_in_2395.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_2395.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_2395.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_2395.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2395.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_2395.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_2395) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_2395.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_2395.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_2395.clean-menu-cta.clean-menu-cta-style a:hover {

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



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

.clean-menu-top-level #cta_stacks_in_2397.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_2397.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_2397.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_2397.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2397.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_2397.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_2397) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_2397.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_2397.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_2397.clean-menu-cta.clean-menu-cta-style a:hover {

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



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

.clean-menu-top-level #cta_stacks_in_2399.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_2399.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(239, 237, 226, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_2399.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_2399.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_2399.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_2399.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_2399) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(239, 237, 226, 1.00);
}
.cm-full-menu #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_2399.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_2399.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_2399.clean-menu-cta.clean-menu-cta-style a:hover {

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



#stacks_in_2400 {
	font-size: 85%;
	font-weight: bold;
}
#stacks_in_2334.vast_video_wrapper,
#stacks_in_2334.vast_video_wrapper strong,
#stacks_in_2334.vast_video_wrapper b,
#stacks_in_2334.vast_video_wrapper h1,
#stacks_in_2334.vast_video_wrapper h2,
#stacks_in_2334.vast_video_wrapper h3,
#stacks_in_2334.vast_video_wrapper h4,
#stacks_in_2334.vast_video_wrapper h5,
#stacks_in_2334.vast_video_wrapper h6{
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_2334 .vast_video_player,
#stacks_in_2334.vast_video_wrapper .vast_video_background {
	filter: blur(0px);
}
#stacks_in_2334 .vast_video_tint,
#stacks_in_2334 .vast_video_player,
#stacks_in_2334.vast_video_wrapper,
#stacks_in_2334.vast_video_wrapper:before{
  border-radius: 0px;
}
#stacks_in_2334.vast_video_wrapper a{
	color: rgba(52, 188, 255, 1.00);
}
#stacks_in_2334.vast_video_wrapper a:hover{
	color: rgba(95, 211, 255, 1.00);
}

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

#stacks_in_2334 .vast_video_slice{
  
	min-height: 70vh;
  
	max-width: 2200px;
}
#stacks_in_2334 .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 */


	#stacks_in_2334 .vast_video_slice > div{ align-self: flex-start; }


/* Align Middle */



/* Align Bottom */

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_2448.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(13, 39, 47, 1.00) 0%,rgba(13, 39, 47, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(13, 39, 47, 1.00) 0%,rgba(13, 39, 47, 1.00) 95%);
	

	
}



/* Depth Content */

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

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





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

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

#stacks_in_2467 .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_2467 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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

#stacks_in_2467 p.super_heading{
	color: rgba(239, 237, 226, 0.49);
	font-size: 20px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	
	
	float: none;}

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_2467 .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_2467 .content_in p.main_content{
	display: block;
	color: rgba(8, 28, 42, 0.98);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	 display: none; }

#stacks_in_2467 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 2% 3.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(27, 40, 46, 1.00);
	background: rgba(122, 192, 198, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2467 .content_in a.depth_button{
		padding: 2% 4%;
	}
}
#stacks_in_2467 .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_2467 .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_2467 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

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

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

#stacks_in_2467 hr.hr_bottom_content{
	display: inline-block;
	height: 1px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2163 {
	background-color: rgba(35, 54, 60, 1.00);
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.8 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_1770-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_1770-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_1770-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_1770-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(17, 17, 17, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_1770-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_1770-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_1770-sf,
#stacks_in_1770-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_1770-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_1770-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_1770-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_1770-sf .loaded .flex-viewport,
#stacks_in_1770-sf .slider,
#stacks_in_1770-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_1770-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_1770-sf{min-height: 70px;}

#stacks_in_1770-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_1770-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(25, 165, 223, 1.00);
	border-top-color: rgba(25, 165, 223, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_1770-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_1770-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_1770-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_1770-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_1770-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_1770-sf .sf-flexslider .slides > li,
#stacks_in_1770-sf .sf-flexslider .carousel > li,
#stacks_in_1770-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_1770-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_1770-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_1770-sf .sf-flexslider .slides > li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_1770-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_1770-sf .sf-flexslider .slides > li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_1770-sf .sf-flexslider .slides > li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_1770-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_1770-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_1770-sf .sf-flexslider .slides > li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_1770-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_1770-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_1770-sf .sf-flexslider .slides > li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_1770-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_1770-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_1770-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_1770-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_1770-sf .sf-flexslider .slides > li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_1770-sf li.hero h2,
#stacks_in_1770-sf li.hero p,
#stacks_in_1770-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_1770-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_1770-sf li.hero:not(.flex-active-slide) p,
#stacks_in_1770-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_1770-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_1770-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_1770-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_1770-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_1770-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 800ms;
	transition: opacity 300ms 800ms;
}
#stacks_in_1770-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_1770-sf .flex-active-slide .caption-wrap,
#stacks_in_1770-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_1770-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_1770-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_1770-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_1770-sf .caption-wrap{
	-webkit-transition: opacity .3s 800ms;
	transition: opacity .3s 800ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_1770-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 803ms;
	transition: opacity .5s 80300ms;

	-webkit-transition: opacity .5s 3800ms;
	transition: opacity .5s 3800ms;
}
#stacks_in_1770-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_1770-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_1770-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_1770-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_1770-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_1770-sf .slider .flex-direction-nav .flex-next,
#stacks_in_1770-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_1770-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_1770-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_1770-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_1770-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_1770-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_1770-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_1770-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_1770-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_1770-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_1770-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_1770-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_1770-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_1770-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_1770-sf .flex-direction-nav a:before {display: none;}

#stacks_in_1770-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_1770-sf .sf-control:before,
#stacks_in_1770-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_1770-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_1770-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(8, 211, 253, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_1770-sf .flex-direction-nav{
		opacity: 0;
	}
}

@media only screen and (max-width: 400px) {
	#stacks_in_1770-sf.iframe .flex-direction-nav{display: block;}
}
@media only screen and (max-width: 400px) {
	#stacks_in_1770-sf.iframe .sf-flexslider .flex-direction-nav .flex-prev,
	#stacks_in_1770-sf.iframe .sf-flexslider .flex-direction-nav .flex-next{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/* Thumbnails */

#stacks_in_1770-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_1770-sf .carousel{
		display: none;
	}
}
#stacks_in_1770-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_1770-sf .carousel .slides li{
	width: 70px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
#stacks_in_1770-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_1770-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_1770-sf .carousel .slides li:hover,
#stacks_in_1770-sf .carousel .slides li.flex-active-slide,
#stacks_in_1770-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_1770-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_1770-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_1770-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_1770-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_1770-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_1770-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(8, 211, 253, 1.00); }



/* Edit  */

#stacks_in_1770-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_1770-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}

/*
1.0.0.1
- fixes z-index overflow bug
*/
#stacks_in_2142 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_2142 .overlap-wrap {
  width: 100%;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 1100px;
  transform-origin: top left;
  
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_2142 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_2142 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 10%;
  left: 50%;
  z-index: 1;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_2142 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_2143.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%);
	

	
}




.element_stacks_in_2144[data-deluxe-el] {
  
  background-color : rgba(35, 54, 60, 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: 30px 0px 30px 0px;
}
.element_stacks_in_2144[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_2146 .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_2146 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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


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


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

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

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

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

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

#stacks_in_2146 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: 1100px;
}
#stacks_in_1688 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_1688 .depth_limit_padding {
		padding: 0px 0px 50px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_1688.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%);
	

	
}



/* Depth Content */

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

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





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

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

#stacks_in_1689 .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_1689 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1689 .heading_out h2{
	font-size: 40px;
	line-height: 40px;
	color: rgba(8, 28, 42, 0.98);
	font-weight: 500;
	
	
	 display: none; 
	
	 text-align: center !important; 
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_1689 .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_1689 .content_in p.main_content{
	display: block;
	color: rgba(10, 25, 29, 1.00);
	font-size: 1.15em;
	line-height: 1.70;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	
	
	 display: none; }

#stacks_in_1689 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 2% 3.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(27, 40, 46, 1.00);
	background: rgba(122, 192, 198, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1689 .content_in a.depth_button{
		padding: 2% 4%;
	}
}
#stacks_in_1689 .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_1689 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 17px;
	color: rgba(10, 25, 29, 1.00);
	top: 10px;
	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_1689 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1689 hr.hr_bottom_content{
	display: inline-block;
	height: 1px;
	width: 20%;
	background: rgba(46, 46, 46, 0.40);
	margin-top: 0px;}/*
 * 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_2187 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_2187 .theDivider1,
#simpleDivider_stacks_in_2187 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2187 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2187.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_2187.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2187 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2187.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2187.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2187.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2187.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Limit */

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

/* Depth Limit Gradient*/

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

	
}



/* Depth Content */

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

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





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

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

#stacks_in_1826 .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_1826 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_1826 .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_1826 .content_in p.main_content{
	display: block;
	color: rgba(8, 28, 42, 0.98);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	
	
	 display: none; }

#stacks_in_1826 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 2% 3.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(27, 40, 46, 1.00);
	background: rgba(122, 192, 198, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1826 .content_in a.depth_button{
		padding: 2% 4%;
	}
}
#stacks_in_1826 .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_1826 .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_1826 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

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

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

#stacks_in_1826 hr.hr_bottom_content{
	display: inline-block;
	height: 1px;
	width: 20%;
	background: rgba(108, 134, 144, 1.00);
	margin-top: 15px;}
#stacks_in_1843 {
	background-color: rgba(150, 186, 199, 1.00);
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.8 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_1834-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_1834-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_1834-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_1834-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(17, 17, 17, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_1834-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_1834-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_1834-sf,
#stacks_in_1834-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_1834-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_1834-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_1834-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_1834-sf .loaded .flex-viewport,
#stacks_in_1834-sf .slider,
#stacks_in_1834-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_1834-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_1834-sf{min-height: 70px;}

#stacks_in_1834-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_1834-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(25, 165, 223, 1.00);
	border-top-color: rgba(25, 165, 223, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_1834-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_1834-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_1834-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_1834-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_1834-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_1834-sf .sf-flexslider .slides > li,
#stacks_in_1834-sf .sf-flexslider .carousel > li,
#stacks_in_1834-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_1834-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_1834-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_1834-sf .sf-flexslider .slides > li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_1834-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_1834-sf .sf-flexslider .slides > li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_1834-sf .sf-flexslider .slides > li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_1834-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_1834-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_1834-sf .sf-flexslider .slides > li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_1834-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_1834-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_1834-sf .sf-flexslider .slides > li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_1834-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_1834-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_1834-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_1834-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_1834-sf .sf-flexslider .slides > li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_1834-sf li.hero h2,
#stacks_in_1834-sf li.hero p,
#stacks_in_1834-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_1834-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_1834-sf li.hero:not(.flex-active-slide) p,
#stacks_in_1834-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_1834-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_1834-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_1834-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_1834-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_1834-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 800ms;
	transition: opacity 300ms 800ms;
}
#stacks_in_1834-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_1834-sf .flex-active-slide .caption-wrap,
#stacks_in_1834-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_1834-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_1834-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_1834-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_1834-sf .caption-wrap{
	-webkit-transition: opacity .3s 800ms;
	transition: opacity .3s 800ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_1834-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 803ms;
	transition: opacity .5s 80300ms;

	-webkit-transition: opacity .5s 3800ms;
	transition: opacity .5s 3800ms;
}
#stacks_in_1834-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_1834-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_1834-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_1834-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_1834-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_1834-sf .slider .flex-direction-nav .flex-next,
#stacks_in_1834-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_1834-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_1834-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_1834-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_1834-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_1834-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_1834-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_1834-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_1834-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_1834-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_1834-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_1834-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_1834-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_1834-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_1834-sf .flex-direction-nav a:before {display: none;}

#stacks_in_1834-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_1834-sf .sf-control:before,
#stacks_in_1834-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_1834-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_1834-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(8, 211, 253, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_1834-sf .flex-direction-nav{
		opacity: 0;
	}
}

@media only screen and (max-width: 400px) {
	#stacks_in_1834-sf.iframe .flex-direction-nav{display: block;}
}
@media only screen and (max-width: 400px) {
	#stacks_in_1834-sf.iframe .sf-flexslider .flex-direction-nav .flex-prev,
	#stacks_in_1834-sf.iframe .sf-flexslider .flex-direction-nav .flex-next{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/* Thumbnails */

#stacks_in_1834-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_1834-sf .carousel{
		display: none;
	}
}
#stacks_in_1834-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_1834-sf .carousel .slides li{
	width: 70px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
#stacks_in_1834-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_1834-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_1834-sf .carousel .slides li:hover,
#stacks_in_1834-sf .carousel .slides li.flex-active-slide,
#stacks_in_1834-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_1834-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_1834-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_1834-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_1834-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_1834-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_1834-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(8, 211, 253, 1.00); }



/* Edit  */

#stacks_in_1834-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_1834-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}

/*
1.0.0.1
- fixes z-index overflow bug
*/
#stacks_in_2165 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_2165 .overlap-wrap {
  width: 100%;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 1100px;
  transform-origin: top left;
  
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_2165 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_2165 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 10%;
  left: 50%;
  z-index: 1;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_2165 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_2166.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%);
	

	
}




.element_stacks_in_2167[data-deluxe-el] {
  
  background-color : rgba(116, 144, 155, 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: 30px 0px 30px 0px;
}
.element_stacks_in_2167[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_2169 .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_2169 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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


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


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

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

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

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

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

#stacks_in_2169 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_2200 .depth_limit {
	max-width: 1100px;
}
#stacks_in_2200 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_2200 .depth_limit_padding {
		padding: 0px 0px 50px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_2200.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%);
	

	
}



/* Depth Content */

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

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





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

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

#stacks_in_2201 .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_2201 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_2201 .heading_out h2{
	font-size: 40px;
	line-height: 40px;
	color: rgba(8, 28, 42, 0.98);
	font-weight: 500;
	
	
	 display: none; 
	
	 text-align: center !important; 
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_2201 .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_2201 .content_in p.main_content{
	display: block;
	color: rgba(10, 25, 29, 1.00);
	font-size: 1.15em;
	line-height: 1.70;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	
	
	 display: none; }

#stacks_in_2201 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 2% 3.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(27, 40, 46, 1.00);
	background: rgba(122, 192, 198, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2201 .content_in a.depth_button{
		padding: 2% 4%;
	}
}
#stacks_in_2201 .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_2201 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 17px;
	color: rgba(10, 25, 29, 1.00);
	top: 10px;
	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_2201 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_2201 hr.hr_bottom_content{
	display: inline-block;
	height: 1px;
	width: 20%;
	background: rgba(46, 46, 46, 0.40);
	margin-top: 0px;}/*
 * 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_2205 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_2205 .theDivider1,
#simpleDivider_stacks_in_2205 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2205 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2205.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_2205.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2205 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2205.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2205.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2205.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2205.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_1591.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(13, 39, 47, 1.00) 0%,rgba(39, 62, 70, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(13, 39, 47, 1.00) 0%,rgba(39, 62, 70, 1.00) 95%);
	

	
}



/* Depth Content */

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

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





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

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

#stacks_in_2218 .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_2218 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_2218 .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_2218 .content_in p.main_content{
	display: block;
	color: rgba(8, 28, 42, 0.98);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	
	
	 display: none; }

#stacks_in_2218 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 2% 3.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(27, 40, 46, 1.00);
	background: rgba(122, 192, 198, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2218 .content_in a.depth_button{
		padding: 2% 4%;
	}
}
#stacks_in_2218 .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_2218 .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_2218 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

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

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

#stacks_in_2218 hr.hr_bottom_content{
	display: inline-block;
	height: 1px;
	width: 20%;
	background: rgba(108, 134, 144, 1.00);
	margin-top: 15px;}body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden!important;
}

html {
	-webkit-text-size-adjust:none!important;
}

.animatedstacks_in_2263{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:3s;-moz-animation-duration:3s;-ms-animation-duration:3s;-o-animation-duration:3s;animation-duration:3s;}.animated.hinge{-webkit-animation-duration:3s;-moz-animation-duration:3s;-ms-animation-duration:3s;-o-animation-duration:3s;animation-duration:3s;}@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
}

.delaystacks_in_2263{-webkit-animation-delay:0s;-moz-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s;}.delay.hinge{-webkit-animation-delay:0s;-moz-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s;}@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes slideOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes slideOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes slideOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}
/* -- Start Svg Each css Template -- */


#stacks_in_2207 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_2207svgwrapper{
	position: relative;
}



#stacks_in_2207 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_2207 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_2207 {
			text-align: center !important;
		}
	}






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

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

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





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

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

#stacks_in_2211 .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_2211 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_2211 .heading_out h2{
	font-size: 40px;
	line-height: 40px;
	color: rgba(8, 28, 42, 0.98);
	font-weight: 500;
	
	
	 display: none; 
	
	 text-align: center !important; 
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_2211 .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_2211 .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: 4%;
	
	
	}

#stacks_in_2211 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 2% 3.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(27, 40, 46, 1.00);
	background: rgba(122, 192, 198, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2211 .content_in a.depth_button{
		padding: 2% 4%;
	}
}
#stacks_in_2211 .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_2211 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 17px;
	color: rgba(239, 237, 226, 1.00);
	top: 10px;
	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_2211 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_2211 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(239, 237, 226, 1.00);
	margin-top: 0px;}
#stacks_in_2198 {
	background-color: rgba(239, 237, 226, 1.00);
}
/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_1695.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_1696 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_1696 .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_1696 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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


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


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

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_1696 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_1699 .depth_limit {
	max-width: 1100px;
}
#stacks_in_1699 .depth_limit_padding {
	padding: 0px 20px 0px 20px;
}
@media screen and (min-width: 770px){
	#stacks_in_1699 .depth_limit_padding {
		padding: 0px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_1699.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_1700:1fr 1fr 1fr;
}
#multi_columns_stacks_in_1700 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_1700);
  grid-gap: 24px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_1700 + .deluxe-columns {
  margin-top: 24px;
}
#multi_columns_stacks_in_1700 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_1700 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



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

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


.element_stacks_in_1726[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_1726[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_1728 .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_1728 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1728 .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_1728 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_1728 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_1728 .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_1728 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1728 .depth_tint,
	#stacks_in_1728 .content_tint{ background: none !important; }
	#stacks_in_1728 .heading_out h2,
	#stacks_in_1728 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1728 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2252 {
	-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_1734 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_1734 .overlap-wrap {
  width: 100%;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_1734 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_1734 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_1734 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}


.element_stacks_in_1714[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_1714[data-deluxe-el] > div {

}

/* Depth Content */

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

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


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




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

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

#stacks_in_1716 .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_1716 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1716 .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_1716 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_1716 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_1716 .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_1716 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1716 .depth_tint,
	#stacks_in_1716 .content_tint{ background: none !important; }
	#stacks_in_1716 .heading_out h2,
	#stacks_in_1716 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1716 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2253 {
	-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_1720 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_1720 .overlap-wrap {
  width: 100%;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_1720 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_1720 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_1720 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}


.element_stacks_in_1702[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_1702[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_1704 .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_1704 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1704 .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_1704 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_1704 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_1704 .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_1704 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1704 .depth_tint,
	#stacks_in_1704 .content_tint{ background: none !important; }
	#stacks_in_1704 .heading_out h2,
	#stacks_in_1704 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1704 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2256 {
	-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_1708 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_1708 .overlap-wrap {
  width: 100%;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_1708 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_1708 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_1708 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_1708 .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_1739 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_1739 .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_1739 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1739 .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_1739 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_1739 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_1739 .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_1739 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1739 .depth_tint,
	#stacks_in_1739 .content_tint{ background: none !important; }
	#stacks_in_1739 .heading_out h2,
	#stacks_in_1739 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1739 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_2078 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_2078 .theDivider1,
#simpleDivider_stacks_in_2078 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2078 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2078.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_2078.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2078 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2078.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2078.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2078.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2078.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_1986.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_2269 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_2269 .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_2269 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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


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


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

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2269 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_1905 .depth_limit {
	max-width: 1100px;
}
#stacks_in_1905 .depth_limit_padding {
	padding: 0px 20px 0px 20px;
}
@media screen and (min-width: 770px){
	#stacks_in_1905 .depth_limit_padding {
		padding: 0px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_1905.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_1947:1fr 1fr 1fr;
}
#multi_columns_stacks_in_1947 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_1947);
  grid-gap: 24px;
  
  
  
  
  
  
}
#multi_columns_stacks_in_1947 + .deluxe-columns {
  margin-top: 24px;
}
#multi_columns_stacks_in_1947 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_1947 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}

#multi_columns_stacks_in_1947 > div {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
}
#multi_columns_stacks_in_1947 > div > div:only-child {
  height: 100%;
}



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

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


.element_stacks_in_1972[data-deluxe-el] {
  
  background-color : rgba(196, 217, 185, 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_1972[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_1974 .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_1974 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1974 .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_1974 p.super_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1974 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_1974 .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_1974 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1974 .depth_tint,
	#stacks_in_1974 .content_tint{ background: none !important; }
	#stacks_in_1974 .heading_out h2,
	#stacks_in_1974 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

#stacks_in_1974 .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_1974 .content_in p.main_content{
	display: block;
	color: rgba(35, 54, 60, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1974 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2246 {
	-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_1978 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_1978 .overlap-wrap {
  width: 100%;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_1978 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_1978 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_1978 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}


.element_stacks_in_1960[data-deluxe-el] {
  
  background-color : rgba(196, 217, 185, 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_1960[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_1962 .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_1962 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1962 .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_1962 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_1962 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_1962 .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_1962 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1962 .depth_tint,
	#stacks_in_1962 .content_tint{ background: none !important; }
	#stacks_in_1962 .heading_out h2,
	#stacks_in_1962 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

#stacks_in_1962 .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_1962 .content_in p.main_content{
	display: block;
	color: rgba(35, 54, 60, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1962 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2248 {
	-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_1966 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_1966 .overlap-wrap {
  width: 100%;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_1966 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_1966 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_1966 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}


.element_stacks_in_1948[data-deluxe-el] {
  
  background-color : rgba(196, 217, 185, 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_1948[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_1950 .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_1950 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1950 .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_1950 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_1950 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_1950 .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_1950 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1950 .depth_tint,
	#stacks_in_1950 .content_tint{ background: none !important; }
	#stacks_in_1950 .heading_out h2,
	#stacks_in_1950 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

#stacks_in_1950 .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_1950 .content_in p.main_content{
	display: block;
	color: rgba(35, 54, 60, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1950 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2250 {
	-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_1954 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_1954 .overlap-wrap {
  width: 100%;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_1954 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_1954 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_1954 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_1954 .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_1945 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_1945 .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_1945 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_1945 .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_1945 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_1945 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_1945 .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_1945 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1945 .depth_tint,
	#stacks_in_1945 .content_tint{ background: none !important; }
	#stacks_in_1945 .heading_out h2,
	#stacks_in_1945 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_1945 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_2079 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_2079 .theDivider1,
#simpleDivider_stacks_in_2079 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2079 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2079.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_2079.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2079 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2079.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2079.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2079.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2079.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_2029.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_2285 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_2285 .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_2285 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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


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


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

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_2285 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_2036 .depth_limit {
	max-width: 1100px;
}
#stacks_in_2036 .depth_limit_padding {
	padding: 0px 20px 0px 20px;
}
@media screen and (min-width: 770px){
	#stacks_in_2036 .depth_limit_padding {
		padding: 0px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_2036.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_2037:1fr 1fr 1fr;
}
#multi_columns_stacks_in_2037 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_2037);
  grid-gap: 24px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_2037 + .deluxe-columns {
  margin-top: 24px;
}
#multi_columns_stacks_in_2037 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_2037 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



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

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


.element_stacks_in_2063[data-deluxe-el] {
  
  background-color : rgba(196, 196, 218, 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_2063[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_2065 .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_2065 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_2065 .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_2065 p.super_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_2065 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_2065 .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_2065 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_2065 .depth_tint,
	#stacks_in_2065 .content_tint{ background: none !important; }
	#stacks_in_2065 .heading_out h2,
	#stacks_in_2065 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

#stacks_in_2065 .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_2065 .content_in p.main_content{
	display: block;
	color: rgba(35, 54, 60, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_2065 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2240 {
	-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_2071 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_2071 .overlap-wrap {
  width: 100%;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_2071 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_2071 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_2071 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}


.element_stacks_in_2051[data-deluxe-el] {
  
  background-color : rgba(196, 196, 218, 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_2051[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_2053 .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_2053 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_2053 .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_2053 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_2053 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_2053 .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_2053 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_2053 .depth_tint,
	#stacks_in_2053 .content_tint{ background: none !important; }
	#stacks_in_2053 .heading_out h2,
	#stacks_in_2053 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

#stacks_in_2053 .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_2053 .content_in p.main_content{
	display: block;
	color: rgba(35, 54, 60, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_2053 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2242 {
	-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_2057 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_2057 .overlap-wrap {
  width: 100%;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_2057 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_2057 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_2057 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}


.element_stacks_in_2039[data-deluxe-el] {
  
  background-color : rgba(196, 196, 218, 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_2039[data-deluxe-el] > div {

}

/* Depth Content */

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

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





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

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

#stacks_in_2041 .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_2041 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_2041 .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_2041 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_2041 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_2041 .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_2041 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_2041 .depth_tint,
	#stacks_in_2041 .content_tint{ background: none !important; }
	#stacks_in_2041 .heading_out h2,
	#stacks_in_2041 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

#stacks_in_2041 .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_2041 .content_in p.main_content{
	display: block;
	color: rgba(35, 54, 60, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_2041 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_2244 {
	-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_2045 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_2045 .overlap-wrap {
  width: 100%;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 640px;
  transform-origin: top left;
  
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 50%;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_2045 .overlap-canvas.overlap-canvas-on {
  z-index: 10;
}
#stacks_in_2045 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(-20deg);
  top: 100%;
  left: 40%;
  z-index: 6;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_2045 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_2045 .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_2076 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_2076 .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_2076 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_2076 .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_2076 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_2076 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_2076 .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_2076 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_2076 .depth_tint,
	#stacks_in_2076 .content_tint{ background: none !important; }
	#stacks_in_2076 .heading_out h2,
	#stacks_in_2076 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


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

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

	 
	margin-right: -660px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_2076 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_2080 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_2080 .theDivider1,
#simpleDivider_stacks_in_2080 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2080 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2080.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_2080.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2080 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2080.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2080.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2080.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2080.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_2258.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_2258 .s3_row .content_out{
		display: inline-block !important;
	}
}
#stacks_in_2258 .s3_row,
#stacks_in_2258 .s3_column,
#stacks_in_2258 .s3_row .depth_out,
#stacks_in_2258 .s3_row .depth_out > div,
#stacks_in_2258 .s3_row .depth_wrapper,
#stacks_in_2258 .s3_row .depth_image *{
	flex: 0 1 auto;
	display: block !important;
}

#stacks_in_2258 .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_2259 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_2259 .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_2259 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

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


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


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

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

	 
	margin-right: -580px; 
	

	

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

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




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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

/* Depth Limit Gradient*/

#stacks_in_2222.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_2227 .content_flex{
		min-height: 0px;
	}
}

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




	#stacks_in_2227{margin-bottom: 0;}


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

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

#stacks_in_2227 .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_2227 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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

#stacks_in_2227 .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_2227 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_2227 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_2227 .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_2227 .content_out{
		padding: 0% 0px 0% 0px;
		margin: 0 0%;}
	#stacks_in_2227 .heading_out h2{
		font-size: 18px;
		line-height: 22px;
	}
}


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


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

#stacks_in_2227 .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_2227 .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_2227 .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_2227 .content_in a.depth_button{
		padding: 0% 0%;
	}
}
#stacks_in_2227 .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_2227 .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_2227 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -500px; 
	

	margin-right:0;

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







#stacks_in_2227 .depth_aside_padding > div{max-width:700px;}

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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