/*! 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)}
#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_612135_1035273 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_612135_1035273 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_612135_1035273 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

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

#stacks_in_612135_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_612135_1035269 * {
  box-sizing: border-box;
}
#stacks_in_612135_1035269 *:focus {outline:none;}
.searchingstacks_in_612135_1035269 .stacks_top,
.searchingstacks_in_612135_1035269 .stacks_in,
.searchingstacks_in_612135_1035269 .stacks_out {
  overflow: visible;
}
#stacks_in_612135_1035269 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_612135_1035269_pages { display: none;}
#stacks_in_612135_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_612135_1035269_tipue_search_content {
  display: none;
  padding: 20px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_612135_1035269_tipue_search_input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_612135_1035269 svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
/**/
/**/
#stacks_in_612135_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_612135_1035269 #stacks_in_612135_1035269_tipue_search_content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_612135_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_612135_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_612135_1035269_tipue_search_content .h01 {
  background: yellow;
}
.searchingstacks_in_612135_1035269 #stacks_in_612135_1035269_tipue_search_content {
  display: block !important;
}
#stacks_in_612135_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_612135_1035269_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_612135_1035269_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_612135_1035269_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_612135_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_612135_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_612135_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_612135_1035269_tipue_search_content {
  color: #555555;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
}
#stacks_in_612135_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_612135_1035269_tipue_search_content .h01{
  background: #FFFF00;
}

#stacks_in_612135_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_612135_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_612135_1035269_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_612135_1035269_tipue_search_warning a{

}
#stacks_in_612135_1035269_tipue_search_warning a:hover{

}
#stacks_in_612135_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_612135_1035269 .suggestions {
  display: none;
}
*/

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



#stacks_in_612135_1035269 {
	margin: 30px 0px 0px 0px;
}
#slice_mez_612135_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_612135_1035277.selected {
  border-color: #2680fc !important;
}
#slice_mez_612135_1035277 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_612135_1035277 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_612135_1035277 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_612135_1035277.hidden > #stacks_in_612135_1035277 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#stacks_in_612135_1035287 .button{background-color:rgba(110, 19, 16, 1.00);color:rgba(180, 114, 116, 1.00)}#stacks_in_612135_1035287 .button:hover{background-color:rgba(110, 19, 16, 1.00)}#stacks_in_612135_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_612135_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_612135_611311 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_612135_611311 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_612135_611311 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

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


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

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

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

  

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

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

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

#stacks_in_612135_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:#811613}#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_819170 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_819170 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_819170 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_819170 > .row.padding-detailed.padding-medium-up,#stacks_in_819170 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819170 > .row.padding-detailed.padding-y-medium-up,#stacks_in_819170 > .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_819170 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819170 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_819171{  padding-left:0px;padding-right:0px; }#stacks_in_819171>.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_819171>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_819171>.jack.width-static{width:500px}#stacks_in_819171>.jack.width-flexible{width:100%}#stacks_in_819171>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_819171>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_819171>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_819171>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_819171>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_819171>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_819171>.jack::after{border-radius:0px}#stacks_in_819171>.jack.border-detailed-radius,#stacks_in_819171>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_819171>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_819171>.jack.bg-color{background-color:#89C5FF}#stacks_in_819171>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_819171>.jack.bg-image:not(.glass){background-image:url();background-repeat:no-repeat; background-position:center top;}#stacks_in_819171>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_819171>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_819171>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_819171>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_819171>.jack.bg-image:not(.glass){}#stacks_in_819171>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_819171>.jack.bg-image.glass.after,#stacks_in_819171>.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_819171>.jack.bg-image.glass.after.padding-detailed,#stacks_in_819171>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_819171>.jack.bg-image.glass.after.bg-size-static,#stacks_in_819171>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_819171>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_819171>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_819171>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_819171>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_819171>.jack.bg-image.glass.after.bg-fallback,#stacks_in_819171>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_819171>.jack.bg-image.glass.after,#stacks_in_819171>.jack.bg-image.glass::after{}#stacks_in_819171>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_819171>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_819171>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_819171>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_819171>.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_819171>.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_819171>.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_819171>.jack.peek-shadow::before,#stacks_in_819171>.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_819171>.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_819171>.jack{overflow:visible;}#stacks_in_819171>.jack.height-static{height:100px}#stacks_in_819171>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_819172 h1,#stacks_in_819172 h2,#stacks_in_819172 h3,#stacks_in_819172 h4,#stacks_in_819172 h5,#stacks_in_819172 h6,#stacks_in_819172 div{color:rgba(171, 171, 153, 1.00);font-size:0.50rem;font-weight:700;font-style:normal}#stacks_in_819172 h1 a,#stacks_in_819172 h2 a,#stacks_in_819172 h3 a,#stacks_in_819172 h4 a,#stacks_in_819172 h5 a,#stacks_in_819172 h6 a,#stacks_in_819172 div a{color:rgba(171, 171, 153, 1.00);font-size:0.50rem}#stacks_in_819172 h1 a:hover,#stacks_in_819172 h2 a:hover,#stacks_in_819172 h3 a:hover,#stacks_in_819172 h4 a:hover,#stacks_in_819172 h5 a:hover,#stacks_in_819172 h6 a:hover,#stacks_in_819172 div a:hover{color:rgba(128, 128, 114, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_819172 h1 a,#stacks_in_819172 h2 a,#stacks_in_819172 h3 a,#stacks_in_819172 h4 a,#stacks_in_819172 h5 a,#stacks_in_819172 h6 a,#stacks_in_819172 div a{font-size:1.00rem}}@media only screen and (min-width:40.063em){#stacks_in_819172 h1,#stacks_in_819172 h2,#stacks_in_819172 h3,#stacks_in_819172 h4,#stacks_in_819172 h5,#stacks_in_819172 h6,#stacks_in_819172 div{font-size:1.00rem}}#stacks_in_819172 small,#stacks_in_819172 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_819172 {
	margin: 40px 50px 0px 0px;
}
 #stacks_in_819174 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_819174 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_819174 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_819174 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_819174 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_819174 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_819174 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_819174 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_819174 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_819174 hr.cloudy:after{content:"\00a0"}#stacks_in_819174 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_819174 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_819174 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_819174 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_819174 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_819174 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_819174 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_819174 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_819175 {
	height: 30px;
}#stacks_in_819177 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_819177 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_819177 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_819177 > .row.padding-detailed.padding-medium-up,#stacks_in_819177 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819177 > .row.padding-detailed.padding-y-medium-up,#stacks_in_819177 > .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_819177 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819177 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

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

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


