/* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- *//* Depth Base */

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

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



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

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



.depth_out img{max-width: 100%}

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

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

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

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


.content_flex {position: static;}

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

/* Edit Mode */


/* Animations */


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

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


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

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

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


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

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

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

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


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


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

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

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





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

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

#stacks_in_23880 .depth_image{

	background-size: cover;
	

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

	

	
	

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


@media all and (-webkit-min-device-pixel-ratio : 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {
 
  #stacks_in_23880 .depth_image{ background-image: url(../files/banner_bg_image_2x-23880.jpg);}
}




#stacks_in_23880 .depth_tint{ background: rgba(0, 0, 0, 1.00); }

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

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



/* Heading */

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

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

#stacks_in_23880 .heading_out h2{
	font-size: 60px;
	line-height: 62px;
	color: rgba(224, 27, 156, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -3px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23880 p.super_heading{
	color: rgba(249, 247, 250, 1.00);
	font-size: 19px;
	letter-spacing: 0px;
	margin: 0px 0 0px;
	 font-weight: bolder; 
	
	
	 text-transform: uppercase;
	float: none;}

#stacks_in_23880 p.sub_heading{
	color: rgba(224, 27, 156, 1.00);
	font-size: 60px;
	letter-spacing: -4px;
	margin: 5px 0 0px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

#stacks_in_23880 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.40em;
	line-height: 1.20;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	 font-weight: bolder; 
	
	}

#stacks_in_23880 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 18px;
	padding: 2% 3.000000%;
	border-radius: 5px;
	box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 1.00);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(224, 27, 156, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_23880 .content_in a.depth_button{
		padding: 2% 4%;
	}
}
#stacks_in_23880 .content_in a.depth_button:hover{
	color: rgba(204, 204, 204, 1.00);
	background: rgba(230, 230, 230, 0.38);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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




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

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

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

/* Layer Top */






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




/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

/* Depth Limit Gradient*/

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

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




	#stacks_in_23771{margin-bottom: 0;}


#stacks_in_23771.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(192, 186, 178, 1.00);}
#stacks_in_23771.depth_out a{
	color: rgba(75, 31, 128, 1.00);}

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

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

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

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

#stacks_in_23771 .heading_out h2{
	font-size: 32px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_23771 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_23771 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(224, 27, 156, 1.00);
	display: inline-block;}

#stacks_in_23771 hr.hr_bottom_header{
	height: 4px;
	width: 40%;
	background: rgba(224, 27, 156, 1.00);
	display: inline-block;}

#stacks_in_23771 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23885 {
	padding: 10px 10px 30px 10px;
}
#stacks_in_23887 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23887 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23887 #jwresp_col2_stacks_in_23887{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23887 #jwresp_col1_stacks_in_23887,#stacks_in_23887 #jwresp_col2_stacks_in_23887{width:100%;float:none;display:block}#stacks_in_23887 #jwresp_col1_stacks_in_23887{margin-bottom:15px}}

#stacks_in_23887 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23888{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23888swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23888swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23888swell{
		max-width: 800px;
	}
	.stacks_in_23888swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23888swell-with-zoom .mfp-container,.stacks_in_23888swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23888swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23888swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23888swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23888swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23888 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23888 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23888 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23888 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23888 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23888 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23888 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23888 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23888 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23888 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23888 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23888 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23894{margin-bottom: 0;}


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

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

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

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

#stacks_in_23894 .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_23894 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23894 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23894 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23894 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23894 .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_23894 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23894 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23894 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23896 {
	padding:  20px;
}
#stacks_in_23902 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23902 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23902 #jwresp_col2_stacks_in_23902{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23902 #jwresp_col1_stacks_in_23902,#stacks_in_23902 #jwresp_col2_stacks_in_23902{width:100%;float:none;display:block}#stacks_in_23902 #jwresp_col1_stacks_in_23902{margin-bottom:15px}}

#stacks_in_23902 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23903{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23903swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23903swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23903swell{
		max-width: 800px;
	}
	.stacks_in_23903swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23903swell-with-zoom .mfp-container,.stacks_in_23903swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23903swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23903swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23903swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23903swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23903 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23903 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23903 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23903 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23903 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23903 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23903 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23903 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23903 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23903 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23903 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23903 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23906{margin-bottom: 0;}


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

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

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

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

