/*! 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;
}@-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)}}
  .theme-version{display:block}.theme-version.number-110,#stacks_in_85_page17{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 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}}.column,.columns{padding-left:0.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;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:1000px;left:50%;-webkit-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, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(0, 102, 136, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(0, 102, 136, 1.00)}.alt small{color:rgba(255, 255, 255, 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 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}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}p,ul li,ol li{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}p,ul li,ol li{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)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(231, 231, 231, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(14, 83, 89, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(34, 34, 34, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 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(255, 255, 255, 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(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1000px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(255, 255, 255, 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}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(0, 140, 186, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 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 0 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)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00);box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(14, 83, 89, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(14, 83, 89, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.alert-box{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 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(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 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}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar > .item:hover{color:rgba(255, 255, 255, 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(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}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{font-size:16px;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,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(0, 140, 186, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(0, 133, 176, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(0, 140, 186, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(231, 231, 231, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 133, 176, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 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.swatch1 li.tab-title > a{background-color:rgba(14, 83, 89, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(13, 78, 84, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(13, 78, 84, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 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{-webkit-box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00);box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(232, 249, 255, 1.00);border-color:rgba(185, 199, 204, 1.00);color:rgba(228, 248, 255, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(232, 249, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(185, 199, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(228, 248, 255, 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(228, 248, 255, 1.00);color:rgba(232, 249, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(34, 34, 34, 1.00)}.panel p a{color:rgba(0, 140, 186, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 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, 140, 186, 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, 140, 186, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 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(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 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(255, 255, 255, 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(232, 249, 255, 1.00);color:rgba(228, 248, 255, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}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, 140, 186, 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(232, 249, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(232, 249, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(220, 236, 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(228, 248, 255, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(228, 248, 255, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(228, 248, 255, 1.00)}.copyright{color:rgba(34, 34, 34, 1.00);font-size:0.9rem}.copyright a{color:rgba(0, 140, 186, 1.00)}.copyright a:hover{color:rgba(0, 102, 136, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block !important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none !important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none !important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none !important}}.fn-text-header{color:rgba(34, 34, 34, 1.00)}.fn-text-link a{color:rgba(0, 140, 186, 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-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(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 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-modal{color:rgba(232, 249, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(228, 248, 255, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(228, 248, 255, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-text-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-sw1c1{color:rgba(14, 83, 89, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(14, 83, 89, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(14, 83, 89, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(13, 78, 84, 1.00)}.fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(14, 83, 89, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(14, 83, 89, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(14, 83, 89, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(13, 78, 84, 1.00)}.panel .fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 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, 140, 186, 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(228, 248, 255, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 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(255, 255, 255, 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-modal{background-color:rgba(232, 249, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(14, 83, 89, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 34, 34, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 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(232, 249, 255, 1.00);color:rgba(228, 248, 255, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(228, 248, 255, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(14, 83, 89, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(14, 83, 89, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(13, 78, 84, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(14, 83, 89, 1.00);color:rgba(14, 83, 89, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(13, 78, 84, 1.00);background-color:rgba(13, 78, 84, 1.00)}.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(14, 83, 89, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}
#stacks_in_90_page17 .menu-hide{display:none}#stacks_in_90_page17 aside.fixed{position:fixed}#stacks_in_90_page17 .off-canvas-list{width:100%}#stacks_in_90_page17 .off-canvas-list ul{list-style:none;margin:0;height:100%}#stacks_in_90_page17 .tab-bar{background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_90_page17 .tab-bar.fixed{position:fixed;top:0;left:0;z-index:999}#stacks_in_90_page17 .tab-bar.fixed .left-off-canvas-menu,#stacks_in_90_page17 .tab-bar.fixed .right-off-canvas-menu{position:fixed}#stacks_in_90_page17 .tab-bar h1{color:rgba(255, 255, 255, 1.00)}#stacks_in_90_page17 .tab-bar img{vertical-align:top;height:45px;width:auto;margin-right:20px}#stacks_in_90_page17 .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_90_page17 .tab-bar .left-small,#stacks_in_90_page17 .tab-bar .right-small{border-color:rgba(255,255,255,0.25)}#stacks_in_90_page17 .inner-wrap{z-index:10}#stacks_in_90_page17 .move-right > .inner-wrap{-webkit-transform:translate3d(15.62rem,0,0);transform:translate3d(15.62rem,0,0)}#stacks_in_90_page17 .move-left > .inner-wrap{-webkit-transform:translate3d(-15.62rem,0,0);transform:translate3d(-15.62rem,0,0)}#stacks_in_90_page17 .exit-off-canvas{margin:0;padding:0;position:absolute;width:100%;height:100%}#stacks_in_90_page17 .exit-off-canvas,#stacks_in_90_page17 .exit-off-canvas:hover{background:rgba(0,0,0,0.1)}#stacks_in_90_page17 .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_90_page17 .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_90_page17 .left-off-canvas-menu,#stacks_in_90_page17 .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_90_page17 .right-off-canvas-menu{-webkit-transform:translateX(100%);transform:translateX(100%);right:0;left:auto}#stacks_in_90_page17 .left-off-canvas-menu{-webkit-transform:translateX(-100%);transform:translateX(-100%);left:0}#stacks_in_90_page17 .move-right .left-off-canvas-menu,#stacks_in_90_page17 .move-left .right-off-canvas-menu{-webkit-transform:translateX(0);transform:translateX(0)}#stacks_in_90_page17 .left-off-canvas-menu,#stacks_in_90_page17 .right-off-canvas-menu,#stacks_in_90_page17 .left-submenu,#stacks_in_90_page17 .right-submenu{width:15.62rem;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_90_page17 .left-off-canvas-menu:not(.menu-slice) header,#stacks_in_90_page17 .right-off-canvas-menu:not(.menu-slice) header,#stacks_in_90_page17 .left-submenu:not(.menu-slice) header,#stacks_in_90_page17 .right-submenu:not(.menu-slice) header{display:inline-block}#stacks_in_90_page17 .left-off-canvas-menu:not(.menu-slice) label,#stacks_in_90_page17 .right-off-canvas-menu:not(.menu-slice) label,#stacks_in_90_page17 .left-submenu:not(.menu-slice) label,#stacks_in_90_page17 .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_90_page17 .left-off-canvas-menu:not(.menu-slice) .back a,#stacks_in_90_page17 .right-off-canvas-menu:not(.menu-slice) .back a,#stacks_in_90_page17 .left-submenu:not(.menu-slice) .back a,#stacks_in_90_page17 .right-submenu:not(.menu-slice) .back a{color:rgba(255, 255, 255, 1.00);background:rgba(45, 45, 45, 1.00)}#stacks_in_90_page17 .left-off-canvas-menu:not(.menu-slice) a:not(.button),#stacks_in_90_page17 .right-off-canvas-menu:not(.menu-slice) a:not(.button),#stacks_in_90_page17 .left-submenu:not(.menu-slice) a:not(.button),#stacks_in_90_page17 .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_90_page17 .left-off-canvas-menu:not(.menu-slice) a:not(.button):hover,#stacks_in_90_page17 .right-off-canvas-menu:not(.menu-slice) a:not(.button):hover,#stacks_in_90_page17 .left-submenu:not(.menu-slice) a:not(.button):hover,#stacks_in_90_page17 .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_90_page17 .left-off-canvas-menu:not(.menu-slice) button,#stacks_in_90_page17 .right-off-canvas-menu:not(.menu-slice) button,#stacks_in_90_page17 .left-submenu:not(.menu-slice) button,#stacks_in_90_page17 .right-submenu:not(.menu-slice) button{display:block;margin:0 auto}#stacks_in_90_page17 .darkAccents .tab-bar .left-small,#stacks_in_90_page17 .darkAccents .tab-bar .right-small{border-color:rgba(0,0,0,0.25)}#stacks_in_90_page17 .darkAccents .left-off-canvas-menu .has-submenu > label,#stacks_in_90_page17 .darkAccents .right-off-canvas-menu .has-submenu > label{border-bottom:1px solid rgba(0,0,0,0.25)}#stacks_in_90_page17 .darkAccents .left-off-canvas-menu label,#stacks_in_90_page17 .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_90_page17 .darkAccents .left-off-canvas-menu a,#stacks_in_90_page17 .darkAccents .right-off-canvas-menu a{border-color:rgba(0,0,0,0.25)}#stacks_in_90_page17 .hideDividers .left-off-canvas-menu a,#stacks_in_90_page17 .hideDividers .left-off-canvas-menu label,#stacks_in_90_page17 .hideDividers .left-off-canvas-menu .has-submenu > label,#stacks_in_90_page17 .hideDividers .right-off-canvas-menu a,#stacks_in_90_page17 .hideDividers .right-off-canvas-menu label,#stacks_in_90_page17 .hideDividers .right-off-canvas-menu .has-submenu > label{border:none}#stacks_in_90_page17 .hideShadow .exit-off-canvas{-webkit-box-shadow:none !important;box-shadow:none !important}.stacks_top > div > #stacks_in_90_page17 .left-off-canvas-menu,.stacks_top > div > #stacks_in_90_page17 .right-off-canvas-menu{position:fixed}

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

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

#stacks_in_p91_n611315_page17 {
	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_p91_n1035269_page17 * {
  box-sizing: border-box;
}
#stacks_in_p91_n1035269_page17 *:focus {outline:none;}
.searchingstacks_in_p91_n1035269_page17 .stacks_top,
.searchingstacks_in_p91_n1035269_page17 .stacks_in,
.searchingstacks_in_p91_n1035269_page17 .stacks_out {
  overflow: visible;
}
#stacks_in_p91_n1035269_page17 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_p91_n1035269_page17_pages { display: none;}
#stacks_in_p91_n1035269_page17_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_p91_n1035269_page17_tipue_search_content {
  display: none;
  padding: 20px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_p91_n1035269_page17_tipue_search_input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_p91_n1035269_page17 svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
/**/
/**/
#stacks_in_p91_n1035269_page17_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_p91_n1035269_page17 #stacks_in_p91_n1035269_page17_tipue_search_content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_p91_n1035269_page17_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_p91_n1035269_page17_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_p91_n1035269_page17_tipue_search_content .h01 {
  background: yellow;
}
.searchingstacks_in_p91_n1035269_page17 #stacks_in_p91_n1035269_page17_tipue_search_content {
  display: block !important;
}
#stacks_in_p91_n1035269_page17_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_p91_n1035269_page17_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_p91_n1035269_page17_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_p91_n1035269_page17_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_p91_n1035269_page17_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_p91_n1035269_page17_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_p91_n1035269_page17_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_p91_n1035269_page17_tipue_search_content {
  color: #555555;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
}
#stacks_in_p91_n1035269_page17_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_p91_n1035269_page17_tipue_search_content .h01{
  background: #FFFF00;
}

