@-webkit-keyframes pointpulse{0%{-webkit-transform:scale(0.75);transform:scale(0.75);opacity:1}30%{-webkit-transform:scale(0.75);transform:scale(0.75);opacity:1}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes pointpulse{0%{-webkit-transform:scale(0.75);transform:scale(0.75);opacity:1}30%{-webkit-transform:scale(0.75);transform:scale(0.75);opacity:1}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}.com_joeworkman_stacks_points2_stack{margin:0 auto}.com_joeworkman_stacks_points2_stack .points-wrapper{position:relative;width:100%;margin:0 auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.com_joeworkman_stacks_points2_stack .points-wrapper img{display:block;width:100%;height:auto;position:absolute;top:0;left:0;margin:0;padding:0;}.com_joeworkman_stacks_points2_stack .point{opacity:0;position:absolute;-webkit-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);padding:0;margin:0;background:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.com_joeworkman_stacks_points2_stack .point.active{z-index:51}.com_joeworkman_stacks_points2_stack .point a{display:block;height:100%;width:100%}.com_joeworkman_stacks_points2_stack .on-hover:hover .point{opacity:1}@media only screen and (max-width:40em){.com_joeworkman_stacks_points2_stack .hide-mobile .point{display:none}}.com_joeworkman_stacks_points2_stack abbr{height:100%;width:100%;background-color:transparent;position:relative;border:none;display:block;text-align:center;text-decoration:none}.com_joeworkman_stacks_points2_stack .mode-circle abbr{border-radius:50%}.com_joeworkman_stacks_points2_stack .mode-circle.point-pulse .ring{top:0;position:absolute;border-radius:50%;border:none;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation:pointpulse 1.5s ease-out infinite;animation:pointpulse 1.5s ease-out infinite}.com_joeworkman_stacks_points2_stack .mode-image abbr{background-size:100%}.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip{text-align:center;line-height:1.5;position:fixed;z-index:50;padding:10px 15px;max-width:340px}.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip h1,.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip h2,.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip h3,.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip h4,.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip h5,.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip h6{margin-top:0;margin-bottom:.5em}.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip:after{width:0;height:0;border-left:10px solid transparent !important;border-right:10px solid transparent !important;border-top-width:10px;border-top-style:solid;content:'';position:absolute;left:50%;bottom:-10px;margin-left:-10px}.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip.top:after{border-top-color:transparent !important;border-bottom-width:10px;border-bottom-style:solid;top:-20px;bottom:auto}.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip.left:after{left:10px;margin:0}.com_joeworkman_stacks_points2_stack .info-tooltip .points-tooltip.right:after{right:10px;left:auto;margin:0}.com_joeworkman_stacks_points2_stack .info-overlay .points-tooltip{text-align:left;line-height:1.5;position:absolute;width:100%;max-width:100% !important;bottom:0;left:0 !important;top:auto !important;z-index:52;padding:10px 15px;border-radius:0 !important}.com_joeworkman_stacks_points2_stack .info-overlay .points-tooltip h1,.com_joeworkman_stacks_points2_stack .info-overlay .points-tooltip h2,.com_joeworkman_stacks_points2_stack .info-overlay .points-tooltip h3,.com_joeworkman_stacks_points2_stack .info-overlay .points-tooltip h4,.com_joeworkman_stacks_points2_stack .info-overlay .points-tooltip h5,.com_joeworkman_stacks_points2_stack .info-overlay .points-tooltip h6{margin-top:0;margin-bottom:.5em}
/*! 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;
}.com_joeworkman_stacks_movingbox2_stack .slick-cloned .stacks_left{float:left;width:49%}.com_joeworkman_stacks_movingbox2_stack .slick-cloned .stacks_right{float:right;width:49%}.com_joeworkman_stacks_movingbox2_stack .slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.com_joeworkman_stacks_movingbox2_stack .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.com_joeworkman_stacks_movingbox2_stack .slick-list:focus{outline:none}.com_joeworkman_stacks_movingbox2_stack .slick-list.dragging{cursor:pointer;cursor:hand}.com_joeworkman_stacks_movingbox2_stack .slick-track{position:relative;left:0;top:0;display:block;zoom:1}.com_joeworkman_stacks_movingbox2_stack .slick-track:before,.com_joeworkman_stacks_movingbox2_stack .slick-track:after{content:"";display:table}.com_joeworkman_stacks_movingbox2_stack .slick-track:after{clear:both}.com_joeworkman_stacks_movingbox2_stack .slick-loading .slick-track{visibility:hidden}.com_joeworkman_stacks_movingbox2_stack .slick-center{z-index:10}.com_joeworkman_stacks_movingbox2_stack .slick-slide{float:left;height:100%;min-height:1px;display:none}.com_joeworkman_stacks_movingbox2_stack .slick-slide .slick-loading img{display:none}.com_joeworkman_stacks_movingbox2_stack .slick-slide .dragging img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.com_joeworkman_stacks_movingbox2_stack .slick-initialized .slick-slide{display:block}.com_joeworkman_stacks_movingbox2_stack .slick-loading .slick-slide{visibility:hidden}.com_joeworkman_stacks_movingbox2_stack .slick-vertical .slick-slide{display:block;height:auto}.com_joeworkman_stacks_movingbox2_stack .tap-target{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;margin:0;border:none;outline:none;z-index:1001;top:0;height:100%;width:50%}.com_joeworkman_stacks_movingbox2_stack .tap-target.next{right:0}.com_joeworkman_stacks_movingbox2_stack .tap-target.hide{display:none}.com_joeworkman_stacks_movingbox2_stack .effect-slide-vert .tap-target{height:50%;width:100%}.com_joeworkman_stacks_movingbox2_stack .effect-slide-vert .tap-target.next{bottom:0;right:auto;top:auto}.com_joeworkman_stacks_movingbox2_stack .slick-prev,.com_joeworkman_stacks_movingbox2_stack .slick-next{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;margin:0;border:none;outline:none;z-index:1003}.com_joeworkman_stacks_movingbox2_stack .arrow-hover .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-hover .slick-next{visibility:hidden;-webkit-transition:all 500ms ease 0s;transition:all 500ms ease 0s}.com_joeworkman_stacks_movingbox2_stack .arrow-hover:hover .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-hover:hover .slick-next{visibility:visible}.com_joeworkman_stacks_movingbox2_stack .slick-prev:focus,.com_joeworkman_stacks_movingbox2_stack .slick-next:focus{outline:none}.com_joeworkman_stacks_movingbox2_stack .arrow-y-outside .slick-prev{top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-y-outside .slick-next{bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-y-inside .slick-prev{top:0}.com_joeworkman_stacks_movingbox2_stack .arrow-y-inside .slick-next{bottom:0}.com_joeworkman_stacks_movingbox2_stack .arrow-y-center .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-y-center .slick-next{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-outside .slick-prev{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-outside .slick-next{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-outside.arrow-y-center .slick-prev{-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-outside.arrow-y-center .slick-next{-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-outside.arrow-y-outside .slick-prev{-webkit-transform:translateX(-100%) translateY(-100%);transform:translateX(-100%) translateY(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-outside.arrow-y-outside .slick-next{-webkit-transform:translateX(100%) translateY(100%);transform:translateX(100%) translateY(100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-inside .slick-prev{left:0}.com_joeworkman_stacks_movingbox2_stack .arrow-x-inside .slick-next{right:0}.com_joeworkman_stacks_movingbox2_stack .arrow-x-center .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-x-center .slick-next{right:50%;-webkit-transform:translateX(0%);transform:translateX(0%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-center.arrow-y-outside .slick-prev{-webkit-transform:translateY(-100%) translateX(50%);transform:translateY(-100%) translateX(50%)}.com_joeworkman_stacks_movingbox2_stack .arrow-x-center.arrow-y-outside .slick-next{-webkit-transform:translateY(100%) translateX(50%);transform:translateY(100%) translateX(50%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-left .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-flush-left .slick-next{right:auto;left:0}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-left.arrow-x-outside .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-flush-left.arrow-x-outside .slick-next{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-left.arrow-x-outside.arrow-y-outside .slick-prev{-webkit-transform:translateX(-100%) translateY(-100%);transform:translateX(-100%) translateY(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-left.arrow-x-outside.arrow-y-outside .slick-next{-webkit-transform:translateX(-100%) translateY(100%);transform:translateX(-100%) translateY(100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-right .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-flush-right .slick-next{right:0;left:auto}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-right.arrow-x-outside .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-flush-right.arrow-x-outside .slick-next{-webkit-transform:translateX(100%);transform:translateX(100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-right.arrow-x-outside.arrow-y-outside .slick-prev{-webkit-transform:translateX(100%) translateY(-100%);transform:translateX(100%) translateY(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-right.arrow-x-outside.arrow-y-outside .slick-next{-webkit-transform:translateX(100%) translateY(100%);transform:translateX(100%) translateY(100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-top .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-flush-top .slick-next{top:0;bottom:auto}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-top.arrow-y-outside .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-flush-top.arrow-y-outside .slick-next{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-top.arrow-y-outside.arrow-x-outside .slick-prev{-webkit-transform:translateX(-100%) translateY(-100%);transform:translateX(-100%) translateY(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-top.arrow-y-outside.arrow-x-outside .slick-next{-webkit-transform:translateX(100%) translateY(-100%);transform:translateX(100%) translateY(-100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-bottom .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-flush-bottom .slick-next{top:auto;bottom:0}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-bottom.arrow-y-outside .slick-prev,.com_joeworkman_stacks_movingbox2_stack .arrow-flush-bottom.arrow-y-outside .slick-next{-webkit-transform:translateY(100%);transform:translateY(100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-bottom.arrow-y-outside.arrow-x-outside .slick-prev{-webkit-transform:translateX(-100%) translateY(100%);transform:translateX(-100%) translateY(100%)}.com_joeworkman_stacks_movingbox2_stack .arrow-flush-bottom.arrow-y-outside.arrow-x-outside .slick-next{-webkit-transform:translateX(100%) translateY(100%);transform:translateX(100%) translateY(100%)}.com_joeworkman_stacks_movingbox2_stack .slick-prev:before,.com_joeworkman_stacks_movingbox2_stack .slick-next:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-chevron .slick-prev:before{content:"\f053"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-chevron .slick-next:before{content:"\f054"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-chevron.effect-slide-vert .slick-prev:before{content:"\f077"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-chevron.effect-slide-vert .slick-next:before{content:"\f078"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-chevron-circle .slick-prev:before{content:"\f137"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-chevron-circle .slick-next:before{content:"\f138"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-chevron-circle.effect-slide-vert .slick-prev:before{content:"\f139"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-chevron-circle.effect-slide-vert .slick-next:before{content:"\f13a"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow .slick-prev:before{content:"\f060"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow .slick-next:before{content:"\f061"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow.effect-slide-vert .slick-prev:before{content:"\f062"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow.effect-slide-vert .slick-next:before{content:"\f063"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow-circle .slick-prev:before{content:"\f0a8"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow-circle .slick-next:before{content:"\f0a9"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow-circle.effect-slide-vert .slick-prev:before{content:"\f0aa"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow-circle.effect-slide-vert .slick-next:before{content:"\f0ab"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow-circle-o .slick-prev:before{content:"\f190"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow-circle-o .slick-next:before{content:"\f18e"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow-circle-o.effect-slide-vert .slick-prev:before{content:"\f01b"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-arrow-circle-o.effect-slide-vert .slick-next:before{content:"\f01a"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-long-arrow .slick-prev:before{content:"\f177"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-long-arrow .slick-next:before{content:"\f178"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-long-arrow.effect-slide-vert .slick-prev:before{content:"\f176"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-long-arrow.effect-slide-vert .slick-next:before{content:"\f175"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-angle .slick-prev:before{content:"\f104"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-angle .slick-next:before{content:"\f105"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-angle.effect-slide-vert .slick-prev:before{content:"\f106"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-angle.effect-slide-vert .slick-next:before{content:"\f107"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-angle-double .slick-prev:before{content:"\f100"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-angle-double .slick-next:before{content:"\f101"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-angle-double.effect-slide-vert .slick-prev:before{content:"\f102"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-angle-double.effect-slide-vert .slick-next:before{content:"\f103"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-caret .slick-prev:before{content:"\f0d9"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-caret .slick-next:before{content:"\f0da"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-caret.effect-slide-vert .slick-prev:before{content:"\f0d8"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-caret.effect-slide-vert .slick-next:before{content:"\f0d7"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-caret-square .slick-prev:before{content:"\f191"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-caret-square .slick-next:before{content:"\f152"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-caret-square.effect-slide-vert .slick-prev:before{content:"\f151"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-caret-square.effect-slide-vert .slick-next:before{content:"\f150"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-hand .slick-prev:before{content:"\f0a5"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-hand .slick-next:before{content:"\f0a4"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-hand.effect-slide-vert .slick-prev:before{content:"\f0a6"}.com_joeworkman_stacks_movingbox2_stack .nav-arrow-hand.effect-slide-vert .slick-next:before{content:"\f0a7"}.com_joeworkman_stacks_movingbox2_stack .slick-dots{position:absolute;list-style:none;display:block;text-align:center;z-index:1002;margin:0;padding:0;width:100%}.com_joeworkman_stacks_movingbox2_stack .slick-dots li{position:relative;display:inline-block;vertical-align:bottom;height:20px;width:20px;margin:0px 5px;padding:0px;cursor:pointer}.com_joeworkman_stacks_movingbox2_stack .slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;text-align:center;padding:5px;margin:0;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.com_joeworkman_stacks_movingbox2_stack .slick-dots li button:focus{outline:none}.com_joeworkman_stacks_movingbox2_stack .slick-dots li button:after{position:absolute;top:0;left:0;width:20px;height:20px;font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900;content:"";line-height:20px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.com_joeworkman_stacks_movingbox2_stack .dot-numbers .slick-dots li button{line-height:20px;z-index:1;padding:0}.com_joeworkman_stacks_movingbox2_stack .dot-numbers .slick-dots li button:after{z-index:-1}.com_joeworkman_stacks_movingbox2_stack .dot-top .slick-dots{top:0}.com_joeworkman_stacks_movingbox2_stack .dot-top.dot-outside .slick-dots{-webkit-transform:translateY(-120%);transform:translateY(-120%)}.com_joeworkman_stacks_movingbox2_stack .dot-bottom .slick-dots{bottom:0}.com_joeworkman_stacks_movingbox2_stack .dot-bottom.dot-outside .slick-dots{-webkit-transform:translateY(120%);transform:translateY(120%)}.com_joeworkman_stacks_movingbox2_stack .dot-right .slick-dots,.com_joeworkman_stacks_movingbox2_stack .dot-left .slick-dots{top:50%;width:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.com_joeworkman_stacks_movingbox2_stack .dot-right .slick-dots li,.com_joeworkman_stacks_movingbox2_stack .dot-left .slick-dots li{display:block}.com_joeworkman_stacks_movingbox2_stack .dot-left .slick-dots{left:0}.com_joeworkman_stacks_movingbox2_stack .dot-left.dot-outside .slick-dots{-webkit-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%)}.com_joeworkman_stacks_movingbox2_stack .dot-right .slick-dots{right:0}.com_joeworkman_stacks_movingbox2_stack .dot-right.dot-outside .slick-dots{-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.com_joeworkman_stacks_movingbox2_stack .smart-margins.dots-true.dot-outside.dot-bottom{margin-bottom:30px}.com_joeworkman_stacks_movingbox2_stack .smart-margins.dots-true.dot-outside.dot-top{margin-top:30px}.com_joeworkman_stacks_movingbox2_stack .smart-margins.dots-true.dot-outside.dot-left{margin-left:30px}.com_joeworkman_stacks_movingbox2_stack .smart-margins.dots-true.dot-outside.dot-right{margin-right:30px}.com_joeworkman_stacks_movingbox2_stack .nav-dot-circle .slick-dots li button:after{content:"\f111"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-circle-o .slick-dots li button:after{content:"\f10c"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-dot-circle-o .slick-dots li button:after{content:"\f192"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-square .slick-dots li button:after{content:"\f0c8"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-square-o .slick-dots li button:after{content:"\f096"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-check-square .slick-dots li button:after{content:"\f14a"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-check-square-o .slick-dots li button:after{content:"\f046"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-plus-square .slick-dots li button:after{content:"\f0fe"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-plus-square-o .slick-dots li button:after{content:"\f196"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-futbol-o .slick-dots li button:after{content:"\f1e3"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-bullseye .slick-dots li button:after{content:"\f140"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-life-ring .slick-dots li button:after{content:"\f1cd"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-heart .slick-dots li button:after{content:"\f004"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-heart-o .slick-dots li button:after{content:"\f08a"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-smile-o .slick-dots li button:after{content:"\f118"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-star .slick-dots li button:after{content:"\f005"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-star-o .slick-dots li button:after{content:"\f006"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-chevron-circle.dot-top .slick-dots li button:after{content:"\f13a"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-chevron-circle.dot-bottom .slick-dots li button:after{content:"\f139"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-chevron-circle.dot-left .slick-dots li button:after{content:"\f138"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-chevron-circle.dot-right .slick-dots li button:after{content:"\f137"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-arrow-circle.dot-top .slick-dots li button:after{content:"\f0ab"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-arrow-circle.dot-bottom .slick-dots li button:after{content:"\f0aa"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-arrow-circle.dot-left .slick-dots li button:after{content:"\f0a9"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-arrow-circle.dot-right .slick-dots li button:after{content:"\f0a8"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-arrow-circle-o.dot-top .slick-dots li button:after{content:"\f01a"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-arrow-circle-o.dot-bottom .slick-dots li button:after{content:"\f01b"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-arrow-circle-o.dot-left .slick-dots li button:after{content:"\f18e"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-arrow-circle-o.dot-right .slick-dots li button:after{content:"\f190"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-caret-square.dot-top .slick-dots li button:after{content:"\f150"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-caret-square.dot-bottom .slick-dots li button:after{content:"\f151"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-caret-square.dot-left .slick-dots li button:after{content:"\f152"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-caret-square.dot-right .slick-dots li button:after{content:"\f191"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-circle .slick-dots li.slick-active button:after{content:"\f111"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-circle-o .slick-dots li.slick-active button:after{content:"\f10c"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-dot-circle-o .slick-dots li.slick-active button:after{content:"\f192"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-square .slick-dots li.slick-active button:after{content:"\f0c8"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-square-o .slick-dots li.slick-active button:after{content:"\f096"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-check-square .slick-dots li.slick-active button:after{content:"\f14a"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-check-square-o .slick-dots li.slick-active button:after{content:"\f046"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-plus-square .slick-dots li.slick-active button:after{content:"\f0fe"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-plus-square-o .slick-dots li.slick-active button:after{content:"\f196"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-futbol-o .slick-dots li.slick-active button:after{content:"\f1e3"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-bullseye .slick-dots li.slick-active button:after{content:"\f140"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-life-ring .slick-dots li.slick-active button:after{content:"\f1cd"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-heart .slick-dots li.slick-active button:after{content:"\f004"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-heart-o .slick-dots li.slick-active button:after{content:"\f08a"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-smile-o .slick-dots li.slick-active button:after{content:"\f118"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-star .slick-dots li.slick-active button:after{content:"\f005"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-star-o .slick-dots li.slick-active button:after{content:"\f006"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-chevron-circle.dot-top .slick-dots li.slick-active button:after{content:"\f13a"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-chevron-circle.dot-bottom .slick-dots li.slick-active button:after{content:"\f139"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-chevron-circle.dot-left .slick-dots li.slick-active button:after{content:"\f138"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-chevron-circle.dot-right .slick-dots li.slick-active button:after{content:"\f137"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-arrow-circle.dot-top .slick-dots li.slick-active button:after{content:"\f0ab"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-arrow-circle.dot-bottom .slick-dots li.slick-active button:after{content:"\f0aa"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-arrow-circle.dot-left .slick-dots li.slick-active button:after{content:"\f0a9"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-arrow-circle.dot-right .slick-dots li.slick-active button:after{content:"\f0a8"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-arrow-circle-o.dot-top .slick-dots li.slick-active button:after{content:"\f01a"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-arrow-circle-o.dot-bottom .slick-dots li.slick-active button:after{content:"\f01b"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-arrow-circle-o.dot-left .slick-dots li.slick-active button:after{content:"\f18e"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-arrow-circle-o.dot-right .slick-dots li.slick-active button:after{content:"\f190"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-caret-square.dot-top .slick-dots li.slick-active button:after{content:"\f150"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-caret-square.dot-bottom .slick-dots li.slick-active button:after{content:"\f151"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-caret-square.dot-left .slick-dots li.slick-active button:after{content:"\f152"}.com_joeworkman_stacks_movingbox2_stack .nav-dot-active-caret-square.dot-right .slick-dots li.slick-active button:after{content:"\f191"}.com_joeworkman_stacks_movingbox2_stack .movingbox.stretch .slick-slide img{height:auto;width:100%;max-width:100%;display:block}.com_joeworkman_stacks_movingbox2_stack .movingbox > .stacks_out{opacity:0}.com_joeworkman_stacks_movingbox2_stack .movingbox > .stacks_out:first-child{opacity:1}
@-webkit-keyframes slideup-swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg)}}@-moz-keyframes slideup-swingInX{0%{-moz-transform:perspective(400px) rotateX(-90deg)}100%{-moz-transform:perspective(400px) rotateX(0deg)}}@-o-keyframes slideup-swingInX{0%{-o-transform:perspective(400px) rotateX(-90deg)}100%{-o-transform:perspective(400px) rotateX(0deg)}}@keyframes slideup-swingInX{0%{transform:perspective(400px) rotateX(-90deg)}100%{transform:perspective(400px) rotateX(0deg)}}@-webkit-keyframes slideup-swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg)}}@-moz-keyframes slideup-swingOutX{0%{-moz-transform:perspective(400px) rotateX(0deg)}100%{-moz-transform:perspective(400px) rotateX(-90deg)}}@-o-keyframes slideup-swingOutX{0%{-o-transform:perspective(400px) rotateX(0deg)}100%{-o-transform:perspective(400px) rotateX(-90deg)}}@keyframes slideup-swingOutX{0%{transform:perspective(400px) rotateX(0deg)}100%{transform:perspective(400px) rotateX(-90deg)}}@-webkit-keyframes slideup-slideDown{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideup-slideDown{0%{-moz-transform:translateY(-100%)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideup-slideDown{0%{-o-transform:translateY(-100%)}100%{-o-transform:translateY(0)}}@keyframes slideup-slideDown{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@-webkit-keyframes slideup-slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-100%)}}@-moz-keyframes slideup-slideUp{0%{-moz-transform:translateY(0)}100%{-moz-transform:translateY(-100%)}}@-o-keyframes slideup-slideUp{0%{-o-transform:translateY(0)}100%{-o-transform:translateY(-100%)}}@keyframes slideup-slideUp{0%{transform:translateY(0)}100%{transform:translateY(-100%)}}@-webkit-keyframes slideup-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@-moz-keyframes slideup-flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}}@-o-keyframes slideup-flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes slideup-flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes slideup-flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes slideup-flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes slideup-flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes slideup-flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes slideup-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideup-bounceInDown{0%{opacity:0;-moz-transform:translateY(-200px)}60%{opacity:1;-moz-transform:translateY(30px)}80%{-moz-transform:translateY(-10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideup-bounceInDown{0%{opacity:0;-o-transform:translateY(-200px)}60%{opacity:1;-o-transform:translateY(30px)}80%{-o-transform:translateY(-10px)}100%{-o-transform:translateY(0)}}@keyframes slideup-bounceInDown{0%{opacity:0;transform:translateY(-200px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}@-webkit-keyframes slideup-bounceOutUp{0%{-webkit-transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px)}}@-moz-keyframes slideup-bounceOutUp{0%{-moz-transform:translateY(0)}30%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-200px)}}@-o-keyframes slideup-bounceOutUp{0%{-o-transform:translateY(0)}30%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-200px)}}@keyframes slideup-bounceOutUp{0%{transform:translateY(0)}30%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-200px)}}
@-webkit-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0 -500%}}@-moz-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0 -500%}}@keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0 -500%}}@-webkit-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0 500%}}@-moz-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0 500%}}@keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0 500%}}@-webkit-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0}}@-moz-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0}}@keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0}}@-webkit-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0}}@-moz-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0}}@keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0}}@-webkit-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-moz-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-webkit-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-moz-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-webkit-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-moz-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@-moz-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}.com_joeworkman_stacks_jack4_stack>.jack{margin:0;padding:0;border:0;background:0;background-color:transparent;position:relative;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.com_joeworkman_stacks_jack4_stack>.jack.align-center{margin-left:auto!important;margin-right:auto!important}.com_joeworkman_stacks_jack4_stack>.jack.align-right{margin-left:auto!important}.com_joeworkman_stacks_jack4_stack>.jack.align-left{margin-right:auto!important}.com_joeworkman_stacks_jack4_stack>.jack.touch-device{background-attachment:scroll!important}.com_joeworkman_stacks_jack4_stack>.jack.bg-image{background-size:auto}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.glass{z-index:1}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.glass::after{background-size:auto;content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:-1}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-cover,.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-cover.glass::after{background-size:cover}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-contain,.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-contain.glass::after{background-size:contain}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-fill,.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-fill.glass::after{background-size:100% 100%}.com_joeworkman_stacks_jack4_stack>.jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack>.jack.corner-shadow::after,.com_joeworkman_stacks_jack4_stack>.jack.peek-shadow::before,.com_joeworkman_stacks_jack4_stack>.jack.peek-shadow::after{z-index:-1;position:absolute;content:"";height:auto;background-color:transparent}.com_joeworkman_stacks_jack4_stack>.jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack>.jack.corner-shadow::after{width:50%;top:50%} .com_joeworkman_stacks_jack4_stack>.jack.scroll-x{overflow-x:auto!important;white-space:nowrap;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_jack4_stack>.jack.scroll-x>.stacks_out{display:inline-block;white-space:nowrap}.com_joeworkman_stacks_jack4_stack>.jack.scroll-y{overflow-y:auto!important;-webkit-overflow-scrolling:touch} 
  .theme-version{display:block}.theme-version.number-110,#stacks_in_83{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(0, 0, 0, 1.00);background:rgba(0, 140, 186, 1.00);}::-moz-selection{color:rgba(0, 0, 0, 1.00);background:rgba(0, 140, 186, 1.00);}body,.font-family-text{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:400}h1,.font-family-h1{font-family:'Open Sans',sans-serif;font-style:normal;font-weight:300}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:'Open Sans',sans-serif;font-style:normal;font-weight:600}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#D3D2BB;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.9375rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1500px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#D3D2BB}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:100% !important;}.row.max-edge{max-width:100% !important}body{color:rgba(34, 34, 34, 1.00)}a{color:rgba(0, 180, 242, 1.00);text-decoration:none;font-weight:inherit}a:hover{color:rgba(0, 102, 136, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(0, 0, 0, 1.00)}.alt a{color:rgba(0, 140, 186, 1.00)}.alt a:hover{color:rgba(0, 102, 136, 1.00)}.alt small{color:rgba(0, 0, 0, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(34, 34, 34, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(44, 44, 44, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(44, 44, 44, 1.00)}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}blockquote,blockquote p{color:rgba(44, 44, 44, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(40, 40, 40, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(0, 0, 0, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(0, 0, 0, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1500px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 133, 176, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.alert-box{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00);border-color:rgba(0, 133, 176, 1.00)}.alert-box a:not(.close){color:rgba(0, 0, 0, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00)}.button:hover{color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 140, 186, 1.00);color:rgba(0, 140, 186, 1.00)}.button.ghost:hover{color:rgba(0, 0, 0, 1.00);border-color:rgba(0, 133, 176, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(0, 0, 0, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(0, 0, 0, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(0, 0, 0, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.icon-bar{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(0, 0, 0, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(0, 0, 0, 1.00)}.icon-bar > .item:hover{color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 133, 176, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(0, 0, 0, 1.00)}input[type="radio"]{margin-left:1px}select:focus{margin-left:3px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{color:rgba(34, 34, 34, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(0, 140, 186, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#D3D2BB}form label{color:rgba(40, 40, 40, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider{background-color:rgba(0, 0, 0, 1.00);border-color:rgba(0, 0, 0, 1.00)}.range-slider .range-slider-handle{background-color:rgba(0, 140, 186, 1.00)}.range-slider .range-slider-handle:hover{background-color:rgba(0, 133, 176, 1.00)}.range-slider .range-slider-active-segment{background-color:rgba(0, 0, 0, 1.00)}.range-slider.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:20px}div.switch label{background-color:rgba(231, 231, 231, 1.00)}div.switch label::after{background-color:rgba(0, 0, 0, 1.00)}div.switch input:checked + label{background-color:rgba(0, 140, 186, 1.00)}.label{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(231, 231, 231, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(0, 140, 186, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(219, 219, 219, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(219, 219, 219, 1.00)}.tabs li.tab-title > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 133, 176, 1.00)}.tabs li.tab-title.active > a{color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 133, 176, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(219, 219, 219, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.callout{background-color:rgba(236, 250, 255, 1.00);border-color:rgba(212, 225, 229, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(34, 34, 34, 1.00)}.panel p a{color:rgba(0, 180, 242, 1.00)}.panel p.alt{color:rgba(0, 0, 0, 1.00)}.panel p.alt a{color:rgba(0, 140, 186, 1.00)}.panel p.alt a:hover{color:rgba(0, 102, 136, 1.00)}.panel p.alt small{color:rgba(0, 0, 0, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(34, 34, 34, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(44, 44, 44, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00)}.pricing-table.primary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(0, 180, 242, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(0, 180, 242, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 153, 205, 1.00)}.side-nav header{color:rgba(34, 34, 34, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(40, 40, 40, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav.alt header{color:rgba(0, 0, 0, 1.00)}.side-nav.alt label{color:rgba(0, 0, 0, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 140, 186, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{z-index:9998;background:rgba(0,0,0,0.45)}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(0, 180, 242, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(0, 140, 186, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(34, 34, 34, 1.00);font-size:0.9rem}.copyright a{color:rgba(0, 180, 242, 1.00)}.copyright a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-header{color:rgba(34, 34, 34, 1.00)}.fn-text-link a{color:rgba(0, 180, 242, 1.00)}.fn-text-link a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-text{color:rgba(34, 34, 34, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(34, 34, 34, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-link-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-text-alt{color:rgba(0, 0, 0, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(0, 0, 0, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(0, 140, 186, 1.00)}.fn-text-primary-text{color:rgba(0, 0, 0, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(0, 0, 0, 1.00)}.fn-text-secondary{color:rgba(231, 231, 231, 1.00)}.fn-text-secondary-text{color:rgba(51, 51, 51, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-callout{color:rgba(236, 250, 255, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-bg-header{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-text{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-link{background-color:rgba(0, 180, 242, 1.00)}.fn-bg-link-hover{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-link-alt{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-primary-text{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-secondary{background-color:rgba(231, 231, 231, 1.00)}.fn-bg-secondary-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-callout{background-color:rgba(236, 250, 255, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-backdrop{background-color:rgba(0,0,0,0.45)}.fn-backdrop-solid{background-color:rgb(0,0,0)}.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(0, 0, 0, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(0, 0, 0, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(0, 133, 176, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(219, 219, 219, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}
/*
 * Optic Stats Core
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */

#stacks_in_29149 .menu-hide{display:none}#stacks_in_29149 aside.fixed{position:fixed}#stacks_in_29149 .off-canvas-list{width:100%}#stacks_in_29149 .off-canvas-list ul{list-style:none;margin:0;height:100%}#stacks_in_29149 .tab-bar{background-color:rgba(41, 31, 26, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_29149 .tab-bar.fixed{position:fixed;top:0;left:0;z-index:999}#stacks_in_29149 .tab-bar.fixed .left-off-canvas-menu,#stacks_in_29149 .tab-bar.fixed .right-off-canvas-menu{position:fixed}#stacks_in_29149 .tab-bar h1{color:rgba(255, 255, 255, 1.00)}#stacks_in_29149 .tab-bar img{vertical-align:top;height:45px;width:auto;margin-right:20px}#stacks_in_29149 .tab-bar a.menu-icon span::after{-webkit-box-shadow:0 0px 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00);box-shadow:0 0px 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}#stacks_in_29149 .tab-bar .left-small,#stacks_in_29149 .tab-bar .right-small{border-color:rgba(255,255,255,0.25)}#stacks_in_29149 .inner-wrap{z-index:10}#stacks_in_29149 .move-right > .inner-wrap{-webkit-transform:translate3d(15.62rem,0,0);transform:translate3d(15.62rem,0,0)}#stacks_in_29149 .move-left > .inner-wrap{-webkit-transform:translate3d(-15.62rem,0,0);transform:translate3d(-15.62rem,0,0)}#stacks_in_29149 .exit-off-canvas{margin:0;padding:0;position:absolute;width:100%;height:100%}#stacks_in_29149 .exit-off-canvas,#stacks_in_29149 .exit-off-canvas:hover{background:rgba(0,0,0,0.1)}#stacks_in_29149 .move-right .exit-off-canvas{-webkit-box-shadow:-1px 0 5px rgba(0,0,0,0.5);box-shadow:-1px 0 5px rgba(0,0,0,0.5)}#stacks_in_29149 .move-left .exit-off-canvas{-webkit-box-shadow:1px 0 5px rgba(0,0,0,0.5);box-shadow:1px 0 5px rgba(0,0,0,0.5)}#stacks_in_29149 .left-off-canvas-menu,#stacks_in_29149 .right-off-canvas-menu{top:0;height:100%;overflow-y:auto;z-index:0;-webkit-transition:-webkit-transform 500ms ease;transition:-webkit-transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}#stacks_in_29149 .right-off-canvas-menu{-webkit-transform:translateX(100%);transform:translateX(100%);right:0;left:auto}#stacks_in_29149 .left-off-canvas-menu{-webkit-transform:translateX(-100%);transform:translateX(-100%);left:0}#stacks_in_29149 .move-right .left-off-canvas-menu,#stacks_in_29149 .move-left .right-off-canvas-menu{-webkit-transform:translateX(0);transform:translateX(0)}#stacks_in_29149 .left-off-canvas-menu,#stacks_in_29149 .right-off-canvas-menu,#stacks_in_29149 .left-submenu,#stacks_in_29149 .right-submenu{width:15.62rem;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_29149 .left-off-canvas-menu:not(.menu-slice) header,#stacks_in_29149 .right-off-canvas-menu:not(.menu-slice) header,#stacks_in_29149 .left-submenu:not(.menu-slice) header,#stacks_in_29149 .right-submenu:not(.menu-slice) header{display:inline-block}#stacks_in_29149 .left-off-canvas-menu:not(.menu-slice) label,#stacks_in_29149 .right-off-canvas-menu:not(.menu-slice) label,#stacks_in_29149 .left-submenu:not(.menu-slice) label,#stacks_in_29149 .right-submenu:not(.menu-slice) label{background-color:rgba(45, 45, 45, 1.00);color:rgba(229, 229, 229, 1.00);border-color:transparent}#stacks_in_29149 .left-off-canvas-menu:not(.menu-slice) .back a,#stacks_in_29149 .right-off-canvas-menu:not(.menu-slice) .back a,#stacks_in_29149 .left-submenu:not(.menu-slice) .back a,#stacks_in_29149 .right-submenu:not(.menu-slice) .back a{color:rgba(255, 255, 255, 1.00);background:rgba(45, 45, 45, 1.00)}#stacks_in_29149 .left-off-canvas-menu:not(.menu-slice) a:not(.button),#stacks_in_29149 .right-off-canvas-menu:not(.menu-slice) a:not(.button),#stacks_in_29149 .left-submenu:not(.menu-slice) a:not(.button),#stacks_in_29149 .right-submenu:not(.menu-slice) a:not(.button){color:rgba(255, 255, 255, 1.00);border-color:rgba(255,255,255,0.25)}#stacks_in_29149 .left-off-canvas-menu:not(.menu-slice) a:not(.button):hover,#stacks_in_29149 .right-off-canvas-menu:not(.menu-slice) a:not(.button):hover,#stacks_in_29149 .left-submenu:not(.menu-slice) a:not(.button):hover,#stacks_in_29149 .right-submenu:not(.menu-slice) a:not(.button):hover{background-color:rgba(45, 45, 45, 1.00);color:rgba(191, 191, 191, 1.00)}#stacks_in_29149 .left-off-canvas-menu:not(.menu-slice) button,#stacks_in_29149 .right-off-canvas-menu:not(.menu-slice) button,#stacks_in_29149 .left-submenu:not(.menu-slice) button,#stacks_in_29149 .right-submenu:not(.menu-slice) button{display:block;margin:0 auto}#stacks_in_29149 .darkAccents .tab-bar .left-small,#stacks_in_29149 .darkAccents .tab-bar .right-small{border-color:rgba(0,0,0,0.25)}#stacks_in_29149 .darkAccents .left-off-canvas-menu .has-submenu > label,#stacks_in_29149 .darkAccents .right-off-canvas-menu .has-submenu > label{border-bottom:1px solid rgba(0,0,0,0.25)}#stacks_in_29149 .darkAccents .left-off-canvas-menu label,#stacks_in_29149 .darkAccents .right-off-canvas-menu label{background-color:rgba(61, 61, 61, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(255,255,255,0.25)}#stacks_in_29149 .darkAccents .left-off-canvas-menu a,#stacks_in_29149 .darkAccents .right-off-canvas-menu a{border-color:rgba(0,0,0,0.25)}#stacks_in_29149 .hideDividers .left-off-canvas-menu a,#stacks_in_29149 .hideDividers .left-off-canvas-menu label,#stacks_in_29149 .hideDividers .left-off-canvas-menu .has-submenu > label,#stacks_in_29149 .hideDividers .right-off-canvas-menu a,#stacks_in_29149 .hideDividers .right-off-canvas-menu label,#stacks_in_29149 .hideDividers .right-off-canvas-menu .has-submenu > label{border:none}#stacks_in_29149 .hideShadow .exit-off-canvas{-webkit-box-shadow:none !important;box-shadow:none !important}.stacks_top > div > #stacks_in_29149 .left-off-canvas-menu,.stacks_top > div > #stacks_in_29149 .right-off-canvas-menu{position:fixed}
#stacks_in_29161 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_29161 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_29161 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_29161 > .row > .maxwidth{max-width:1200px}#stacks_in_29161 > .hide-overflow{overflow:hidden !important}


#stacks_in_29163 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_29163 > .row > .columns{margin-top:0.00rem}

#stacks_in_29163 {
	background-color: rgba(133, 31, 14, 1.00);
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
}
#stacks_in_29165 > .row{padding-top:1.00rem;padding-bottom:0.00rem}#stacks_in_29165 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_29165 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_29165 > .row > .maxwidth{max-width:500px}#stacks_in_29165 > .hide-overflow{overflow:hidden !important}


#stacks_in_29165 {
	background-color: rgba(133, 31, 14, 1.00);
}
#stacks_in_29167 h1,#stacks_in_29167 h2,#stacks_in_29167 h3,#stacks_in_29167 h4,#stacks_in_29167 h5,#stacks_in_29167 h6,#stacks_in_29167 div{color:rgba(255, 255, 255, 1.00);font-size:1.00rem;font-weight:500;font-style:normal}#stacks_in_29167 h1 a,#stacks_in_29167 h2 a,#stacks_in_29167 h3 a,#stacks_in_29167 h4 a,#stacks_in_29167 h5 a,#stacks_in_29167 h6 a,#stacks_in_29167 div a{color:rgba(255, 255, 255, 1.00);font-size:1.00rem}#stacks_in_29167 h1 a:hover,#stacks_in_29167 h2 a:hover,#stacks_in_29167 h3 a:hover,#stacks_in_29167 h4 a:hover,#stacks_in_29167 h5 a:hover,#stacks_in_29167 h6 a:hover,#stacks_in_29167 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_29167 h1 a,#stacks_in_29167 h2 a,#stacks_in_29167 h3 a,#stacks_in_29167 h4 a,#stacks_in_29167 h5 a,#stacks_in_29167 h6 a,#stacks_in_29167 div a{font-size:2.00rem}}@media only screen and (min-width:40.063em){#stacks_in_29167 h1,#stacks_in_29167 h2,#stacks_in_29167 h3,#stacks_in_29167 h4,#stacks_in_29167 h5,#stacks_in_29167 h6,#stacks_in_29167 div{font-size:2.00rem}}#stacks_in_29167 small,#stacks_in_29167 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_29167 {
	background-color: rgba(133, 31, 14, 1.00);
}
#stacks_in_29170 h1,#stacks_in_29170 h2,#stacks_in_29170 h3,#stacks_in_29170 h4,#stacks_in_29170 h5,#stacks_in_29170 h6,#stacks_in_29170 div{color:rgba(255, 255, 255, 1.00);font-size:0.50rem;font-weight:400;font-style:normal}#stacks_in_29170 h1 a,#stacks_in_29170 h2 a,#stacks_in_29170 h3 a,#stacks_in_29170 h4 a,#stacks_in_29170 h5 a,#stacks_in_29170 h6 a,#stacks_in_29170 div a{color:rgba(255, 255, 255, 1.00);font-size:0.50rem}#stacks_in_29170 h1 a:hover,#stacks_in_29170 h2 a:hover,#stacks_in_29170 h3 a:hover,#stacks_in_29170 h4 a:hover,#stacks_in_29170 h5 a:hover,#stacks_in_29170 h6 a:hover,#stacks_in_29170 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_29170 h1 a,#stacks_in_29170 h2 a,#stacks_in_29170 h3 a,#stacks_in_29170 h4 a,#stacks_in_29170 h5 a,#stacks_in_29170 h6 a,#stacks_in_29170 div a{font-size:1.00rem}}@media only screen and (min-width:40.063em){#stacks_in_29170 h1,#stacks_in_29170 h2,#stacks_in_29170 h3,#stacks_in_29170 h4,#stacks_in_29170 h5,#stacks_in_29170 h6,#stacks_in_29170 div{font-size:1.00rem}}#stacks_in_29170 small,#stacks_in_29170 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_29170 {
	background-color: rgba(133, 31, 14, 1.00);
}

