/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */

.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
  background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
  background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}

.tablesaw-bar .btn:focus {
  box-shadow: 0 0 .35em #4faeef !important;
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0,0,0,.1);
  box-shadow: 0 2px 2px rgba(255,255,255,.25);
  content: " ";
  display: block;
  position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}

.tablesaw-toolbar {
  font-size: .875em;
  float: left;
}

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}

table.tablesaw tbody th {
  font-weight: bold;
}

table.tablesaw thead th,
table.tablesaw thead td {
  color: #444;
  font-size: .9em;
}

.tablesaw th,
.tablesaw td {
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0;
}

.tablesaw thead {
  border: 1px solid #e5e5e4;
  background: #e2dfdc;
  background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
  background-image: linear-gradient(to bottom, #fff, #e2dfdc);
}

.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-align: left;
}

.tablesaw thead tr:first-child th {
  font-weight: normal;
  font-family: sans-serif;
  border-right: 1px solid #e4e1de;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  line-height: 2.4;
}

@media (min-width: 25em) {
  .tablesaw caption {
    margin-bottom: .6em;
    line-height: 1.2;
  }
}

/* Stack */

.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal;
}

.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #888;
  font-family: sans-serif;
}

@media (min-width: 40em) {
  .tablesaw td {
    line-height: 2em;
  }
}

@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #e4e1de;
  }

  .tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: 3px 0 4px -1px #e4e1de;
  }
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }

  /* Checked manually: Always show */

  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\2191";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\2193";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}/* Depth Base */

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

.depth_in,
header .depth_theme_limit,
footer .depth_theme_limit{
  
  max-width: 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: 'Open Sans', 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: 15px;
  line-height: 1.4;}

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



.depth_out img{max-width: 100%}

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

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

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

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


.content_flex {position: static;}

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

/* Edit Mode */


/* Animations */


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

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


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

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

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


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

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

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

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


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


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

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

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





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

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

#stacks_in_124_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_124_page0 .depth_tint{ background: rgba(76, 76, 76, 0.00); }

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

#stacks_in_124_page0 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(46, 48, 61, 0.80) 0%,rgba(3, 29, 64, 0.89) 75%);
	background: linear-gradient(to right, rgba(46, 48, 61, 0.80) 0%,rgba(3, 29, 64, 0.89) 75%);
	   
	background: -webkit-linear-gradient(right, rgba(46, 48, 61, 0.80) 0%,rgba(3, 29, 64, 0.89) 75%);
	background: linear-gradient(to left, rgba(46, 48, 61, 0.80) 0%,rgba(3, 29, 64, 0.89) 75%);
	
	
	
	   
	background: -webkit-radial-gradient(rgba(3, 29, 64, 0.89) 0%,rgba(46, 48, 61, 0.80) 85%);
	background: radial-gradient(rgba(3, 29, 64, 0.89) 0%,rgba(46, 48, 61, 0.80) 85%);
	}



/* Heading */

#stacks_in_124_page0 .heading_out{
	display: block;
	
	background: rgba(3, 29, 64, 1.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 10px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 5px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

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

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

#stacks_in_124_page0 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 12px;
	letter-spacing: 0px;
	margin: 20px 0 0px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 500px; 
	

	
	
	 text-align: right; 
	padding: 24% 10px 21% 10px;
	margin: 0 3%;}

/* Content (Separate Mobile Layout) */


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


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


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

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

#stacks_in_124_page0 .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_124_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_124_page0 .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_124_page0 .content_in p.sub_content{
	font-weight: normal;
	 font-weight: bolder; 
	 font-style: italic; 
	
	font-size: 12px;
	color: rgba(255, 255, 255, 1.00);
	top: 10px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -500px; 
	

	

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


 #stacks_in_124_page0 .content_out .centered_image img{float: right;} 

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


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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_124_page0 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_124_page0 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_124_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 3px;
	width: 12%;
	background: rgba(195, 216, 32, 1.00);
	margin-top: 10px;}#stacks_in_26_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s ease-in;
  border-radius: 0px; }

#stacks_in_26_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_26_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 800px !important; }

#stacks_in_26_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_26_page0 .fluid-image.align-right img {
  float: right; }
/* Depth Content */

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

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





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

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

#stacks_in_629_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_629_page0 .depth_tint{ background: rgba(0, 0, 0, 0.35); }

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

#stacks_in_629_page0 .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_629_page0 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	line-height: 0;}

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

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

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

#stacks_in_629_page0 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 16px;
	letter-spacing: 6px;
	margin: 0px 0 35px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 540px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_629_page0 .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_629_page0 .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: 0%;
	
	 font-style: italic; 
	}