#stacks_in_p91_n1035269_page17_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_p91_n1035269_page17_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #276A93;
}
#stacks_in_p91_n1035269_page17_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_p91_n1035269_page17_tipue_search_warning a{

}
#stacks_in_p91_n1035269_page17_tipue_search_warning a:hover{

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

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



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

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

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


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

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

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

  

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

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

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

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


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

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

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

  
#stacks_in_374_page17 .button{margin-bottom:0}#stacks_in_374_page17 .button{background-color:rgba(14, 83, 89, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_374_page17 .button:hover{background-color:rgba(19, 119, 128, 1.00)}
#button_stacks_in_375_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#button_stacks_in_375_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}
#button_stacks_in_376_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#button_stacks_in_376_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}
#button_stacks_in_377_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#button_stacks_in_377_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}
#button_stacks_in_378_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#button_stacks_in_378_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}

  
#stacks_in_384_page17 .button{margin-bottom:0}#stacks_in_384_page17 .button{background-color:rgba(14, 83, 89, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_384_page17 .button:hover{background-color:rgba(19, 119, 128, 1.00)}
#button_stacks_in_385_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#button_stacks_in_385_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}
#button_stacks_in_386_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#button_stacks_in_386_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}
#button_stacks_in_387_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#button_stacks_in_387_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}

  
#stacks_in_350_page17 .button{margin-bottom:0}#stacks_in_350_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#stacks_in_350_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}


  
#stacks_in_357_page17 .button{margin-bottom:0}#stacks_in_357_page17 .button{background-color:rgba(110, 19, 16, 0.50);color:rgba(255, 255, 255, 1.00)}#stacks_in_357_page17 .button:hover{background-color:rgba(110, 19, 16, 0.75)}