#stacks_in_819179 {
	margin: 0px 0px 50px 0px;
}
 #stacks_in_819182 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_819182 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_819182 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_819182 hr.dashed_fade{border-bottom:3px dashed #7E7E7E;background:#333333}#stacks_in_819182 hr.dotted_fade{border-bottom:3px dotted #7E7E7E;background:#333333}#stacks_in_819182 hr.dashed{border-bottom:3px dashed #333333}#stacks_in_819182 hr.dotted{border-bottom:3px dotted #7E7E7E}#stacks_in_819182 hr.shadow{height:3px;box-shadow:inset 0 3px 3px -3px rgba(0,0,0,0.5)}#stacks_in_819182 hr.cloudy{margin:3px 0;box-shadow:0 0 3px 1px #333333}#stacks_in_819182 hr.cloudy:after{content:"\00a0"}#stacks_in_819182 hr.inset{border-top:3px solid rgba(0,0,0,0.1);border-bottom:3px solid rgba(255,255,255,0.3)}#stacks_in_819182 hr.inset_two{border-top:3px solid #CCCCCC;border-bottom:3px solid #333333}#stacks_in_819182 hr.inset_three{border-top:3px solid #333333;border-bottom:3px solid #CCCCCC}#stacks_in_819182 hr.inset_four{border-top:3px solid #333333;border-bottom:3px solid #CCCCCC}#stacks_in_819182 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:3px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_819182 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_819182 hr.glyph{padding:0;border:0;border-top:3px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_819182 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 
#stacks_in_819294 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_819294 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_819294 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_819294 > .row.padding-detailed.padding-medium-up,#stacks_in_819294 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819294 > .row.padding-detailed.padding-y-medium-up,#stacks_in_819294 > .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_819294 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819294 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

#stacks_in_819295 {
	margin: 50px 0px 20px 0px;
}
#reveal_stacks_in_819297,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(35, 35, 35, 1.00)}#reveal_stacks_in_819297 p,#reveal_stacks_in_819297 h1,#reveal_stacks_in_819297 h2,#reveal_stacks_in_819297 h3,#reveal_stacks_in_819297 h4,#reveal_stacks_in_819297 h5,#reveal_stacks_in_819297 h6,#reveal_stacks_in_819297 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_819297 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_819297 .reveal-launcher{cursor:pointer}

#stacks_in_819297 {
	margin: 0px 0px 70px 0px;
}
#stacks_in_819298 a{display:block}#stacks_in_819298 img{}
#stacks_in_819299 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_819300{	text-align: center !important;}.stacks_in_819300dooabutton{	-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_819300dooabutton:hover {					color:;				border-color: #414141;		color:#414141;	}/* End Button Press stack CSS code */#stacks_in_819302 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_819302 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_819302 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_819302 > .row.padding-detailed.padding-medium-up,#stacks_in_819302 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819302 > .row.padding-detailed.padding-y-medium-up,#stacks_in_819302 > .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_819302 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819302 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

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

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

#stacks_in_819305 {
	padding: 0px 30px 0px 30px;
}
    #stacks_in_819306{overflow:visible} .pin-spacer.spacer-stacks_in_819306{width:100%;min-width:100%}.pin-spacer.spacer-stacks_in_819306.posFixed.allow-overlay{display:none}@media screen and (max-width:645px){.pin-spacer.spacer-stacks_in_819306.hide-below-bp{display:none}}@media screen and (min-width:645px){.pin-spacer.spacer-stacks_in_819306.hide-above-bp{display:none}}#stacks_in_819306>.pin-fixed{z-index:999}#stacks_in_819306>.pin-fixed.pin-it::after{background:#333333;opacity:0.0}#stacks_in_819306>.pin-it.pin-static{position:relative;z-index:1}@media screen and (max-width:645px){#stacks_in_819306>.pin-it.hide-below-bp{display:none}}@media screen and (min-width:645px){#stacks_in_819306>.pin-it.hide-above-bp{display:none}}#stacks_in_819306>.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_819306>.pin-it.pin-fixed{position:fixed;top: 0px }@media screen and (max-width:645px){#stacks_in_819306>.pin-it.pin-fixed.mob-full-width{left:0;width:100%!important}}@media screen and (min-width:645px){#stacks_in_819306>.pin-it.pin-fixed{top:0px}} 