#stacks_in_629_page0 .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_629_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_629_page0 .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_629_page0 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -540px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_629_page0 hr.hr_top_header{
	height: 0px;
	width: 30%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_629_page0 hr.hr_bottom_header{
	height: 10px;
	width: 30%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

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

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





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

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

#stacks_in_1412_page0 .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_1412_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

#stacks_in_1412_page0 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_1412_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1412_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1412_page0 .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_1412_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	margin-right:0;

	
}
@media screen and (max-width: 770px){
	#stacks_in_1412_page0 .depth_aside{
		margin-right:0;
		
	}
}
#stacks_in_1412_page0 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_1412_page0 .depth_aside_wrapper,
#stacks_in_1412_page0 .depth_aside_wrapper .centered_image{
	
	text-align: center;
	
}
#stacks_in_1412_page0 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}





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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1412_page0 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_1412_page0 hr.hr_bottom_header{
	height: 10px;
	width: 23%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_1412_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}#stacks_in_1414_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_1414_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_1414_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 175px !important; }

#stacks_in_1414_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_1414_page0 .fluid-image.align-right img {
  float: right; }
/* Depth Content */

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

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





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

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

#stacks_in_1651_page0 .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_1651_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

#stacks_in_1651_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 10px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_1651_page0 .heading_out h2{
	font-size: 50px;
	line-height: 47px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1651_page0 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_1651_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 18% 50px 18% 50px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1651_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1651_page0 .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_1651_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_1651_page0 .content_out .centered_image img{float: right;} 


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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_812_page0 .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_812_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

#stacks_in_812_page0 .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(right, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_812_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 10px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_812_page0 .heading_out h2{
	font-size: 50px;
	line-height: 48px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_812_page0 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_812_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_812_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_812_page0 .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_812_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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

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



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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_819_page0 .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_819_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

#stacks_in_819_page0 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_819_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_819_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_819_page0 .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_819_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	margin-right:0;

	
}
@media screen and (max-width: 770px){
	#stacks_in_819_page0 .depth_aside{
		margin-right:0;
		
	}
}
#stacks_in_819_page0 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_819_page0 .depth_aside_wrapper,
#stacks_in_819_page0 .depth_aside_wrapper .centered_image{
	
	text-align: center;
	
}
#stacks_in_819_page0 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}





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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_819_page0 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_819_page0 hr.hr_bottom_header{
	height: 10px;
	width: 23%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_819_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}#stacks_in_879_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_879_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_879_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 175px !important; }

#stacks_in_879_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_879_page0 .fluid-image.align-right img {
  float: right; }
/* Depth Content */

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

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





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

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

#stacks_in_1655_page0 .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_1655_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

#stacks_in_1655_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 10px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_1655_page0 .heading_out h2{
	font-size: 50px;
	line-height: 48px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1655_page0 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_1655_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 18% 50px 18% 50px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1655_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1655_page0 .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_1655_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_1655_page0 .content_out .centered_image img{float: right;} 


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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_1659_page0 .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_1659_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

#stacks_in_1659_page0 .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(right, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1659_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 10px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_1659_page0 .heading_out h2{
	font-size: 50px;
	line-height: 48px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1659_page0 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_1659_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1659_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1659_page0 .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_1659_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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

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



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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_847_page0 .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_847_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

#stacks_in_847_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 10px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_847_page0 .heading_out h2{
	font-size: 50px;
	line-height: 47px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_847_page0 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_847_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 18% 50px 18% 50px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_847_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_847_page0 .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_847_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_847_page0 .content_out .centered_image img{float: right;} 


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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_634_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_634_page0 .depth_tint{ background: rgba(0, 0, 0, 0.35); }

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

#stacks_in_634_page0 .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_634_page0 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	 
	max-width: 540px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_634_page0 .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_634_page0 .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: 22%;
	
	 font-style: italic; 
	}

#stacks_in_634_page0 .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_634_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_634_page0 .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_634_page0 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -540px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_634_page0 hr.hr_top_header{
	height: 0px;
	width: 30%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_634_page0 hr.hr_bottom_header{
	height: 10px;
	width: 30%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

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

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





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

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

#stacks_in_858_page0 .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_858_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

#stacks_in_858_page0 .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(right, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_858_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 10px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_858_page0 .heading_out h2{
	font-size: 50px;
	line-height: 48px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_858_page0 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_858_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_858_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_858_page0 .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_858_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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

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



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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_1387_page0 .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_1387_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

#stacks_in_1387_page0 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_1387_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1387_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1387_page0 .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_1387_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	margin-right:0;

	
}
@media screen and (max-width: 770px){
	#stacks_in_1387_page0 .depth_aside{
		margin-right:0;
		
	}
}
#stacks_in_1387_page0 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_1387_page0 .depth_aside_wrapper,
#stacks_in_1387_page0 .depth_aside_wrapper .centered_image{
	
	text-align: center;
	
}
#stacks_in_1387_page0 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}





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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1387_page0 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_1387_page0 hr.hr_bottom_header{
	height: 10px;
	width: 23%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_1387_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}#stacks_in_1389_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_1389_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_1389_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 175px !important; }