#stacks_in_29174 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_29174 > .row > .columns{margin-top:0.00rem}
#stacks_in_29176 a{display:block}#stacks_in_29176 img{width:100%;}#stacks_in_29176 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_29176 img{max-width:70px}}@media only screen and (min-width:1024px){#stacks_in_29176 img{max-width:70px}}

#stacks_in_29176 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_29178 a{display:block}#stacks_in_29178 img{width:100%;}#stacks_in_29178 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_29178 img{max-width:70px}}@media only screen and (min-width:1024px){#stacks_in_29178 img{max-width:70px}}

#stacks_in_29178 {
	margin: 20px 0px 0px 0px;
}
.spacerStack {
	height: 15px;
}

#spacerStackstacks_in_29180 {
	height: 15px;
}#stacks_in_29181 a{display:block}#stacks_in_29181 img{}
#stacks_in_29183 .button{background-color:rgba(14, 83, 89, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_29183 .button:hover{background-color:rgba(199, 198, 177, 1.00)}

#stacks_in_29183 {
	background-color: rgba(211, 210, 187, 1.00);
}
#stacks_in_29201{  padding-left:0px;padding-right:0px; }#stacks_in_29201>.jack-wrapper{margin:0;padding:0;background:0;position:relative;display:block;       margin:0px;  margin-left:auto;margin-right:auto;    border-radius:0px; -moz-box-shadow:0px 0px 0px 0px #333333;-webkit-box-shadow:0px 0px 0px 0px #333333;box-shadow:0px 0px 0px 0px #333333; behavior:url(/PIE/PIE.htc)}#stacks_in_29201>.jack-wrapper.hover{  behavior:url(/PIE/PIE.htc)}#stacks_in_29201>.jack-wrapper>.jack{margin:0;padding:0;background:0;position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;      padding:0px;  border-color:#000000; border-style:solid;  border-width:0px;  border-radius:0px;  -moz-box-shadow:inset 0px 0px 0px 0px #333333;-webkit-box-shadow:inset 0px 0px 0px 0px #333333;box-shadow:inset 0px 0px 0px 0px #333333; behavior:url(/PIE/PIE.htc)}
#stacks_in_29201>.jack-wrapper>.jack.hover{  behavior:url(/PIE/PIE.htc)}#stacks_in_29201>.jack-wrapper>.jack>.stacks_out{  }#stacks_in_29201>.jack-wrapper>.jack-back{  border-radius:0px;  background-attachment:scroll;background-clip:border-box; background-color:transparent;      behavior:url(/PIE/PIE.htc)}
#stacks_in_29201>.jack-wrapper>.jack-back.hover{  behavior:url(/PIE/PIE.htc)}