#stacks_in_819306 .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_819307 {
	margin: 50px 0px 0px 0px;
}
/* Resets */
.tablePro_stacks_in_819310 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_819310 {
  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_819310_wrapper .tablesaw-toolbar label {
  color: rgba(255, 255, 255, 1.00);
  font-family:  !important;
}

/* Swipe buttons */
#tablePro_stacks_in_819310_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_819310_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_819310 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_819310 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

/* Borders for the header's inner cells */
.tablePro_stacks_in_819310 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_819310 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_819310 tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}

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

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

  .tablePro_stacks_in_819310.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_819310 tr td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
  }

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

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

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

/*  #tablePro_stacks_in_819310.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_819310 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_819310 td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_819310 td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_819310.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_819310.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_819310 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_819310 td {
  padding: 0.2em 0.5em;
}
#stacks_in_819312 p,#stacks_in_819312 div{margin-bottom:0}

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

#stacks_in_819317 {
	font-size: 150%;
}
























































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


#stacks_in_47606 {
	background-color: rgba(233, 231, 228, 1.00);
}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_14593 {
	height: 40px;
}#stacks_in_402789 p,#stacks_in_402789 div,#stacks_in_402789 ul,#stacks_in_402789 ol,#stacks_in_402789 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_402789 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_402789 a:hover{color:rgba(0, 102, 136, 1.00)}

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

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

.spacerStack {
	height: 30px;
}

#spacerStackstacks_in_47616 {
	height: 30px;
}

#stacks_in_47617 {
	padding: 0px 100px 0px 100px;
}
/* SmartFloat stack v1.2.1 */


/* ---------------------------------------------------------------------- PRELOAD BG IMAGES ---------------------------------------------------------------------- */







/* ---------------------------------------------------------------------- GENERAL SETTINGS ----------------------------------------------------------------------- */

#stacks_in_819229-float, #stacks_in_819229-around,
#stacks_in_819229-float *, #stacks_in_819229-around * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_819229-spacer {
	display: none;
}

/* ---------------------------------------------------------------------- FLOATING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_819229-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_819229-around {
  	
	border-radius: 0px;
		
	
}

#stacks_in_819229-around:after {
	clear: both;
	content: "";
	display: table;
}


#stacks_in_819229 div.stacks_out, #stacks_in_819229 div.stacks_in {
	overflow: visible; 
}

/* ------------------------------------------------------------------- RESPONSIVE: BIG SCREEN -------------------------------------------------------------------- */


#stacks_in_819229-float {
	
	
}


/* ------------------------------------------------------------------- RESPONSIVE: SMALL SCREEN ------------------------------------------------------------------ */



/* ---------------------------------------------------------------------- RESPONSIVE IMAGE ----------------------------------------------------------------------- */



/* End of SmartFloat stack */
#stacks_in_819241 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_819241 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_819241 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_819241 > .row.padding-detailed.padding-medium-up,#stacks_in_819241 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819241 > .row.padding-detailed.padding-y-medium-up,#stacks_in_819241 > .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_819241 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_819241 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_819241 {
	padding: 30px 0px 0px 0px;
}
#reveal_stacks_in_819242,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_819242 p,#reveal_stacks_in_819242 h1,#reveal_stacks_in_819242 h2,#reveal_stacks_in_819242 h3,#reveal_stacks_in_819242 h4,#reveal_stacks_in_819242 h5,#reveal_stacks_in_819242 h6,#reveal_stacks_in_819242 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_819242 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_819242 .reveal-launcher{cursor:pointer}

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

#stacks_in_47620 {
	padding: 20px 100px 0px 100px;
}
#stacks_in_14594 .reveal-launcher{cursor:pointer}


#stacks_in_819093 {
	padding: 0px 100px 0px 100px;
}
#stacks_in_14600 p,#stacks_in_14600 div{margin-bottom:0}#stacks_in_14600 p,#stacks_in_14600 div,#stacks_in_14600 ul,#stacks_in_14600 ol,#stacks_in_14600 dl{color:rgba(34, 34, 34, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_14600 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_14600 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_14600 {
	padding: 20px 70px 0px 70px;
}
.spacerStack {
	height: 30px;
}

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

#stacks_in_25420 {
	margin: 0px 0px 0px 20px;
}
#stacks_in_47623 .accordion{margin:0}#stacks_in_47623 .accordion-navigation > a{margin-top:0.00rem}#stacks_in_47623 .accordion-navigation:first-child > a{margin-top:0}#stacks_in_47623 .accordion-navigation > a{background-color:rgba(14, 83, 89, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_47623 .accordion-navigation > a:hover{background-color:rgba(13, 78, 84, 1.00)}#stacks_in_47623 .accordion-navigation.active > a{background-color:rgba(153, 153, 153, 1.00)}

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


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


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



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


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


