/*! 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;
}.infix{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;outline:none !important;overflow:hidden}.infix.infix-section{z-index:999}.infix *{-webkit-box-sizing:border-box;box-sizing:border-box}.infix-wrap{z-index:9990;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.infix.infix-body{position:fixed}.infix.no-nav > .infix-wrap > .infix-nav{display:none}.infix.infix-body .infix-wrap{position:fixed}.infix.infix-section{position:absolute}.infix.infix-section .infix-wrap{position:absolute}.infix-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle}.splb-loader{z-index:99999;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}.infix-loading .splb-loader{opacity:1}.infix-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.infix.stacks-v-top .infix-container{vertical-align:top}.infix.stacks-v-bottom .infix-container{vertical-align:bottom}.infix.infix-section .infix-container{position:static}.infix.infix-section.infix-inline .infix-container{position:static}.infix-content{z-index:9993;width:100%}.infix-content::after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;z-index:-1}.infix-body .infix-close{position:fixed}.infix-body.infix-inline .infix-container{width:96%;max-width:1000px}.infix-body.cross-overlay .infix-close{position:fixed}.infix-body.cross-inside .infix-close{position:absolute}.infix-section .infix-close{position:absolute}.infix-closed:not(.infix-closing){z-index:-99 !important;height:0 !important}.infix-close{display:none;cursor:pointer;text-decoration:none;text-align:center;font-style:normal;border:0;-webkit-appearance:none;outline:none;background:none;-webkit-box-shadow:none;box-shadow:none}.infix-close,[data-infix-next],[data-infix-prev]{cursor:pointer}.infix-close.icon-tr{right:0;top:0}.infix-close.icon-tl{left:0;top:0}.infix-close.icon-br{right:0;bottom:0}.infix-close.icon-bl{left:0;bottom:0}.infix-close::-moz-focus-inner{border:0;padding:0}.infix-img{max-width:100%;margin:0 auto;display:block;line-height:0;border:0}.infix-section.size-target.infix-image .infix-img[style],.infix-section.size-native.infix-image .infix-img[style]{max-height:none !important}.infix.infix-section.size-native{overflow:visible}.infix.infix-section.size-native,.infix.infix-section.size-native > .infix-wrap,.infix.infix-section.size-native > .infix-wrap > .infix-container{position:relative;width:100%}.infix.infix-section.size-native.infix-closing{display:none !important}.infix.size-native > .infix-wrap > .infix-container > .infix-content > .splb{max-height:none !important}.infix-iframe .infix-container{width:100%}.infix-body.infix-iframe .infix-container{max-width:1000px}.infix-section.infix-iframe.full-frame .infix-container{max-width:100%}.infix-section.infix-iframe.auto-size-section .infix-iframe-container{max-height:none !important}.size-target:not(.lightbox-open)[style]{max-height:initial !important;min-height:initial !important}.infix-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.infix-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.infix-htmlvideo video{position:absolute;top:0px;width:100%}.infix-instagram .infix-content{margin:0 auto;width:100%}.infix-instagram .infix-content .infix-iframe-container{padding-top:113.0719%}.infix-error{text-align:center}.infix-err-txt{color:black;background-color:rgba(255,255,255,0.4);padding:3px 6px}.spl-lightbox,.spl-lightbox::before,.spl-lightbox::after{display:none}.limelight-launcher{cursor:pointer}.limelight-launcher:not(.allowclicks) *{pointer-events:none}[data-cms-launch][data-cms-id=""].ll-empty-noclick{pointer-events:none !important}[data-cms-launch][data-cms-id=""].ll-empty-hide{display:none !important}.ll-count{display:none}.ll-overlay[class*="s-"][class*="-bg"]::before{display:none}
/* Start doore stack page CSS code */	.doo-re-grid{	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	  vertical-align: top;	}		.doo-re-grid *, .doo-re-grid *:after, .doo-re-grid *:before {	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	}			[class*='re-col-'] {	  display: inline-block;	}			.re-col-desk-0 {	  width: 0;	  display: none;	}	.re-col-desk-1 {	  width: 8.333333%;	  display: inline-block;	}	.re-col-desk-2 {	  width: 16.666666%;	  display: inline-block;	}	.re-col-desk-3 {	  width: 25%;	  display: inline-block;	}	.re-col-desk-4 {	  width: 33.333333%;	  display: inline-block;	}	.re-col-desk-5 {	  width: 41.666666%;	  display: inline-block;	}	.re-col-desk-6 {	  width: 50%;	  display: inline-block;	}	.re-col-desk-7 {	  width: 58.333333%;	  display: inline-block;	}	.re-col-desk-8 {	  width: 66.666666%;	  display: inline-block;	}	.re-col-desk-9 {	  width: 75%;	  display: inline-block;	}	.re-col-desk-10 {	  width: 83.333333%;	  display: inline-block;	}	.re-col-desk-11 {	  width: 91.666666%;	  display: inline-block;	}	.re-col-desk-12 {	  width: 100%;	  display: inline-block;	}			/* End doore stack page CSS code *//* Start dooReflow stack each CSS code */	#stacks_in_2 .grid-pad{		margin-left: -15px;		margin-right: -15px;		margin-top: -15px;		margin-bottom: -15px;	}	#stacks_in_2 [class*='re-col-']{	  padding-left: 15px;	  padding-right: 15px;	  padding-top: 15px;	  padding-bottom: 15px;	  vertical-align: middle;	}			@media all and (max-width: 1024px) {		#stacks_in_2 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_2 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_2 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_2 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_2 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_2 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_2 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code */
#stacks_in_2 {
	padding: 0px 0px 25px 0px;
}
/* Resets */
.tablePro_stacks_in_2234 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

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