.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_231_page17 {
	height: 40px;
}#stacks_in_232_page17{}@media only screen and (min-width:62.563em){#stacks_in_232_page17{padding-bottom:0.00rem;padding-top:0.00rem;}}@media only screen and (min-width:40.063em){#stacks_in_232_page17{}}#stacks_in_232_page17 .floating-body{background-color:rgba(110, 19, 16, 0.50);-webkit-box-shadow:1px 1px 20px rgba(0,0,0,0.6);box-shadow:1px 1px 20px rgba(0,0,0,0.6);}#stacks_in_232_page17 .floating-body.radius{overflow:hidden}#stacks_in_232_page17 .floating-body > .columns{padding-left:0.94rem;padding-right:0.94rem}#stacks_in_232_page17 .floating-body > .columns > .stacks_out > .stacks_in > .row{margin-left:0;margin-right:0}
#stacks_in_233_page17 h1,#stacks_in_233_page17 h2,#stacks_in_233_page17 h3,#stacks_in_233_page17 h4,#stacks_in_233_page17 h5,#stacks_in_233_page17 h6,#stacks_in_233_page17 div{color:rgba(255, 255, 255, 1.00);font-size:1.69rem;font-weight:500;font-style:normal}#stacks_in_233_page17 h1 a,#stacks_in_233_page17 h2 a,#stacks_in_233_page17 h3 a,#stacks_in_233_page17 h4 a,#stacks_in_233_page17 h5 a,#stacks_in_233_page17 h6 a,#stacks_in_233_page17 div a{color:rgba(255, 255, 255, 1.00);font-size:1.69rem}#stacks_in_233_page17 h1 a:hover,#stacks_in_233_page17 h2 a:hover,#stacks_in_233_page17 h3 a:hover,#stacks_in_233_page17 h4 a:hover,#stacks_in_233_page17 h5 a:hover,#stacks_in_233_page17 h6 a:hover,#stacks_in_233_page17 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_233_page17 h1 a,#stacks_in_233_page17 h2 a,#stacks_in_233_page17 h3 a,#stacks_in_233_page17 h4 a,#stacks_in_233_page17 h5 a,#stacks_in_233_page17 h6 a,#stacks_in_233_page17 div a{font-size:2.00rem}}@media only screen and (min-width:40.063em){#stacks_in_233_page17 h1,#stacks_in_233_page17 h2,#stacks_in_233_page17 h3,#stacks_in_233_page17 h4,#stacks_in_233_page17 h5,#stacks_in_233_page17 h6,#stacks_in_233_page17 div{font-size:2.00rem}}#stacks_in_233_page17 small,#stacks_in_233_page17 small div{font-size:80%;color:rgba(221, 221, 221, 1.00)}

#stacks_in_233_page17 {
	margin: 70px 0px 0px 0px;
}

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