#stacks_in_1389_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_1389_page0 .fluid-image.align-right img {
  float: right; }
/* Depth Content */

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

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





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

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

#stacks_in_1375_page0 .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_1375_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

#stacks_in_1375_page0 .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(right, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1375_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 10px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

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

#stacks_in_1375_page0 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_1375_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1375_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1375_page0 .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_1375_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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

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



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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_1379_page0 .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_1379_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

#stacks_in_1379_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 10px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_1379_page0 .heading_out h2{
	font-size: 50px;
	line-height: 48px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1379_page0 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_1379_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 18% 50px 18% 50px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1379_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1379_page0 .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_1379_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_1379_page0 .content_out .centered_image img{float: right;} 


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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_1362_page0 .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_1362_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

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

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

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

#stacks_in_1362_page0 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_1362_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 15px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1362_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1362_page0 .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_1362_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	margin-right:0;

	
}
@media screen and (max-width: 770px){
	#stacks_in_1362_page0 .depth_aside{
		margin-right:0;
		
	}
}
#stacks_in_1362_page0 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_1362_page0 .depth_aside_wrapper,
#stacks_in_1362_page0 .depth_aside_wrapper .centered_image{
	
	text-align: center;
	
}
#stacks_in_1362_page0 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}





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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1362_page0 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_1362_page0 hr.hr_bottom_header{
	height: 10px;
	width: 23%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_1362_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}#stacks_in_1364_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_1364_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_1364_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 175px !important; }

#stacks_in_1364_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_1364_page0 .fluid-image.align-right img {
  float: right; }
/* Depth Content */

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

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





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

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

#stacks_in_1354_page0 .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_1354_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

#stacks_in_1354_page0 .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(right, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1354_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 10px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

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

#stacks_in_1354_page0 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_1354_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_1354_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1354_page0 .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_1354_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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

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



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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_854_page0 .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_854_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

#stacks_in_854_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 10px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_854_page0 .heading_out h2{
	font-size: 50px;
	line-height: 48px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_854_page0 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_854_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 18% 50px 18% 50px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_854_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_854_page0 .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_854_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_854_page0 .content_out .centered_image img{float: right;} 


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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_71_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





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

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

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



/* Heading */

#stacks_in_71_page0 .heading_out{
	display: block;
	
	background: rgba(3, 29, 64, 1.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 10px solid rgba(195, 216, 32, 1.00);
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	 
	max-width: 420px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

#stacks_in_71_page0 .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_71_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_71_page0 .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_71_page0 .content_in p.sub_content{
	font-weight: normal;
	 font-weight: bolder; 
	
	
	font-size: 16px;
	color: rgba(255, 255, 255, 1.00);
	top: 5px;
	bottom: 0px;
	left: 4px;
	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_71_page0 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -420px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_71_page0 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_71_page0 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_71_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 3px;
	width: 12%;
	background: rgba(195, 216, 32, 1.00);
	margin-top: 10px;}/* Resets */
.tablePro_stacks_in_181_page0 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}




#tableLoadingTextDiv_stacks_in_181_page0 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_181_page0_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_181_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(192, 192, 192, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_181_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
}

/* Alternating row colors */
.tablePro_stacks_in_181_page0 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_181_page0 tbody tr:nth-child(odd) {
	background: rgba(230, 230, 230, 1.00);
}

/* Table header color */
.tablePro_stacks_in_181_page0 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_181_page0 thead tr {
	background-color: rgba(12, 98, 118, 1.00);
}