#stacks_in_47780 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_47780 > .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_47785 .html5audio_wrapper{width:100%;text-align:center;}#stacks_in_47785 div:focus{outline:none}#stacks_in_47785 .html5audio,#stacks_in_47785 audio.html5audio{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_47785 .html5audio.mejs-ted,#stacks_in_47785 .html5audio.mejs-wmp,#stacks_in_47785 audio.html5audio.mejs-ted,#stacks_in_47785 audio.html5audio.mejs-wmp{min-height:65px}#stacks_in_47785 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_47785 .mejs__container .mejs__overlay-play,#stacks_in_47785 .mejs__container .mejs__overlay-loading{}#stacks_in_47785 .mejs__container .mejs__controls{}#stacks_in_47785 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_47785 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_47785 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

.spacerStack {
	height: 40px;
}

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


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

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

#stacks_in_84040 {
	font-weight: lighter;
}


#stacks_in_47841 {
	margin: 30px 0px 0px 50px;
}

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


#stacks_in_47844 {
	margin: 0px 20px 0px 50px;
}
#stacks_in_15594 .reveal-launcher{cursor:pointer}


#stacks_in_819099 {
	margin: 30px 0px 0px 50px;
}


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

#stacks_in_12462 {
	margin: 0px 0px 0px 20px;
}
#stacks_in_33637 .reveal-launcher{cursor:pointer}
#stacks_in_33639 a{display:block}#stacks_in_33639 img{}#stacks_in_33639 img{max-width:200px}@media only screen and (min-width:641px){#stacks_in_33639 img{max-width:500px}}@media only screen and (min-width:1024px){#stacks_in_33639 img{max-width:500px}}

#stacks_in_33644 a{display:block}#stacks_in_33644 img{width:100%;}

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

#stacks_in_25428 {
	margin: 0px 0px 0px 20px;
}
#stacks_in_12440 .reveal-launcher{cursor:pointer}
#stacks_in_12443 a{display:block}#stacks_in_12443 img{}#stacks_in_12443 img{max-width:100px}@media only screen and (min-width:641px){#stacks_in_12443 img{max-width:200px}}@media only screen and (min-width:1024px){#stacks_in_12443 img{max-width:250px}}
#stacks_in_12444 a{display:block}#stacks_in_12444 img{}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_15605 {
	height: 40px;
} #stacks_in_15604 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_15604 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_15604 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_15604 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_15604 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_15604 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_15604 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_15604 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_15604 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_15604 hr.cloudy:after{content:"\00a0"}#stacks_in_15604 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_15604 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_15604 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_15604 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_15604 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_15604 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_15604 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_15604 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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


#stacks_in_15608 {
	margin: 0px 80px 0px 80px;
}
/*iFrameViewPort START*/
 
#stacks_in_18056 .iframe-container-outer{margin-left: auto; margin-right: auto; overflow: hidden; /*customcss;*/} 
#stacks_in_18056 .iframe-container-linker a:link {font-size: 10px !important; color: #000000 !important; text-align: left !important; /*text-transform: uppercase;*/} 

#stacks_in_18056 .iframe-container {
height: 100vh;
 	/*overflow-x: auto;*/
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;







margin-right: -15px;

/*customcss;*/

#stacks_in_18056 .iframe-container .iframe {-webkit-overflow-scrolling: touch;}

}



.editmode_iframe {
	background: url(../files/icon.png) no-repeat center center;
	height: 180px;
	text-align:center;
	vertical-align: bottom;
	margin-bottom: -15px;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
}
body {

}

@media all and (max-width: 1024px) {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
#stacks_in_18056 .iframe-container {
    overflow-y: ;

}}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
#stacks_in_18056 .iframe-container {
    overflow-y: ;

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

  

#stacks_in_18089 {
	margin: 30px 0px 0px 0px;
}
#stacks_in_15694 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_18093{	text-align: center !important;}.stacks_in_18093dooabutton{	-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_18093dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_18093 {
	margin: 40px 200px 50px 200px;
}
/* Start Print This 2 stack CSS code */.stacks_in_18095PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px none #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_18095PrintThis2{	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_18095PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 40px;  line-height: 40px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #85060C;  cursor:pointer;}.stacks_in_18095PrintThisButton:hover{  color: #C14248;}.stacks_in_18095clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */

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


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

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

#stacks_in_38010 {
	font-weight: lighter;
}


#stacks_in_38011 {
	margin: 30px 0px 0px 100px;
}

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

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


#stacks_in_38067 {
	margin: 0px 20px 0px 50px;
}
#stacks_in_15662 .reveal-launcher{cursor:pointer}


#stacks_in_819105 {
	margin: 30px 0px 0px 100px;
}


#stacks_in_15668 {
	margin: 0px 20px 0px 50px;
}
#reveal_stacks_in_819248,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_819248 p,#reveal_stacks_in_819248 h1,#reveal_stacks_in_819248 h2,#reveal_stacks_in_819248 h3,#reveal_stacks_in_819248 h4,#reveal_stacks_in_819248 h5,#reveal_stacks_in_819248 h6,#reveal_stacks_in_819248 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_819248 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_819248 .reveal-launcher{cursor:pointer}

#stacks_in_819248 {
	margin: 0px 0px 75px 0px;
}
#stacks_in_819249 a{display:block}#stacks_in_819249 img{}
#stacks_in_38075 a{display:block}#stacks_in_38075 img{}#stacks_in_38075 img{max-width:200px}@media only screen and (min-width:641px){#stacks_in_38075 img{max-width:500px}}@media only screen and (min-width:1024px){#stacks_in_38075 img{max-width:600px}}

#stacks_in_38075 {
	margin: 30px 20px 0px 0px;
}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_15671 {
	height: 40px;
}
  