#stacks_in_29201 {
	background-color: rgba(211, 210, 187, 1.00);
}


#stacks_in_29203 {
	margin: 70px 40px 40px 40px;
}
#stacks_in_29205 a{display:block}#stacks_in_29205 img{}



.cluetip-stacks_in_29209 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29209 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29209 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29209 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29209 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29209 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29209 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29209 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29209 .cluetip-title {}
.cluetip-stacks_in_29209 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29209 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29209 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29209 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29209 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29209 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29217 a{display:block}#stacks_in_29217 img{}



.cluetip-stacks_in_29221 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29221 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29221 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29221 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29221 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29221 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29221 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29221 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29221 .cluetip-title {}
.cluetip-stacks_in_29221 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29221 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29221 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29221 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29221 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29221 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29231 a{display:block}#stacks_in_29231 img{}



.cluetip-stacks_in_29235 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29235 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29235 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29235 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29235 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29235 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29235 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29235 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29235 .cluetip-title {}
.cluetip-stacks_in_29235 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29235 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29235 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29235 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29235 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29235 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29245 a{display:block}#stacks_in_29245 img{}



.cluetip-stacks_in_29249 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29249 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29249 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29249 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29249 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29249 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29249 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29249 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29249 .cluetip-title {}
.cluetip-stacks_in_29249 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29249 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29249 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29249 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29249 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29249 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29259 a{display:block}#stacks_in_29259 img{}



.cluetip-stacks_in_29263 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29263 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29263 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29263 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29263 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29263 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29263 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29263 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29263 .cluetip-title {}
.cluetip-stacks_in_29263 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29263 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29263 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29263 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29263 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29263 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29273 a{display:block}#stacks_in_29273 img{}



.cluetip-stacks_in_29277 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29277 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29277 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29277 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29277 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29277 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29277 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29277 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29277 .cluetip-title {}
.cluetip-stacks_in_29277 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29277 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29277 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29277 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29277 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29277 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29287 a{display:block}#stacks_in_29287 img{}



.cluetip-stacks_in_29291 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29291 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29291 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29291 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29291 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29291 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29291 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29291 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29291 .cluetip-title {}
.cluetip-stacks_in_29291 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29291 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29291 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29291 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29291 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29291 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29301 a{display:block}#stacks_in_29301 img{}



.cluetip-stacks_in_29305 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29305 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29305 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29305 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29305 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29305 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29305 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29305 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29305 .cluetip-title {}
.cluetip-stacks_in_29305 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29305 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29305 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29305 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29305 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29305 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29315 a{display:block}#stacks_in_29315 img{}



.cluetip-stacks_in_29319 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29319 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29319 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29319 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29319 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29319 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29319 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29319 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29319 .cluetip-title {}
.cluetip-stacks_in_29319 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29319 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29319 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29319 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29319 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29319 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29329 a{display:block}#stacks_in_29329 img{}



.cluetip-stacks_in_29333 .cluetip-outer {
	position: relative;
	margin:  0 ;
	background-color: #5997BA;
	color: #000000;
	border: 0px solid #000000;
}
.cluetip-stacks_in_29333 .cluetip-inner a:link {
	background: none !important;
}
.cluetip-stacks_in_29333 .cluetip-inner {
	padding: 10px;
	text-align: left;
	font-size: 100%;
}
div.cluetip-stacks_in_29333 .cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width:0px;
	font-size:0;
	line-height:0%;
	border-color: #CCCCCC;
	border-style: solid;
}
div.clue-right-stacks_in_29333 .cluetip-arrows {
	border-width: 11px 11px 11px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
div.clue-left-stacks_in_29333 .cluetip-arrows {
	border-width: 11px 0 11px 11px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: 100%;
}
div.clue-top-stacks_in_29333 .cluetip-arrows {
	border-width: 11px 11px 0 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -11px;
}
div.clue-bottom-stacks_in_29333 .cluetip-arrows {
	border-width: 0 11px 11px 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -11px;
	left: 50%;
	margin-left: -11px;
}
.cluetip-stacks_in_29333 .cluetip-title {}
.cluetip-stacks_in_29333 .cluetip-close {
	text-align: right !important;
}
.cluetip-stacks_in_29333 .cluetip-close img {
 	border: 0;
}
.cluetip-stacks_in_29333 .cluetip-close a {
	color: #000000;
	font-size: 100%; text-decoration:none !important;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
.cluetip-stacks_in_29333 .cluetip-close a:hover {
	color: #FF0000; text-decoration:none !important;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('../files/images/wait.gif');
}
.cluetip-stacks_in_29333 .cluetip-extra {
	display: none;
}
.cluetip-stacks_in_29333 .cluetip-inner img.layer {
	position: absolute;
	width:100%; height:100%;
	top:0;left:0;
	display:none;
}

#stacks_in_29342{overflow:hidden}#stacks_in_29342 hr{opacity:1.00;border-top:1px solid rgba(221, 221, 221, 1.00);margin:1.25rem 0;}
#stacks_in_29343 p,#stacks_in_29343 div,#stacks_in_29343 ul,#stacks_in_29343 ol,#stacks_in_29343 dl{color:rgba(34, 34, 34, 1.00);line-height:1.60;font-size:0.70rem}#stacks_in_29343 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_29343 a:hover{color:rgba(0, 102, 136, 1.00)}
#stacks_in_29347 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_29347 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_29347 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_29347 > .row > .maxwidth{max-width:1200px}#stacks_in_29347 > .hide-overflow{overflow:hidden !important}


#stacks_in_611637_1035273 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_611637_1035273 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_611637_1035273 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_611637_1035273 {
	background-color: rgba(110, 19, 16, 1.00);
}
#stacks_in_611637_611313 .reveal-launcher{cursor:pointer}
#stacks_in_611637_611315 p,#stacks_in_611637_611315 div{margin-bottom:0}#stacks_in_611637_611315 p,#stacks_in_611637_611315 div,#stacks_in_611637_611315 ul,#stacks_in_611637_611315 ol,#stacks_in_611637_611315 dl{color:rgba(255, 255, 255, 0.49);line-height:1.60;font-size:1.00rem}#stacks_in_611637_611315 a{color:rgba(129, 22, 19, 1.00)}#stacks_in_611637_611315 a:hover{color:rgba(0, 180, 242, 1.00)}

#stacks_in_611637_611315 {
	margin: 0px 0px 0px 10px;
}
/*
 * Live Search
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_611637_1035269 * {
  box-sizing: border-box;
}
#stacks_in_611637_1035269 *:focus {outline:none;}
.searchingstacks_in_611637_1035269 .stacks_top,
.searchingstacks_in_611637_1035269 .stacks_in,
.searchingstacks_in_611637_1035269 .stacks_out {
  overflow: visible;
}
#stacks_in_611637_1035269 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_611637_1035269_pages { display: none;}
#stacks_in_611637_1035269_tipue_search_input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_611637_1035269_tipue_search_content {
  display: none;
  padding: 20px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_611637_1035269_tipue_search_input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_611637_1035269 svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
/**/
/**/
#stacks_in_611637_1035269_tipue_search_content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_611637_1035269 #stacks_in_611637_1035269_tipue_search_content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_611637_1035269_tipue_search_content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_611637_1035269_tipue_search_content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_611637_1035269_tipue_search_content .h01 {
  background: yellow;
}
.searchingstacks_in_611637_1035269 #stacks_in_611637_1035269_tipue_search_content {
  display: block !important;
}
#stacks_in_611637_1035269_tipue_search_warning {
  margin: 7px 0;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_611637_1035269_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_611637_1035269_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_611637_1035269_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_611637_1035269_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_611637_1035269_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_611637_1035269_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner {
  padding: 31px 0;
  width: 50px;
  height: 28px;
}
.tipue_search_spinner > div:after {
  content: "\f29a";
  font-family: "Ionicons";
  font-size: 24px;
  padding: 10px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
.tipue_search_spinner .tipue_search_rect2 {
  display: none;
}
.tipue_search_spinner .tipue_search_rect3 {
  display: none;
}

/**/
#stacks_in_611637_1035269_tipue_search_content {
  color: #555555;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
}
#stacks_in_611637_1035269_tipue_search_content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
.tipue_search_content_title a {
  color: #276A93;
  font-size: 18px;
  font-family: inherit;
}
.tipue_search_content_title a:hover{
  color: #417CA1;
}
.tipue_search_content_url a {
  color: #276A93;
}
.tipue_search_content_url a:hover{
  color: #417CA1;
}
.tipue_search_content_text {
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_611637_1035269_tipue_search_content .h01{
  background: #FFFF00;
}

#stacks_in_611637_1035269_tipue_search_foot_boxes li a {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_611637_1035269_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #276A93;
}
#stacks_in_611637_1035269_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_611637_1035269_tipue_search_warning a{

}
#stacks_in_611637_1035269_tipue_search_warning a:hover{

}
#stacks_in_611637_1035269_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}