#tablePro_stacks_in_181_page0 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_181_page0_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_181_page0 thead th, table.tablesaw thead td {
	color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_181_page0_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_181_page0 tr td:not(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_181_page0 tr:not(:last-child) {
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_181_page0 thead tr:first-child th:not(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_181_page0 thead tr:first-child th(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
  padding: 0.7em 0.5em;
}

/* Table bottom border */
.tablePro_stacks_in_181_page0 tr:last-child td {
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}

@media only all {
  #tablePro_stacks_in_181_page0.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 3px solid rgba(255, 255, 255, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_181_page0.tablesaw-swipe td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_181_page0.tablesaw-columntoggle td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_181_page0 tr td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_181_page0.tablesaw-stack tr:first-child td:first-child {
    border-top: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_181_page0.tablesaw-stack td {
    border-left: 3px solid rgba(255, 255, 255, 1.00);
  }

/*  #tablePro_stacks_in_181_page0.tablesaw-stack td:only-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_181_page0 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_181_page0 td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_181_page0 td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_181_page0.tablesaw-stack td {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
  #tablePro_stacks_in_181_page0.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_181_page0 thead tr:first-child {
  /* Table top border */
  border-top: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_181_page0 td {
  padding: 0.7em 0.5em;
}

#stacks_in_181_page0 {
	padding: 0px 0px 20px 0px;
}

#stacks_out_181_page0 {
	width: 51%;
}
/* Depth Content */

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

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





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

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

#stacks_in_66_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_66_page0 .depth_tint{ background: rgba(0, 0, 0, 0.35); }

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

#stacks_in_66_page0 .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_66_page0 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	 
	max-width: 500px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

#stacks_in_66_page0 .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(195, 216, 32, 1.00);
	 font-weight: bolder; 
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_66_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_66_page0 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(195, 216, 32, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

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

/* Aside */

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

	 
	margin-right: -500px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_66_page0 hr.hr_top_header{
	height: 8px;
	width: 100%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_66_page0 hr.hr_bottom_header{
	height: 8px;
	width: 100%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

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

#stacks_in_308_page0>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_308_page0>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_308_page0>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_308_page0>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}




#stacks_in_308_page0 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 50px 0px;
}

#stacks_out_308_page0 {
	width: 74%;
}

#stacks_in_324_page0 {
	margin: 40px 0px 0px 0px;
}

#stacks_out_324_page0 {
	width: 65%;
}
/* Resets */
.tablePro_stacks_in_326_page0 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}




#tableLoadingTextDiv_stacks_in_326_page0 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_326_page0_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_326_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(192, 192, 192, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_326_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
}

/* Alternating row colors */
.tablePro_stacks_in_326_page0 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_326_page0 tbody tr:nth-child(odd) {
	background: rgba(230, 230, 230, 1.00);
}

/* Table header color */
.tablePro_stacks_in_326_page0 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_326_page0 thead tr {
	background-color: rgba(12, 98, 118, 1.00);
}

#tablePro_stacks_in_326_page0 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_326_page0_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_326_page0 thead th, table.tablesaw thead td {
	color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_326_page0_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_326_page0 tr td:not(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_326_page0 tr:not(:last-child) {
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_326_page0 thead tr:first-child th:not(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_326_page0 thead tr:first-child th(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
  padding: 0.4em 0.5em;
}

/* Table bottom border */
.tablePro_stacks_in_326_page0 tr:last-child td {
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}

@media only all {
  #tablePro_stacks_in_326_page0.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 3px solid rgba(255, 255, 255, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_326_page0.tablesaw-swipe td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_326_page0.tablesaw-columntoggle td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_326_page0 tr td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_326_page0.tablesaw-stack tr:first-child td:first-child {
    border-top: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_326_page0.tablesaw-stack td {
    border-left: 3px solid rgba(255, 255, 255, 1.00);
  }

/*  #tablePro_stacks_in_326_page0.tablesaw-stack td:only-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_326_page0 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_326_page0 td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_326_page0 td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_326_page0.tablesaw-stack td {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
  #tablePro_stacks_in_326_page0.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_326_page0 thead tr:first-child {
  /* Table top border */
  border-top: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_326_page0 td {
  padding: 0.4em 0.5em;
}

#stacks_in_326_page0 {
	padding: 0px 0px 20px 0px;
}

#stacks_out_326_page0 {
	width: 64%;
}

#stacks_in_493_page0 {
	margin: 40px 0px 0px 0px;
}

#stacks_out_493_page0 {
	width: 65%;
}
/* Resets */
.tablePro_stacks_in_1567_page0 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}




#tableLoadingTextDiv_stacks_in_1567_page0 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_1567_page0_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_1567_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(192, 192, 192, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_1567_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
}

/* Alternating row colors */
.tablePro_stacks_in_1567_page0 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_1567_page0 tbody tr:nth-child(odd) {
	background: rgba(230, 230, 230, 1.00);
}

/* Table header color */
.tablePro_stacks_in_1567_page0 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_1567_page0 thead tr {
	background-color: rgba(12, 98, 118, 1.00);
}