#stacks_in_15672 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_38043{	text-align: center !important;}.stacks_in_38043dooabutton{	-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_38043dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_38043 {
	margin: 20px 200px 50px 200px;
}
/* Start Print This 2 stack CSS code */.stacks_in_38045PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px none #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_38045PrintThis2{	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_38045PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 40px;  line-height: 40px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #85060C;  cursor:pointer;}.stacks_in_38045PrintThisButton:hover{  color: #C14248;}.stacks_in_38045clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */

#stacks_in_38047 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_15088 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_15088 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_15088 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_15088 > .row.padding-detailed.padding-medium-up,#stacks_in_15088 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_15088 > .row.padding-detailed.padding-y-medium-up,#stacks_in_15088 > .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_15088 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_15088 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

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

#stacks_in_15094 {
	font-weight: lighter;
}


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


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


#stacks_in_15272 {
	margin: 50px 20px 50px 50px;
}

#stacks_in_15273 {
	font-size: 115%;
}
 #stacks_in_33868 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_33868 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_33868 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_33868 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_33868 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_33868 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_33868 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_33868 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_33868 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_33868 hr.cloudy:after{content:"\00a0"}#stacks_in_33868 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_33868 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_33868 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_33868 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_33868 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_33868 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_33868 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_33868 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 


#stacks_in_15281 {
	margin: 0px 0px 0px 50px;
}
/*Archetypon Slideshow Classic*/
#stacks_in_819612 .galleriaTitle { 
    padding: 4px;
    width: 50%;
    margin: 10px auto; 
    font: 500 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 2px;
        -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
}
#stacks_in_819612 .galleriaInfo {
    display: NO; 
    padding: 5px;
    width: 90%;
    margin: 10px auto; 
    text-align: center;
}
#stacks_in_819612 .gImagesContainer{
	display: NO;
	background-color: #343434;
	border-radius: 4px;
	    -moz-border-radius: 4px;
	        -webkit-border-radius: 4px;
}



#stacks_in_819612 #a-gallery{width: 90%; height: 691px; border: 1px solid #000000;}

#stacks_in_819612 .galleria-container {
    position: relative;
    overflow: hidden;
    background: #343434;
}
#stacks_in_819612 .galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#stacks_in_819612 .galleria-stage {
    position: absolute;
    top: 10px; bottom: 60px; left: 10px; right: 10px;
    overflow:hidden;
    /*Photographos Hacks*/
    margin: 0!important;
    width: auto;
    height: auto!important;
}
#stacks_in_819612 .galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    margin: 0 auto;
}
#stacks_in_819612 .galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
#stacks_in_819612 .galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000000;
    float: left;
    cursor: pointer;
}
#stacks_in_819612 .galleria-counter {
    visibility: visible;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal .8em arial,sans-serif;
    z-index: 1;
}
#stacks_in_819612 .galleria-loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    display: none;
    background: url(../files/themes/classic/progress.gif) no-repeat center;
}
#stacks_in_819612 .galleria-info {
    visibility: visible;
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
#stacks_in_819612 .galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    zoom:1;
}
#stacks_in_819612 .galleria-info-title {
    visibility: visible;
    font: bold 1em arial,sans-serif;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}
#stacks_in_819612 .galleria-info-description {
    visibility: visible;
    font: italic 1em georgia,serif;
    margin: 0;
    color: #bbb;
}
#stacks_in_819612 .galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
#stacks_in_819612 .notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
#stacks_in_819612 .touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
#stacks_in_819612 .galleria-info-link {
    background-position: -669px -5px;
    opacity: .8;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /*background-color: #000;*/
}
#stacks_in_819612 .notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#stacks_in_819612 .touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
#stacks_in_819612 .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
#stacks_in_819612 .galleria-image-nav-left,
#stacks_in_819612 .galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
#stacks_in_819612 .galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
#stacks_in_819612 .notouch .galleria-image-nav-left:hover,
#stacks_in_819612 .notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#stacks_in_819612 .touch .galleria-image-nav-left:active,
#stacks_in_819612 .touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
#stacks_in_819612 .galleria-thumb-nav-left,
#stacks_in_819612 .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
#stacks_in_819612 .galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
#stacks_in_819612 .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}

#stacks_in_819612 .galleria-thumbnails{
	true
}

#stacks_in_819612 .notouch .galleria-thumb-nav-left:hover,
#stacks_in_819612 .notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #000000;
}
#stacks_in_819612 .touch .galleria-thumb-nav-left:active,
#stacks_in_819612 .touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #000000;
}
#stacks_in_819612 .notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

#stacks_in_819612 .galleria-carousel .galleria-thumb-nav-left,
#stacks_in_819612 .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
#stacks_in_819612 .galleria-thumb-nav-left,
#stacks_in_819612 .galleria-thumb-nav-right,
#stacks_in_819612 .galleria-info-link,
#stacks_in_819612 .galleria-info-close,
#stacks_in_819612 .galleria-image-nav-left,
#stacks_in_819612 .galleria-image-nav-right {
    background-image: url(../files/themes/classic/classic-map1.png);
    background-repeat: no-repeat;
}
#stacks_in_819614 a{display:block}#stacks_in_819614 img{}
#stacks_in_819615 a{display:block}#stacks_in_819615 img{}
#stacks_in_819616 a{display:block}#stacks_in_819616 img{}
#stacks_in_819617 a{display:block}#stacks_in_819617 img{}
 #stacks_in_33871 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_33871 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_33871 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_33871 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_33871 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_33871 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_33871 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_33871 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_33871 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_33871 hr.cloudy:after{content:"\00a0"}#stacks_in_33871 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_33871 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_33871 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_33871 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_33871 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_33871 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_33871 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_33871 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 


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


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

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