#stacks_in_23906 .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_23906 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23906 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23906 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23906 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23906 .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_23906 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23906 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23906 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23908 {
	padding:  20px;
}
#stacks_in_23914 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23914 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23914 #jwresp_col2_stacks_in_23914{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23914 #jwresp_col1_stacks_in_23914,#stacks_in_23914 #jwresp_col2_stacks_in_23914{width:100%;float:none;display:block}#stacks_in_23914 #jwresp_col1_stacks_in_23914{margin-bottom:15px}}

#stacks_in_23914 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23915{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23915swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23915swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23915swell{
		max-width: 800px;
	}
	.stacks_in_23915swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23915swell-with-zoom .mfp-container,.stacks_in_23915swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23915swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23915swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23915swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23915swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23915 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23915 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23915 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23915 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23915 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23915 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23915 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23915 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23915 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23915 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23915 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23915 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23918{margin-bottom: 0;}


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

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

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

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

#stacks_in_23918 .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_23918 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23918 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23918 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23918 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23918 .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_23918 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23918 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23918 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23920 {
	padding:  20px;
}
#stacks_in_23926 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23926 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23926 #jwresp_col2_stacks_in_23926{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23926 #jwresp_col1_stacks_in_23926,#stacks_in_23926 #jwresp_col2_stacks_in_23926{width:100%;float:none;display:block}#stacks_in_23926 #jwresp_col1_stacks_in_23926{margin-bottom:15px}}

#stacks_in_23926 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23927{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23927swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23927swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23927swell{
		max-width: 800px;
	}
	.stacks_in_23927swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23927swell-with-zoom .mfp-container,.stacks_in_23927swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23927swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23927swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23927swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23927swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23927 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23927 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23927 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23927 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23927 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23927 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23927 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23927 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23927 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23927 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23927 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23927 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23930{margin-bottom: 0;}


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

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

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

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

#stacks_in_23930 .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_23930 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23930 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23930 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23930 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23930 .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_23930 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23930 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23930 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23932 {
	padding:  20px;
}
#stacks_in_23938 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23938 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23938 #jwresp_col2_stacks_in_23938{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23938 #jwresp_col1_stacks_in_23938,#stacks_in_23938 #jwresp_col2_stacks_in_23938{width:100%;float:none;display:block}#stacks_in_23938 #jwresp_col1_stacks_in_23938{margin-bottom:15px}}

#stacks_in_23938 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23939{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23939swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23939swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23939swell{
		max-width: 800px;
	}
	.stacks_in_23939swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23939swell-with-zoom .mfp-container,.stacks_in_23939swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23939swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23939swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23939swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23939swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23939 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23939 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23939 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23939 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23939 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23939 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23939 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23939 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23939 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23939 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23939 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23939 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23942{margin-bottom: 0;}


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

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

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

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

#stacks_in_23942 .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_23942 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23942 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23942 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23942 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23942 .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_23942 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23942 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23942 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23944 {
	padding:  20px;
}
#stacks_in_23950 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23950 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23950 #jwresp_col2_stacks_in_23950{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23950 #jwresp_col1_stacks_in_23950,#stacks_in_23950 #jwresp_col2_stacks_in_23950{width:100%;float:none;display:block}#stacks_in_23950 #jwresp_col1_stacks_in_23950{margin-bottom:15px}}

#stacks_in_23950 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23951{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23951swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23951swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23951swell{
		max-width: 800px;
	}
	.stacks_in_23951swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23951swell-with-zoom .mfp-container,.stacks_in_23951swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23951swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23951swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23951swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23951swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23951 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23951 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23951 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23951 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23951 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23951 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23951 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23951 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23951 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23951 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23951 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23951 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23954{margin-bottom: 0;}


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

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

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

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

#stacks_in_23954 .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_23954 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23954 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23954 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23954 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23954 .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_23954 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23954 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23954 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23956 {
	padding:  20px;
}
#stacks_in_23962 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23962 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23962 #jwresp_col2_stacks_in_23962{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23962 #jwresp_col1_stacks_in_23962,#stacks_in_23962 #jwresp_col2_stacks_in_23962{width:100%;float:none;display:block}#stacks_in_23962 #jwresp_col1_stacks_in_23962{margin-bottom:15px}}

