/* -- 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: 'Open Sans', sans-serif !important;
}
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_42734 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_42734 .depth_image{

	background-size: cover;
	

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

	

	
	

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


@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_42734 .depth_image{ background-image: url(../files/banner_bg_image_2x-42734.png);}
}




#stacks_in_42734 .depth_tint{ background: rgba(75, 31, 128, 0.00); }

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

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



/* Heading */

#stacks_in_42734 .heading_out{
	display: block;
	display: inline-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: 10px 20px 23px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

#stacks_in_42734 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 26px;
	letter-spacing: 0px;
	margin: 10px 0 -6px;
	
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_42734 .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_42734 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.05em;
	line-height: 1.40;
	margin-top: 21%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6%;
	
	
	 display: none; }

#stacks_in_42734 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 20px;
	padding: 0% 0.000000%;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.71);
	margin-bottom: 5%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 31, 128, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_42734 .content_in a.depth_button{
		padding: 0% 0%;
	}
}
#stacks_in_42734 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(64, 0, 128, 1.00);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1.00);}

#stacks_in_42734 .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(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42734 hr.hr_bottom_header{
	height: 3px;
	width: 33%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

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

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

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




	#stacks_in_42499{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42499 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_42499 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_42499 .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_42499 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42499 .depth_tint,
	#stacks_in_42499 .content_tint{ background: none !important; }
	#stacks_in_42499 .heading_out h2,
	#stacks_in_42499 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42499 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42499 hr.hr_bottom_header{
	height: 3px;
	width: 40%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

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

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

/* Depth Limit Gradient*/

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

	
}



/* Start Hunter 3 Navigation stack each CSS code */.stacks_in_42019clearer{	clear: both;	height: 0;	margin: 0;	padding: 0;}#stacks_in_42019 .hunterItemPad{	height: 20px !important;	margin: 0 !important;	padding: 0 !important;}/* Filter Bar Styling                      *//* ####################################### */#stacks_in_42019 .huntFilterbar{position: relative;display: block;margin-bottom: 30px;}#stacks_in_42019 .huntFilterbar span{	display: inline-block;}#stacks_in_42019 .huntFilterbar span a, #stacks_in_42019 .huntFilterbar span a:active, #stacks_in_42019 .huntFilterbar span a:visited{	display: inline-block;	color: #175790 !important;	text-decoration: none !important;	border-radius: 2px;	}#stacks_in_42019 .huntFilterbar span a:hover{	color: #FF0000 !important;	text-decoration: none !important;}#stacks_in_42019 .huntFilterbar span a.huntcurrent{	color: #FF0000 !important;}#stacks_in_42019 .huntFilterbar{padding: 0 12px 8px 12px;background: #4B1F80;border-radius: 4px;}#stacks_in_42019 .huntFilterbar span{	margin: 0 14px 0 0;}#stacks_in_42019 .huntFilterbar span a{	padding: 8px 20px 8px 20px;	margin: 8px 0 0 0;	font-size: 100% !important;	line-height: 100% !important;}#stacks_in_42019 .huntFilterbar span a.huntcurrent{	color: #FF0000 !important;	background: #F4F4F4;}#stacks_in_42019 .huntFilterbar span a, #stacks_in_42019 .huntFilterbar span a:active, #stacks_in_42019 .huntFilterbar span a:visited{	background: #FFFFFF;	border-radius: 4px;}#stacks_in_42019 .huntFilterbar span a:hover{	background: #F4F4F4;}/* End Hunter 3 Navigation stack each CSS code *//* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42025{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42025topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_6367 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_6367 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_6367 #jwresp_col2_stacks_in_6367{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_6367 #jwresp_col1_stacks_in_6367,#stacks_in_6367 #jwresp_col2_stacks_in_6367{width:100%;float:none;display:block}#stacks_in_6367 #jwresp_col1_stacks_in_6367{margin-bottom:15px}}