#tablePro_stacks_in_1567_page0 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_1567_page0_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_1567_page0 thead th, table.tablesaw thead td {
	color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_1567_page0_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_1567_page0 tr td:not(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_1567_page0 tr:not(:last-child) {
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_1567_page0 thead tr:first-child th:not(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_1567_page0 thead tr:first-child th(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
  padding: 0.4em 0.5em;
}

/* Table bottom border */
.tablePro_stacks_in_1567_page0 tr:last-child td {
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}

@media only all {
  #tablePro_stacks_in_1567_page0.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 3px solid rgba(255, 255, 255, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_1567_page0.tablesaw-swipe td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_1567_page0.tablesaw-columntoggle td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_1567_page0 tr td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_1567_page0.tablesaw-stack tr:first-child td:first-child {
    border-top: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1567_page0.tablesaw-stack td {
    border-left: 3px solid rgba(255, 255, 255, 1.00);
  }

/*  #tablePro_stacks_in_1567_page0.tablesaw-stack td:only-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_1567_page0 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_1567_page0 td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1567_page0 td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_1567_page0.tablesaw-stack td {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
  #tablePro_stacks_in_1567_page0.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_1567_page0 thead tr:first-child {
  /* Table top border */
  border-top: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_1567_page0 td {
  padding: 0.4em 0.5em;
}

#stacks_in_1567_page0 {
	padding: 0px 0px 20px 0px;
}

#stacks_out_1567_page0 {
	width: 64%;
}

#stacks_in_1588_page0 {
	margin: 40px 0px 0px 0px;
}

#stacks_out_1588_page0 {
	width: 65%;
}
/* Resets */
.tablePro_stacks_in_1590_page0 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}




#tableLoadingTextDiv_stacks_in_1590_page0 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_1590_page0_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_1590_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(192, 192, 192, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_1590_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
}

/* Alternating row colors */
.tablePro_stacks_in_1590_page0 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_1590_page0 tbody tr:nth-child(odd) {
	background: rgba(230, 230, 230, 1.00);
}

/* Table header color */
.tablePro_stacks_in_1590_page0 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_1590_page0 thead tr {
	background-color: rgba(12, 98, 118, 1.00);
}

#tablePro_stacks_in_1590_page0 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_1590_page0_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_1590_page0 thead th, table.tablesaw thead td {
	color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_1590_page0_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_1590_page0 tr td:not(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_1590_page0 tr:not(:last-child) {
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_1590_page0 thead tr:first-child th:not(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_1590_page0 thead tr:first-child th(:last-child) {
  border-right: 3px solid rgba(255, 255, 255, 1.00);
  padding: 0.4em 0.5em;
}

/* Table bottom border */
.tablePro_stacks_in_1590_page0 tr:last-child td {
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}

@media only all {
  #tablePro_stacks_in_1590_page0.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 3px solid rgba(255, 255, 255, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_1590_page0.tablesaw-swipe td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_1590_page0.tablesaw-columntoggle td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_1590_page0 tr td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_1590_page0.tablesaw-stack tr:first-child td:first-child {
    border-top: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1590_page0.tablesaw-stack td {
    border-left: 3px solid rgba(255, 255, 255, 1.00);
  }

/*  #tablePro_stacks_in_1590_page0.tablesaw-stack td:only-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_1590_page0 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_1590_page0 td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1590_page0 td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_1590_page0.tablesaw-stack td {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
  #tablePro_stacks_in_1590_page0.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_1590_page0 thead tr:first-child {
  /* Table top border */
  border-top: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_1590_page0 td {
  padding: 0.4em 0.5em;
}

#stacks_in_1590_page0 {
	padding: 0px 0px 100px 0px;
}

#stacks_out_1590_page0 {
	width: 64%;
}
/* Depth Content */

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

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





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

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

#stacks_in_1317_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_1317_page0 .depth_tint{ background: rgba(0, 0, 0, 0.35); }

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

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



/* Heading */

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

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

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

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

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

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

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

	 
	margin-right: -460px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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



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



/* Breaks */

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

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

#stacks_in_1317_page0 hr.hr_bottom_header{
	height: 1px;
	width: 35%;
	background: rgba(255, 255, 255, 0.35);
	display: inline-block;}

#stacks_in_1317_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 6px;
	width: 11%;
	background: rgba(195, 216, 32, 1.00);
	margin-top: 20px;}
#stacks_in_1319_page0 {
	margin: 0px 0px 40px 0px;
}

#stacks_out_1319_page0 {
	margin-left:0;
}
/* Depth Content */

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

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





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

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

#stacks_in_967_page0 .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_967_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

#stacks_in_967_page0 .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(right, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_967_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 10px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_967_page0 .heading_out h2{
	font-size: 50px;
	line-height: 48px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_967_page0 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_967_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_967_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_967_page0 .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_967_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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

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



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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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





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

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

#stacks_in_960_page0 .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_960_page0 .depth_tint{ background: rgba(255, 255, 255, 0.85); }

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

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



/* Heading */

#stacks_in_960_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 10px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 0;}

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

#stacks_in_960_page0 .heading_out h2{
	font-size: 50px;
	line-height: 48px;
	color: rgba(3, 29, 64, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_960_page0 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_960_page0 p.sub_heading{
	color: rgba(0, 0, 0, 1.00);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 12% 50px 6% 50px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_960_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_960_page0 .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_960_page0 .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(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_960_page0 .content_out .centered_image img{float: right;} 


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

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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_960_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(0, 0, 0, 0.15);
	margin-top: 20px;}
#stacks_in_1324_page0 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 20px 0px;
}

#stacks_out_1324_page0 {
	width: 65%;
}