#tableLoadingTextDiv_stacks_in_2234 {
  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_2234_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_2234_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_2234_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_2234 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_2234 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_2234 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_2234 thead tr {
	background-color: rgba(0, 113, 60, 1.00);
}

#tablePro_stacks_in_2234 .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_2234_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

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

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

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

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

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

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

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

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

  .tablePro_stacks_in_2234.tablesaw-columntoggle td:last-child {
    border-right: 2px 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_2234 tr td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }

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

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

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_2234 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_2234 td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_2234 td:last-child {
    border-right: 2px solid rgba(0, 0, 0, 1.00);
  }

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



}

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


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

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

#stacks_in_2234 {
	background-color: rgba(204, 204, 204, 1.00);
}
/* Resets */
.tablePro_stacks_in_2051 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

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




#tableLoadingTextDiv_stacks_in_2051 {
  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_2051_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_2051_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_2051_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_2051 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_2051 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_2051 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_2051 thead tr {
	background-color: rgba(0, 113, 60, 1.00);
}

#tablePro_stacks_in_2051 .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_2051_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

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

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

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

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

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

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

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

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

  .tablePro_stacks_in_2051.tablesaw-columntoggle td:last-child {
    border-right: 2px 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_2051 tr td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }

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

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

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_2051 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_2051 td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_2051 td:last-child {
    border-right: 2px solid rgba(0, 0, 0, 1.00);
  }

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



}

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


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

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

#stacks_in_2051 {
	background-color: rgba(204, 204, 204, 1.00);
}
/* Resets */
.tablePro_stacks_in_1499 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

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




#tableLoadingTextDiv_stacks_in_1499 {
  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_1499_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_1499_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_1499_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_1499 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_1499 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_1499 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_1499 thead tr {
	background-color: rgba(0, 113, 60, 1.00);
}

#tablePro_stacks_in_1499 .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_1499_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

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

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

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

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

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

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

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

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

  .tablePro_stacks_in_1499.tablesaw-columntoggle td:last-child {
    border-right: 2px 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_1499 tr td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }

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

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

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_1499 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_1499 td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1499 td:last-child {
    border-right: 2px solid rgba(0, 0, 0, 1.00);
  }

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



}

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


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

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

#stacks_in_1499 {
	background-color: rgba(204, 204, 204, 1.00);
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2050 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_2050 {
		display: none !important;
	}
}
/* Resets */
.tablePro_stacks_in_1865 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

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




#tableLoadingTextDiv_stacks_in_1865 {
  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_1865_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_1865_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_1865_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_1865 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_1865 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_1865 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_1865 thead tr {
	background-color: rgba(0, 113, 60, 1.00);
}

#tablePro_stacks_in_1865 .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_1865_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

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

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

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

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

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

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

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

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

  .tablePro_stacks_in_1865.tablesaw-columntoggle td:last-child {
    border-right: 2px 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_1865 tr td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }

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

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

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_1865 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_1865 td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1865 td:last-child {
    border-right: 2px solid rgba(0, 0, 0, 1.00);
  }

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



}

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


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

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

#stacks_in_1865 {
	background-color: rgba(204, 204, 204, 1.00);
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2049 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_2049 {
		display: none !important;
	}
}
/* Resets */
.tablePro_stacks_in_1682 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

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




#tableLoadingTextDiv_stacks_in_1682 {
  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_1682_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_1682_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_1682_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_1682 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_1682 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_1682 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_1682 thead tr {
	background-color: rgba(0, 113, 60, 1.00);
}

#tablePro_stacks_in_1682 .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_1682_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

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

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

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

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

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

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

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

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

  .tablePro_stacks_in_1682.tablesaw-columntoggle td:last-child {
    border-right: 2px 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_1682 tr td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }

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

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

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_1682 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_1682 td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1682 td:last-child {
    border-right: 2px solid rgba(0, 0, 0, 1.00);
  }

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



}

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


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

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

#stacks_in_1682 {
	background-color: rgba(204, 204, 204, 1.00);
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2048 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_2048 {
		display: none !important;
	}
}
/* Resets */
.tablePro_stacks_in_1314 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

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




#tableLoadingTextDiv_stacks_in_1314 {
  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_1314_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_1314_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_1314_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_1314 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_1314 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_1314 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_1314 thead tr {
	background-color: rgba(0, 113, 60, 1.00);
}

#tablePro_stacks_in_1314 .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_1314_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

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

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

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

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

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

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

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

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

  .tablePro_stacks_in_1314.tablesaw-columntoggle td:last-child {
    border-right: 2px 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_1314 tr td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }

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

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

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_1314 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_1314 td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_1314 td:last-child {
    border-right: 2px solid rgba(0, 0, 0, 1.00);
  }

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



}

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


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

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

