/*
 * justifiedgallerycss
 */

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}

/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

/* CSSgram | Copyright (c) 2015 Una Kravets | http://una.im/CSSgram | MIT license | Version 0.1.7 */
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

.gallery-img-hide {
    display: none !important;
}
/* Depth Base */

.depth_out h2,.depth_out p,.depth_out a{margin:0;padding:0;border: 0;line-height:1.6;}
.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: 1000px;
  
}
main .depth_theme_limit{
  max-width: 100%;
  padding: 0;
}
.depth_limit{
  margin: 0 auto;
}

figure.depth_theme{height: 0;display: none;}

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

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



.depth_out img{max-width: 100%}

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

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

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

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


.content_flex {position: static;}

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

/* Edit Mode */


/* Animations */


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

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


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

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

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


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

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

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

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


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


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

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

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





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

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

#stacks_in_107_page13 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_107_page13 .depth_tint{ background: rgba(0, 0, 0, 0.30); }

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

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



/* Heading */

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

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

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

#stacks_in_107_page13 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

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

	 
	max-width: 700px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


#stacks_in_107_page13 .content_flex{
	
	
	 align-items: flex-end; 
}

#stacks_in_107_page13 .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: 350px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

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

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

#stacks_in_107_page13 .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_107_page13 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_107_page13 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_107_page13 hr.hr_bottom_header{
	height: 0px;
	width: 17%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

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

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

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





#stacks_in_314_page13.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_314_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

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

#stacks_in_314_page13 .depth_image{

	background-size: cover;
	

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

	

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

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





#stacks_in_314_page13 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

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

#stacks_in_314_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_314_page13 .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_314_page13 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.25em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8%;
	
	
	}

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

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

#stacks_in_314_page13 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	

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

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



 #stacks_in_314_page13 .depth_aside_padding > div{margin-left: auto;margin-right: auto;}

#stacks_in_314_page13 .depth_aside_padding > div{max-width:600px;}

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

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





#stacks_in_170_page13.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_170_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

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

#stacks_in_170_page13 .depth_image{

	background-size: cover;
	

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

	

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

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





#stacks_in_170_page13 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

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

#stacks_in_170_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_170_page13 .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_170_page13 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.25em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8%;
	
	
	}

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

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

#stacks_in_170_page13 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	

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

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



 #stacks_in_170_page13 .depth_aside_padding > div{margin-left: auto;margin-right: auto;}

#stacks_in_170_page13 .depth_aside_padding > div{max-width:600px;}

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

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

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





#stacks_in_180_page13.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_180_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

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

#stacks_in_180_page13 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_180_page13 .depth_tint{ background: rgba(255, 255, 255, 0.75); }

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

#stacks_in_180_page13 .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_180_page13 .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: 0px 30px 5px 30px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_180_page13 .heading_out h2{
	font-size: 60px;
	line-height: 64px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	
	 text-align: center !important; 
	
	
	letter-spacing: -4px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_180_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	letter-spacing: 4px;
	margin: 10px 0 0px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_180_page13 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_180_page13 .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_180_page13 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(0, 0, 0, 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_180_page13 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -440px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */




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






/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_180_page13 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_180_page13 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

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

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





#stacks_in_246_page13.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_246_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

#stacks_in_246_page13 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_246_page13 .depth_image{

	background-size: cover;
	

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

	

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

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





#stacks_in_246_page13 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

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

#stacks_in_246_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_246_page13 .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_246_page13 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.25em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8%;
	
	
	}

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

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

#stacks_in_246_page13 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_246_page13 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -460px; 
	

	

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

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



 #stacks_in_246_page13 .depth_aside_padding > div{margin-left: auto;margin-right: auto;}

#stacks_in_246_page13 .depth_aside_padding > div{max-width:600px;}

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

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

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





#stacks_in_252_page13.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_252_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

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

#stacks_in_252_page13 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_252_page13 .depth_tint{ background: rgba(255, 255, 255, 0.75); }

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

#stacks_in_252_page13 .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_252_page13 .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: 0px 30px 5px 30px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_252_page13 .heading_out h2{
	font-size: 60px;
	line-height: 64px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	
	 text-align: center !important; 
	
	
	letter-spacing: -4px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_252_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	letter-spacing: 4px;
	margin: 10px 0 0px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_252_page13 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_252_page13 .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_252_page13 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(0, 0, 0, 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_252_page13 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -440px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */




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






/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_252_page13 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_252_page13 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

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

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





#stacks_in_214_page13.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_214_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

#stacks_in_214_page13 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_214_page13 .depth_image{

	background-size: cover;
	

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

	

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

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





#stacks_in_214_page13 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

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

#stacks_in_214_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_214_page13 .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_214_page13 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.25em;
	line-height: 1.50;
	margin-top: 9%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8%;
	
	
	}

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

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