/*
#stacks_in_611637_1035269 .suggestions {
  display: none;
}
*/

#stacks_in_611637_1035269 .additional-pages {
  display: none;
}



#stacks_in_611637_1035269 {
	margin: 30px 0px 0px 0px;
}
#slice_mez_611637_1035277 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_611637_1035277.selected {
  border-color: #2680fc !important;
}
#slice_mez_611637_1035277 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_611637_1035277 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_611637_1035277 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_611637_1035277.hidden > #stacks_in_611637_1035277 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#stacks_in_611637_1035287 .button{background-color:rgba(110, 19, 16, 1.00);color:rgba(180, 114, 116, 1.00)}#stacks_in_611637_1035287 .button:hover{background-color:rgba(110, 19, 16, 1.00)}#stacks_in_611637_1035287 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(110, 19, 16, 1.00);color:rgba(110, 19, 16, 1.00)}#stacks_in_611637_1035287 .button.ghost:hover{color:rgba(180, 114, 116, 1.00);border-color:rgba(110, 19, 16, 1.00);background-color:rgba(110, 19, 16, 1.00)}

#stacks_in_611637_611311 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_611637_611311 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_611637_611311 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_611637_611311 {
	background-color: rgba(110, 19, 16, 1.00);
}
#stacks_in_611637_1035279 > .row{padding-top:1.00rem;padding-bottom:0.00rem}#stacks_in_611637_1035279 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_611637_1035279 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_611637_1035279 > .row > .maxwidth{max-width:500px}#stacks_in_611637_1035279 > .hide-overflow{overflow:hidden !important}


#stacks_in_611637_1035279 {
	background-color: rgba(110, 19, 16, 1.00);
}
#stacks_in_611637_1035280 h1,#stacks_in_611637_1035280 h2,#stacks_in_611637_1035280 h3,#stacks_in_611637_1035280 h4,#stacks_in_611637_1035280 h5,#stacks_in_611637_1035280 h6,#stacks_in_611637_1035280 div{color:rgba(255, 255, 255, 1.00);font-size:1.80rem;font-weight:400;font-style:normal}#stacks_in_611637_1035280 h1 a,#stacks_in_611637_1035280 h2 a,#stacks_in_611637_1035280 h3 a,#stacks_in_611637_1035280 h4 a,#stacks_in_611637_1035280 h5 a,#stacks_in_611637_1035280 h6 a,#stacks_in_611637_1035280 div a{color:rgba(255, 255, 255, 1.00);font-size:1.80rem}#stacks_in_611637_1035280 h1 a:hover,#stacks_in_611637_1035280 h2 a:hover,#stacks_in_611637_1035280 h3 a:hover,#stacks_in_611637_1035280 h4 a:hover,#stacks_in_611637_1035280 h5 a:hover,#stacks_in_611637_1035280 h6 a:hover,#stacks_in_611637_1035280 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_611637_1035280 h1 a,#stacks_in_611637_1035280 h2 a,#stacks_in_611637_1035280 h3 a,#stacks_in_611637_1035280 h4 a,#stacks_in_611637_1035280 h5 a,#stacks_in_611637_1035280 h6 a,#stacks_in_611637_1035280 div a{font-size:2.00rem}}@media only screen and (min-width:40.063em){#stacks_in_611637_1035280 h1,#stacks_in_611637_1035280 h2,#stacks_in_611637_1035280 h3,#stacks_in_611637_1035280 h4,#stacks_in_611637_1035280 h5,#stacks_in_611637_1035280 h6,#stacks_in_611637_1035280 div{font-size:2.00rem}}#stacks_in_611637_1035280 small,#stacks_in_611637_1035280 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_611637_1035280 {
	background-color: rgba(110, 19, 16, 1.00);
	padding: 0px 0px 0px 10px;
}
#stacks_in_611637_1035282 h1,#stacks_in_611637_1035282 h2,#stacks_in_611637_1035282 h3,#stacks_in_611637_1035282 h4,#stacks_in_611637_1035282 h5,#stacks_in_611637_1035282 h6,#stacks_in_611637_1035282 div{color:rgba(255, 255, 255, 1.00);font-size:0.50rem;font-weight:400;font-style:normal}#stacks_in_611637_1035282 h1 a,#stacks_in_611637_1035282 h2 a,#stacks_in_611637_1035282 h3 a,#stacks_in_611637_1035282 h4 a,#stacks_in_611637_1035282 h5 a,#stacks_in_611637_1035282 h6 a,#stacks_in_611637_1035282 div a{color:rgba(255, 255, 255, 1.00);font-size:0.50rem}#stacks_in_611637_1035282 h1 a:hover,#stacks_in_611637_1035282 h2 a:hover,#stacks_in_611637_1035282 h3 a:hover,#stacks_in_611637_1035282 h4 a:hover,#stacks_in_611637_1035282 h5 a:hover,#stacks_in_611637_1035282 h6 a:hover,#stacks_in_611637_1035282 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_611637_1035282 h1 a,#stacks_in_611637_1035282 h2 a,#stacks_in_611637_1035282 h3 a,#stacks_in_611637_1035282 h4 a,#stacks_in_611637_1035282 h5 a,#stacks_in_611637_1035282 h6 a,#stacks_in_611637_1035282 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_611637_1035282 h1,#stacks_in_611637_1035282 h2,#stacks_in_611637_1035282 h3,#stacks_in_611637_1035282 h4,#stacks_in_611637_1035282 h5,#stacks_in_611637_1035282 h6,#stacks_in_611637_1035282 div{font-size:1.20rem}}#stacks_in_611637_1035282 small,#stacks_in_611637_1035282 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_611637_1035282 {
	background-color: rgba(110, 19, 16, 1.00);
	padding: 0px 0px 30px 10px;
}

  

#stacks_in_611637_1035289 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_611637_1035289 > .row > .columns{margin-top:0.00rem}
#stacks_in_611637_1035290 a{display:block}#stacks_in_611637_1035290 img{width:100%;}#stacks_in_611637_1035290 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_611637_1035290 img{max-width:80px}}@media only screen and (min-width:1024px){#stacks_in_611637_1035290 img{max-width:80px}}

#stacks_in_611637_1035290 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_611637_1035292 a{display:block}#stacks_in_611637_1035292 img{width:100%;}#stacks_in_611637_1035292 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_611637_1035292 img{max-width:77px}}@media only screen and (min-width:1024px){#stacks_in_611637_1035292 img{max-width:77px}}

#stacks_in_611637_1035292 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_611637_1035294 a{display:block}#stacks_in_611637_1035294 img{width:100%;}#stacks_in_611637_1035294 img{max-width:70px}@media only screen and (min-width:641px){#stacks_in_611637_1035294 img{max-width:90px}}@media only screen and (min-width:1024px){#stacks_in_611637_1035294 img{max-width:90px}}

#stacks_in_611637_1035294 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_13602{}#stacks_in_13602 .slick-slide > div{overflow:hidden;padding:0%;margin:0%;border:0px solid #000000;border-radius:0px}#stacks_in_13602 .padding-detailed .slick-slide > div{padding:0.00% 0.00% 0.00% 0.00%}#stacks_in_13602 .margin-detailed .slick-slide > div{margin:0.00% 0.00% 0.00% 0.00%}#stacks_in_13602 .border-detailed .slick-slide > div{border-style:solid;border-color:#000000;border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_13602 .slide-color .slick-slide > div{background-color:#FFFFFF}#stacks_in_13602 .centermode-true .slick-list{padding-top:5.00% !important;padding-bottom:5.00% !important}#stacks_in_13602 .centermode-true .slick-slide > div{opacity:0.80}#stacks_in_13602 .centermode-true .slick-center > div{opacity:1.0;-webkit-transition:all 300ms ease;transition:all 300ms ease;-webkit-transform:scale(1.00);transform:scale(1.00);padding:0%;margin:0%;border-color:#000000}#stacks_in_13602 .centermode-true.center-padding-detailed .slick-center > div{padding:0.00% 0.00% 0.00% 0.00%}#stacks_in_13602 .centermode-true.center-margin-detailed .slick-center > div{margin:0.00% 0.00% 0.00% 0.00%}#stacks_in_13602 .slick-dots{text-align:center}#stacks_in_13602 .slick-dots li button{opacity:0.25;-webkit-transition:all 300ms ease;transition:all 300ms ease}#stacks_in_13602 .slick-dots li button:after{color:#000000;font-size:10px}#stacks_in_13602 .slick-dots li.slick-active button{opacity:0.75}#stacks_in_13602 .slick-dots li.slick-active button:after{font-size:10px;color:#6E1310}#stacks_in_13602 .dot-numbers .slick-dots li button{color:#FFFFFF;font-size:5px}#stacks_in_13602 .dot-numbers .slick-dots li.slick-active button{color:#FFFFFF;font-size:5px}#stacks_in_13602 .dot-numbers.nav-dot-none .slick-dots li button{font-size:10px}#stacks_in_13602 .dot-numbers.nav-dot-none .slick-dots li.slick-active button{font-size:10px}#stacks_in_13602 .dot-hover .slick-dots li button{opacity:0}#stacks_in_13602 .dot-hover:hover .slick-dots li button{opacity:0.25}#stacks_in_13602 .dot-hover:hover .slick-dots li.slick-active button{opacity:0.75}#stacks_in_13602 .dot-center-arrows.dot-top .slick-dots li,#stacks_in_13602 .dot-center-arrows.dot-top .slick-dots li button,#stacks_in_13602 .dot-center-arrows.dot-top .slick-dots li button:after,#stacks_in_13602 .dot-center-arrows.dot-bottom .slick-dots li,#stacks_in_13602 .dot-center-arrows.dot-bottom .slick-dots li button,#stacks_in_13602 .dot-center-arrows.dot-bottom .slick-dots li button:after{height:2.50rem}#stacks_in_13602 .dot-center-arrows.dot-top .slick-dots li button:after,#stacks_in_13602 .dot-center-arrows.dot-bottom .slick-dots li button:after{line-height:2.50rem}#stacks_in_13602 .dot-center-arrows.dot-top.dot-outside .slick-dots{-webkit-transform:translateY(-100%);transform:translateY(-100%)}#stacks_in_13602 .dot-center-arrows.dot-bottom.dot-outside .slick-dots{-webkit-transform:translateY(100%);transform:translateY(100%)}#stacks_in_13602 .dot-center-arrows.dot-left .slick-dots li,#stacks_in_13602 .dot-center-arrows.dot-left .slick-dots li button,#stacks_in_13602 .dot-center-arrows.dot-left .slick-dots li button:after,#stacks_in_13602 .dot-center-arrows.dot-right .slick-dots li,#stacks_in_13602 .dot-center-arrows.dot-right .slick-dots li button,#stacks_in_13602 .dot-center-arrows.dot-right .slick-dots li button:after{width:2.50rem;margin:0}#stacks_in_13602 .slick-prev,#stacks_in_13602 .slick-next{width:2.50rem;height:2.50rem;background:transparent;opacity:0.85}#stacks_in_13602 .slick-prev:before,#stacks_in_13602 .slick-next:before{font-size:2.50rem;color:#000000}#stacks_in_13602 .slick-prev.slick-disabled,#stacks_in_13602 .slick-next.slick-disabled{opacity:0.25}#stacks_in_13602 .arrow-hover .slick-prev,#stacks_in_13602 .arrow-hover .slick-next{opacity:0}#stacks_in_13602 .arrow-hover:hover .slick-prev,#stacks_in_13602 .arrow-hover:hover .slick-next{opacity:0.85}#stacks_in_13602 .arrow-hover:hover .slick-prev.slick-disabled,#stacks_in_13602 .arrow-hover:hover .slick-next.slick-disabled{opacity:0.25}#stacks_in_13602 .arrow-block .slick-prev,#stacks_in_13602 .arrow-block .slick-next{background-color:#FFFFFF;top:0;left:0;-webkit-transform:none;transform:none}#stacks_in_13602 .arrow-block:not(.effect-slide-vert) .slick-prev,#stacks_in_13602 .arrow-block:not(.effect-slide-vert) .slick-next{height:100%;min-width:2.50rem;width:10%}#stacks_in_13602 .arrow-block:not(.effect-slide-vert) .slick-next{right:0;left:auto}#stacks_in_13602 .arrow-block.effect-slide-vert .slick-prev,#stacks_in_13602 .arrow-block.effect-slide-vert .slick-next{width:100%;height:10%;min-height:2.50rem}#stacks_in_13602 .arrow-block.effect-slide-vert .slick-next{bottom:0;top:auto}#stacks_in_13602 .arrow-y-custom .slick-prev{top:30px}#stacks_in_13602 .arrow-y-custom .slick-next{bottom:30px}#stacks_in_13602 .arrow-y-custom.arrow-flush-top .slick-prev,#stacks_in_13602 .arrow-y-custom.arrow-flush-top .slick-next{top:30px;bottom:auto}#stacks_in_13602 .arrow-y-custom.arrow-flush-bottom .slick-prev,#stacks_in_13602 .arrow-y-custom.arrow-flush-bottom .slick-next{bottom:30px;top:auto}#stacks_in_13602 .arrow-x-custom .slick-prev{left:10px}#stacks_in_13602 .arrow-x-custom .slick-next{right:10px}#stacks_in_13602 .arrow-x-custom.arrow-flush-left .slick-prev,#stacks_in_13602 .arrow-x-custom.arrow-flush-left .slick-next{right:auto;left:10px}#stacks_in_13602 .arrow-x-custom.arrow-flush-right .slick-prev,#stacks_in_13602 .arrow-x-custom.arrow-flush-right .slick-next{left:auto;right:10px}#stacks_in_13602 .smart-margins.arrows-true.arrow-y-outside:not(.arrow-block){margin-top:2.50rem;margin-bottom:2.50rem}#stacks_in_13602 .smart-margins.arrows-true.arrow-y-outside.arrow-flush-top:not(.arrow-block){margin-bottom:0}#stacks_in_13602 .smart-margins.arrows-true.arrow-y-outside.arrow-flush-bottom:not(.arrow-block){margin-top:0}#stacks_in_13602 .smart-margins.arrows-true.arrow-x-outside:not(.arrow-block){margin-left:2.50rem;margin-right:2.50rem}#stacks_in_13602 .smart-margins.arrows-true.arrow-x-outside.arrow-flush-left:not(.arrow-block){margin-right:0}#stacks_in_13602 .smart-margins.arrows-true.arrow-x-outside.arrow-flush-right:not(.arrow-block){margin-left:0}
#stacks_in_818886 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818886 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_818886 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_818886 > .row.padding-detailed.padding-medium-up,#stacks_in_818886 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_818886 > .row.padding-detailed.padding-y-medium-up,#stacks_in_818886 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_818886 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_818886 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_818887{  padding-left:0px;padding-right:0px; }#stacks_in_818887>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_818887>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_818887>.jack.width-static{width:500px}#stacks_in_818887>.jack.width-flexible{width:100%}#stacks_in_818887>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_818887>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_818887>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_818887>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_818887>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_818887>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_818887>.jack::after{border-radius:0px}#stacks_in_818887>.jack.border-detailed-radius,#stacks_in_818887>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_818887>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_818887>.jack.bg-color{background-color:#89C5FF}#stacks_in_818887>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_818887>.jack.bg-image:not(.glass){background-image:url();background-repeat:no-repeat; background-position:center top;}#stacks_in_818887>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_818887>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_818887>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_818887>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_818887>.jack.bg-image:not(.glass){}#stacks_in_818887>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_818887>.jack.bg-image.glass.after,#stacks_in_818887>.jack.bg-image.glass::after{opacity:0.25;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:no-repeat; background-position:center top;}#stacks_in_818887>.jack.bg-image.glass.after.padding-detailed,#stacks_in_818887>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_818887>.jack.bg-image.glass.after.bg-size-static,#stacks_in_818887>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_818887>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_818887>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_818887>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_818887>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_818887>.jack.bg-image.glass.after.bg-fallback,#stacks_in_818887>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_818887>.jack.bg-image.glass.after,#stacks_in_818887>.jack.bg-image.glass::after{}#stacks_in_818887>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_818887>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_818887>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_818887>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_818887>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_818887>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_818887>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_818887>.jack.peek-shadow::before,#stacks_in_818887>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_818887>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_818887>.jack{overflow:visible;}#stacks_in_818887>.jack.height-static{height:100px}#stacks_in_818887>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_818888 h1,#stacks_in_818888 h2,#stacks_in_818888 h3,#stacks_in_818888 h4,#stacks_in_818888 h5,#stacks_in_818888 h6,#stacks_in_818888 div{color:rgba(171, 171, 153, 1.00);font-size:0.50rem;font-weight:700;font-style:normal}#stacks_in_818888 h1 a,#stacks_in_818888 h2 a,#stacks_in_818888 h3 a,#stacks_in_818888 h4 a,#stacks_in_818888 h5 a,#stacks_in_818888 h6 a,#stacks_in_818888 div a{color:rgba(171, 171, 153, 1.00);font-size:0.50rem}#stacks_in_818888 h1 a:hover,#stacks_in_818888 h2 a:hover,#stacks_in_818888 h3 a:hover,#stacks_in_818888 h4 a:hover,#stacks_in_818888 h5 a:hover,#stacks_in_818888 h6 a:hover,#stacks_in_818888 div a:hover{color:rgba(128, 128, 114, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_818888 h1 a,#stacks_in_818888 h2 a,#stacks_in_818888 h3 a,#stacks_in_818888 h4 a,#stacks_in_818888 h5 a,#stacks_in_818888 h6 a,#stacks_in_818888 div a{font-size:1.00rem}}@media only screen and (min-width:40.063em){#stacks_in_818888 h1,#stacks_in_818888 h2,#stacks_in_818888 h3,#stacks_in_818888 h4,#stacks_in_818888 h5,#stacks_in_818888 h6,#stacks_in_818888 div{font-size:1.00rem}}#stacks_in_818888 small,#stacks_in_818888 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_818888 {
	margin: 40px 50px 0px 0px;
}
 #stacks_in_818890 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_818890 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_818890 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_818890 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_818890 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_818890 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_818890 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_818890 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_818890 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_818890 hr.cloudy:after{content:"\00a0"}#stacks_in_818890 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_818890 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_818890 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_818890 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_818890 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_818890 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_818890 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_818890 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