#stacks_in_1314 {
	background-color: rgba(204, 204, 204, 1.00);
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1497 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1497 {
		display: none !important;
	}
}
/* Resets */
.tablePro_stacks_in_367 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

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




#tableLoadingTextDiv_stacks_in_367 {
  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_367_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_367_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_367_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_367 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_367 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

/* Table header color */
.tablePro_stacks_in_367 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_367 thead tr {
	background-color: rgba(0, 113, 60, 1.00);
}

#tablePro_stacks_in_367 .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_367_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

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

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

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

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

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

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

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

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

  .tablePro_stacks_in_367.tablesaw-columntoggle td:last-child {
    border-right: 2px 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_367 tr td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }

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

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

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_367 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_367 td:first-child {
    border-left: 2px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_367 td:last-child {
    border-right: 2px solid rgba(0, 0, 0, 1.00);
  }

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



}

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


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

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

#stacks_in_367 {
	background-color: rgba(204, 204, 204, 1.00);
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1114 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1114 {
		display: none !important;
	}
}

#stacks_in_1498_5 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1498_8_4>.s3_row {
	margin: 0 -10px;
}

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








  


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




	#stacks_in_1498_8_4>.s3_row  {
		margin: -10px;
	}
	#stacks_in_1498_8_4>.s3_row>.s3_column {
		padding: 10px;
		width:50%;
	}
	#stacks_in_1498_8_4>.s3_row>.s3_column_right {
		padding: 10px;
		width:100%;
	}



}



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


	#stacks_in_1498_8_4>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1498_8_4>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}





}




  

#stacks_in_1498_8_4 {
	border: solid rgba(0, 112, 59, 1.00);
	border-width: 3px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_1498_8_18 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_1498_8_6 {
	padding: 10px 0px 0px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1498_8_17 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1498_8_17 {
		display: none !important;
	}
}

#stacks_in_1498_8_22 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_1498_8_20 {
	padding: 10px 0px 0px 0px;
}
#toTop{--elevator-image:url(../gas-brennwerte-rlm_files/image-16-066.png);--elevator-size:51px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
#mc_stack_stacks_in_1498_3 *,
#mc_stack_stacks_in_1498_3 *::before,
#mc_stack_stacks_in_1498_3 *::after {
	box-sizing: border-box;
}






/* CSS code for restyling the RapidWeaver privacy popup message */
#mc_wrapper {
	display: inline-block;
	background: rgba(255, 255, 255, 1.00);
	border-radius: 0.5rem;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.20);
	margin: 2rem;
	padding: 1rem;
	
	
	
	
	
	
	
	
	
	
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	margin: 0;
	max-width: none;
	width: 100%;
	border-radius: 0;
	
	
	
	
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
	z-index: 99999;
}

#mc_wrapper #rapidweaver_privacy_message p,
#mc_wrapper #rapidweaver_privacy_message_dismiss_button {
	font-size: 1.125rem;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0;
}

#mc_wrapper #rapidweaver_privacy_message p {
	flex: 1;
	color: rgba(66, 66, 66, 1.00);
}

@media screen and (max-width: 568px) {
	/* Mobile styling */
	#mc_wrapper {
		width: 100%;
		margin: 0;
		border-radius: 0;
		margin-left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#mc_wrapper #rapidweaver_privacy_message {
		flex-direction: column;
	}

	#mc_wrapper #rapidweaver_privacy_message p {
		text-align: center;
		margin-bottom: 1rem;
	}

	#mc_wrapper #rapidweaver_privacy_message_dismiss_button {
		margin-left: 0 !important;
	}
}

#mc_wrapper #rapidweaver_privacy_message p a,
#mc_wrapper #rapidweaver_privacy_message p a:visited {
	font-weight: 600;
	color: rgba(0, 112, 59, 1.00);
	background: none;
	border: none;
	transition: all 100ms ease-in-out;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	
	
	
}

#mc_wrapper #rapidweaver_privacy_message p a:hover {
	color: rgba(88, 171, 73, 1.00);
	text-decoration: none;
	background: none;
	border: none;
}

#mc_wrapper #rapidweaver_privacy_message p a:active {
	color: rgba(88, 171, 73, 1.00);
	text-decoration: none;
	background: none;
	border: none;
	opacity: 0.50;
}

#mc_wrapper #rapidweaver_privacy_message p a:focus {
	outline: 1px dotted rgba(88, 171, 73, 1.00);
}

/* Hide the RW privacy popup until we have wrapped it inside #mc_wrapper */
#rapidweaver_privacy_message {
	opacity: 0;
}

#mc_wrapper #rapidweaver_privacy_message {
	opacity: 1;
}


/* Override the RW privacy message styles */
#mc_wrapper #rapidweaver_privacy_message {
	position: static;
	bottom: auto;
	background-color: transparent;
	color: inherit;
	width: auto;
	padding: 0;
	z-index: 0;
	text-align: left;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#mc_wrapper #rapidweaver_privacy_message_dismiss_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0, 112, 59, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding:  ;
	margin-left: 1rem;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#mc_wrapper #rapidweaver_privacy_message_dismiss_button:hover {
	color: rgba(0, 0, 0, 1.00);
	background-color: rgba(88, 171, 73, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
}