#stacks_in_236_page17 {
	margin: 50px 0px 0px 0px;
}
#reveal_stacks_in_400_page17,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(35, 35, 35, 1.00)}#reveal_stacks_in_400_page17 p,#reveal_stacks_in_400_page17 h1,#reveal_stacks_in_400_page17 h2,#reveal_stacks_in_400_page17 h3,#reveal_stacks_in_400_page17 h4,#reveal_stacks_in_400_page17 h5,#reveal_stacks_in_400_page17 h6,#reveal_stacks_in_400_page17 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_400_page17 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_400_page17 .reveal-launcher{cursor:pointer}
#stacks_in_401_page17 a{display:block}#stacks_in_401_page17 img{}
#stacks_in_402_page17 .reveal-launcher{cursor:pointer}
/* Start Button Press stack CSS code */#stacks_in_403_page17{	text-align: center !important;}.stacks_in_403_page17dooabutton{	-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 #262626;		color:#262626;				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_403_page17dooabutton:hover {					color:;				border-color: #121212;		color:#121212;	}/* End Button Press stack CSS code */#stacks_in_405_page17 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_405_page17 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_405_page17 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_405_page17 > .row.padding-detailed.padding-medium-up,#stacks_in_405_page17 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_405_page17 > .row.padding-detailed.padding-y-medium-up,#stacks_in_405_page17 > .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_405_page17 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_405_page17 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

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

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

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

/* Swipe buttons */
#tablePro_stacks_in_413_page17_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_413_page17_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_413_page17 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_413_page17 tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#stacks_in_420_page17 {
	font-size: 150%;
}



































#stacks_in_241_page17 h1,#stacks_in_241_page17 h2,#stacks_in_241_page17 h3,#stacks_in_241_page17 h4,#stacks_in_241_page17 h5,#stacks_in_241_page17 h6,#stacks_in_241_page17 div{color:rgba(255, 255, 255, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_241_page17 h1 a,#stacks_in_241_page17 h2 a,#stacks_in_241_page17 h3 a,#stacks_in_241_page17 h4 a,#stacks_in_241_page17 h5 a,#stacks_in_241_page17 h6 a,#stacks_in_241_page17 div a{color:rgba(255, 255, 255, 1.00);font-size:0.80rem}#stacks_in_241_page17 h1 a:hover,#stacks_in_241_page17 h2 a:hover,#stacks_in_241_page17 h3 a:hover,#stacks_in_241_page17 h4 a:hover,#stacks_in_241_page17 h5 a:hover,#stacks_in_241_page17 h6 a:hover,#stacks_in_241_page17 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_241_page17 h1 a,#stacks_in_241_page17 h2 a,#stacks_in_241_page17 h3 a,#stacks_in_241_page17 h4 a,#stacks_in_241_page17 h5 a,#stacks_in_241_page17 h6 a,#stacks_in_241_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_241_page17 h1,#stacks_in_241_page17 h2,#stacks_in_241_page17 h3,#stacks_in_241_page17 h4,#stacks_in_241_page17 h5,#stacks_in_241_page17 h6,#stacks_in_241_page17 div{font-size:1.10rem}}#stacks_in_241_page17 small,#stacks_in_241_page17 small div{font-size:80%;color:rgba(207, 207, 207, 1.00)}

#stacks_in_241_page17 {
	padding: 20px 0px 0px 0px;
}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_244_page17 {
	height: 40px;
}#stacks_in_246_page17 a{display:block}#stacks_in_246_page17 img{}
#stacks_in_247_page17 h1,#stacks_in_247_page17 h2,#stacks_in_247_page17 h3,#stacks_in_247_page17 h4,#stacks_in_247_page17 h5,#stacks_in_247_page17 h6,#stacks_in_247_page17 div{color:rgba(255, 255, 255, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_247_page17 h1 a,#stacks_in_247_page17 h2 a,#stacks_in_247_page17 h3 a,#stacks_in_247_page17 h4 a,#stacks_in_247_page17 h5 a,#stacks_in_247_page17 h6 a,#stacks_in_247_page17 div a{color:rgba(255, 255, 255, 1.00);font-size:0.80rem}#stacks_in_247_page17 h1 a:hover,#stacks_in_247_page17 h2 a:hover,#stacks_in_247_page17 h3 a:hover,#stacks_in_247_page17 h4 a:hover,#stacks_in_247_page17 h5 a:hover,#stacks_in_247_page17 h6 a:hover,#stacks_in_247_page17 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_247_page17 h1 a,#stacks_in_247_page17 h2 a,#stacks_in_247_page17 h3 a,#stacks_in_247_page17 h4 a,#stacks_in_247_page17 h5 a,#stacks_in_247_page17 h6 a,#stacks_in_247_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_247_page17 h1,#stacks_in_247_page17 h2,#stacks_in_247_page17 h3,#stacks_in_247_page17 h4,#stacks_in_247_page17 h5,#stacks_in_247_page17 h6,#stacks_in_247_page17 div{font-size:1.10rem}}#stacks_in_247_page17 small,#stacks_in_247_page17 small div{font-size:80%;color:rgba(207, 207, 207, 1.00)}

#stacks_in_247_page17 {
	padding: 20px 0px 0px 0px;
}
.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_250_page17 {
	height: 40px;
}#stacks_in_253_page17{}@media only screen and (min-width:62.563em){#stacks_in_253_page17{padding-bottom:10.00rem;padding-top:0.00rem;}}@media only screen and (min-width:40.063em){#stacks_in_253_page17{}}#stacks_in_253_page17 .floating-body{background-color:rgba(110, 19, 16, 0.30);-webkit-box-shadow:1px 1px 20px rgba(0,0,0,0.6);box-shadow:1px 1px 20px rgba(0,0,0,0.6);}#stacks_in_253_page17 .floating-body.radius{overflow:hidden}#stacks_in_253_page17 .floating-body > .columns{padding-left:0.94rem;padding-right:0.94rem}#stacks_in_253_page17 .floating-body > .columns > .stacks_out > .stacks_in > .row{margin-left:0;margin-right:0}