.spacerStack {
	height: 30px;
}

#spacerStackstacks_in_818891 {
	height: 30px;
}#stacks_in_818893 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818893 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_818893 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_818893 > .row.padding-detailed.padding-medium-up,#stacks_in_818893 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_818893 > .row.padding-detailed.padding-y-medium-up,#stacks_in_818893 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_818893 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_818893 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_818894 a{display:block}#stacks_in_818894 img{}#stacks_in_818894 img{max-width:100px}@media only screen and (min-width:641px){#stacks_in_818894 img{max-width:100px}}@media only screen and (min-width:1024px){#stacks_in_818894 img{max-width:100px}}

#stacks_in_818894 {
	margin: 20px 0px 0px 0px;
}


#stacks_in_818895 {
	margin: 0px 0px 50px 0px;
}
 #stacks_in_818898 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_818898 hr.gradient{height:3px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_818898 hr.faded{height:3px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_818898 hr.dashed_fade{border-bottom:3px dashed #7E7E7E;background:#333333}#stacks_in_818898 hr.dotted_fade{border-bottom:3px dotted #7E7E7E;background:#333333}#stacks_in_818898 hr.dashed{border-bottom:3px dashed #333333}#stacks_in_818898 hr.dotted{border-bottom:3px dotted #7E7E7E}#stacks_in_818898 hr.shadow{height:3px;box-shadow:inset 0 3px 3px -3px rgba(0,0,0,0.5)}#stacks_in_818898 hr.cloudy{margin:3px 0;box-shadow:0 0 3px 1px #333333}#stacks_in_818898 hr.cloudy:after{content:"\00a0"}#stacks_in_818898 hr.inset{border-top:3px solid rgba(0,0,0,0.1);border-bottom:3px solid rgba(255,255,255,0.3)}#stacks_in_818898 hr.inset_two{border-top:3px solid #CCCCCC;border-bottom:3px solid #333333}#stacks_in_818898 hr.inset_three{border-top:3px solid #333333;border-bottom:3px solid #CCCCCC}#stacks_in_818898 hr.inset_four{border-top:3px solid #333333;border-bottom:3px solid #CCCCCC}#stacks_in_818898 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:3px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_818898 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 3px 0;border-radius:20px}#stacks_in_818898 hr.glyph{padding:0;border:0;border-top:3px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_818898 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
#stacks_in_819025 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_819025 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_819025 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_819025 > .row.padding-detailed.padding-medium-up,#stacks_in_819025 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819025 > .row.padding-detailed.padding-y-medium-up,#stacks_in_819025 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_819025 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819025 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_819025 {
	background-color: rgba(250, 245, 218, 1.00);
}
#stacks_in_819026 h1,#stacks_in_819026 h2,#stacks_in_819026 h3,#stacks_in_819026 h4,#stacks_in_819026 h5,#stacks_in_819026 h6,#stacks_in_819026 div{color:rgba(34, 34, 34, 1.00);font-size:1.69rem;font-weight:200;font-style:normal}#stacks_in_819026 h1 a,#stacks_in_819026 h2 a,#stacks_in_819026 h3 a,#stacks_in_819026 h4 a,#stacks_in_819026 h5 a,#stacks_in_819026 h6 a,#stacks_in_819026 div a{color:rgba(34, 34, 34, 1.00);font-size:1.69rem}#stacks_in_819026 h1 a:hover,#stacks_in_819026 h2 a:hover,#stacks_in_819026 h3 a:hover,#stacks_in_819026 h4 a:hover,#stacks_in_819026 h5 a:hover,#stacks_in_819026 h6 a:hover,#stacks_in_819026 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_819026 h1 a,#stacks_in_819026 h2 a,#stacks_in_819026 h3 a,#stacks_in_819026 h4 a,#stacks_in_819026 h5 a,#stacks_in_819026 h6 a,#stacks_in_819026 div a{font-size:2.00rem}}@media only screen and (min-width:40.063em){#stacks_in_819026 h1,#stacks_in_819026 h2,#stacks_in_819026 h3,#stacks_in_819026 h4,#stacks_in_819026 h5,#stacks_in_819026 h6,#stacks_in_819026 div{font-size:2.00rem}}#stacks_in_819026 small,#stacks_in_819026 small div{font-size:75%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_819026 {
	margin: 50px 0px 20px 0px;
}
#reveal_stacks_in_819028,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(35, 35, 35, 1.00)}#reveal_stacks_in_819028 p,#reveal_stacks_in_819028 h1,#reveal_stacks_in_819028 h2,#reveal_stacks_in_819028 h3,#reveal_stacks_in_819028 h4,#reveal_stacks_in_819028 h5,#reveal_stacks_in_819028 h6,#reveal_stacks_in_819028 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_819028 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.67) !important}#stacks_in_819028 .reveal-launcher{cursor:pointer}

#stacks_in_819028 {
	margin: 0px 0px 70px 0px;
}
#stacks_in_819029 a{display:block}#stacks_in_819029 img{}
#stacks_in_819030 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_819031{	text-align: center !important;}.stacks_in_819031dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;									border: 1px solid #555555;		color:#555555;				font-size:50% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Helvetica, Arial, sans-serif !important;	font-style:normal !important;		padding: 4px 15px 4px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_819031dooabutton:hover {					color:;				border-color: #414141;		color:#414141;	}/* End Button Press stack CSS code */#stacks_in_819033 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_819033 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_819033 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_819033 > .row.padding-detailed.padding-medium-up,#stacks_in_819033 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819033 > .row.padding-detailed.padding-y-medium-up,#stacks_in_819033 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_819033 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819033 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_819033 {
	background-color: rgba(83, 84, 84, 1.00);
}
#stacks_in_819034 h1,#stacks_in_819034 h2,#stacks_in_819034 h3,#stacks_in_819034 h4,#stacks_in_819034 h5,#stacks_in_819034 h6,#stacks_in_819034 div{color:rgba(255, 255, 255, 1.00);font-size:1.69rem;font-weight:700;font-style:normal}#stacks_in_819034 h1 a,#stacks_in_819034 h2 a,#stacks_in_819034 h3 a,#stacks_in_819034 h4 a,#stacks_in_819034 h5 a,#stacks_in_819034 h6 a,#stacks_in_819034 div a{color:rgba(255, 255, 255, 1.00);font-size:1.69rem}#stacks_in_819034 h1 a:hover,#stacks_in_819034 h2 a:hover,#stacks_in_819034 h3 a:hover,#stacks_in_819034 h4 a:hover,#stacks_in_819034 h5 a:hover,#stacks_in_819034 h6 a:hover,#stacks_in_819034 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_819034 h1 a,#stacks_in_819034 h2 a,#stacks_in_819034 h3 a,#stacks_in_819034 h4 a,#stacks_in_819034 h5 a,#stacks_in_819034 h6 a,#stacks_in_819034 div a{font-size:2.50rem}}@media only screen and (min-width:40.063em){#stacks_in_819034 h1,#stacks_in_819034 h2,#stacks_in_819034 h3,#stacks_in_819034 h4,#stacks_in_819034 h5,#stacks_in_819034 h6,#stacks_in_819034 div{font-size:2.50rem}}#stacks_in_819034 small,#stacks_in_819034 small div{font-size:40%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_819034 {
	margin: 50px 0px 50px 50px;
}

#stacks_in_819036 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_819036 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_819036 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_819036 {
	padding: 0px 30px 0px 30px;
}
    #stacks_in_819037{overflow:visible} .pin-spacer.spacer-stacks_in_819037{width:100%;min-width:100%}.pin-spacer.spacer-stacks_in_819037.posFixed.allow-overlay{display:none}@media screen and (max-width:645px){.pin-spacer.spacer-stacks_in_819037.hide-below-bp{display:none}}@media screen and (min-width:645px){.pin-spacer.spacer-stacks_in_819037.hide-above-bp{display:none}}#stacks_in_819037>.pin-fixed{z-index:999}#stacks_in_819037>.pin-fixed.pin-it::after{background:#333333;opacity:0.0}#stacks_in_819037>.pin-it.pin-static{position:relative;z-index:1}@media screen and (max-width:645px){#stacks_in_819037>.pin-it.hide-below-bp{display:none}}@media screen and (min-width:645px){#stacks_in_819037>.pin-it.hide-above-bp{display:none}}#stacks_in_819037>.pin-it::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";background:#FFFFFF;opacity:0.0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}#stacks_in_819037>.pin-it.pin-fixed{position:fixed;top: 0px }@media screen and (max-width:645px){#stacks_in_819037>.pin-it.pin-fixed.mob-full-width{left:0;width:100%!important}}@media screen and (min-width:645px){#stacks_in_819037>.pin-it.pin-fixed{top:0px}} 
#stacks_in_819037 .pin-it.pin-fixed.fixed-shadow   {-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;-moz-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}

#stacks_in_819038 {
	margin: 50px 0px 0px 0px;
}
/* Resets */
.tablePro_stacks_in_819041 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}
/* End resets */



#tableLoadingTextDiv_stacks_in_819041 {
  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_819041_wrapper .tablesaw-toolbar label {
  color: rgba(255, 255, 255, 1.00);
  font-family:  !important;
}

/* Swipe buttons */
#tablePro_stacks_in_819041_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_819041_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);
  font-family:  !important;
}

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

/* Table header color */
.tablePro_stacks_in_819041 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_819041 thead tr {
	background-color: rgba(80, 19, 18, 1.00);
}

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

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

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

/* Borders for the inner cells of rows */
.tablePro_stacks_in_819041 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_819041 tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_819041 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_819041 thead tr:first-child th(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 1.00);
  padding: 0.2em 0.5em;
}

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

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

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

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

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

  .tablePro_stacks_in_819041 td,
  .tablePro_stacks_in_819041 th,
  .tablePro_stacks_in_819041 button.tablesaw-sortable-btn {
      text-align: center !important;
      font-family:  !important;
  }

  .tablesaw-bar .btn-select:after {
    content: none;
  }

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

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

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



}

.tablePro_stacks_in_819041 thead tr:first-child {
  /* Table top border */
  border-top: 1px solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 1px solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 1px 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_819041 td {
  padding: 0.2em 0.5em;
}
#stacks_in_819043 p,#stacks_in_819043 div{margin-bottom:0}

#stacks_in_819044 {
	font-size: 150%;
}
#stacks_in_819047 p,#stacks_in_819047 div{margin-bottom:0}

#stacks_in_819048 {
	font-size: 150%;
}



































#stacks_in_13666 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_13666 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_13666 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_13666 > .row > .maxwidth{max-width:500px}#stacks_in_13666 > .hide-overflow{overflow:hidden !important}


#stacks_in_13666 {
	background-color: rgba(233, 231, 228, 1.00);
}
#stacks_in_11025 p,#stacks_in_11025 div,#stacks_in_11025 ul,#stacks_in_11025 ol,#stacks_in_11025 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_11025 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_11025 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_11025 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_11026 {
	font-weight: lighter;
}


#stacks_in_13929 {
	margin: 0px 100px 0px 100px;
}
/* SmartFloat stack v1.2.1 */


/* ---------------------------------------------------------------------- PRELOAD BG IMAGES ---------------------------------------------------------------------- */







/* ---------------------------------------------------------------------- GENERAL SETTINGS ----------------------------------------------------------------------- */

#stacks_in_818964-float, #stacks_in_818964-around,
#stacks_in_818964-float *, #stacks_in_818964-around * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_818964-spacer {
	display: none;
}

/* ---------------------------------------------------------------------- FLOATING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_818964-float {
	position: relative;
	z-index: 1;
	float: right;
	width: 50%;


	
	width: calc(50% - 30px); /* 7: float: right; detailed margin = 1 */
	 



	
		
	margin: 0px 30px 0px 0px; /* float: right; detailed margin = 1; border = no */
		
	


	padding: 0px;

  	border-radius: 0px;
	
	
}



/* ---------------------------------------------------------------------- WRAPPING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_818964-around {
  	
	border-radius: 0px;
		
	
}

#stacks_in_818964-around:after {
	clear: both;
	content: "";
	display: table;
}


#stacks_in_818964 div.stacks_out, #stacks_in_818964 div.stacks_in {
	overflow: visible; 
}

/* ------------------------------------------------------------------- RESPONSIVE: BIG SCREEN -------------------------------------------------------------------- */


#stacks_in_818964-float {
	
	
}


/* ------------------------------------------------------------------- RESPONSIVE: SMALL SCREEN ------------------------------------------------------------------ */



/* ---------------------------------------------------------------------- RESPONSIVE IMAGE ----------------------------------------------------------------------- */



/* End of SmartFloat stack */
#stacks_in_818976 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818976 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_818976 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_818976 > .row.padding-detailed.padding-medium-up,#stacks_in_818976 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_818976 > .row.padding-detailed.padding-y-medium-up,#stacks_in_818976 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_818976 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_818976 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_818976 {
	padding: 30px 0px 0px 0px;
}
#reveal_stacks_in_818977,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_818977 p,#reveal_stacks_in_818977 h1,#reveal_stacks_in_818977 h2,#reveal_stacks_in_818977 h3,#reveal_stacks_in_818977 h4,#reveal_stacks_in_818977 h5,#reveal_stacks_in_818977 h6,#reveal_stacks_in_818977 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_818977 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.80) !important}#stacks_in_818977 .reveal-launcher{cursor:pointer}

#stacks_in_818977 {
	margin: 0px 30px 0px 10px;
}
#stacks_in_818978 a{display:block}#stacks_in_818978 img{}
#stacks_in_21094 p,#stacks_in_21094 div{margin-bottom:0}#stacks_in_21094 p,#stacks_in_21094 div,#stacks_in_21094 ul,#stacks_in_21094 ol,#stacks_in_21094 dl{color:rgba(34, 34, 34, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_21094 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_21094 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_21094 {
	padding: 0px 100px 0px 100px;
}

#stacks_in_21095 {
	letter-spacing: 2px;
	font-size: 130%;
}
.spacerStack {
	height: 30px;
}

#spacerStackstacks_in_13937 {
	height: 30px;
}#stacks_in_12662 p,#stacks_in_12662 div{margin-bottom:0}#stacks_in_12662 p,#stacks_in_12662 div,#stacks_in_12662 ul,#stacks_in_12662 ol,#stacks_in_12662 dl{color:rgba(144, 143, 128, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_12662 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_12662 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_12662 {
	margin: 0px 100px 10px 120px;
}
#stacks_in_12643 .accordion{margin:0}#stacks_in_12643 .accordion-navigation > a{margin-top:0.00rem}#stacks_in_12643 .accordion-navigation:first-child > a{margin-top:0}#stacks_in_12643 .accordion-navigation > a{background-color:rgba(14, 83, 89, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_12643 .accordion-navigation > a:hover{background-color:rgba(13, 78, 84, 1.00)}#stacks_in_12643 .accordion-navigation.active > a{background-color:rgba(19, 119, 128, 1.00)}

#stacks_in_12643 {
	margin: 0px 100px 100px 100px;
	padding: 0px 0px 300px 0px;
}


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


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


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


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


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