#stacks_in_214_page13 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_214_page13 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -460px; 
	

	

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

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



 #stacks_in_214_page13 .depth_aside_padding > div{margin-left: auto;margin-right: auto;}

#stacks_in_214_page13 .depth_aside_padding > div{max-width:600px;}

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

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

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





#stacks_in_220_page13.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_220_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

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

#stacks_in_220_page13 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_220_page13 .depth_tint{ background: rgba(255, 255, 255, 0.75); }

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

#stacks_in_220_page13 .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_220_page13 .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: 0px 30px 5px 30px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_220_page13 .heading_out h2{
	font-size: 60px;
	line-height: 64px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	
	 text-align: center !important; 
	
	
	letter-spacing: -4px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_220_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	letter-spacing: 4px;
	margin: 10px 0 0px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_220_page13 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_220_page13 .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_220_page13 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(0, 0, 0, 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_220_page13 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -440px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */




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






/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_220_page13 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_220_page13 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

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

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





#stacks_in_227_page13.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_227_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

#stacks_in_227_page13 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_227_page13 .depth_image{

	background-size: cover;
	

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

	

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

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





#stacks_in_227_page13 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

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

#stacks_in_227_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_227_page13 .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_227_page13 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.25em;
	line-height: 1.50;
	margin-top: 9%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8%;
	
	
	}

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

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

#stacks_in_227_page13 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_227_page13 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -460px; 
	

	

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

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



 #stacks_in_227_page13 .depth_aside_padding > div{margin-left: auto;margin-right: auto;}

#stacks_in_227_page13 .depth_aside_padding > div{max-width:600px;}

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

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

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

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

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


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

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





#stacks_in_238_page13.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_238_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

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

#stacks_in_238_page13 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_238_page13 .depth_tint{ background: rgba(255, 255, 255, 0.75); }

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

#stacks_in_238_page13 .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_238_page13 .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: 0px 30px 5px 30px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_238_page13 .heading_out h2{
	font-size: 60px;
	line-height: 64px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	
	 text-align: center !important; 
	
	
	letter-spacing: -4px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

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

#stacks_in_238_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	letter-spacing: 4px;
	margin: 10px 0 0px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_238_page13 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_238_page13 .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_238_page13 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(0, 0, 0, 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_238_page13 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -440px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */




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






/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_238_page13 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_238_page13 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

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

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





#stacks_in_301_page13.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_301_page13.depth_out a{
	color: rgba(230, 73, 30, 1.00);}

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

#stacks_in_301_page13 .depth_image{

	
	

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

	
	background-size: 500px auto;
	background-position: 50% 20px;
	

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

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





#stacks_in_301_page13 .depth_tint{ background: rgba(255, 255, 255, 0.60); }

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

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



/* Heading */

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

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

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

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

#stacks_in_301_page13 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	letter-spacing: 4px;
	margin: 10px 0 0px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 500px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_301_page13 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_301_page13 .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_301_page13 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(0, 0, 0, 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_301_page13 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -500px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

#stacks_in_301_page13 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

#stacks_in_301_page13 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(230, 73, 30, 1.00);
	display: inline-block;}

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


/*#stacks_in_275_page13 {
    display: none;
}*/
.stacks_in_275_page13_photo_wrapper {
    
}


.stacks_in_275_page13_photo_wrapper img {
    border-radius: 0px;
}/* Depth Content */

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

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





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

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

#stacks_in_260_page13 .depth_image{

	background-size: cover;
	

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

	

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

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





#stacks_in_260_page13 .depth_tint{ background: rgba(255, 255, 255, 0.20); }

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

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



/* Heading */

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

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

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

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

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

/* Content */

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

	 
	max-width: 540px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_260_page13 .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_260_page13 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.20em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	
	
	}

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

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

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

/* Aside */

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

	 
	margin-right: -540px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

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

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

#stacks_in_260_page13 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 40%;
	background: rgba(255, 102, 0, 1.00);
	margin-top: 10px;}