#stacks_in_253_page17 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_254_page17 h1,#stacks_in_254_page17 h2,#stacks_in_254_page17 h3,#stacks_in_254_page17 h4,#stacks_in_254_page17 h5,#stacks_in_254_page17 h6,#stacks_in_254_page17 div{color:rgba(255, 255, 255, 1.00);font-size:1.69rem;font-weight:500;font-style:normal}#stacks_in_254_page17 h1 a,#stacks_in_254_page17 h2 a,#stacks_in_254_page17 h3 a,#stacks_in_254_page17 h4 a,#stacks_in_254_page17 h5 a,#stacks_in_254_page17 h6 a,#stacks_in_254_page17 div a{color:rgba(255, 255, 255, 1.00);font-size:1.69rem}#stacks_in_254_page17 h1 a:hover,#stacks_in_254_page17 h2 a:hover,#stacks_in_254_page17 h3 a:hover,#stacks_in_254_page17 h4 a:hover,#stacks_in_254_page17 h5 a:hover,#stacks_in_254_page17 h6 a:hover,#stacks_in_254_page17 div a:hover{color:rgba(191, 191, 191, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_254_page17 h1 a,#stacks_in_254_page17 h2 a,#stacks_in_254_page17 h3 a,#stacks_in_254_page17 h4 a,#stacks_in_254_page17 h5 a,#stacks_in_254_page17 h6 a,#stacks_in_254_page17 div a{font-size:2.00rem}}@media only screen and (min-width:40.063em){#stacks_in_254_page17 h1,#stacks_in_254_page17 h2,#stacks_in_254_page17 h3,#stacks_in_254_page17 h4,#stacks_in_254_page17 h5,#stacks_in_254_page17 h6,#stacks_in_254_page17 div{font-size:2.00rem}}#stacks_in_254_page17 small,#stacks_in_254_page17 small div{font-size:80%;color:rgba(221, 221, 221, 1.00)}

#stacks_in_254_page17 {
	margin: 70px 0px 0px 0px;
}

#usefulGridOuterstacks_in_257_page17 {
	margin: 0;
	height: auto;
	overflow: auto;
}

#usefulGridOuterstacks_in_257_page17 .usefulGridItem {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	height: 100.00%;
	overflow: hidden;
	position: relative;
	width: 32.00%;
}

@media screen and (max-width: 2500px) {
	#usefulGridOuterstacks_in_257_page17 .usefulGridItem {
		width: 20.00%;
	}
}

@media screen and (max-width: 2000px) {
	#usefulGridOuterstacks_in_257_page17 .usefulGridItem {
		width: 25.00%;
	}
}

@media screen and (max-width: 1500px) {
	#usefulGridOuterstacks_in_257_page17 .usefulGridItem {
		width: 33.00%;
	}
}

@media screen and (max-width: 1000px) {
	#usefulGridOuterstacks_in_257_page17 .usefulGridItem {
		width: 49.00%;
	}
}

@media screen and (max-width: 700px) {
	#usefulGridOuterstacks_in_257_page17 .usefulGridItem {
		width: 100.00%;
	}
}

@media print {
	#usefulGridOuterstacks_in_257_page17 .usefulGridItem {
		width: 100%;
	}
}

#usefulGridOuterstacks_in_257_page17 .usefulGridItem .usefulGridItemInner {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}