#stacks_in_1782_page0 {
	margin: 0px 0px 5px 0px;
	padding: 50px 0px 0px 0px;
}

#stacks_out_1782_page0 {
	width: 65%;
}

#stacks_in_1784_page0 {
	padding: 10px 0px 100px 0px;
}

#stacks_out_1784_page0 {
	width: 65%;
}
/* Depth Content */

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

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





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

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

#stacks_in_639_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_639_page0 .depth_tint{ background: rgba(0, 0, 0, 0.35); }

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

#stacks_in_639_page0 .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_639_page0 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	line-height: 0;}

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

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

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

#stacks_in_639_page0 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 3px;
	margin: 25px 0 -6px;
	
	 font-style: italic; 
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 500px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

#stacks_in_639_page0 .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_639_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_639_page0 .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_639_page0 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -500px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_639_page0 hr.hr_top_header{
	height: 8px;
	width: 100%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_639_page0 hr.hr_bottom_header{
	height: 8px;
	width: 100%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_639_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 20px;}#stacks_in_1536_page0 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1536_page0 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_1536_page0 #jwresp_col2_stacks_in_1536_page0{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_1536_page0 #jwresp_col1_stacks_in_1536_page0,#stacks_in_1536_page0 #jwresp_col2_stacks_in_1536_page0{width:100%;float:none;display:block}#stacks_in_1536_page0 #jwresp_col1_stacks_in_1536_page0{margin-bottom:15px}}

#stacks_out_1536_page0 {
	width: 50%;
}
/* Resets */
.tablePro_stacks_in_1445_page0 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}




#tableLoadingTextDiv_stacks_in_1445_page0 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_1445_page0_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_1445_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(192, 192, 192, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_1445_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
}

/* Alternating row colors */
.tablePro_stacks_in_1445_page0 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_1445_page0 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_1445_page0 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_1445_page0 thead tr {
	background-color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_1445_page0 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(0, 0, 0, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_1445_page0_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_1445_page0 thead th, table.tablesaw thead td {
	color: rgba(0, 0, 0, 1.00);
}

#tablePro_stacks_in_1445_page0_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_1445_page0 tr td:not(:last-child) {
  border-right: 0 solid rgba(0, 0, 0, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_1445_page0 tr:not(:last-child) {
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_1445_page0 thead tr:first-child th:not(:last-child) {
  border-right: 0 solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_1445_page0 thead tr:first-child th(:last-child) {
  border-right: 0 solid rgba(0, 0, 0, 1.00);
  padding: 0.7em 0.5em;
}

/* Table bottom border */
.tablePro_stacks_in_1445_page0 tr:last-child td {
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}

@media only all {
  #tablePro_stacks_in_1445_page0.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_1445_page0.tablesaw-swipe td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_1445_page0.tablesaw-columntoggle td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_1445_page0 tr td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_1445_page0.tablesaw-stack tr:first-child td:first-child {
    border-top: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1445_page0.tablesaw-stack td {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }

/*  #tablePro_stacks_in_1445_page0.tablesaw-stack td:only-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_1445_page0 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_1445_page0 td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1445_page0 td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_1445_page0.tablesaw-stack td {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
  #tablePro_stacks_in_1445_page0.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_1445_page0 thead tr:first-child {
  /* Table top border */
  border-top: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_1445_page0 td {
  padding: 0.7em 0.5em;
}

#stacks_out_1445_page0 {
	width: 65%;
}
#stacks_in_1530_page0 .fluid-image img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  min-width: 50px !important;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_1530_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_1530_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 100px !important; }

#stacks_in_1530_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_1530_page0 .fluid-image.align-right img {
  float: right; }
#stacks_in_1532_page0 .fluid-image img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  min-width: 50px !important;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_1532_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_1532_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 100px !important; }

#stacks_in_1532_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_1532_page0 .fluid-image.align-right img {
  float: right; }
#stacks_in_1534_page0 .fluid-image img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  min-width: 50px !important;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_1534_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_1534_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 75px !important; }

#stacks_in_1534_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_1534_page0 .fluid-image.align-right img {
  float: right; }

#stacks_in_1786_page0 {
	padding: 10px 0px 100px 0px;
}

#stacks_out_1786_page0 {
	width: 59%;
}
/* Depth Content */

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

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





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

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

#stacks_in_927_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_927_page0 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

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

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



/* Heading */

#stacks_in_927_page0 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	 
	max-width: 400px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

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

#stacks_in_927_page0 .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_927_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_927_page0 .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_927_page0 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
	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_927_page0 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -400px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_927_page0 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_927_page0 hr.hr_bottom_header{
	height: 8px;
	width: 35%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_927_page0 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 20px;}/* Resets */