#stacks_in_23962 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23963{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23963swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23963swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23963swell{
		max-width: 800px;
	}
	.stacks_in_23963swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23963swell-with-zoom .mfp-container,.stacks_in_23963swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23963swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23963swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23963swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23963swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23963 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23963 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23963 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23963 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23963 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23963 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23963 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23963 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23963 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23963 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23963 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23963 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23966{margin-bottom: 0;}


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

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

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

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

#stacks_in_23966 .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_23966 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23966 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23966 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23966 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23966 .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_23966 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23966 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23966 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23968 {
	padding:  20px;
}
#stacks_in_23974 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23974 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23974 #jwresp_col2_stacks_in_23974{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23974 #jwresp_col1_stacks_in_23974,#stacks_in_23974 #jwresp_col2_stacks_in_23974{width:100%;float:none;display:block}#stacks_in_23974 #jwresp_col1_stacks_in_23974{margin-bottom:15px}}

#stacks_in_23974 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23975{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23975swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23975swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23975swell{
		max-width: 800px;
	}
	.stacks_in_23975swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23975swell-with-zoom .mfp-container,.stacks_in_23975swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23975swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23975swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23975swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23975swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23975 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23975 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23975 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23975 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23975 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23975 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23975 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23975 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23975 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23975 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23975 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23975 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23978{margin-bottom: 0;}


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

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

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

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

#stacks_in_23978 .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_23978 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23978 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23978 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23978 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23978 .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_23978 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23978 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23978 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23980 {
	padding:  20px;
}
#stacks_in_23986 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_23986 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_23986 #jwresp_col2_stacks_in_23986{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_23986 #jwresp_col1_stacks_in_23986,#stacks_in_23986 #jwresp_col2_stacks_in_23986{width:100%;float:none;display:block}#stacks_in_23986 #jwresp_col1_stacks_in_23986{margin-bottom:15px}}

#stacks_in_23986 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_23987{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_23987swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_23987swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_23987swell{
		max-width: 800px;
	}
	.stacks_in_23987swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_23987swell-with-zoom .mfp-container,.stacks_in_23987swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_23987swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_23987swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_23987swell-with-zoom.mfp-removing .mfp-container,.stacks_in_23987swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_23987 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23987 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_23987 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_23987 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_23987 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_23987 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_23987 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_23987 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_23987 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_23987 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_23987 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_23987 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_23990{margin-bottom: 0;}


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

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

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

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

#stacks_in_23990 .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_23990 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_23990 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_23990 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_23990 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_23990 .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_23990 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_23990 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

#stacks_in_23990 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_23992 {
	padding:  20px;
}
#stacks_in_24010 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_24010 .jwresp_col{overflow:hidden;margin:0;width:44%; float:left;}#stacks_in_24010 #jwresp_col2_stacks_in_24010{ float:right; width:54%}@media screen and (max-width:1030px){#stacks_in_24010 #jwresp_col1_stacks_in_24010,#stacks_in_24010 #jwresp_col2_stacks_in_24010{width:100%;float:none;display:block}#stacks_in_24010 #jwresp_col1_stacks_in_24010{margin-bottom:15px}}

#stacks_in_24010 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_24011{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_24011swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_24011swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_24011swell{
		max-width: 800px;
	}
	.stacks_in_24011swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_24011swell-with-zoom .mfp-container,.stacks_in_24011swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_24011swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_24011swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_24011swell-with-zoom.mfp-removing .mfp-container,.stacks_in_24011swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_24011 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_24011 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_24011 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_24011 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_24011 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_24011 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_24011 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_24011 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_24011 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_24011 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_24011 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_24011 {
	padding:  20px;
}
/* Depth Content */

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

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




	#stacks_in_24014{margin-bottom: 0;}


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

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

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

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

#stacks_in_24014 .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_24014 .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 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_24014 .heading_out h2{
	font-size: 26px;
	line-height: 40px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	 text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_24014 p.super_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	 font-weight: bolder; 
	
	
	
	float: none;}

#stacks_in_24014 p.sub_heading{
	color: rgba(75, 31, 128, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_24014 .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_24014 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.40;
	margin-top: 3%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	 font-weight: bolder; 
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_24014 hr.hr_bottom_header{
	height: 5px;
	width: 40%;
	background: rgba(18, 151, 255, 1.00);
	display: inline-block;}

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