#stacks_in_257_page17 {
	padding: 20px 20px 50px 20px;
}
#stacks_in_258_page17 a{display:block}#stacks_in_258_page17 img{}
#stacks_in_259_page17 h1,#stacks_in_259_page17 h2,#stacks_in_259_page17 h3,#stacks_in_259_page17 h4,#stacks_in_259_page17 h5,#stacks_in_259_page17 h6,#stacks_in_259_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_259_page17 h1 a,#stacks_in_259_page17 h2 a,#stacks_in_259_page17 h3 a,#stacks_in_259_page17 h4 a,#stacks_in_259_page17 h5 a,#stacks_in_259_page17 h6 a,#stacks_in_259_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_259_page17 h1 a:hover,#stacks_in_259_page17 h2 a:hover,#stacks_in_259_page17 h3 a:hover,#stacks_in_259_page17 h4 a:hover,#stacks_in_259_page17 h5 a:hover,#stacks_in_259_page17 h6 a:hover,#stacks_in_259_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_259_page17 h1 a,#stacks_in_259_page17 h2 a,#stacks_in_259_page17 h3 a,#stacks_in_259_page17 h4 a,#stacks_in_259_page17 h5 a,#stacks_in_259_page17 h6 a,#stacks_in_259_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_259_page17 h1,#stacks_in_259_page17 h2,#stacks_in_259_page17 h3,#stacks_in_259_page17 h4,#stacks_in_259_page17 h5,#stacks_in_259_page17 h6,#stacks_in_259_page17 div{font-size:1.10rem}}#stacks_in_259_page17 small,#stacks_in_259_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_261_page17 {
	height: 40px;
}#stacks_in_263_page17 a{display:block}#stacks_in_263_page17 img{}
#stacks_in_264_page17 h1,#stacks_in_264_page17 h2,#stacks_in_264_page17 h3,#stacks_in_264_page17 h4,#stacks_in_264_page17 h5,#stacks_in_264_page17 h6,#stacks_in_264_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_264_page17 h1 a,#stacks_in_264_page17 h2 a,#stacks_in_264_page17 h3 a,#stacks_in_264_page17 h4 a,#stacks_in_264_page17 h5 a,#stacks_in_264_page17 h6 a,#stacks_in_264_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_264_page17 h1 a:hover,#stacks_in_264_page17 h2 a:hover,#stacks_in_264_page17 h3 a:hover,#stacks_in_264_page17 h4 a:hover,#stacks_in_264_page17 h5 a:hover,#stacks_in_264_page17 h6 a:hover,#stacks_in_264_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_264_page17 h1 a,#stacks_in_264_page17 h2 a,#stacks_in_264_page17 h3 a,#stacks_in_264_page17 h4 a,#stacks_in_264_page17 h5 a,#stacks_in_264_page17 h6 a,#stacks_in_264_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_264_page17 h1,#stacks_in_264_page17 h2,#stacks_in_264_page17 h3,#stacks_in_264_page17 h4,#stacks_in_264_page17 h5,#stacks_in_264_page17 h6,#stacks_in_264_page17 div{font-size:1.10rem}}#stacks_in_264_page17 small,#stacks_in_264_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_266_page17 {
	height: 40px;
}#stacks_in_268_page17 a{display:block}#stacks_in_268_page17 img{}
#stacks_in_269_page17 h1,#stacks_in_269_page17 h2,#stacks_in_269_page17 h3,#stacks_in_269_page17 h4,#stacks_in_269_page17 h5,#stacks_in_269_page17 h6,#stacks_in_269_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_269_page17 h1 a,#stacks_in_269_page17 h2 a,#stacks_in_269_page17 h3 a,#stacks_in_269_page17 h4 a,#stacks_in_269_page17 h5 a,#stacks_in_269_page17 h6 a,#stacks_in_269_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_269_page17 h1 a:hover,#stacks_in_269_page17 h2 a:hover,#stacks_in_269_page17 h3 a:hover,#stacks_in_269_page17 h4 a:hover,#stacks_in_269_page17 h5 a:hover,#stacks_in_269_page17 h6 a:hover,#stacks_in_269_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_269_page17 h1 a,#stacks_in_269_page17 h2 a,#stacks_in_269_page17 h3 a,#stacks_in_269_page17 h4 a,#stacks_in_269_page17 h5 a,#stacks_in_269_page17 h6 a,#stacks_in_269_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_269_page17 h1,#stacks_in_269_page17 h2,#stacks_in_269_page17 h3,#stacks_in_269_page17 h4,#stacks_in_269_page17 h5,#stacks_in_269_page17 h6,#stacks_in_269_page17 div{font-size:1.10rem}}#stacks_in_269_page17 small,#stacks_in_269_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_271_page17 {
	height: 40px;
}#stacks_in_273_page17 a{display:block}#stacks_in_273_page17 img{}
#stacks_in_274_page17 h1,#stacks_in_274_page17 h2,#stacks_in_274_page17 h3,#stacks_in_274_page17 h4,#stacks_in_274_page17 h5,#stacks_in_274_page17 h6,#stacks_in_274_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_274_page17 h1 a,#stacks_in_274_page17 h2 a,#stacks_in_274_page17 h3 a,#stacks_in_274_page17 h4 a,#stacks_in_274_page17 h5 a,#stacks_in_274_page17 h6 a,#stacks_in_274_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_274_page17 h1 a:hover,#stacks_in_274_page17 h2 a:hover,#stacks_in_274_page17 h3 a:hover,#stacks_in_274_page17 h4 a:hover,#stacks_in_274_page17 h5 a:hover,#stacks_in_274_page17 h6 a:hover,#stacks_in_274_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_274_page17 h1 a,#stacks_in_274_page17 h2 a,#stacks_in_274_page17 h3 a,#stacks_in_274_page17 h4 a,#stacks_in_274_page17 h5 a,#stacks_in_274_page17 h6 a,#stacks_in_274_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_274_page17 h1,#stacks_in_274_page17 h2,#stacks_in_274_page17 h3,#stacks_in_274_page17 h4,#stacks_in_274_page17 h5,#stacks_in_274_page17 h6,#stacks_in_274_page17 div{font-size:1.10rem}}#stacks_in_274_page17 small,#stacks_in_274_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_276_page17 {
	height: 40px;
}#stacks_in_278_page17 a{display:block}#stacks_in_278_page17 img{}
#stacks_in_279_page17 h1,#stacks_in_279_page17 h2,#stacks_in_279_page17 h3,#stacks_in_279_page17 h4,#stacks_in_279_page17 h5,#stacks_in_279_page17 h6,#stacks_in_279_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_279_page17 h1 a,#stacks_in_279_page17 h2 a,#stacks_in_279_page17 h3 a,#stacks_in_279_page17 h4 a,#stacks_in_279_page17 h5 a,#stacks_in_279_page17 h6 a,#stacks_in_279_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_279_page17 h1 a:hover,#stacks_in_279_page17 h2 a:hover,#stacks_in_279_page17 h3 a:hover,#stacks_in_279_page17 h4 a:hover,#stacks_in_279_page17 h5 a:hover,#stacks_in_279_page17 h6 a:hover,#stacks_in_279_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_279_page17 h1 a,#stacks_in_279_page17 h2 a,#stacks_in_279_page17 h3 a,#stacks_in_279_page17 h4 a,#stacks_in_279_page17 h5 a,#stacks_in_279_page17 h6 a,#stacks_in_279_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_279_page17 h1,#stacks_in_279_page17 h2,#stacks_in_279_page17 h3,#stacks_in_279_page17 h4,#stacks_in_279_page17 h5,#stacks_in_279_page17 h6,#stacks_in_279_page17 div{font-size:1.10rem}}#stacks_in_279_page17 small,#stacks_in_279_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_281_page17 {
	height: 40px;
}#stacks_in_283_page17 a{display:block}#stacks_in_283_page17 img{}
#stacks_in_284_page17 h1,#stacks_in_284_page17 h2,#stacks_in_284_page17 h3,#stacks_in_284_page17 h4,#stacks_in_284_page17 h5,#stacks_in_284_page17 h6,#stacks_in_284_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_284_page17 h1 a,#stacks_in_284_page17 h2 a,#stacks_in_284_page17 h3 a,#stacks_in_284_page17 h4 a,#stacks_in_284_page17 h5 a,#stacks_in_284_page17 h6 a,#stacks_in_284_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_284_page17 h1 a:hover,#stacks_in_284_page17 h2 a:hover,#stacks_in_284_page17 h3 a:hover,#stacks_in_284_page17 h4 a:hover,#stacks_in_284_page17 h5 a:hover,#stacks_in_284_page17 h6 a:hover,#stacks_in_284_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_284_page17 h1 a,#stacks_in_284_page17 h2 a,#stacks_in_284_page17 h3 a,#stacks_in_284_page17 h4 a,#stacks_in_284_page17 h5 a,#stacks_in_284_page17 h6 a,#stacks_in_284_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_284_page17 h1,#stacks_in_284_page17 h2,#stacks_in_284_page17 h3,#stacks_in_284_page17 h4,#stacks_in_284_page17 h5,#stacks_in_284_page17 h6,#stacks_in_284_page17 div{font-size:1.10rem}}#stacks_in_284_page17 small,#stacks_in_284_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_286_page17 {
	height: 40px;
}#stacks_in_288_page17 a{display:block}#stacks_in_288_page17 img{}
#stacks_in_289_page17 h1,#stacks_in_289_page17 h2,#stacks_in_289_page17 h3,#stacks_in_289_page17 h4,#stacks_in_289_page17 h5,#stacks_in_289_page17 h6,#stacks_in_289_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_289_page17 h1 a,#stacks_in_289_page17 h2 a,#stacks_in_289_page17 h3 a,#stacks_in_289_page17 h4 a,#stacks_in_289_page17 h5 a,#stacks_in_289_page17 h6 a,#stacks_in_289_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_289_page17 h1 a:hover,#stacks_in_289_page17 h2 a:hover,#stacks_in_289_page17 h3 a:hover,#stacks_in_289_page17 h4 a:hover,#stacks_in_289_page17 h5 a:hover,#stacks_in_289_page17 h6 a:hover,#stacks_in_289_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_289_page17 h1 a,#stacks_in_289_page17 h2 a,#stacks_in_289_page17 h3 a,#stacks_in_289_page17 h4 a,#stacks_in_289_page17 h5 a,#stacks_in_289_page17 h6 a,#stacks_in_289_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_289_page17 h1,#stacks_in_289_page17 h2,#stacks_in_289_page17 h3,#stacks_in_289_page17 h4,#stacks_in_289_page17 h5,#stacks_in_289_page17 h6,#stacks_in_289_page17 div{font-size:1.10rem}}#stacks_in_289_page17 small,#stacks_in_289_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_291_page17 {
	height: 40px;
}#stacks_in_293_page17 a{display:block}#stacks_in_293_page17 img{}
#stacks_in_294_page17 h1,#stacks_in_294_page17 h2,#stacks_in_294_page17 h3,#stacks_in_294_page17 h4,#stacks_in_294_page17 h5,#stacks_in_294_page17 h6,#stacks_in_294_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_294_page17 h1 a,#stacks_in_294_page17 h2 a,#stacks_in_294_page17 h3 a,#stacks_in_294_page17 h4 a,#stacks_in_294_page17 h5 a,#stacks_in_294_page17 h6 a,#stacks_in_294_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_294_page17 h1 a:hover,#stacks_in_294_page17 h2 a:hover,#stacks_in_294_page17 h3 a:hover,#stacks_in_294_page17 h4 a:hover,#stacks_in_294_page17 h5 a:hover,#stacks_in_294_page17 h6 a:hover,#stacks_in_294_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_294_page17 h1 a,#stacks_in_294_page17 h2 a,#stacks_in_294_page17 h3 a,#stacks_in_294_page17 h4 a,#stacks_in_294_page17 h5 a,#stacks_in_294_page17 h6 a,#stacks_in_294_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_294_page17 h1,#stacks_in_294_page17 h2,#stacks_in_294_page17 h3,#stacks_in_294_page17 h4,#stacks_in_294_page17 h5,#stacks_in_294_page17 h6,#stacks_in_294_page17 div{font-size:1.10rem}}#stacks_in_294_page17 small,#stacks_in_294_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_296_page17 {
	height: 40px;
}#stacks_in_298_page17 a{display:block}#stacks_in_298_page17 img{}
#stacks_in_299_page17 h1,#stacks_in_299_page17 h2,#stacks_in_299_page17 h3,#stacks_in_299_page17 h4,#stacks_in_299_page17 h5,#stacks_in_299_page17 h6,#stacks_in_299_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_299_page17 h1 a,#stacks_in_299_page17 h2 a,#stacks_in_299_page17 h3 a,#stacks_in_299_page17 h4 a,#stacks_in_299_page17 h5 a,#stacks_in_299_page17 h6 a,#stacks_in_299_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_299_page17 h1 a:hover,#stacks_in_299_page17 h2 a:hover,#stacks_in_299_page17 h3 a:hover,#stacks_in_299_page17 h4 a:hover,#stacks_in_299_page17 h5 a:hover,#stacks_in_299_page17 h6 a:hover,#stacks_in_299_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_299_page17 h1 a,#stacks_in_299_page17 h2 a,#stacks_in_299_page17 h3 a,#stacks_in_299_page17 h4 a,#stacks_in_299_page17 h5 a,#stacks_in_299_page17 h6 a,#stacks_in_299_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_299_page17 h1,#stacks_in_299_page17 h2,#stacks_in_299_page17 h3,#stacks_in_299_page17 h4,#stacks_in_299_page17 h5,#stacks_in_299_page17 h6,#stacks_in_299_page17 div{font-size:1.10rem}}#stacks_in_299_page17 small,#stacks_in_299_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_301_page17 {
	height: 40px;
}#stacks_in_303_page17 a{display:block}#stacks_in_303_page17 img{}
#stacks_in_304_page17 h1,#stacks_in_304_page17 h2,#stacks_in_304_page17 h3,#stacks_in_304_page17 h4,#stacks_in_304_page17 h5,#stacks_in_304_page17 h6,#stacks_in_304_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_304_page17 h1 a,#stacks_in_304_page17 h2 a,#stacks_in_304_page17 h3 a,#stacks_in_304_page17 h4 a,#stacks_in_304_page17 h5 a,#stacks_in_304_page17 h6 a,#stacks_in_304_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_304_page17 h1 a:hover,#stacks_in_304_page17 h2 a:hover,#stacks_in_304_page17 h3 a:hover,#stacks_in_304_page17 h4 a:hover,#stacks_in_304_page17 h5 a:hover,#stacks_in_304_page17 h6 a:hover,#stacks_in_304_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_304_page17 h1 a,#stacks_in_304_page17 h2 a,#stacks_in_304_page17 h3 a,#stacks_in_304_page17 h4 a,#stacks_in_304_page17 h5 a,#stacks_in_304_page17 h6 a,#stacks_in_304_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_304_page17 h1,#stacks_in_304_page17 h2,#stacks_in_304_page17 h3,#stacks_in_304_page17 h4,#stacks_in_304_page17 h5,#stacks_in_304_page17 h6,#stacks_in_304_page17 div{font-size:1.10rem}}#stacks_in_304_page17 small,#stacks_in_304_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