#stacks_in_38198 {
	font-weight: lighter;
}


#stacks_in_38199 {
	margin: 30px 0px 0px 100px;
}

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

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


#stacks_in_38204 {
	margin: 0px 0px 0px 50px;
}
#stacks_in_82148 .reveal-launcher{cursor:pointer}


#stacks_in_819111 {
	margin: 30px 0px 0px 10px;
}

#reveal_stacks_in_819253,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_819253 p,#reveal_stacks_in_819253 h1,#reveal_stacks_in_819253 h2,#reveal_stacks_in_819253 h3,#reveal_stacks_in_819253 h4,#reveal_stacks_in_819253 h5,#reveal_stacks_in_819253 h6,#reveal_stacks_in_819253 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_819253 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_819253 .reveal-launcher{cursor:pointer}
#stacks_in_819254 a{display:block}#stacks_in_819254 img{}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_15670 {
	height: 40px;
}
  
#stacks_in_15675 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_38226{	text-align: center !important;}.stacks_in_38226dooabutton{	-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_38226dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_38226 {
	margin: 20px 200px 50px 200px;
}
/* Start Print This 2 stack CSS code */.stacks_in_38228PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px none #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_38228PrintThis2{	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_38228PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 40px;  line-height: 40px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #85060C;  cursor:pointer;}.stacks_in_38228PrintThisButton:hover{  color: #C14248;}.stacks_in_38228clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */

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


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

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

#stacks_in_82976 {
	font-weight: lighter;
}


#stacks_in_82977 {
	margin: 30px 0px 0px 100px;
}

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

#stacks_in_82980 {
	margin: 50px 75px 0px 75px;
}


#stacks_in_82982 {
	margin: 0px 0px 0px 50px;
}
#stacks_in_33650 .reveal-launcher{cursor:pointer}


#stacks_in_819117 {
	margin: 30px 0px 0px 10px;
}


#stacks_in_25290 {
	margin: 0px 0px 0px 50px;
}
#reveal_stacks_in_819258,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_819258 p,#reveal_stacks_in_819258 h1,#reveal_stacks_in_819258 h2,#reveal_stacks_in_819258 h3,#reveal_stacks_in_819258 h4,#reveal_stacks_in_819258 h5,#reveal_stacks_in_819258 h6,#reveal_stacks_in_819258 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_819258 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_819258 .reveal-launcher{cursor:pointer}
#stacks_in_819259 a{display:block}#stacks_in_819259 img{}
#stacks_in_83025 p,#stacks_in_83025 div,#stacks_in_83025 ul,#stacks_in_83025 ol,#stacks_in_83025 dl{color:rgba(144, 143, 128, 1.00);line-height:1.60;font-size:1.00rem}#stacks_in_83025 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_83025 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_83025 {
	margin: 20px 0px 0px 20px;
}
#stacks_in_83014 .reveal-launcher{cursor:pointer}
#stacks_in_83013 a{display:block}#stacks_in_83013 img{}
#stacks_in_83018 a{display:block}#stacks_in_83018 img{}

#stacks_in_819147{overflow:hidden}#stacks_in_819147 hr{opacity:0.48;border-top:1px solid rgba(73, 77, 81, 1.00);margin:1.25rem 0;}

#stacks_in_819147 {
	margin: 30px 50px 0px 50px;
}


#stacks_in_819148 {
	margin: 30px 0px 0px 75px;
}


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

#stacks_in_33740{overflow:hidden}#stacks_in_33740 hr{opacity:0.48;border-top:1px solid rgba(73, 77, 81, 1.00);margin:1.25rem 0;}

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


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

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

#stacks_in_33746 {
	margin: 30px 0px 0px 50px;
}
#stacks_in_33748 .button{background-color:rgba(137, 145, 179, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_33748 .button:hover{background-color:rgba(160, 185, 219, 1.00)}#stacks_in_33748 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(137, 145, 179, 1.00);color:rgba(137, 145, 179, 1.00)}#stacks_in_33748 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(160, 185, 219, 1.00);background-color:rgba(160, 185, 219, 1.00)}
#stacks_in_33752 .button{background-color:rgba(115, 157, 154, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_33752 .button:hover{background-color:rgba(156, 196, 187, 1.00)}#stacks_in_33752 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(115, 157, 154, 1.00);color:rgba(115, 157, 154, 1.00)}#stacks_in_33752 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(156, 196, 187, 1.00);background-color:rgba(156, 196, 187, 1.00)}
#stacks_in_33754 .button{background-color:rgba(133, 152, 123, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_33754 .button:hover{background-color:rgba(174, 203, 163, 1.00)}#stacks_in_33754 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(133, 152, 123, 1.00);color:rgba(133, 152, 123, 1.00)}#stacks_in_33754 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(174, 203, 163, 1.00);background-color:rgba(174, 203, 163, 1.00)}

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