#mc_wrapper #rapidweaver_privacy_message_dismiss_button:active {
	color: rgba(0, 0, 0, 1.00);
	background-color: rgba(88, 171, 73, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	opacity: 0.50;
}

#mc_wrapper #rapidweaver_privacy_message_dismiss_button:focus {
	outline: 1px dotted rgba(0, 0, 0, 1.00);
}


/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1498_3,
#mc_button_accept_all_stacks_in_1498_3,
#mc_button_disallow_all_stacks_in_1498_3,
.mc_button_stacks_in_1498_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0, 112, 59, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding:  ;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1498_3:hover,
.mc_button_stacks_in_1498_3:hover,
#mc_button_accept_all_stacks_in_1498_3:hover,
#mc_button_disallow_all_stacks_in_1498_3:hover {
	color: rgba(0, 0, 0, 1.00);
	background-color: rgba(88, 171, 73, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1498_3:active,
.mc_button_stacks_in_1498_3:active,
#mc_button_accept_all_stacks_in_1498_3:active,
#mc_button_disallow_all_stacks_in_1498_3:active {
	color: rgba(0, 0, 0, 1.00);
	background-color: rgba(88, 171, 73, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1498_3:focus,
#mc_button_accept_all_stacks_in_1498_3:focus,
#mc_button_disallow_all_stacks_in_1498_3:focus,
.mc_button_stacks_in_1498_3:focus {
	outline: 2px dotted rgba(0, 0, 0, 1.00);
}







#dialog_title_stacks_in_1498_3,
#dialog_desc_stacks_in_1498_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1498_3,
	#mc_window_shade_stacks_in_1498_3,
	#mc_wrapper_stacks_in_1498_3 {
		display: none;
	}
}



/* Start Obscure Email stack CSS code */.stacks_in_1498_9topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_1498_9mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_1498_9small{font-weight: normal;font-size: 12px;}.stacks_in_1498_9centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_1498_9centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */


#stacks_in_1311_5 .teleportMe {
display: none;
}



/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_1311_6.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_1311_6.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1311_24 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1311_24 {
		display: none !important;
	}
}