#stacks_in_10969 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_10969 > .row > .columns{margin-top:0.00rem}

 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://skclivinglandscapes.org/northwest/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_10976 .html5audio_wrapper{width:100%;text-align:center;}#stacks_in_10976 div:focus{outline:none}#stacks_in_10976 .html5audio,#stacks_in_10976 audio.html5audio{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_10976 .html5audio.mejs-ted,#stacks_in_10976 .html5audio.mejs-wmp,#stacks_in_10976 audio.html5audio.mejs-ted,#stacks_in_10976 audio.html5audio.mejs-wmp{min-height:65px}#stacks_in_10976 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_10976 .mejs__container .mejs__overlay-play,#stacks_in_10976 .mejs__container .mejs__overlay-loading{}#stacks_in_10976 .mejs__container .mejs__controls{}#stacks_in_10976 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_10976 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_10976 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_13668 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_13668 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_13668 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_13668 > .row > .maxwidth{max-width:500px}#stacks_in_13668 > .hide-overflow{overflow:hidden !important}


#stacks_in_13668 {
	background-color: rgba(236, 243, 215, 1.00);
}
#stacks_in_11310 p,#stacks_in_11310 div,#stacks_in_11310 ul,#stacks_in_11310 ol,#stacks_in_11310 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_11310 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_11310 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_11310 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_11311 {
	font-weight: lighter;
}

#stacks_in_68158 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_68158 > .row > .columns{margin-top:0.00rem}


#stacks_in_13701 {
	margin: 0px 0px 0px 50px;
}
#stacks_in_13676 p,#stacks_in_13676 div{margin-bottom:0}

#stacks_in_13676 {
	margin: 0px 0px 20px 50px;
}

#stacks_in_13677 {
	font-size: 130%;
}
#reveal_stacks_in_818983,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_818983 p,#reveal_stacks_in_818983 h1,#reveal_stacks_in_818983 h2,#reveal_stacks_in_818983 h3,#reveal_stacks_in_818983 h4,#reveal_stacks_in_818983 h5,#reveal_stacks_in_818983 h6,#reveal_stacks_in_818983 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_818983 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.80) !important}#stacks_in_818983 .reveal-launcher{cursor:pointer}

#stacks_in_818983 {
	margin: 50px 50px 50px 50px;
}
#stacks_in_818984 a{display:block}#stacks_in_818984 img{}
#reveal_stacks_in_63700,#heat{color:rgba(51, 51, 51, 1.00);background:rgba(255, 255, 255, 1.00)}#reveal_stacks_in_63700 p,#reveal_stacks_in_63700 h1,#reveal_stacks_in_63700 h2,#reveal_stacks_in_63700 h3,#reveal_stacks_in_63700 h4,#reveal_stacks_in_63700 h5,#reveal_stacks_in_63700 h6,#reveal_stacks_in_63700 div,#heat p,#heat h1,#heat h2,#heat h3,#heat h4,#heat h5,#heat h6,#heat div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_63700 a.close-reveal-modal,#heat a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.45) !important}#stacks_in_63700 .reveal-launcher{cursor:pointer}


#stacks_in_818774 {
	margin: 0px 0px 0px 50px;
}


#stacks_in_63698 {
	margin: 0px 50px 0px 70px;
}
#stacks_in_63745 a{display:block}#stacks_in_63745 img{}
.spacerStack {
	height: 20px;
}

#spacerStackstacks_in_63754 {
	height: 20px;
}#stacks_in_818855{max-width:1000px}#stacks_in_818855 .points-wrapper{max-width:1000px;padding-bottom:56.25%;}#stacks_in_818855 .point{width:1.50rem;height:1.50rem}@media screen and (min-width:40em){#stacks_in_818855 .point{width:1.80rem;height:1.80rem}}@media screen and (min-width:62.5em){#stacks_in_818855 .point{width:2.00rem;height:2.00rem}}#stacks_in_818855 .point a,#stacks_in_818855 .point abbr{cursor:default}#stacks_in_818855 .mode-circle abbr{background:rgba(225, 45, 100, 1.00)}#stacks_in_818855 .mode-circle.point-ring abbr{background-color:transparent;border:2px solid rgba(225, 45, 100, 1.00)}@media screen and (min-width:40em){#stacks_in_818855 .mode-circle.point-ring abbr{border-width:2px}}@media screen and (min-width:62.5em){#stacks_in_818855 .mode-circle.point-ring abbr{border-width:2px}}#stacks_in_818855 .mode-circle.point-saturn abbr{border:2px solid rgba(255, 102, 153, 1.00)}@media screen and (min-width:40em){#stacks_in_818855 .mode-circle.point-saturn abbr{border-width:2px}}@media screen and (min-width:62.5em){#stacks_in_818855 .mode-circle.point-saturn abbr{border-width:2px}}#stacks_in_818855 .mode-circle.point-pulse .ring{background-color:rgba(255, 102, 153, 1.00)}#stacks_in_818855 .mode-image abbr{background:url(0.75) no-repeat center center}#stacks_in_818855 .point abbr,#stacks_in_818855 .point i.fa{line-height:1.50rem;font-size:0.75rem;color:rgba(255, 255, 255, 1.00)}@media screen and (min-width:40em){#stacks_in_818855 .point abbr,#stacks_in_818855 .point i.fa{line-height:1.80rem;font-size:0.90rem}}@media screen and (min-width:62.5em){#stacks_in_818855 .point abbr,#stacks_in_818855 .point i.fa{line-height:2.00rem;font-size:1.00rem}}#stacks_in_818855 .points-tooltip{font-size:0.80rem;border-radius:5px;color:rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.80)}@media screen and (min-width:40em){#stacks_in_818855 .points-tooltip{font-size:0.90rem}}@media screen and (min-width:62.5em){#stacks_in_818855 .points-tooltip{font-size:1.50rem}}#stacks_in_818855 .points-tooltip:after{border-color:rgba(0, 0, 0, 0.80)}#stacks_in_818855 .info-tooltip .points-tooltip{}#stacks_in_818855 .info-overlay .points-tooltip{text-align:left}
#point_stacks_in_818856 abbr{background:rgba(253, 0, 6, 1.00) !important}#point_stacks_in_818856 abbr,#point_stacks_in_818856 i.fa{color:rgba(255, 255, 255, 1.00) !important}.point-ring #point_stacks_in_818856 abbr{background-color:transparent !important;border-color:rgba(253, 0, 6, 1.00) !important}.point-saturn #point_stacks_in_818856 abbr{border-color:rgba(253, 0, 6, 1.00) !important}.point-pulse #point_stacks_in_818856 .ring{background-color:rgba(253, 0, 6, 1.00) !important}
#point_stacks_in_818859 abbr{background:rgba(253, 0, 6, 1.00) !important}#point_stacks_in_818859 abbr,#point_stacks_in_818859 i.fa{color:rgba(255, 255, 255, 1.00) !important}.point-ring #point_stacks_in_818859 abbr{background-color:transparent !important;border-color:rgba(253, 0, 6, 1.00) !important}.point-saturn #point_stacks_in_818859 abbr{border-color:rgba(253, 0, 6, 1.00) !important}.point-pulse #point_stacks_in_818859 .ring{background-color:rgba(253, 0, 6, 1.00) !important}
#point_stacks_in_818860 abbr{background:rgba(253, 0, 6, 1.00) !important}#point_stacks_in_818860 abbr,#point_stacks_in_818860 i.fa{color:rgba(255, 255, 255, 1.00) !important}.point-ring #point_stacks_in_818860 abbr{background-color:transparent !important;border-color:rgba(253, 0, 6, 1.00) !important}.point-saturn #point_stacks_in_818860 abbr{border-color:rgba(253, 0, 6, 1.00) !important}.point-pulse #point_stacks_in_818860 .ring{background-color:rgba(253, 0, 6, 1.00) !important}
#stacks_in_10944 p,#stacks_in_10944 div{margin-bottom:0}#stacks_in_10944 p,#stacks_in_10944 div,#stacks_in_10944 ul,#stacks_in_10944 ol,#stacks_in_10944 dl{color:rgba(101, 101, 90, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_10944 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_10944 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_10944 {
	margin: 0px 0px 10px 20px;
}

#stacks_in_10947 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_10947 > .row > .columns{margin-top:0.00rem}
#reveal_stacks_in_10896,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(255, 255, 255, 1.00)}#reveal_stacks_in_10896 p,#reveal_stacks_in_10896 h1,#reveal_stacks_in_10896 h2,#reveal_stacks_in_10896 h3,#reveal_stacks_in_10896 h4,#reveal_stacks_in_10896 h5,#reveal_stacks_in_10896 h6,#reveal_stacks_in_10896 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_10896 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.45) !important}#stacks_in_10896 .reveal-launcher{cursor:pointer}

#stacks_in_10896 {
	margin: 0px 50px 0px 0px;
}
#stacks_in_48672 a{display:block}#stacks_in_48672 img{}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_527059 {
	height: 40px;
}#stacks_in_10926 a{display:block}#stacks_in_10926 img{}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_527055 {
	height: 40px;
}#reveal_stacks_in_10934,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(255, 255, 255, 1.00)}#reveal_stacks_in_10934 p,#reveal_stacks_in_10934 h1,#reveal_stacks_in_10934 h2,#reveal_stacks_in_10934 h3,#reveal_stacks_in_10934 h4,#reveal_stacks_in_10934 h5,#reveal_stacks_in_10934 h6,#reveal_stacks_in_10934 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_10934 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.45) !important}#stacks_in_10934 .reveal-launcher{cursor:pointer}

#stacks_in_10934 {
	margin: 0px 50px 0px 0px;
}
#stacks_in_48684 a{display:block}#stacks_in_48684 img{}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_527061 {
	height: 40px;
}#stacks_in_818861{max-width:1000px}#stacks_in_818861 .points-wrapper{max-width:1000px;padding-bottom:56.25%;}#stacks_in_818861 .point{width:1.50rem;height:1.50rem}@media screen and (min-width:40em){#stacks_in_818861 .point{width:1.80rem;height:1.80rem}}@media screen and (min-width:62.5em){#stacks_in_818861 .point{width:2.00rem;height:2.00rem}}#stacks_in_818861 .point a,#stacks_in_818861 .point abbr{cursor:default}#stacks_in_818861 .mode-circle abbr{background:rgba(225, 45, 100, 1.00)}#stacks_in_818861 .mode-circle.point-ring abbr{background-color:transparent;border:2px solid rgba(225, 45, 100, 1.00)}@media screen and (min-width:40em){#stacks_in_818861 .mode-circle.point-ring abbr{border-width:2px}}@media screen and (min-width:62.5em){#stacks_in_818861 .mode-circle.point-ring abbr{border-width:2px}}#stacks_in_818861 .mode-circle.point-saturn abbr{border:2px solid rgba(255, 102, 153, 1.00)}@media screen and (min-width:40em){#stacks_in_818861 .mode-circle.point-saturn abbr{border-width:2px}}@media screen and (min-width:62.5em){#stacks_in_818861 .mode-circle.point-saturn abbr{border-width:2px}}#stacks_in_818861 .mode-circle.point-pulse .ring{background-color:rgba(255, 102, 153, 1.00)}#stacks_in_818861 .mode-image abbr{background:url(0.75) no-repeat center center}#stacks_in_818861 .point abbr,#stacks_in_818861 .point i.fa{line-height:1.50rem;font-size:0.75rem;color:rgba(255, 255, 255, 1.00)}@media screen and (min-width:40em){#stacks_in_818861 .point abbr,#stacks_in_818861 .point i.fa{line-height:1.80rem;font-size:0.90rem}}@media screen and (min-width:62.5em){#stacks_in_818861 .point abbr,#stacks_in_818861 .point i.fa{line-height:2.00rem;font-size:1.00rem}}#stacks_in_818861 .points-tooltip{font-size:0.80rem;border-radius:5px;color:rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.80)}@media screen and (min-width:40em){#stacks_in_818861 .points-tooltip{font-size:0.90rem}}@media screen and (min-width:62.5em){#stacks_in_818861 .points-tooltip{font-size:1.50rem}}#stacks_in_818861 .points-tooltip:after{border-color:rgba(0, 0, 0, 0.80)}#stacks_in_818861 .info-tooltip .points-tooltip{}#stacks_in_818861 .info-overlay .points-tooltip{text-align:left}
#point_stacks_in_818862 abbr{background:rgba(253, 0, 6, 1.00) !important}#point_stacks_in_818862 abbr,#point_stacks_in_818862 i.fa{color:rgba(255, 255, 255, 1.00) !important}.point-ring #point_stacks_in_818862 abbr{background-color:transparent !important;border-color:rgba(253, 0, 6, 1.00) !important}.point-saturn #point_stacks_in_818862 abbr{border-color:rgba(253, 0, 6, 1.00) !important}.point-pulse #point_stacks_in_818862 .ring{background-color:rgba(253, 0, 6, 1.00) !important}
#point_stacks_in_818863 abbr{background:rgba(253, 0, 6, 1.00) !important}#point_stacks_in_818863 abbr,#point_stacks_in_818863 i.fa{color:rgba(255, 255, 255, 1.00) !important}.point-ring #point_stacks_in_818863 abbr{background-color:transparent !important;border-color:rgba(253, 0, 6, 1.00) !important}.point-saturn #point_stacks_in_818863 abbr{border-color:rgba(253, 0, 6, 1.00) !important}.point-pulse #point_stacks_in_818863 .ring{background-color:rgba(253, 0, 6, 1.00) !important}
#point_stacks_in_818864 abbr{background:rgba(253, 0, 6, 1.00) !important}#point_stacks_in_818864 abbr,#point_stacks_in_818864 i.fa{color:rgba(255, 255, 255, 1.00) !important}.point-ring #point_stacks_in_818864 abbr{background-color:transparent !important;border-color:rgba(253, 0, 6, 1.00) !important}.point-saturn #point_stacks_in_818864 abbr{border-color:rgba(253, 0, 6, 1.00) !important}.point-pulse #point_stacks_in_818864 .ring{background-color:rgba(253, 0, 6, 1.00) !important}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_527057 {
	height: 40px;
}
  

#stacks_in_42397 {
	margin: 0px 0px 100px 0px;
}
#stacks_in_28534 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_28534 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_28534 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_28534 > .row > .maxwidth{max-width:500px}#stacks_in_28534 > .hide-overflow{overflow:hidden !important}

#topBoxTriggerstacks_in_42392 {
	cursor: pointer;
}

#shade5 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade5.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade5.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade5.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade5 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade5.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade5.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade5.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade5.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade5.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_42392:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox5 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1000px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox5, 
#topBox5::before, 
#topBox5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_42392 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_42392 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_42392 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_42392 .topBoxVideo iframe,
#topBoxContentstacks_in_42392 .topBoxVideo object,
#topBoxContentstacks_in_42392 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose5 .topBoxCloseInner,
#topBoxNext5 .topBoxNextInner,
#topBoxPrev5 .topBoxPrevInner,
#topBoxClose5 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext5 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev5 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose5 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose5 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose5:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose5 .topBoxCloseInner,
#topBoxClose5 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive5 #topBoxClose5,
.topBoxActive5 #topBoxNext5,
.topBoxActive5 #topBoxPrev5 {
	display: block;
}


#simpleClosestacks_in_42392 {
	display: none;
}



#topBoxClose5 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_42392 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_42392 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_42392,
	#shade5,
	#topBoxClose5,
	#topBoxNext5,
	#topBoxPrev5 {
		display: none !important;
	}
	
	#topBox5 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_42392 {
	margin: 60px 0px 50px 0px;
}
/* Start Button Press stack CSS code */#stacks_in_42391{	text-align: center !important;}.stacks_in_42391dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;					/* Flat type button specific styles */	background-color:#590C11;	border:none;	color:#FFFFFF;							font-size:120% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 16px 15px 16px 15px;			-webkit-border-top-left-radius:0px;	-moz-border-radius-topleft:0px;	border-top-left-radius:0px;	-webkit-border-top-right-radius:0px;	-moz-border-radius-topright:0px;	border-top-right-radius:0px;	-webkit-border-bottom-right-radius:0px;	-moz-border-radius-bottomright:0px;	border-bottom-right-radius:0px;	-webkit-border-bottom-left-radius:0px;	-moz-border-radius-bottomleft:0px;	border-bottom-left-radius:0px;}.stacks_in_42391dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_42391 {
	margin: 10px 200px 10px 200px;
}
/* Start Print This 2 stack CSS code */.stacks_in_8545PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px dashed #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_8545PrintThis2{	position: relative;}@font-face {  font-family: "doo_fontsregular";  src: url('../files/printthis2Assets/font/doo_print-webfont.eot');  src: url('../files/printthis2Assets/font/doo_print-webfont.eot?#iefix') format('eot'), url('../files/printthis2Assets/font/doo_print-webfont.woff') format('woff'), url('../files/printthis2Assets/font/doo_print-webfont.ttf') format('truetype'), url('../files/printthis2Assets/font/doo_print-webfont.svg#doo_fontsregular') format('svg');  font-weight: normal;  font-style: normal;}.stacks_in_8545PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 55px;  line-height: 55px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #85060C;  cursor:pointer;}.stacks_in_8545PrintThisButton:hover{  color: #C14248;}.stacks_in_8545clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */
#stacks_in_10974 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_10974 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_10974 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_10974 > .row > .maxwidth{max-width:500px}#stacks_in_10974 > .hide-overflow{overflow:hidden !important}


#stacks_in_10974 {
	background-color: rgba(209, 230, 205, 1.00);
}
#stacks_in_11318 p,#stacks_in_11318 div,#stacks_in_11318 ul,#stacks_in_11318 ol,#stacks_in_11318 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_11318 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_11318 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_11318 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_11319 {
	font-weight: lighter;
}


#stacks_in_13714 {
	margin: 0px 0px 40px 50px;
}

#stacks_in_68155 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_68155 > .row > .columns{margin-top:0.00rem}


