/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* line 15, /app/source/css/global-theme.scss */
:root {
  --global-soft-color: #409DDE;
  --global-base-color: #0A81D5;
  --global-dark-color: #005A9A;
}

/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
/* line 5, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

/* line 14, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw * {
  box-sizing: border-box;
}

/* line 18, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 37, /app/source/css/scss/modules/tablesaw.scss */
a.tablesaw-btn {
  color: #1c95d4;
}

/* line 41, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
/* line 47, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn:active {
  background-color: #ddd;
}

@supports (box-shadow: none) {
  /* line 52, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none;
  }
  /* line 56, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
  }
}

/* line 61, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}

/* line 77, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn select option {
  background: #fff;
  color: #000;
}

/* line 82, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

/* line 90, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

/* line 96, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

/* line 101, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
}

/* line 110, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  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;
}

/* line 128, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn-select.btn-small:after,
.tablesaw-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 */
/* line 142, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

/* line 150, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

/* line 155, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}

/* line 159, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}

/* line 163, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
  text-indent: -9999px;
}

/* line 175, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 186, /app/source/css/scss/modules/tablesaw.scss */
.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;
}

/* line 194, /app/source/css/scss/modules/tablesaw.scss */
.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;
}

/* line 202, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* line 209, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

/* line 214, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

/* line 219, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */
/* line 227, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar {
  clear: both;
}

/* line 231, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar * {
  box-sizing: border-box;
}

/* line 235, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar-section {
  float: left;
}

/* line 239, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

/* line 249, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

/* line 255, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}

/* TODO */
/* line 262, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em;
}

/* line 273, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}

/* line 277, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em;
}

/* line 281, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent;
}

/* line 287, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar-section ~ table {
  clear: both;
}

/* line 291, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar-section .abbreviated {
  display: inline;
}

/* line 295, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-bar-section .longform {
  display: none;
}

@media (min-width: 24em) {
  /* line 300, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-bar-section .abbreviated {
    display: none;
  }
  /* line 303, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-bar-section .longform {
    display: inline;
  }
}

/* line 308, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw th,
.tablesaw td {
  padding: .8rem .7em;
  text-align: left;
  vertical-align: middle;
}

/* line 315, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: .5em .7em;
}

/* line 320, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw thead th {
  text-align: left;
}

/* Table rows have a gray bottom stroke by default */
/* line 326, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}

/* Zebra striping */
/* line 332, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}

/* line 336, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw caption {
  text-align: left;
  margin: .59375em 0;
}

/* line 341, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}

/* line 345, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}

/* line 349, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de;
}

/* line 353, /app/source/css/scss/modules/tablesaw.scss */
.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 */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  /* line 364, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack {
    clear: both;
  }
  /* line 367, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  /* line 372, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  /* line 377, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  /* line 384, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  /* line 390, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  /* line 394, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  /* line 398, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  /* line 405, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  /* line 410, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  /* line 414, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  /* line 421, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-cell-label {
    vertical-align: top;
  }
  /* line 424, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }
  /* line 428, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  /* line 435, /app/source/css/scss/modules/tablesaw.scss */
  .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) {
  /* line 444, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  /* line 448, /app/source/css/scss/modules/tablesaw.scss */
  .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 */
  /* line 456, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

/* line 462, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */
  /* line 468, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none;
  }
}

/* line 474, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */
}

/* line 482, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */
}

/* Used for a11y text on button: "Columns" */
/* line 489, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

/* line 494, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

/* line 499, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

/* line 503, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
/* line 509, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle-popup {
  display: none;
}

/* line 513, /app/source/css/scss/modules/tablesaw.scss */
.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;
}

/* line 526, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
  /* line 533, /app/source/css/scss/modules/tablesaw.scss */
  .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,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none;
  }
}

/* line 551, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

/* line 560, /app/source/css/scss/modules/tablesaw.scss */
.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) {
  /* line 569, /app/source/css/scss/modules/tablesaw.scss */
  .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) {
  /* line 578, /app/source/css/scss/modules/tablesaw.scss */
  .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) {
  /* line 587, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }
  /* line 591, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  /* line 599, /app/source/css/scss/modules/tablesaw.scss */
  .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) {
  /* line 608, /app/source/css/scss/modules/tablesaw.scss */
  .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) {
  /* line 617, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */
  /* line 625, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none;
  }
  /* Checked manually: Always show */
  /* line 630, /app/source/css/scss/modules/tablesaw.scss */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}

/* line 636, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default;
}

/* line 643, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

/* line 647, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}

/* Override */
/* line 654, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw .tablesaw-sortable-head {
  padding: 0;
}

/* line 658, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}

/* line 668, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em;
}

/* line 676, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020";
}

/* line 681, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191";
}

/* line 685, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193";
}

/* line 689, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance {
  float: right;
}

/* line 693, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance.minimap {
  margin-right: .4em;
}

/* line 697, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 704, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

/* line 710, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

/* line 718, /app/source/css/scss/modules/tablesaw.scss */
.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}