#stacks_in_1311_10 {
	padding: 0px 0px 20px 0px;
}
.lb-master_stacks_in_1311_9.bg-vault.bg-color.style-pro-stacks_in_1311_9{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_1311_9.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_1311_9.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_1311_9.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_1311_9.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_1311_9{position:fixed}.ll-open-stacks_in_1311_9 > .ll-overlay#ovl_stacks_in_1311_9{z-index:9989}.ll-open-stacks_in_1311_9.sectionsPro1 > .ll-overlay#ovl_stacks_in_1311_9{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_1311_9.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_1311_9.close-vis-large-only .infix-close{display:none !important}}#stacks_in_1311_9 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_1311_9.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_1311_9.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_1311_9.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight1"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_1311_9 > .shear-wrapper{position:absolute}.lb-master_stacks_in_1311_9.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_1311_9.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_1311_9.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_1311_9.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_1311_9.maxw-frame:not(.custom-size) .infix-container{max-width:600px}@media screen and (max-width:640px){.lb-master_stacks_in_1311_9.maxw-frame:not(.custom-size) .infix-container{max-width:800px}}.lb-master_stacks_in_1311_9.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_1311_9.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_1311_9.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_1311_9.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_9.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_9.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_1311_9.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_9.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_1311_9.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_9.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_1311_9.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_9.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_1311_9.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_9.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_1311_9.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_1311_9.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_1311_9.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_1311_9.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_1311_9 .infix-content{border:6px solid rgba(76, 159, 59, 1.00)}.lb-master_stacks_in_1311_9 .infix-content,.lb-master_stacks_in_1311_9 .infix-content::before{border-radius:0px}.lb-master_stacks_in_1311_9 .infix-content > .infix-iframe-container,.lb-master_stacks_in_1311_9 .infix-content > .infix-iframe-container > iframe{border-radius:calc(0px - 6px)}.lb-master_stacks_in_1311_9 .infix-content img{border-radius:0px}.lb-master_stacks_in_1311_9 .infix-content::after{border-radius:calc(0px - 6px)}.lb-master_stacks_in_1311_9 .infix-content::after{-webkit-box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30);box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30)}.lb-master_stacks_in_1311_9 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_1311_9 .infix-close{opacity:1 !important}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_1311_9 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(255, 255, 255, 0.96);font-size:12px;line-height:1}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(63, 146, 45, 1.00);text-align:center}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg circle.bg{fill:rgba(63, 146, 45, 1.00)}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 0.96);stroke-width:4px;fill:none}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_1311_9 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_1311_9 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_1311_9 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg circle.bg{fill:rgba(63, 146, 45, 1.00)}.lb-master_stacks_in_1311_9 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_1311_9 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_1311_9 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 1.00);fill:none}.lb-master_stacks_in_1311_9 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_1311_9 .infix-close > .close-wrap.close-text-only{color:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_1311_9 .infix-close i.fa,.lb-master_stacks_in_1311_9 .infix-close svg,.lb-master_stacks_in_1311_9 .infix-close .simple-icon,.lb-master_stacks_in_1311_9 .infix-close .close-wrap,.lb-master_stacks_in_1311_9 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_1311_9 .infix-close .close-wrap,.lb-master_stacks_in_1311_9 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_1311_9 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_1311_9 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_1311_9 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_1311_9 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_1311_9 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_1311_9 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_1311_9.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_1311_9 .splb-loader .loader-message{display:none}.lb-master_stacks_in_1311_9 .splb-loader svg{display:none}.lb-master_stacks_in_1311_9 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_1311_15{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1311_15.splb{padding:px}#splb_stacks_in_1311_15 .infix-iframe-container{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1311_15{display:none}.infix-opened #stacks_in_1311_15,.infix-closed #stacks_in_1311_15{display:block}.lightbox1{cursor:pointer}#splb_stacks_in_1311_15.infix-googlemaps .infix-iframe-container,#splb_stacks_in_1311_15.infix-page .infix-iframe-container{padding-top:600.00px}#splb_stacks_in_1311_15.infix-googlemaps.ll-small .infix-iframe-container,#splb_stacks_in_1311_15.infix-page.ll-small .infix-iframe-container{padding-top:400.00px}
.style-pro-stacks_in_1311_9::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1311_9:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_1311_9.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_1311_9 > #ovl_stacks_in_1311_9.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_1311_9, .lb-master_stacks_in_1311_9.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_1311_9.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_1311_9 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_1311_9.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_9.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_9.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_1311_9.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_1311_9.infix-closed .infix-container::after, .lb-master_stacks_in_1311_9.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_1311_9.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_1311_9, .lb-master_stacks_in_1311_9.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_9.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_1311_9.infix-loading .infix-content, .lb-master_stacks_in_1311_9.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_9.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_1311_9.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_1311_9.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_1311_9.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_1311_9 [data-infix-next], .lb-master_stacks_in_1311_9 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_1311_9 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_1311_9 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_1311_9 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_1311_9 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_1311_9 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_1311_9 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_1311_9 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_1311_9 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_1311_9 [data-infix-next]::before,
.lb-master_stacks_in_1311_9 [data-infix-next]::after,
.lb-master_stacks_in_1311_9 [data-infix-prev]::before,
.lb-master_stacks_in_1311_9 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_1311_9 html.bwd-touch [data-infix-next], .lb-master_stacks_in_1311_9 [data-infix-next]:hover,
.lb-master_stacks_in_1311_9 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_1311_9 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_1311_9 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_1311_9 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_1311_9 [data-infix-next]:hover::before, .lb-master_stacks_in_1311_9 [data-infix-next]:hover::after,
  .lb-master_stacks_in_1311_9 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_1311_9 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_1311_9 [data-infix-prev]:hover::before, .lb-master_stacks_in_1311_9 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_1311_9 [data-infix-next]::after,
.lb-master_stacks_in_1311_9 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_1311_9 [data-infix-prev]::after, .lb-master_stacks_in_1311_9 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_1311_9 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_1311_9 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_1311_9 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_1311_9 [data-infix-prev]::before {
  transform: rotate(-315deg); }


#stacks_in_1311_50 {
	padding: 0px 0px 20px 0px;
}
.lb-master_stacks_in_1311_53.bg-vault.bg-color.style-pro-stacks_in_1311_53{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_1311_53.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_1311_53.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_1311_53.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_1311_53.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_1311_53{position:fixed}.ll-open-stacks_in_1311_53 > .ll-overlay#ovl_stacks_in_1311_53{z-index:9989}.ll-open-stacks_in_1311_53.sectionsPro1 > .ll-overlay#ovl_stacks_in_1311_53{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_1311_53.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_1311_53.close-vis-large-only .infix-close{display:none !important}}#stacks_in_1311_53 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_1311_53.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_1311_53.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_1311_53.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight1"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_1311_53 > .shear-wrapper{position:absolute}.lb-master_stacks_in_1311_53.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_1311_53.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_1311_53.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_1311_53.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_1311_53.maxw-frame:not(.custom-size) .infix-container{max-width:600px}@media screen and (max-width:640px){.lb-master_stacks_in_1311_53.maxw-frame:not(.custom-size) .infix-container{max-width:800px}}.lb-master_stacks_in_1311_53.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_1311_53.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_1311_53.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_1311_53.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_53.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_53.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_1311_53.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_53.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_1311_53.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_53.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_1311_53.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_53.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_1311_53.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_53.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_1311_53.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_1311_53.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_1311_53.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_1311_53.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_1311_53 .infix-content{border:6px solid rgba(76, 159, 59, 1.00)}.lb-master_stacks_in_1311_53 .infix-content,.lb-master_stacks_in_1311_53 .infix-content::before{border-radius:0px}.lb-master_stacks_in_1311_53 .infix-content > .infix-iframe-container,.lb-master_stacks_in_1311_53 .infix-content > .infix-iframe-container > iframe{border-radius:calc(0px - 6px)}.lb-master_stacks_in_1311_53 .infix-content img{border-radius:0px}.lb-master_stacks_in_1311_53 .infix-content::after{border-radius:calc(0px - 6px)}.lb-master_stacks_in_1311_53 .infix-content::after{-webkit-box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30);box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30)}.lb-master_stacks_in_1311_53 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_1311_53 .infix-close{opacity:1 !important}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_1311_53 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(255, 255, 255, 0.96);font-size:12px;line-height:1}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(63, 146, 45, 1.00);text-align:center}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg circle.bg{fill:rgba(63, 146, 45, 1.00)}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 0.96);stroke-width:4px;fill:none}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_1311_53 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_1311_53 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_1311_53 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg circle.bg{fill:rgba(63, 146, 45, 1.00)}.lb-master_stacks_in_1311_53 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_1311_53 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_1311_53 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 1.00);fill:none}.lb-master_stacks_in_1311_53 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_1311_53 .infix-close > .close-wrap.close-text-only{color:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_1311_53 .infix-close i.fa,.lb-master_stacks_in_1311_53 .infix-close svg,.lb-master_stacks_in_1311_53 .infix-close .simple-icon,.lb-master_stacks_in_1311_53 .infix-close .close-wrap,.lb-master_stacks_in_1311_53 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_1311_53 .infix-close .close-wrap,.lb-master_stacks_in_1311_53 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_1311_53 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_1311_53 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_1311_53 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_1311_53 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_1311_53 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_1311_53 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_1311_53.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_1311_53 .splb-loader .loader-message{display:none}.lb-master_stacks_in_1311_53 .splb-loader svg{display:none}.lb-master_stacks_in_1311_53 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_1311_56{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1311_56.splb{padding:px}#splb_stacks_in_1311_56 .infix-iframe-container{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1311_56{display:none}.infix-opened #stacks_in_1311_56,.infix-closed #stacks_in_1311_56{display:block}.lightbox2{cursor:pointer}#splb_stacks_in_1311_56.infix-googlemaps .infix-iframe-container,#splb_stacks_in_1311_56.infix-page .infix-iframe-container{padding-top:600.00px}#splb_stacks_in_1311_56.infix-googlemaps.ll-small .infix-iframe-container,#splb_stacks_in_1311_56.infix-page.ll-small .infix-iframe-container{padding-top:400.00px}
.style-pro-stacks_in_1311_53::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1311_53:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_1311_53.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_1311_53 > #ovl_stacks_in_1311_53.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_1311_53, .lb-master_stacks_in_1311_53.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_1311_53.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_1311_53 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_1311_53.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_53.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_53.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_1311_53.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_1311_53.infix-closed .infix-container::after, .lb-master_stacks_in_1311_53.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_1311_53.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_1311_53, .lb-master_stacks_in_1311_53.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_53.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_1311_53.infix-loading .infix-content, .lb-master_stacks_in_1311_53.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_53.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_1311_53.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_1311_53.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_1311_53.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_1311_53 [data-infix-next], .lb-master_stacks_in_1311_53 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_1311_53 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_1311_53 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_1311_53 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_1311_53 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_1311_53 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_1311_53 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_1311_53 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_1311_53 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_1311_53 [data-infix-next]::before,
.lb-master_stacks_in_1311_53 [data-infix-next]::after,
.lb-master_stacks_in_1311_53 [data-infix-prev]::before,
.lb-master_stacks_in_1311_53 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_1311_53 html.bwd-touch [data-infix-next], .lb-master_stacks_in_1311_53 [data-infix-next]:hover,
.lb-master_stacks_in_1311_53 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_1311_53 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_1311_53 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_1311_53 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_1311_53 [data-infix-next]:hover::before, .lb-master_stacks_in_1311_53 [data-infix-next]:hover::after,
  .lb-master_stacks_in_1311_53 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_1311_53 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_1311_53 [data-infix-prev]:hover::before, .lb-master_stacks_in_1311_53 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_1311_53 [data-infix-next]::after,
.lb-master_stacks_in_1311_53 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_1311_53 [data-infix-prev]::after, .lb-master_stacks_in_1311_53 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_1311_53 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_1311_53 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_1311_53 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_1311_53 [data-infix-prev]::before {
  transform: rotate(-315deg); }


#stacks_in_1311_68 {
	padding: 0px 0px 20px 0px;
}
.lb-master_stacks_in_1311_71.bg-vault.bg-color.style-pro-stacks_in_1311_71{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_1311_71.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_1311_71.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_1311_71.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_1311_71.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_1311_71{position:fixed}.ll-open-stacks_in_1311_71 > .ll-overlay#ovl_stacks_in_1311_71{z-index:9989}.ll-open-stacks_in_1311_71.sectionsPro1 > .ll-overlay#ovl_stacks_in_1311_71{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_1311_71.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_1311_71.close-vis-large-only .infix-close{display:none !important}}#stacks_in_1311_71 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_1311_71.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_1311_71.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_1311_71.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight1"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_1311_71 > .shear-wrapper{position:absolute}.lb-master_stacks_in_1311_71.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_1311_71.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_1311_71.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_1311_71.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_1311_71.maxw-frame:not(.custom-size) .infix-container{max-width:600px}@media screen and (max-width:640px){.lb-master_stacks_in_1311_71.maxw-frame:not(.custom-size) .infix-container{max-width:800px}}.lb-master_stacks_in_1311_71.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_1311_71.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_1311_71.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_1311_71.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_71.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_71.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_1311_71.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_71.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_1311_71.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_71.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_1311_71.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_71.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_1311_71.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_71.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_1311_71.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_1311_71.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_1311_71.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_1311_71.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_1311_71 .infix-content{border:6px solid rgba(76, 159, 59, 1.00)}.lb-master_stacks_in_1311_71 .infix-content,.lb-master_stacks_in_1311_71 .infix-content::before{border-radius:0px}.lb-master_stacks_in_1311_71 .infix-content > .infix-iframe-container,.lb-master_stacks_in_1311_71 .infix-content > .infix-iframe-container > iframe{border-radius:calc(0px - 6px)}.lb-master_stacks_in_1311_71 .infix-content img{border-radius:0px}.lb-master_stacks_in_1311_71 .infix-content::after{border-radius:calc(0px - 6px)}.lb-master_stacks_in_1311_71 .infix-content::after{-webkit-box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30);box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30)}.lb-master_stacks_in_1311_71 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_1311_71 .infix-close{opacity:1 !important}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_1311_71 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(255, 255, 255, 0.96);font-size:12px;line-height:1}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(63, 146, 45, 1.00);text-align:center}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg circle.bg{fill:rgba(63, 146, 45, 1.00)}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 0.96);stroke-width:4px;fill:none}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_1311_71 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_1311_71 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_1311_71 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg circle.bg{fill:rgba(63, 146, 45, 1.00)}.lb-master_stacks_in_1311_71 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_1311_71 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_1311_71 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 1.00);fill:none}.lb-master_stacks_in_1311_71 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_1311_71 .infix-close > .close-wrap.close-text-only{color:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_1311_71 .infix-close i.fa,.lb-master_stacks_in_1311_71 .infix-close svg,.lb-master_stacks_in_1311_71 .infix-close .simple-icon,.lb-master_stacks_in_1311_71 .infix-close .close-wrap,.lb-master_stacks_in_1311_71 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_1311_71 .infix-close .close-wrap,.lb-master_stacks_in_1311_71 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_1311_71 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_1311_71 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_1311_71 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_1311_71 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_1311_71 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_1311_71 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_1311_71.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_1311_71 .splb-loader .loader-message{display:none}.lb-master_stacks_in_1311_71 .splb-loader svg{display:none}.lb-master_stacks_in_1311_71 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_1311_74{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1311_74.splb{padding:px}#splb_stacks_in_1311_74 .infix-iframe-container{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1311_74{display:none}.infix-opened #stacks_in_1311_74,.infix-closed #stacks_in_1311_74{display:block}.lightbox3{cursor:pointer}#splb_stacks_in_1311_74.infix-googlemaps .infix-iframe-container,#splb_stacks_in_1311_74.infix-page .infix-iframe-container{padding-top:600.00px}#splb_stacks_in_1311_74.infix-googlemaps.ll-small .infix-iframe-container,#splb_stacks_in_1311_74.infix-page.ll-small .infix-iframe-container{padding-top:400.00px}
.style-pro-stacks_in_1311_71::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1311_71:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_1311_71.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_1311_71 > #ovl_stacks_in_1311_71.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_1311_71, .lb-master_stacks_in_1311_71.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_1311_71.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_1311_71 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_1311_71.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_71.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_71.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_1311_71.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_1311_71.infix-closed .infix-container::after, .lb-master_stacks_in_1311_71.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_1311_71.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_1311_71, .lb-master_stacks_in_1311_71.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_71.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_1311_71.infix-loading .infix-content, .lb-master_stacks_in_1311_71.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_71.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_1311_71.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_1311_71.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_1311_71.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_1311_71 [data-infix-next], .lb-master_stacks_in_1311_71 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_1311_71 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_1311_71 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_1311_71 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_1311_71 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_1311_71 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_1311_71 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_1311_71 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_1311_71 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_1311_71 [data-infix-next]::before,
.lb-master_stacks_in_1311_71 [data-infix-next]::after,
.lb-master_stacks_in_1311_71 [data-infix-prev]::before,
.lb-master_stacks_in_1311_71 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_1311_71 html.bwd-touch [data-infix-next], .lb-master_stacks_in_1311_71 [data-infix-next]:hover,
.lb-master_stacks_in_1311_71 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_1311_71 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_1311_71 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_1311_71 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_1311_71 [data-infix-next]:hover::before, .lb-master_stacks_in_1311_71 [data-infix-next]:hover::after,
  .lb-master_stacks_in_1311_71 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_1311_71 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_1311_71 [data-infix-prev]:hover::before, .lb-master_stacks_in_1311_71 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_1311_71 [data-infix-next]::after,
.lb-master_stacks_in_1311_71 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_1311_71 [data-infix-prev]::after, .lb-master_stacks_in_1311_71 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_1311_71 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_1311_71 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_1311_71 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_1311_71 [data-infix-prev]::before {
  transform: rotate(-315deg); }


#stacks_in_1311_86 {
	padding: 0px 0px 20px 0px;
}
.lb-master_stacks_in_1311_89.bg-vault.bg-color.style-pro-stacks_in_1311_89{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_1311_89.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_1311_89.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_1311_89.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_1311_89.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_1311_89{position:fixed}.ll-open-stacks_in_1311_89 > .ll-overlay#ovl_stacks_in_1311_89{z-index:9989}.ll-open-stacks_in_1311_89.sectionsPro1 > .ll-overlay#ovl_stacks_in_1311_89{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_1311_89.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_1311_89.close-vis-large-only .infix-close{display:none !important}}#stacks_in_1311_89 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_1311_89.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_1311_89.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_1311_89.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight1"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_1311_89 > .shear-wrapper{position:absolute}.lb-master_stacks_in_1311_89.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_1311_89.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_1311_89.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_1311_89.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_1311_89.maxw-frame:not(.custom-size) .infix-container{max-width:600px}@media screen and (max-width:640px){.lb-master_stacks_in_1311_89.maxw-frame:not(.custom-size) .infix-container{max-width:800px}}.lb-master_stacks_in_1311_89.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_1311_89.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_1311_89.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_1311_89.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_89.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_89.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_1311_89.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_89.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_1311_89.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_89.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_1311_89.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_1311_89.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_1311_89.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_1311_89.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_1311_89.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_1311_89.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_1311_89.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_1311_89.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_1311_89 .infix-content{border:6px solid rgba(76, 159, 59, 1.00)}.lb-master_stacks_in_1311_89 .infix-content,.lb-master_stacks_in_1311_89 .infix-content::before{border-radius:0px}.lb-master_stacks_in_1311_89 .infix-content > .infix-iframe-container,.lb-master_stacks_in_1311_89 .infix-content > .infix-iframe-container > iframe{border-radius:calc(0px - 6px)}.lb-master_stacks_in_1311_89 .infix-content img{border-radius:0px}.lb-master_stacks_in_1311_89 .infix-content::after{border-radius:calc(0px - 6px)}.lb-master_stacks_in_1311_89 .infix-content::after{-webkit-box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30);box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30)}.lb-master_stacks_in_1311_89 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_1311_89 .infix-close{opacity:1 !important}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_1311_89 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(255, 255, 255, 0.96);font-size:12px;line-height:1}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 0.96);stroke-width:4px;fill:none}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_1311_89 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_1311_89 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_1311_89 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_1311_89 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_1311_89 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_1311_89 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 1.00);fill:none}.lb-master_stacks_in_1311_89 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_1311_89 .infix-close > .close-wrap.close-text-only{color:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_1311_89 .infix-close i.fa,.lb-master_stacks_in_1311_89 .infix-close svg,.lb-master_stacks_in_1311_89 .infix-close .simple-icon,.lb-master_stacks_in_1311_89 .infix-close .close-wrap,.lb-master_stacks_in_1311_89 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_1311_89 .infix-close .close-wrap,.lb-master_stacks_in_1311_89 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_1311_89 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_1311_89 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_1311_89 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_1311_89 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_1311_89 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_1311_89 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_1311_89.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_1311_89 .splb-loader .loader-message{display:none}.lb-master_stacks_in_1311_89 .splb-loader svg{display:none}.lb-master_stacks_in_1311_89 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_1311_92{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1311_92.splb{padding:px}#splb_stacks_in_1311_92 .infix-iframe-container{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1311_92{display:none}.infix-opened #stacks_in_1311_92,.infix-closed #stacks_in_1311_92{display:block}.lightbox4{cursor:pointer}
.style-pro-stacks_in_1311_89::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1311_89:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_1311_89.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_1311_89 > #ovl_stacks_in_1311_89.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_1311_89, .lb-master_stacks_in_1311_89.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_1311_89.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_1311_89 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_1311_89.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_89.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_89.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_1311_89.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_1311_89.infix-closed .infix-container::after, .lb-master_stacks_in_1311_89.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_1311_89.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_1311_89, .lb-master_stacks_in_1311_89.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_89.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_1311_89.infix-loading .infix-content, .lb-master_stacks_in_1311_89.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_1311_89.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_1311_89.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_1311_89.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_1311_89.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_1311_89 [data-infix-next], .lb-master_stacks_in_1311_89 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_1311_89 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_1311_89 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_1311_89 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_1311_89 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_1311_89 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_1311_89 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_1311_89 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_1311_89 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_1311_89 [data-infix-next]::before,
.lb-master_stacks_in_1311_89 [data-infix-next]::after,
.lb-master_stacks_in_1311_89 [data-infix-prev]::before,
.lb-master_stacks_in_1311_89 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_1311_89 html.bwd-touch [data-infix-next], .lb-master_stacks_in_1311_89 [data-infix-next]:hover,
.lb-master_stacks_in_1311_89 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_1311_89 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_1311_89 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_1311_89 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_1311_89 [data-infix-next]:hover::before, .lb-master_stacks_in_1311_89 [data-infix-next]:hover::after,
  .lb-master_stacks_in_1311_89 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_1311_89 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_1311_89 [data-infix-prev]:hover::before, .lb-master_stacks_in_1311_89 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_1311_89 [data-infix-next]::after,
.lb-master_stacks_in_1311_89 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_1311_89 [data-infix-prev]::after, .lb-master_stacks_in_1311_89 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_1311_89 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_1311_89 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_1311_89 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_1311_89 [data-infix-prev]::before {
  transform: rotate(-315deg); }