.tablePro_stacks_in_974_page0 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}




#tableLoadingTextDiv_stacks_in_974_page0 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_974_page0_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_974_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(192, 192, 192, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_974_page0_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
}

/* Alternating row colors */
.tablePro_stacks_in_974_page0 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_974_page0 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_974_page0 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_974_page0 thead tr {
	background-color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_974_page0 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(0, 0, 0, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_974_page0_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_974_page0 thead th, table.tablesaw thead td {
	color: rgba(0, 0, 0, 1.00);
}

#tablePro_stacks_in_974_page0_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_974_page0 tr td:not(:last-child) {
  border-right: 0 solid rgba(0, 0, 0, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_974_page0 tr:not(:last-child) {
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_974_page0 thead tr:first-child th:not(:last-child) {
  border-right: 0 solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_974_page0 thead tr:first-child th(:last-child) {
  border-right: 0 solid rgba(0, 0, 0, 1.00);
  padding: 0.7em 0.5em;
}

/* Table bottom border */
.tablePro_stacks_in_974_page0 tr:last-child td {
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}

@media only all {
  #tablePro_stacks_in_974_page0.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_974_page0.tablesaw-swipe td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_974_page0.tablesaw-columntoggle td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_974_page0 tr td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_974_page0.tablesaw-stack tr:first-child td:first-child {
    border-top: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_974_page0.tablesaw-stack td {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }

/*  #tablePro_stacks_in_974_page0.tablesaw-stack td:only-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_974_page0 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_974_page0 td:first-child {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_974_page0 td:last-child {
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_974_page0.tablesaw-stack td {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-right: 0 solid rgba(0, 0, 0, 1.00);
  }
  #tablePro_stacks_in_974_page0.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 0 solid rgba(0, 0, 0, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_974_page0 thead tr:first-child {
  /* Table top border */
  border-top: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 0 solid rgba(0, 0, 0, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 0 solid rgba(0, 0, 0, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_974_page0 td {
  padding: 0.7em 0.5em;
}

#stacks_in_974_page0 {
	padding: 0px 0px 100px 0px;
}

#stacks_out_974_page0 {
	width: 85%;
}
#stacks_in_1003_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_1003_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_1003_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 100px !important; }

#stacks_in_1003_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_1003_page0 .fluid-image.align-right img {
  float: right; }
#stacks_in_993_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_993_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_993_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 800px !important; }

#stacks_in_993_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_993_page0 .fluid-image.align-right img {
  float: right; }
#stacks_in_995_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_995_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_995_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 800px !important; }

#stacks_in_995_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_995_page0 .fluid-image.align-right img {
  float: right; }
#stacks_in_997_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_997_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_997_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 800px !important; }

#stacks_in_997_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_997_page0 .fluid-image.align-right img {
  float: right; }
#stacks_in_999_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_999_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_999_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 800px !important; }

#stacks_in_999_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_999_page0 .fluid-image.align-right img {
  float: right; }
/* Depth Content */

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

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





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

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

#stacks_in_101_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_101_page0 .depth_tint{ background: rgba(0, 0, 0, 0.15); }

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

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



/* Heading */

#stacks_in_101_page0 .heading_out{
	display: block;
	
	background: rgba(3, 29, 64, 1.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

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

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

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

/* Content */

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

	 
	max-width: 440px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_101_page0 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(3, 29, 64, 1.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 35px 120px 25px 40px;
	margin: 100px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

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

#stacks_in_101_page0 .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_101_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_101_page0 .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_101_page0 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -440px; 
	

	

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

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





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

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

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

/* Layer Top */









/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_101_page0 hr.hr_top_header{
	height: 6px;
	width: 35%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_101_page0 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

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

#stacks_in_178_page0>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_178_page0>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_178_page0>.s3_row>.s3_column {
	padding: 0 41px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_178_page0>.s3_row  {
		margin: -41px 0;
	}
	#stacks_in_178_page0>.s3_row>.s3_column {
		padding: 41px 0;
		width:100%;
	}


}






#stacks_in_178_page0 {
	padding: 30px 0px 100px 0px;
}

#stacks_out_178_page0 {
	width: 65%;
}

#stacks_in_116_page0 {
	border: solid rgba(195, 216, 32, 1.00);
	border-width: 0px 0px 5px 0px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_118_page0 {
	border: solid rgba(195, 216, 32, 1.00);
	border-width: 0px 0px 5px 0px;
	margin: 0px 0px 7px 0px;
	padding: 50px 0px 10px 0px;
}

#stacks_in_114_page0 {
	border: solid rgba(195, 216, 32, 1.00);
	border-width: 0px 0px 5px 0px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 10px 0px;
}
/* Depth Content */

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

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





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

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

#stacks_in_1788_page0 .depth_image{

	background-size: cover;
	

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

	

	
	

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