/*
 *  Owl Carousel - Core
 */
/* line 4, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 12, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 19, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 28, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 35, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 45, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 53, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 58, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 63, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 74, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 84, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 88, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 93, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 97, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 101, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 109, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 114, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 118, /app/source/css/scss/modules/owl-carousel/_core.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 124, /app/source/css/scss/modules/owl-carousel/_core.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, /app/source/css/scss/modules/owl-carousel/_animate.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* line 9, /app/source/css/scss/modules/owl-carousel/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 12, /app/source/css/scss/modules/owl-carousel/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 15, /app/source/css/scss/modules/owl-carousel/_animate.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, /app/source/css/scss/modules/owl-carousel/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 6, /app/source/css/scss/modules/owl-carousel/_lazyload.scss */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 7, /app/source/css/scss/modules/owl-carousel/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 16, /app/source/css/scss/modules/owl-carousel/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 20, /app/source/css/scss/modules/owl-carousel/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 8, /app/source/css/scss/modules/owl-carousel/_video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 14, /app/source/css/scss/modules/owl-carousel/_video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

/* line 29, /app/source/css/scss/modules/owl-carousel/_video.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

/* line 33, /app/source/css/scss/modules/owl-carousel/_video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 38, /app/source/css/scss/modules/owl-carousel/_video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 47, /app/source/css/scss/modules/owl-carousel/_video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
  This file has been modified from the original
*/
/* line 30, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}

/* line 39, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

/* line 46, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

/* line 53, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 60, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  transition-duration: 0.5s;
}

/* line 64, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity;
}

/* line 68, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

/* line 74, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

/* line 82, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

/* line 87, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

/* line 94, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

/* line 101, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

/* line 107, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

/* line 114, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 122, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-container img {
  max-width: 100%;
  width: 100%;
  top: 0;
  display: block;
}

/* line 129, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}

/* line 131, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

/* line 133, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-container * {
  box-sizing: content-box;
}

/* line 139, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-before-label {
  opacity: 0;
}

/* line 145, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-before-label:before {
  content: attr(data-content);
}

/* line 153, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-after-label {
  opacity: 0;
}

/* line 159, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-after-label:before {
  content: attr(data-content);
}

/* line 169, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

/* line 177, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

/* line 186, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

/* line 194, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

/* line 201, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-overlay {
  transition-property: background;
  background: transparent;
  z-index: 25;
}

/* line 208, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 210, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

/* line 211, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

/* line 215, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-before {
  z-index: 20;
}

/* line 216, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-after {
  z-index: 10;
}

/* line 219, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

/* line 237, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 245, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 257, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 265, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 275, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

/* line 283, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

/* line 291, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}

/* line 299, /app/source/css/scss/modules/image-slider/twentytwenty-no-compass.scss */
.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}

/* line 1, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 6, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-nav {
  list-style: none;
  padding: 0;
  display: none;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 768px) {
  /* line 6, /app/source/css/scss/modules/tab-module/tab-module.scss */
  .tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 18, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-nav .tab {
  background-color: #d3d3d3;
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 34, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-nav .tab a {
  width: 100%;
  padding: 18px 22px;
  text-decoration: none;
  color: #636363;
  transition: all 256ms;
  height: 100%;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 44, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-nav .tab a:hover {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
  color: #fff;
}

/* line 51, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-nav .tab.active {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
}

/* line 54, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-nav .tab.active a {
  color: #fff;
}

/* line 56, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-nav .tab.active:after {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0A81D5;
  border-top: 10px solid var(--global-base-color, #0A81D5);
  pointer-events: none;
}

/* line 73, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-pane {
  display: block;
}

/* line 76, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-pane .tab-content {
  padding: 0 20px;
}

@media (min-width: 1200px) {
  /* line 76, /app/source/css/scss/modules/tab-module/tab-module.scss */
  .tab-pane .tab-content {
    padding: 0;
  }
}

@media (min-width: 768px) {
  /* line 73, /app/source/css/scss/modules/tab-module/tab-module.scss */
  .tab-pane {
    display: none;
  }
  /* line 87, /app/source/css/scss/modules/tab-module/tab-module.scss */
  .tab-pane.active {
    display: block;
  }
}

/* line 92, /app/source/css/scss/modules/tab-module/tab-module.scss */
.tab-pane .mobile-tab-title {
  background-color: #d3d3d3;
  display: block;
  padding: 18px 22px;
  color: #636363;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 92, /app/source/css/scss/modules/tab-module/tab-module.scss */
  .tab-pane .mobile-tab-title {
    display: none;
  }
}

/*# sourceMappingURL=css-xlarge.css.map */