#stacks_in_33755 {
	margin: 5px 0px 0px 50px;
}
#stacks_in_33757 .button{background-color:rgba(150, 121, 107, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_33757 .button:hover{background-color:rgba(184, 153, 135, 1.00)}#stacks_in_33757 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(150, 121, 107, 1.00);color:rgba(150, 121, 107, 1.00)}#stacks_in_33757 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(184, 153, 135, 1.00);background-color:rgba(184, 153, 135, 1.00)}
#stacks_in_33759 .button{background-color:rgba(106, 121, 147, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_33759 .button:hover{background-color:rgba(128, 151, 179, 1.00)}#stacks_in_33759 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(106, 121, 147, 1.00);color:rgba(106, 121, 147, 1.00)}#stacks_in_33759 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(128, 151, 179, 1.00);background-color:rgba(128, 151, 179, 1.00)}
#stacks_in_33761 .button{background-color:rgba(141, 128, 147, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_33761 .button:hover{background-color:rgba(196, 173, 193, 1.00)}#stacks_in_33761 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(141, 128, 147, 1.00);color:rgba(141, 128, 147, 1.00)}#stacks_in_33761 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(196, 173, 193, 1.00);background-color:rgba(196, 173, 193, 1.00)}


#stacks_in_33762 {
	margin: 0px 0px 0px 50px;
}
#stacks_in_33765{text-align:center}#stacks_in_33765 .button{background-color:rgba(137, 148, 130, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_33765 .button:hover{background-color:rgba(172, 189, 168, 1.00)}#stacks_in_33765 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(137, 148, 130, 1.00);color:rgba(137, 148, 130, 1.00)}#stacks_in_33765 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(172, 189, 168, 1.00);background-color:rgba(172, 189, 168, 1.00)}

#stacks_in_33765 {
	margin: 30px 0px 0px 0px;
}
#stacks_in_33766{overflow:hidden}#stacks_in_33766 hr{opacity:0.48;border-top:1px solid rgba(73, 77, 81, 1.00);margin:1.25rem 0;}

#stacks_in_33766 {
	margin: 0px 50px 0px 50px;
}
#reveal_stacks_in_819263,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_819263 p,#reveal_stacks_in_819263 h1,#reveal_stacks_in_819263 h2,#reveal_stacks_in_819263 h3,#reveal_stacks_in_819263 h4,#reveal_stacks_in_819263 h5,#reveal_stacks_in_819263 h6,#reveal_stacks_in_819263 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_819263 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_819263 .reveal-launcher{cursor:pointer}

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

#spacerStackstacks_in_33809 {
	height: 40px;
}
#stacks_in_83479 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_83479 > .row > .columns{margin-top:0.00rem}

  
#stacks_in_15678 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_83485{	text-align: center !important;}.stacks_in_83485dooabutton{	-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_83485dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_83485 {
	margin: 20px 20px 50px 20px;
}
/* Start Print This 2 stack CSS code */.stacks_in_83487PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px none #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_83487PrintThis2{	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_83487PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 40px;  line-height: 40px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #85060C;  cursor:pointer;}.stacks_in_83487PrintThisButton:hover{  color: #C14248;}.stacks_in_83487clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */

#stacks_in_83489 {
	margin: 0px 0px 30px 0px;
}

  
#stacks_in_15681 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_83494{	text-align: center !important;}.stacks_in_83494dooabutton{	-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_83494dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_83494 {
	margin: 20px 20px 50px 20px;
}
/* Start Print This 2 stack CSS code */.stacks_in_83496PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px none #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_83496PrintThis2{	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_83496PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 40px;  line-height: 40px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #85060C;  cursor:pointer;}.stacks_in_83496PrintThisButton:hover{  color: #C14248;}.stacks_in_83496clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */

#stacks_in_83498 {
	margin: 0px 0px 30px 0px;
}
.spacerStack {
	height: 40px;
}

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


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

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

#stacks_in_83343 {
	font-weight: lighter;
}


#stacks_in_83344 {
	margin: 30px 0px 0px 100px;
}

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

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


#stacks_in_83349 {
	margin: 0px 0px 0px 50px;
}
#reveal_stacks_in_819268,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_819268 p,#reveal_stacks_in_819268 h1,#reveal_stacks_in_819268 h2,#reveal_stacks_in_819268 h3,#reveal_stacks_in_819268 h4,#reveal_stacks_in_819268 h5,#reveal_stacks_in_819268 h6,#reveal_stacks_in_819268 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_819268 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_819268 .reveal-launcher{cursor:pointer}
#stacks_in_819269 a{display:block}#stacks_in_819269 img{}
#reveal_stacks_in_819273,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(0, 0, 0, 1.00)}#reveal_stacks_in_819273 p,#reveal_stacks_in_819273 h1,#reveal_stacks_in_819273 h2,#reveal_stacks_in_819273 h3,#reveal_stacks_in_819273 h4,#reveal_stacks_in_819273 h5,#reveal_stacks_in_819273 h6,#reveal_stacks_in_819273 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_819273 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_819273 .reveal-launcher{cursor:pointer}

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

#stacks_in_25465{overflow:hidden}#stacks_in_25465 hr{opacity:0.48;border-top:1px solid rgba(73, 77, 81, 1.00);margin:1.25rem 0;}

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