#stacks_in_1788_page0 .depth_tint{ background: rgba(0, 0, 0, 0.35); }

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

#stacks_in_1788_page0 .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_1788_page0 .heading_out{
	display: block;
	display: inline-block;
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(195, 216, 32, 1.00);
	border-right: 0px solid rgba(195, 216, 32, 1.00);
	border-bottom: 0px solid rgba(195, 216, 32, 1.00);
	border-left: 0px solid rgba(195, 216, 32, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 26px 0px;
	line-height: 0;}

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

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

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

#stacks_in_1788_page0 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 16px;
	letter-spacing: 6px;
	margin: 0px 0 35px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 540px; 
	

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

/* Content (Separate Mobile Layout) */


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


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


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

#stacks_in_1788_page0 .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_1788_page0 .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: 8%;
	
	 font-style: italic; 
	}

#stacks_in_1788_page0 .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_1788_page0 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_1788_page0 .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_1788_page0 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -540px; 
	

	margin-right:0;

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







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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_1788_page0 hr.hr_top_header{
	height: 0px;
	width: 30%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

#stacks_in_1788_page0 hr.hr_bottom_header{
	height: 10px;
	width: 30%;
	background: rgba(195, 216, 32, 1.00);
	display: inline-block;}

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

#stacks_in_1790_page0>.s3_row>.s3_column {
	padding: 0 10px;
}








  


@media only screen and (max-width: 770px) {




	#stacks_in_1790_page0>.s3_row  {
		margin: -10px;
	}
	#stacks_in_1790_page0>.s3_row>.s3_column {
		padding: 10px;
		width:50%;
	}
	#stacks_in_1790_page0>.s3_row>.s3_column_right {
		padding: 10px;
		width:100%;
	}



}



@media only screen and (max-width: 400px) {


	#stacks_in_1790_page0>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1790_page0>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}





}




  

#stacks_in_1790_page0 {
	padding: 25px 0px 100px 0px;
}

#stacks_out_1790_page0 {
	width: 49%;
}
/* Depth Limit */

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

/* Depth Limit Gradient*/

#stacks_in_129_page0.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(3, 29, 64, 1.00) 0%,rgba(3, 29, 64, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(3, 29, 64, 1.00) 0%,rgba(3, 29, 64, 1.00) 95%);
	

	
}




@media screen and (min-width: 770px){
	#stacks_in_129_page0 .s3_row .content_out{
		display: inline-block !important;
	}
}
#stacks_in_129_page0 .s3_row,
#stacks_in_129_page0 .s3_column,
#stacks_in_129_page0 .s3_row .depth_out,
#stacks_in_129_page0 .s3_row .depth_out > div,
#stacks_in_129_page0 .s3_row .depth_wrapper,
#stacks_in_129_page0 .s3_row .depth_image *{
	flex: 0 1 auto;
	display: block !important;
}

#stacks_in_129_page0 .s3_row .content_flex {
	flex: 0 1 auto;
	display: block;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

#stacks_in_168_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_168_page0>.s3_row>.s3_column_left {
	width: 25.13%;
}

#stacks_in_168_page0>.s3_row>.s3_column_right {
	width: 74.870003%;
}




#stacks_in_168_page0>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_168_page0>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_168_page0>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_171_page0 .fluid-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-width: 50px;
  padding: 0;
  margin: 0 auto;
  display: block;
  transition: all 1s none;
  border-radius: 0px; }

#stacks_in_171_page0 .fluid-image.unlimited img {
  width: 100% !important; }

#stacks_in_171_page0 .fluid-image.define_max img {
  width: 100% !important;
  max-width: 800px !important; }

#stacks_in_171_page0 .fluid-image.align-left img {
  float: left; }

#stacks_in_171_page0 .fluid-image.align-right img {
  float: right; }
/* Depth Content */

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

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





#stacks_in_173_page0.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_173_page0.depth_out a{
	color: rgba(255, 255, 255, 1.00);}

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

#stacks_in_173_page0 .depth_image{

	
	

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

	
	background-size: auto 0;
	background-position: 0 0;
	

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

	
	
	
	
	
}





#stacks_in_173_page0 .depth_tint{ background: rgba(3, 29, 64, 1.00); }

#stacks_in_173_page0 .content_tint{ background: rgba(3, 29, 64, 1.00); }

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



/* Heading */

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

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

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

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

/* Content */

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

	 
	max-width: 460px; 
	

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

/* Content (Separate Mobile Layout) */



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


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

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

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

@media screen and (max-width: 770px){
	#stacks_in_173_page0 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_173_page0 .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_173_page0 .content_in p.sub_content{
	font-weight: normal;
	 font-weight: bolder; 
	
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

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

	 
	margin-right: -460px; 
	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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