#stacks_in_13719 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_13720 {
	font-size: 130%;
}
#stacks_in_14310 .reveal-launcher{cursor:pointer}


#stacks_in_818786 {
	margin: 50px 0px 40px 50px;
}
#stacks_in_14316 p,#stacks_in_14316 div{margin-bottom:0}

#stacks_in_14316 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_14317 {
	font-size: 130%;
}
#reveal_stacks_in_818988,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_818988 p,#reveal_stacks_in_818988 h1,#reveal_stacks_in_818988 h2,#reveal_stacks_in_818988 h3,#reveal_stacks_in_818988 h4,#reveal_stacks_in_818988 h5,#reveal_stacks_in_818988 h6,#reveal_stacks_in_818988 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_818988 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.80) !important}#stacks_in_818988 .reveal-launcher{cursor:pointer}

#stacks_in_818988 {
	margin: 30px 30px 0px 10px;
}
#stacks_in_818989 a{display:block}#stacks_in_818989 img{}

  

#stacks_in_42557 {
	margin: 0px 0px 100px 0px;
}
#topBoxTriggerstacks_in_42561 {
	cursor: pointer;
}

#shade4 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade4.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade4.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade4.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade4 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade4.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade4.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade4.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade4.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade4.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_42561:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox4 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1000px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox4, 
#topBox4::before, 
#topBox4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_42561 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_42561 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_42561 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_42561 .topBoxVideo iframe,
#topBoxContentstacks_in_42561 .topBoxVideo object,
#topBoxContentstacks_in_42561 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose4 .topBoxCloseInner,
#topBoxNext4 .topBoxNextInner,
#topBoxPrev4 .topBoxPrevInner,
#topBoxClose4 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext4 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev4 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose4 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose4 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose4:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose4 .topBoxCloseInner,
#topBoxClose4 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive4 #topBoxClose4,
.topBoxActive4 #topBoxNext4,
.topBoxActive4 #topBoxPrev4 {
	display: block;
}


#simpleClosestacks_in_42561 {
	display: none;
}



#topBoxClose4 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_42561 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_42561 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_42561,
	#shade4,
	#topBoxClose4,
	#topBoxNext4,
	#topBoxPrev4 {
		display: none !important;
	}
	
	#topBox4 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_42561 {
	margin: 60px 0px 50px 0px;
}
/* Start Button Press stack CSS code */#stacks_in_10986{	text-align: center !important;}.stacks_in_10986dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;					/* Flat type button specific styles */	background-color:#590C11;	border:none;	color:#FFFFFF;							font-size:120% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 16px 15px 16px 15px;			-webkit-border-top-left-radius:0px;	-moz-border-radius-topleft:0px;	border-top-left-radius:0px;	-webkit-border-top-right-radius:0px;	-moz-border-radius-topright:0px;	border-top-right-radius:0px;	-webkit-border-bottom-right-radius:0px;	-moz-border-radius-bottomright:0px;	border-bottom-right-radius:0px;	-webkit-border-bottom-left-radius:0px;	-moz-border-radius-bottomleft:0px;	border-bottom-left-radius:0px;}.stacks_in_10986dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_10986 {
	margin: 10px 200px 10px 200px;
}
/* Start Print This 2 stack CSS code */.stacks_in_8614PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px dashed #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_8614PrintThis2{	position: relative;}@font-face {  font-family: "doo_fontsregular";  src: url('../files/printthis2Assets/font/doo_print-webfont.eot');  src: url('../files/printthis2Assets/font/doo_print-webfont.eot?#iefix') format('eot'), url('../files/printthis2Assets/font/doo_print-webfont.woff') format('woff'), url('../files/printthis2Assets/font/doo_print-webfont.ttf') format('truetype'), url('../files/printthis2Assets/font/doo_print-webfont.svg#doo_fontsregular') format('svg');  font-weight: normal;  font-style: normal;}.stacks_in_8614PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 24px;  line-height: 24px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #000000;  cursor:pointer;}.stacks_in_8614PrintThisButton:hover{  color: #3C3C3C;}.stacks_in_8614clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */
#stacks_in_13717 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_13717 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_13717 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_13717 > .row > .maxwidth{max-width:500px}#stacks_in_13717 > .hide-overflow{overflow:hidden !important}


#stacks_in_13717 {
	background-color: rgba(244, 223, 209, 1.00);
}
#stacks_in_11326 p,#stacks_in_11326 div,#stacks_in_11326 ul,#stacks_in_11326 ol,#stacks_in_11326 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_11326 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_11326 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_11326 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_11327 {
	font-weight: lighter;
}


#stacks_in_11009 {
	margin: 0px 0px 20px 50px;
}

#stacks_in_68161 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_68161 > .row > .columns{margin-top:0.00rem}


#stacks_in_10988 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_10989 {
	font-size: 130%;
}
#stacks_in_14251 .reveal-launcher{cursor:pointer}


#stacks_in_818792 {
	margin: 0px 0px 20px 50px;
}


#stacks_in_14257 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_14292 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_14292 > .row > .columns{margin-top:0.00rem}
#stacks_in_14282 a{display:block}#stacks_in_14282 img{}
#stacks_in_14285 a{display:block}#stacks_in_14285 img{}
#stacks_in_14288 a{display:block}#stacks_in_14288 img{}
#stacks_in_14291 a{display:block}#stacks_in_14291 img{}

#reveal_stacks_in_818993,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_818993 p,#reveal_stacks_in_818993 h1,#reveal_stacks_in_818993 h2,#reveal_stacks_in_818993 h3,#reveal_stacks_in_818993 h4,#reveal_stacks_in_818993 h5,#reveal_stacks_in_818993 h6,#reveal_stacks_in_818993 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_818993 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.80) !important}#stacks_in_818993 .reveal-launcher{cursor:pointer}

#stacks_in_818993 {
	margin: 0px 30px 0px 10px;
}
#stacks_in_818994 a{display:block}#stacks_in_818994 img{}

  

#stacks_in_6389 {
	margin: 0px 0px 100px 0px;
}

#stacks_in_10996 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_10996 > .row > .columns{margin-top:0.00rem}
#topBoxTriggerstacks_in_6520 {
	cursor: pointer;
}

#shade6 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade6.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade6.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade6.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade6 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade6.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade6.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade6.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade6.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade6.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_6520:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox6 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1000px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox6, 
#topBox6::before, 
#topBox6::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_6520 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_6520 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_6520 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_6520 .topBoxVideo iframe,
#topBoxContentstacks_in_6520 .topBoxVideo object,
#topBoxContentstacks_in_6520 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose6 .topBoxCloseInner,
#topBoxNext6 .topBoxNextInner,
#topBoxPrev6 .topBoxPrevInner,
#topBoxClose6 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext6 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev6 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose6 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose6 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose6:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose6 .topBoxCloseInner,
#topBoxClose6 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive6 #topBoxClose6,
.topBoxActive6 #topBoxNext6,
.topBoxActive6 #topBoxPrev6 {
	display: block;
}


#simpleClosestacks_in_6520 {
	display: none;
}



#topBoxClose6 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_6520 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_6520 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_6520,
	#shade6,
	#topBoxClose6,
	#topBoxNext6,
	#topBoxPrev6 {
		display: none !important;
	}
	
	#topBox6 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */



/* Start Button Press stack CSS code */#stacks_in_10992{	text-align: center !important;}.stacks_in_10992dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;					/* Flat type button specific styles */	background-color:#590C11;	border:none;	color:#FFFFFF;							font-size:120% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 16px 15px 16px 15px;			-webkit-border-top-left-radius:0px;	-moz-border-radius-topleft:0px;	border-top-left-radius:0px;	-webkit-border-top-right-radius:0px;	-moz-border-radius-topright:0px;	border-top-right-radius:0px;	-webkit-border-bottom-right-radius:0px;	-moz-border-radius-bottomright:0px;	border-bottom-right-radius:0px;	-webkit-border-bottom-left-radius:0px;	-moz-border-radius-bottomleft:0px;	border-bottom-left-radius:0px;}.stacks_in_10992dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_10992 {
	margin: 30px 20px 10px 20px;
}
/* Start Print This 2 stack CSS code */.stacks_in_818795PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px dashed #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_818795PrintThis2{	position: relative;}@font-face {  font-family: "doo_fontsregular";  src: url('../files/printthis2Assets/font/doo_print-webfont.eot');  src: url('../files/printthis2Assets/font/doo_print-webfont.eot?#iefix') format('eot'), url('../files/printthis2Assets/font/doo_print-webfont.woff') format('woff'), url('../files/printthis2Assets/font/doo_print-webfont.ttf') format('truetype'), url('../files/printthis2Assets/font/doo_print-webfont.svg#doo_fontsregular') format('svg');  font-weight: normal;  font-style: normal;}.stacks_in_818795PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 24px;  line-height: 24px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #000000;  cursor:pointer;}.stacks_in_818795PrintThisButton:hover{  color: #3C3C3C;}.stacks_in_818795clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */
#topBoxTriggerstacks_in_6422 {
	cursor: pointer;
}

#shade7 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade7.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade7.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade7.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade7 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade7.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade7.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade7.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade7.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade7.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_6422:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox7 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1000px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox7, 
#topBox7::before, 
#topBox7::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_6422 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_6422 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_6422 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_6422 .topBoxVideo iframe,
#topBoxContentstacks_in_6422 .topBoxVideo object,
#topBoxContentstacks_in_6422 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose7 .topBoxCloseInner,
#topBoxNext7 .topBoxNextInner,
#topBoxPrev7 .topBoxPrevInner,
#topBoxClose7 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext7 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev7 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose7 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose7 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose7:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose7 .topBoxCloseInner,
#topBoxClose7 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive7 #topBoxClose7,
.topBoxActive7 #topBoxNext7,
.topBoxActive7 #topBoxPrev7 {
	display: block;
}


#simpleClosestacks_in_6422 {
	display: none;
}



#topBoxClose7 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_6422 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_6422 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_6422,
	#shade7,
	#topBoxClose7,
	#topBoxNext7,
	#topBoxPrev7 {
		display: none !important;
	}
	
	#topBox7 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */



/* Start Button Press stack CSS code */#stacks_in_10995{	text-align: center !important;}.stacks_in_10995dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;					/* Flat type button specific styles */	background-color:#590C11;	border:none;	color:#FFFFFF;							font-size:120% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 16px 15px 16px 15px;			-webkit-border-top-left-radius:0px;	-moz-border-radius-topleft:0px;	border-top-left-radius:0px;	-webkit-border-top-right-radius:0px;	-moz-border-radius-topright:0px;	border-top-right-radius:0px;	-webkit-border-bottom-right-radius:0px;	-moz-border-radius-bottomright:0px;	border-bottom-right-radius:0px;	-webkit-border-bottom-left-radius:0px;	-moz-border-radius-bottomleft:0px;	border-bottom-left-radius:0px;}.stacks_in_10995dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_10995 {
	margin: 30px 20px 10px 20px;
}
/* Start Print This 2 stack CSS code */.stacks_in_818797PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px dashed #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_818797PrintThis2{	position: relative;}@font-face {  font-family: "doo_fontsregular";  src: url('../files/printthis2Assets/font/doo_print-webfont.eot');  src: url('../files/printthis2Assets/font/doo_print-webfont.eot?#iefix') format('eot'), url('../files/printthis2Assets/font/doo_print-webfont.woff') format('woff'), url('../files/printthis2Assets/font/doo_print-webfont.ttf') format('truetype'), url('../files/printthis2Assets/font/doo_print-webfont.svg#doo_fontsregular') format('svg');  font-weight: normal;  font-style: normal;}.stacks_in_818797PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 24px;  line-height: 24px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #000000;  cursor:pointer;}.stacks_in_818797PrintThisButton:hover{  color: #3C3C3C;}.stacks_in_818797clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */
#stacks_in_11073 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_11073 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_11073 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_11073 > .row > .maxwidth{max-width:500px}#stacks_in_11073 > .hide-overflow{overflow:hidden !important}


#stacks_in_11073 {
	background-color: rgba(212, 237, 244, 1.00);
}
#stacks_in_11334 p,#stacks_in_11334 div,#stacks_in_11334 ul,#stacks_in_11334 ol,#stacks_in_11334 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_11334 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_11334 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_11334 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_11335 {
	font-weight: lighter;
}

#stacks_in_10859 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_10859 > .row > .columns{margin-top:0.00rem}


#stacks_in_11070 {
	margin: 0px 0px 20px 50px;
}


#stacks_in_11012 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_11013 {
	font-size: 130%;
}
#stacks_in_14297 .reveal-launcher{cursor:pointer}


#stacks_in_818802 {
	margin: 0px 0px 20px 50px;
}


#stacks_in_14305 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_14306 {
	font-size: 130%;
}
#reveal_stacks_in_42286,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(255, 255, 255, 1.00)}#reveal_stacks_in_42286 p,#reveal_stacks_in_42286 h1,#reveal_stacks_in_42286 h2,#reveal_stacks_in_42286 h3,#reveal_stacks_in_42286 h4,#reveal_stacks_in_42286 h5,#reveal_stacks_in_42286 h6,#reveal_stacks_in_42286 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_42286 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.45) !important}#stacks_in_42286 .reveal-launcher{cursor:pointer}

#stacks_in_42286 {
	margin: 0px 50px 0px 0px;
}
#stacks_in_42288 a{display:block}#stacks_in_42288 img{}
#stacks_in_8559 p,#stacks_in_8559 div,#stacks_in_8559 ul,#stacks_in_8559 ol,#stacks_in_8559 dl{color:rgba(34, 34, 34, 1.00);line-height:1.00;font-size:1.00rem}#stacks_in_8559 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8559 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_8560 {
	display:inline-block; width:100%; line-height: 0.540000em;
}
#stacks_in_42290 a{display:block}#stacks_in_42290 img{}

#reveal_stacks_in_818998,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_818998 p,#reveal_stacks_in_818998 h1,#reveal_stacks_in_818998 h2,#reveal_stacks_in_818998 h3,#reveal_stacks_in_818998 h4,#reveal_stacks_in_818998 h5,#reveal_stacks_in_818998 h6,#reveal_stacks_in_818998 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_818998 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.80) !important}#stacks_in_818998 .reveal-launcher{cursor:pointer}

#stacks_in_818998 {
	margin: 30px 30px 40px 10px;
}
#stacks_in_818999 a{display:block}#stacks_in_818999 img{}
#stacks_in_14309 a{display:block}#stacks_in_14309 img{}
.spacerStack {
	height: 30px;
}

#spacerStackstacks_in_10864 {
	height: 30px;
}
  

#stacks_in_6503 {
	margin: 0px 0px 100px 0px;
}

#stacks_in_11020 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_11020 > .row > .columns{margin-top:0.00rem}
#topBoxTriggerstacks_in_6507 {
	cursor: pointer;
}

#shade9 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade9.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade9.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade9.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade9 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade9.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade9.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade9.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade9.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade9.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_6507:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox9 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1000px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox9, 
#topBox9::before, 
#topBox9::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_6507 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_6507 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_6507 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_6507 .topBoxVideo iframe,
#topBoxContentstacks_in_6507 .topBoxVideo object,
#topBoxContentstacks_in_6507 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose9 .topBoxCloseInner,
#topBoxNext9 .topBoxNextInner,
#topBoxPrev9 .topBoxPrevInner,
#topBoxClose9 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext9 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev9 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose9 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose9 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose9:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose9 .topBoxCloseInner,
#topBoxClose9 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive9 #topBoxClose9,
.topBoxActive9 #topBoxNext9,
.topBoxActive9 #topBoxPrev9 {
	display: block;
}


#simpleClosestacks_in_6507 {
	display: none;
}



#topBoxClose9 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_6507 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_6507 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_6507,
	#shade9,
	#topBoxClose9,
	#topBoxNext9,
	#topBoxPrev9 {
		display: none !important;
	}
	
	#topBox9 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */



/* Start Button Press stack CSS code */#stacks_in_11016{	text-align: center !important;}.stacks_in_11016dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;					/* Flat type button specific styles */	background-color:#590C11;	border:none;	color:#FFFFFF;							font-size:120% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 16px 15px 16px 15px;			-webkit-border-top-left-radius:0px;	-moz-border-radius-topleft:0px;	border-top-left-radius:0px;	-webkit-border-top-right-radius:0px;	-moz-border-radius-topright:0px;	border-top-right-radius:0px;	-webkit-border-bottom-right-radius:0px;	-moz-border-radius-bottomright:0px;	border-bottom-right-radius:0px;	-webkit-border-bottom-left-radius:0px;	-moz-border-radius-bottomleft:0px;	border-bottom-left-radius:0px;}.stacks_in_11016dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_11016 {
	margin: 30px 10px 10px 10px;
}
/* Start Print This 2 stack CSS code */.stacks_in_818805PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px dashed #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_818805PrintThis2{	position: relative;}@font-face {  font-family: "doo_fontsregular";  src: url('../files/printthis2Assets/font/doo_print-webfont.eot');  src: url('../files/printthis2Assets/font/doo_print-webfont.eot?#iefix') format('eot'), url('../files/printthis2Assets/font/doo_print-webfont.woff') format('woff'), url('../files/printthis2Assets/font/doo_print-webfont.ttf') format('truetype'), url('../files/printthis2Assets/font/doo_print-webfont.svg#doo_fontsregular') format('svg');  font-weight: normal;  font-style: normal;}.stacks_in_818805PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 24px;  line-height: 24px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #AE0917;  cursor:pointer;}.stacks_in_818805PrintThisButton:hover{  color: #EA4553;}.stacks_in_818805clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */
#topBoxTriggerstacks_in_6514 {
	cursor: pointer;
}