#stacks_in_25466 {
	margin: 0px 0px 0px 50px;
}
#stacks_in_25485{text-align:center}#stacks_in_25485 .button{background-color:rgba(137, 148, 130, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_25485 .button:hover{background-color:rgba(172, 189, 168, 1.00)}#stacks_in_25485 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(137, 148, 130, 1.00);color:rgba(137, 148, 130, 1.00)}#stacks_in_25485 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(172, 189, 168, 1.00);background-color:rgba(172, 189, 168, 1.00)}

#stacks_in_25485 {
	margin: 30px 0px 0px 0px;
}
#stacks_in_25486{overflow:hidden}#stacks_in_25486 hr{opacity:0.48;border-top:1px solid rgba(63, 63, 63, 1.00);margin:1.25rem 0;}

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

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

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

  
#stacks_in_15684 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_83570{	text-align: center !important;}.stacks_in_83570dooabutton{	-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_83570dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_83570 {
	margin: 20px 20px 50px 20px;
}
/* Start Print This 2 stack CSS code */.stacks_in_83572PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px none #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_83572PrintThis2{	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_83572PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 40px;  line-height: 40px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #85060C;  cursor:pointer;}.stacks_in_83572PrintThisButton:hover{  color: #C14248;}.stacks_in_83572clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */

#stacks_in_83574 {
	margin: 0px 0px 30px 0px;
}

  
#stacks_in_15687 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_83579{	text-align: center !important;}.stacks_in_83579dooabutton{	-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_83579dooabutton:hover {					/* Flat type button specific styles */		background-color:#4F0207;			color:;		}/* End Button Press stack CSS code */
#stacks_in_83579 {
	margin: 20px 20px 50px 20px;
}
/* Start Print This 2 stack CSS code */.stacks_in_83581PrintThisOuter{		background-color: #FFFFFF;		padding: 15px;	border: 1px none #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_83581PrintThis2{	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_83581PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 40px;  line-height: 40px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #85060C;  cursor:pointer;}.stacks_in_83581PrintThisButton:hover{  color: #C14248;}.stacks_in_83581clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code */

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


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

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

#stacks_in_25498 {
	font-weight: lighter;
}


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


#stacks_in_33818 {
	margin: 0px 100px 0px 100px;
}
.spacerStack {
	height: 40px;
}

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


#stacks_in_23245 {
	background-color: rgba(250, 245, 218, 1.00);
}
#stacks_in_25505 p,#stacks_in_25505 div,#stacks_in_25505 ul,#stacks_in_25505 ol,#stacks_in_25505 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_25505 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_25505 a:hover{color:rgba(0, 102, 136, 1.00)}

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

#stacks_in_25506 {
	font-weight: lighter;
}


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

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

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


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


#stacks_in_53524 {
	margin: 0px 20px 0px 50px;
}
#stacks_in_53527 p,#stacks_in_53527 div{margin-bottom:0}

#stacks_in_53527 {
	margin: 40px 10px 70px 50px;
}


#stacks_in_53530 {
	background-color: rgba(35, 204, 30, 1.00);
	margin: 0px 0px 0px 50px;
}


#stacks_in_53533 {
	margin: 5px 0px 0px 50px;
}
#stacks_in_53536 p,#stacks_in_53536 div{margin-bottom:0}

#stacks_in_53536 {
	margin: 40px 10px 0px 50px;
}
#stacks_in_55943 .reveal-launcher{cursor:pointer}


#stacks_in_819141 {
	background-color: rgba(35, 204, 30, 1.00);
	margin: 0px 0px 0px 50px;
}


#stacks_in_819135 {
	margin: 5px 0px 0px 50px;
}
#stacks_in_55949 p,#stacks_in_55949 div,#stacks_in_55949 ul,#stacks_in_55949 ol,#stacks_in_55949 dl{color:rgba(34, 34, 34, 1.00);line-height:1.60;font-size:1.30rem}#stacks_in_55949 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_55949 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_55949 {
	margin:  50px;
}

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


#stacks_in_30155 {
	background-color: rgba(211, 210, 187, 1.00);
}
#stacks_in_819622 p,#stacks_in_819622 div,#stacks_in_819622 ul,#stacks_in_819622 ol,#stacks_in_819622 dl{color:rgba(14, 83, 89, 1.00);line-height:1.50;font-size:1.50rem}#stacks_in_819622 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_819622 a:hover{color:rgba(0, 102, 136, 1.00)}

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

#stacks_in_819623 {
	font-weight: lighter;
}


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


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

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

#spacerStackstacks_in_30163 {
	height: 40px;
}
#stacks_in_49429 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_49429 > .row > .columns{margin-top:0.00rem}

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

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


#stacks_in_15007 {
	background-color: rgba(128, 128, 128, 1.00);
}
 #stacks_in_15010 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_15010 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_15010 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_15010 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_15010 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_15010 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_15010 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_15010 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_15010 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_15010 hr.cloudy:after{content:"\00a0"}#stacks_in_15010 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_15010 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_15010 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_15010 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_15010 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_15010 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_15010 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_15010 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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


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

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

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


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

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

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

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

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

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


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

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

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

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

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

#spacerStackstacks_in_15026 {
	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_29668 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_29668 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_29668 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_29668 > .row > .maxwidth{max-width:500px}#stacks_in_29668 > .hide-overflow{overflow:hidden !important}


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

#spacerStackstacks_in_29670 {
	height: 500px;
}