#stacks_in_6367 {
	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_42865{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42865swell-with-zoom .mfp-container,.stacks_in_42865swell-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_42865swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42865swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42865 .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_42865 .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_42865 .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_42865 .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_42865 .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_42865 .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_42865 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42865 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42865 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42865 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42865 .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_42865 {
	padding:  20px;
}

#stacks_in_42408 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42234buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42234 a, #stacks_in_42234 a:hover, #stacks_in_42234 a:visited, #stacks_in_42234 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42234button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42234button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42234 a, #stacks_in_42234 a:visited, #stacks_in_42234 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42234 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42234button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42234buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42234buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42234buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42234buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42234 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42572{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42572 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_42572 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_42572 .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_42572 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42572 .depth_tint,
	#stacks_in_42572 .content_tint{ background: none !important; }
	#stacks_in_42572 .heading_out h2,
	#stacks_in_42572 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42572 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42572 .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_42572 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42572 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42572 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_41976 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42028{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42028topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_6293 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_6293 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_6293 #jwresp_col2_stacks_in_6293{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_6293 #jwresp_col1_stacks_in_6293,#stacks_in_6293 #jwresp_col2_stacks_in_6293{width:100%;float:none;display:block}#stacks_in_6293 #jwresp_col1_stacks_in_6293{margin-bottom:15px}}

#stacks_in_6293 {
	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_42869{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42869swell-with-zoom .mfp-container,.stacks_in_42869swell-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_42869swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42869swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42869 .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_42869 .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_42869 .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_42869 .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_42869 .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_42869 .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_42869 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42869 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42869 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42869 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42869 .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_42869 {
	padding:  20px;
}

#stacks_in_42728 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42485buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42485 a, #stacks_in_42485 a:hover, #stacks_in_42485 a:visited, #stacks_in_42485 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42485button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42485button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42485 a, #stacks_in_42485 a:visited, #stacks_in_42485 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42485 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42485button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42485buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42485buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42485buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42485buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42485 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42577{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42577 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_42577 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_42577 .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_42577 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42577 .depth_tint,
	#stacks_in_42577 .content_tint{ background: none !important; }
	#stacks_in_42577 .heading_out h2,
	#stacks_in_42577 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42577 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42577 .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_42577 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42577 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42577 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_42646 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42472{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42472topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_42474 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_42474 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_42474 #jwresp_col2_stacks_in_42474{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_42474 #jwresp_col1_stacks_in_42474,#stacks_in_42474 #jwresp_col2_stacks_in_42474{width:100%;float:none;display:block}#stacks_in_42474 #jwresp_col1_stacks_in_42474{margin-bottom:15px}}

#stacks_in_42474 {
	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_42867{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42867swell-with-zoom .mfp-container,.stacks_in_42867swell-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_42867swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42867swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42867 .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_42867 .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_42867 .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_42867 .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_42867 .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_42867 .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_42867 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42867 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42867 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42867 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42867 .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_42867 {
	padding:  20px;
}

#stacks_in_42885 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42486buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42486 a, #stacks_in_42486 a:hover, #stacks_in_42486 a:visited, #stacks_in_42486 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42486button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42486button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42486 a, #stacks_in_42486 a:visited, #stacks_in_42486 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42486 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42486button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42486buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42486buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42486buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42486buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42486 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42579{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42579 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_42579 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_42579 .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_42579 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42579 .depth_tint,
	#stacks_in_42579 .content_tint{ background: none !important; }
	#stacks_in_42579 .heading_out h2,
	#stacks_in_42579 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42579 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42579 .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_42579 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42579 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42579 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_42648 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42037{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42037topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_9945 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9945 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_9945 #jwresp_col2_stacks_in_9945{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_9945 #jwresp_col1_stacks_in_9945,#stacks_in_9945 #jwresp_col2_stacks_in_9945{width:100%;float:none;display:block}#stacks_in_9945 #jwresp_col1_stacks_in_9945{margin-bottom:15px}}

#stacks_in_9945 {
	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_42871{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42871swell-with-zoom .mfp-container,.stacks_in_42871swell-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_42871swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42871swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42871 .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_42871 .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_42871 .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_42871 .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_42871 .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_42871 .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_42871 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42871 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42871 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42871 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42871 .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_42871 {
	padding:  20px;
}

#stacks_in_42380 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42487buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42487 a, #stacks_in_42487 a:hover, #stacks_in_42487 a:visited, #stacks_in_42487 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42487button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #400080 !important;
	border-color: #36006C !important;
	box-sizing: border-box !important;
}

.stacks_in_42487button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42487 a, #stacks_in_42487 a:visited, #stacks_in_42487 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42487 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42487button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42487buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42487buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42487buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42487buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42487 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42657{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42657 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_42657 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_42657 .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_42657 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42657 .depth_tint,
	#stacks_in_42657 .content_tint{ background: none !important; }
	#stacks_in_42657 .heading_out h2,
	#stacks_in_42657 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42657 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42657 .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_42657 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42657 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42657 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_9950 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42410{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42410topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_in_42410 {
	background-color: rgba(204, 204, 204, 1.00);
}
#stacks_in_42412 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_42412 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_42412 #jwresp_col2_stacks_in_42412{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_42412 #jwresp_col1_stacks_in_42412,#stacks_in_42412 #jwresp_col2_stacks_in_42412{width:100%;float:none;display:block}#stacks_in_42412 #jwresp_col1_stacks_in_42412{margin-bottom:15px}}

#stacks_in_42412 {
	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_42873{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42873swell-with-zoom .mfp-container,.stacks_in_42873swell-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_42873swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42873swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42873 .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_42873 .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_42873 .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_42873 .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_42873 .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_42873 .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_42873 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42873 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42873 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42873 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42873 .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_42873 {
	padding:  20px;
}

#stacks_in_42887 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42656buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42656 a, #stacks_in_42656 a:hover, #stacks_in_42656 a:visited, #stacks_in_42656 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42656button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42656button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42656 a, #stacks_in_42656 a:visited, #stacks_in_42656 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42656 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42656button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42656buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42656buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42656buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42656buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42656 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42595{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42595 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_42595 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_42595 .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_42595 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42595 .depth_tint,
	#stacks_in_42595 .content_tint{ background: none !important; }
	#stacks_in_42595 .heading_out h2,
	#stacks_in_42595 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42595 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42595 .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_42595 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42595 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42595 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_42419 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42040{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42040topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_10006 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_10006 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_10006 #jwresp_col2_stacks_in_10006{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_10006 #jwresp_col1_stacks_in_10006,#stacks_in_10006 #jwresp_col2_stacks_in_10006{width:100%;float:none;display:block}#stacks_in_10006 #jwresp_col1_stacks_in_10006{margin-bottom:15px}}

#stacks_in_10006 {
	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_42875{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42875swell-with-zoom .mfp-container,.stacks_in_42875swell-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_42875swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42875swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42875 .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_42875 .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_42875 .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_42875 .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_42875 .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_42875 .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_42875 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42875 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42875 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42875 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42875 .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_42875 {
	padding:  20px;
}

#stacks_in_42889 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42692buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42692 a, #stacks_in_42692 a:hover, #stacks_in_42692 a:visited, #stacks_in_42692 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42692button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42692button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42692 a, #stacks_in_42692 a:visited, #stacks_in_42692 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42692 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42692button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42692buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42692buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42692buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42692buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42692 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42690{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42690 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_42690 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_42690 .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_42690 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42690 .depth_tint,
	#stacks_in_42690 .content_tint{ background: none !important; }
	#stacks_in_42690 .heading_out h2,
	#stacks_in_42690 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42690 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42690 .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_42690 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42690 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42690 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_10011 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42043{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42043topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_10067 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_10067 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_10067 #jwresp_col2_stacks_in_10067{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_10067 #jwresp_col1_stacks_in_10067,#stacks_in_10067 #jwresp_col2_stacks_in_10067{width:100%;float:none;display:block}#stacks_in_10067 #jwresp_col1_stacks_in_10067{margin-bottom:15px}}

#stacks_in_10067 {
	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_42877{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42877swell-with-zoom .mfp-container,.stacks_in_42877swell-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_42877swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42877swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42877 .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_42877 .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_42877 .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_42877 .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_42877 .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_42877 .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_42877 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42877 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42877 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42877 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42877 .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_42877 {
	padding:  20px;
}

#stacks_in_42891 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42708buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42708 a, #stacks_in_42708 a:hover, #stacks_in_42708 a:visited, #stacks_in_42708 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42708button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42708button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42708 a, #stacks_in_42708 a:visited, #stacks_in_42708 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42708 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42708button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42708buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42708buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42708buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42708buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42708 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42696{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42696 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_42696 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_42696 .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_42696 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42696 .depth_tint,
	#stacks_in_42696 .content_tint{ background: none !important; }
	#stacks_in_42696 .heading_out h2,
	#stacks_in_42696 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42696 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42696 .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_42696 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42696 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42696 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_10072 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42249{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42249topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_42251 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_42251 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_42251 #jwresp_col2_stacks_in_42251{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_42251 #jwresp_col1_stacks_in_42251,#stacks_in_42251 #jwresp_col2_stacks_in_42251{width:100%;float:none;display:block}#stacks_in_42251 #jwresp_col1_stacks_in_42251{margin-bottom:15px}}

#stacks_in_42251 {
	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_42879{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42879swell-with-zoom .mfp-container,.stacks_in_42879swell-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_42879swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42879swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42879 .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_42879 .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_42879 .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_42879 .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_42879 .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_42879 .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_42879 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42879 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42879 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42879 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42879 .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_42879 {
	padding:  20px;
}

#stacks_in_42893 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42491buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42491 a, #stacks_in_42491 a:hover, #stacks_in_42491 a:visited, #stacks_in_42491 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42491button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42491button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42491 a, #stacks_in_42491 a:visited, #stacks_in_42491 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42491 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42491button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42491buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42491buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42491buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42491buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42491 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42709{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42709 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_42709 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_42709 .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_42709 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42709 .depth_tint,
	#stacks_in_42709 .content_tint{ background: none !important; }
	#stacks_in_42709 .heading_out h2,
	#stacks_in_42709 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42709 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42709 .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_42709 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42709 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42709 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_42406 {
	margin: 0px 0px 30px 0px;
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42901{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42901topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_42906 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_42906 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_42906 #jwresp_col2_stacks_in_42906{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_42906 #jwresp_col1_stacks_in_42906,#stacks_in_42906 #jwresp_col2_stacks_in_42906{width:100%;float:none;display:block}#stacks_in_42906 #jwresp_col1_stacks_in_42906{margin-bottom:15px}}

#stacks_in_42906 {
	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_42907{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42907swell-with-zoom .mfp-container,.stacks_in_42907swell-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_42907swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42907swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42907 .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_42907 .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_42907 .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_42907 .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_42907 .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_42907 .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_42907 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42907 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42907 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42907 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42907 .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_42907 {
	padding:  20px;
}

#stacks_in_42909 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42912buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42912 a, #stacks_in_42912 a:hover, #stacks_in_42912 a:visited, #stacks_in_42912 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42912button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42912button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42912 a, #stacks_in_42912 a:visited, #stacks_in_42912 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42912 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42912button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42912buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42912buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42912buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42912buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42912 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42913{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42913 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_42913 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_42913 .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_42913 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42913 .depth_tint,
	#stacks_in_42913 .content_tint{ background: none !important; }
	#stacks_in_42913 .heading_out h2,
	#stacks_in_42913 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42913 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42913 .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_42913 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42913 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42913 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_42915 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42619{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42619topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_42621 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_42621 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_42621 #jwresp_col2_stacks_in_42621{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_42621 #jwresp_col1_stacks_in_42621,#stacks_in_42621 #jwresp_col2_stacks_in_42621{width:100%;float:none;display:block}#stacks_in_42621 #jwresp_col1_stacks_in_42621{margin-bottom:15px}}

#stacks_in_42621 {
	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_42881{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42881swell-with-zoom .mfp-container,.stacks_in_42881swell-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_42881swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42881swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42881 .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_42881 .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_42881 .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_42881 .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_42881 .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_42881 .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_42881 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42881 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42881 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42881 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42881 .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_42881 {
	padding:  20px;
}

#stacks_in_42897 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42627buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42627 a, #stacks_in_42627 a:hover, #stacks_in_42627 a:visited, #stacks_in_42627 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42627button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42627button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42627 a, #stacks_in_42627 a:visited, #stacks_in_42627 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42627 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42627button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42627buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42627buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42627buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42627buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42627 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42716{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42716 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_42716 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_42716 .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_42716 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42716 .depth_tint,
	#stacks_in_42716 .content_tint{ background: none !important; }
	#stacks_in_42716 .heading_out h2,
	#stacks_in_42716 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42716 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42716 .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_42716 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42716 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

#stacks_in_42716 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_42630 {
	padding:  20px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_42019 #stacks_in_42049{	margin: 0 !important;	padding: 0 !important;}.stacks_in_42049topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */#stacks_in_14425 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_14425 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_14425 #jwresp_col2_stacks_in_14425{ float:right; width:59%}@media screen and (max-width:1030px){#stacks_in_14425 #jwresp_col1_stacks_in_14425,#stacks_in_14425 #jwresp_col2_stacks_in_14425{width:100%;float:none;display:block}#stacks_in_14425 #jwresp_col1_stacks_in_14425{margin-bottom:15px}}

#stacks_in_14425 {
	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_42883{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_42883swell-with-zoom .mfp-container,.stacks_in_42883swell-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_42883swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42883swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_42883 .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_42883 .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_42883 .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_42883 .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_42883 .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_42883 .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_42883 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42883 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42883 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42883 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42883 .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_42883 {
	padding:  20px;
}

#stacks_in_42899 {
	padding: 0px 20px 20px 20px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_42723buttonPressWrapper{
	position: relative !important;
}

#stacks_in_42723 a, #stacks_in_42723 a:hover, #stacks_in_42723 a:visited, #stacks_in_42723 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_42723button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #4B1F80 !important;
	border-color: #3F1A6C !important;
	box-sizing: border-box !important;
}

.stacks_in_42723button:hover{
	color: #FFFFFF !important;
	background-color: #6666FF !important;
	border-color: #5656D8 !important;
}

#stacks_in_42723 a, #stacks_in_42723 a:visited, #stacks_in_42723 a:active{
	color: #FFFFFF !important;
}

#stacks_in_42723 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_42723button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_42723buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_42723buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_42723buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_42723buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_42723 {
	padding: 0px 20px 20px 20px;
}
/* Depth Content */

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

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




	#stacks_in_42721{margin-bottom: 0;}


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

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

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

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

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

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

#stacks_in_42721 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_42721 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_42721 .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_42721 .depth_wrapper{background-color: rgba(255, 255, 255, 0.00);}
	#stacks_in_42721 .depth_tint,
	#stacks_in_42721 .content_tint{ background: none !important; }
	#stacks_in_42721 .heading_out h2,
	#stacks_in_42721 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_42721 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


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

#stacks_in_42721 .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_42721 .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: 20px;
	margin-right: 20px;
	margin-bottom: 2%;
	
	
	}

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

	 
	margin-right: -700px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

#stacks_in_42721 hr.hr_bottom_header{
	height: 3px;
	width: 60%;
	background: rgba(75, 31, 128, 1.00);
	display: inline-block;}

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