#spacerStackstacks_in_306_page17 {
	height: 40px;
}#stacks_in_308_page17 a{display:block}#stacks_in_308_page17 img{}
#stacks_in_309_page17 h1,#stacks_in_309_page17 h2,#stacks_in_309_page17 h3,#stacks_in_309_page17 h4,#stacks_in_309_page17 h5,#stacks_in_309_page17 h6,#stacks_in_309_page17 div{color:rgba(221, 221, 221, 1.00);font-size:0.80rem;font-weight:400;font-style:normal}#stacks_in_309_page17 h1 a,#stacks_in_309_page17 h2 a,#stacks_in_309_page17 h3 a,#stacks_in_309_page17 h4 a,#stacks_in_309_page17 h5 a,#stacks_in_309_page17 h6 a,#stacks_in_309_page17 div a{color:rgba(221, 221, 221, 1.00);font-size:0.80rem}#stacks_in_309_page17 h1 a:hover,#stacks_in_309_page17 h2 a:hover,#stacks_in_309_page17 h3 a:hover,#stacks_in_309_page17 h4 a:hover,#stacks_in_309_page17 h5 a:hover,#stacks_in_309_page17 h6 a:hover,#stacks_in_309_page17 div a:hover{color:rgba(165, 165, 165, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_309_page17 h1 a,#stacks_in_309_page17 h2 a,#stacks_in_309_page17 h3 a,#stacks_in_309_page17 h4 a,#stacks_in_309_page17 h5 a,#stacks_in_309_page17 h6 a,#stacks_in_309_page17 div a{font-size:1.10rem}}@media only screen and (min-width:40.063em){#stacks_in_309_page17 h1,#stacks_in_309_page17 h2,#stacks_in_309_page17 h3,#stacks_in_309_page17 h4,#stacks_in_309_page17 h5,#stacks_in_309_page17 h6,#stacks_in_309_page17 div{font-size:1.10rem}}#stacks_in_309_page17 small,#stacks_in_309_page17 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

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

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


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

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

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


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

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

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

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

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

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


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

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

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

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

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


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

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

#spacerStackstacks_in_173_page17 {
	height: 500px;
}