#shade10 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade10.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade10.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade10.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade10 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade10.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade10.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade10.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade10.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade10.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_6514:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox10 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1000px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox10, 
#topBox10::before, 
#topBox10::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_6514 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_6514 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_6514 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_6514 .topBoxVideo iframe,
#topBoxContentstacks_in_6514 .topBoxVideo object,
#topBoxContentstacks_in_6514 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose10 .topBoxCloseInner,
#topBoxNext10 .topBoxNextInner,
#topBoxPrev10 .topBoxPrevInner,
#topBoxClose10 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext10 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev10 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose10 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose10 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose10:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose10 .topBoxCloseInner,
#topBoxClose10 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive10 #topBoxClose10,
.topBoxActive10 #topBoxNext10,
.topBoxActive10 #topBoxPrev10 {
	display: block;
}


#simpleClosestacks_in_6514 {
	display: none;
}



#topBoxClose10 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_6514 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_6514 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_6514,
	#shade10,
	#topBoxClose10,
	#topBoxNext10,
	#topBoxPrev10 {
		display: none !important;
	}
	
	#topBox10 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */



/* Start Button Press stack CSS code */#stacks_in_11019{	text-align: center !important;}.stacks_in_11019dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;					/* Flat type button specific styles */	background-color:#590C11;	border:none;	color:#FFFFFF;							font-size:120% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 16px 15px 16px 15px;			-webkit-border-top-left-radius:0px;	-moz-border-radius-topleft:0px;	border-top-left-radius:0px;	-webkit-border-top-right-radius:0px;	-moz-border-radius-topright:0px;	border-top-right-radius:0px;	-webkit-border-bottom-right-radius:0px;	-moz-border-radius-bottomright:0px;	border-bottom-right-radius:0px;	-webkit-border-bottom-left-radius:0px;	-moz-border-radius-bottomleft:0px;	border-bottom-left-radius:0px;}.stacks_in_11019dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_11019 {
	margin: 30px 10px 10px 10px;
}
/* Start Print This 2 stack CSS code */.stacks_in_818807PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px dashed #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_818807PrintThis2{	position: relative;}@font-face {  font-family: "doo_fontsregular";  src: url('../files/printthis2Assets/font/doo_print-webfont.eot');  src: url('../files/printthis2Assets/font/doo_print-webfont.eot?#iefix') format('eot'), url('../files/printthis2Assets/font/doo_print-webfont.woff') format('woff'), url('../files/printthis2Assets/font/doo_print-webfont.ttf') format('truetype'), url('../files/printthis2Assets/font/doo_print-webfont.svg#doo_fontsregular') format('svg');  font-weight: normal;  font-style: normal;}.stacks_in_818807PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 24px;  line-height: 24px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #AE0917;  cursor:pointer;}.stacks_in_818807PrintThisButton:hover{  color: #EA4553;}.stacks_in_818807clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */#stacks_in_6518 p,#stacks_in_6518 div,#stacks_in_6518 ul,#stacks_in_6518 ol,#stacks_in_6518 dl{color:rgba(34, 34, 34, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_6518 a{color:rgba(0, 0, 255, 1.00)}#stacks_in_6518 a:hover{color:rgba(0, 102, 136, 1.00)}
#stacks_in_11075 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_11075 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_11075 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_11075 > .row > .maxwidth{max-width:500px}#stacks_in_11075 > .hide-overflow{overflow:hidden !important}


#stacks_in_11075 {
	background-color: rgba(219, 238, 209, 1.00);
}
#stacks_in_11342 p,#stacks_in_11342 div,#stacks_in_11342 ul,#stacks_in_11342 ol,#stacks_in_11342 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_11342 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_11342 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_11342 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_11343 {
	font-weight: lighter;
}


#stacks_in_11087 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_10952 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_10952 > .row > .columns{margin-top:0.00rem}

#stacks_in_10952 {
	margin: 0px 0px 100px 0px;
}
#stacks_in_14172 p,#stacks_in_14172 div,#stacks_in_14172 ul,#stacks_in_14172 ol,#stacks_in_14172 dl{color:rgba(34, 34, 34, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_14172 a{color:rgba(36, 88, 226, 1.00)}#stacks_in_14172 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_14172 {
	margin: 50px 0px 0px 50px;
}

#stacks_in_14173 {
	font-size: 130%;
}
#stacks_in_14166 .reveal-launcher{cursor:pointer}


#stacks_in_818812 {
	margin: 0px 0px 0px 50px;
}


#stacks_in_11058 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_11059 {
	font-size: 120%;
}
#stacks_in_14250 a{display:block}#stacks_in_14250 img{}#stacks_in_14250 img{max-width:300px}@media only screen and (min-width:641px){#stacks_in_14250 img{max-width:500px}}@media only screen and (min-width:1024px){#stacks_in_14250 img{max-width:600px}}

#stacks_in_14250 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_8611 p,#stacks_in_8611 div{margin-bottom:0}#stacks_in_8611 p,#stacks_in_8611 div,#stacks_in_8611 ul,#stacks_in_8611 ol,#stacks_in_8611 dl{color:rgba(144, 143, 128, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_8611 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8611 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_8611 {
	margin: 0px 0px 0px 20px;
}
#stacks_in_818936 .reveal-launcher{cursor:pointer}

#stacks_in_818936 {
	margin: 0px 0px 30px 50px;
}
#stacks_in_818937 a{display:block}#stacks_in_818937 img{}
#stacks_in_818939 a{display:block}#stacks_in_818939 img{}
#stacks_in_11090 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_11090 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_11090 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_11090 > .row > .maxwidth{max-width:500px}#stacks_in_11090 > .hide-overflow{overflow:hidden !important}


#stacks_in_11090 {
	background-color: rgba(218, 205, 213, 1.00);
	margin: 0px 0px 100px 0px;
}
#stacks_in_11350 p,#stacks_in_11350 div,#stacks_in_11350 ul,#stacks_in_11350 ol,#stacks_in_11350 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_11350 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_11350 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_11350 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_11351 {
	font-weight: lighter;
}


#stacks_in_11169 {
	margin: 0px 0px 40px 50px;
}


#stacks_in_17110 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_36152 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_36152 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_36152 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


#stacks_in_42332 {
	margin: 70px 0px 0px 50px;
}

#stacks_in_42333 {
	font-size: 130%;
}
#stacks_in_36155 .reveal-launcher{cursor:pointer}


#stacks_in_818818 {
	margin: 0px 0px 0px 50px;
}


#stacks_in_36161 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_36162 {
	font-size: 130%;
}
#reveal_stacks_in_818831,#solarprecip{color:rgba(51, 51, 51, 1.00);background:rgba(255, 255, 255, 1.00)}#reveal_stacks_in_818831 p,#reveal_stacks_in_818831 h1,#reveal_stacks_in_818831 h2,#reveal_stacks_in_818831 h3,#reveal_stacks_in_818831 h4,#reveal_stacks_in_818831 h5,#reveal_stacks_in_818831 h6,#reveal_stacks_in_818831 div,#solarprecip p,#solarprecip h1,#solarprecip h2,#solarprecip h3,#solarprecip h4,#solarprecip h5,#solarprecip h6,#solarprecip div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_818831 a.close-reveal-modal,#solarprecip a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.45) !important}#stacks_in_818831 .reveal-launcher{cursor:pointer}

#stacks_in_818831 {
	margin: 0px 0px 100px 50px;
}
#stacks_in_818833 a{display:block}#stacks_in_818833 img{}
#stacks_in_818835 a{display:block}#stacks_in_818835 img{}
#stacks_in_8668 p,#stacks_in_8668 div{margin-bottom:0}#stacks_in_8668 p,#stacks_in_8668 div,#stacks_in_8668 ul,#stacks_in_8668 ol,#stacks_in_8668 dl{color:rgba(144, 143, 128, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_8668 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8668 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_8668 {
	margin: 10px 40px 0px 20px;
}
#reveal_stacks_in_42324,#solarprecip{color:rgba(51, 51, 51, 1.00);background:rgba(255, 255, 255, 1.00)}#reveal_stacks_in_42324 p,#reveal_stacks_in_42324 h1,#reveal_stacks_in_42324 h2,#reveal_stacks_in_42324 h3,#reveal_stacks_in_42324 h4,#reveal_stacks_in_42324 h5,#reveal_stacks_in_42324 h6,#reveal_stacks_in_42324 div,#solarprecip p,#solarprecip h1,#solarprecip h2,#solarprecip h3,#solarprecip h4,#solarprecip h5,#solarprecip h6,#solarprecip div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_42324 a.close-reveal-modal,#solarprecip a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.45) !important}#stacks_in_42324 .reveal-launcher{cursor:pointer}

#stacks_in_42324 {
	margin: 0px 0px 100px 50px;
}
#stacks_in_42326 a{display:block}#stacks_in_42326 img{}
#stacks_in_42328 a{display:block}#stacks_in_42328 img{}
#stacks_in_13670 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_13670 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_13670 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_13670 > .row > .maxwidth{max-width:500px}#stacks_in_13670 > .hide-overflow{overflow:hidden !important}


#stacks_in_13670 {
	background-color: rgba(235, 253, 255, 1.00);
	margin: 0px 0px 50px 0px;
}
#stacks_in_35474 p,#stacks_in_35474 div,#stacks_in_35474 ul,#stacks_in_35474 ol,#stacks_in_35474 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_35474 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_35474 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_35474 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_35475 {
	font-weight: lighter;
}


#stacks_in_11177 {
	margin: 0px 0px 40px 50px;
}

#stacks_in_36182 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_36182 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_36182 > .row.divider > .columns:not(:first-child):before{top:20px;bottom:20px;width:1px;background:rgba(201, 221, 222, 1.00)}


#stacks_in_69817 {
	background-color: rgba(204, 14, 28, 1.00);
	margin: 0px 0px 0px 50px;
}


#stacks_in_42315 {
	margin: 5px 0px 0px 50px;
}


#stacks_in_14150 {
	margin: 0px 20px 50px 50px;
}

#stacks_in_14151 {
	font-size: 130%;
}


#stacks_in_36201 {
	background-color: rgba(44, 204, 53, 1.00);
	margin: 0px 0px 0px 50px;
}


#stacks_in_36190 {
	margin: 5px 0px 0px 50px;
}
#stacks_in_36179 p,#stacks_in_36179 div{margin-bottom:0}

#stacks_in_36179 {
	margin: 40px 10px 0px 50px;
}

#stacks_in_36180 {
	font-size: 130%;
}

#stacks_in_36165 .reveal-launcher{cursor:pointer}


#stacks_in_818849 {
	background-color: rgba(44, 204, 53, 1.00);
	margin: 0px 0px 0px 50px;
}


#stacks_in_818843 {
	margin: 5px 0px 0px 50px;
}


#stacks_in_36171 {
	margin: 0px 100px 0px 50px;
}

#stacks_in_36172 {
	font-size: 130%;
}
#stacks_in_29951 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_29951 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_29951 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_29951 > .row > .maxwidth{max-width:500px}#stacks_in_29951 > .hide-overflow{overflow:hidden !important}


#stacks_in_29951 {
	background-color: rgba(250, 245, 218, 1.00);
}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_31120 {
	height: 40px;
}#stacks_in_402613 a{display:block}#stacks_in_402613 img{}#stacks_in_402613 img{max-width:100px}@media only screen and (min-width:641px){#stacks_in_402613 img{max-width:200px}}@media only screen and (min-width:1024px){#stacks_in_402613 img{max-width:200px}}

#stacks_in_402613 {
	margin: 10px 0px 0px 0px;
}


#stacks_in_29954 {
	margin: 0px 0px 0px 100px;
}


#stacks_in_819241 {
	margin: 0px 0px 0px 100px;
}


#stacks_in_819242 {
	padding: 0px 50px 0px 100px;
}

#stacks_in_819244 {
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: lighter;
}
.spacerStack {
	height: 20px;
}

#spacerStackstacks_in_29959 {
	height: 20px;
}
#stacks_in_14546 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_14546 > .row > .columns{margin-top:0.00rem}

.stacks_in_31121embed-container{position:relative;height:0;overflow:visible;max-width:900px;max-height:1000px;height:1000px;    }.stacks_in_31121embed-container iframe,.stacks_in_31121embed-container object,.stacks_in_31121embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;max-width:900px;max-height:1000px;}

#stacks_in_15344 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_15344 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_15344 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_15344 > .row > .maxwidth{max-width:200px}#stacks_in_15344 > .hide-overflow{overflow:hidden !important}


#stacks_in_15344 {
	background-color: rgba(128, 128, 128, 1.00);
}
 #stacks_in_15346 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_15346 hr.gradient{height:2px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_15346 hr.faded{height:2px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_15346 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_15346 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_15346 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_15346 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_15346 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_15346 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_15346 hr.cloudy:after{content:"\00a0"}#stacks_in_15346 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_15346 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_15346 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_15346 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_15346 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_15346 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_15346 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_15346 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

  
#stacks_in_818956_31 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818956_31 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_818956_31 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_818956_31 > .row > .maxwidth{max-width:200px}#stacks_in_818956_31 > .hide-overflow{overflow:hidden !important}


#stacks_in_818956_31 {
	background-color: rgba(128, 128, 128, 1.00);
}
.spacerStack {
	height: 20px;
}

#spacerStackstacks_in_818956_32 {
	height: 20px;
}
#stacks_in_818956_32 {
	background-color: rgba(128, 128, 128, 1.00);
}

  
#stacks_in_818956_34 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818956_34 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_818956_34 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_818956_34 > .row > .maxwidth{max-width:200px}#stacks_in_818956_34 > .hide-overflow{overflow:hidden !important}


#stacks_in_818956_34 {
	background-color: rgba(128, 128, 128, 1.00);
}
.spacerStack {
	height: 20px;
}

#spacerStackstacks_in_818956_35 {
	height: 20px;
}
#stacks_in_818956_35 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_818956_36 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818956_36 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_818956_36 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_818956_37 p,#stacks_in_818956_37 div,#stacks_in_818956_37 ul,#stacks_in_818956_37 ol,#stacks_in_818956_37 dl{color:rgba(250, 250, 250, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_818956_37 a{color:rgba(129, 22, 19, 1.00)}#stacks_in_818956_37 a:hover{color:rgba(0, 180, 242, 1.00)}

#stacks_in_818956_37 {
	margin: 0px 10px 0px 20px;
}
#stacks_in_818956_41 p,#stacks_in_818956_41 div,#stacks_in_818956_41 ul,#stacks_in_818956_41 ol,#stacks_in_818956_41 dl{color:rgba(250, 250, 250, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_818956_41 a{color:rgba(129, 22, 19, 1.00)}#stacks_in_818956_41 a:hover{color:rgba(0, 180, 242, 1.00)}

#stacks_in_818956_41 {
	margin: 0px 10px 0px 0px;
}

  
#stacks_in_818956_16 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818956_16 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_818956_16 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_818956_16 > .row > .maxwidth{max-width:200px}#stacks_in_818956_16 > .hide-overflow{overflow:hidden !important}


#stacks_in_818956_16 {
	background-color: rgba(128, 128, 128, 1.00);
}
.spacerStack {
	height: 20px;
}

#spacerStackstacks_in_818956_17 {
	height: 20px;
}
#stacks_in_818956_17 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_818956_28 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818956_28 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_818956_28 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_818956_19 p,#stacks_in_818956_19 div,#stacks_in_818956_19 ul,#stacks_in_818956_19 ol,#stacks_in_818956_19 dl{color:rgba(250, 250, 250, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_818956_19 a{color:rgba(129, 22, 19, 1.00)}#stacks_in_818956_19 a:hover{color:rgba(0, 180, 242, 1.00)}

#stacks_in_818956_19 {
	margin: 0px 10px 0px 20px;
}
#stacks_in_818956_23 p,#stacks_in_818956_23 div,#stacks_in_818956_23 ul,#stacks_in_818956_23 ol,#stacks_in_818956_23 dl{color:rgba(250, 250, 250, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_818956_23 a{color:rgba(129, 22, 19, 1.00)}#stacks_in_818956_23 a:hover{color:rgba(0, 180, 242, 1.00)}

#stacks_in_818956_23 {
	margin: 0px 10px 0px 0px;
}
.spacerStack {
	height: 10px;
}

#spacerStackstacks_in_15353 {
	height: 10px;
}#stacks_in_11926 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_11926 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_11926 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_11926 > .row > .maxwidth{max-width:500px}#stacks_in_11926 > .hide-overflow{overflow:hidden !important}


#stacks_in_11926 {
	background-color: rgba(0, 0, 0, 1.00);
}
.spacerStack {
	height: 10px;
}

#spacerStackstacks_in_11928 {
	height: 10px;
}
#stacks_in_11928 {
	background-color: rgba(0, 0, 0, 1.00);
}
#stacks_in_28982 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_28982 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_28982 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_28982 > .row > .maxwidth{max-width:500px}#stacks_in_28982 > .hide-overflow{overflow:hidden !important}


#stacks_in_28982 {
	background-color: rgba(179, 179, 179, 1.00);
}
.spacerStack {
	height: 500px;
}

#spacerStackstacks_in_28984 {
	height: 500px;
}