@charset "UTF-8";
/**
 * 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;
  }
}

/* line 1, /app/source/css/scss/generic/_global.large.scss */
h2, .main-title {
  font-size: 2rem;
  line-height: 2.375rem;
  margin-bottom: .4rem;
}

/* line 7, /app/source/css/scss/generic/_global.large.scss */
h3, .page-subtitle {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 2.75rem;
}

/* line 12, /app/source/css/scss/generic/_global.large.scss */
h3 + h4, .page-subtitle + h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 2.5rem;
  padding-top: 0.625rem;
  margin-top: 0;
}

/* line 21, /app/source/css/scss/generic/_global.large.scss */
h4 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

/* line 26, /app/source/css/scss/generic/_global.large.scss */
p {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 31, /app/source/css/scss/generic/_global.large.scss */
ul {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 1.25rem 0 1.5rem 0.3125rem;
}

/* line 35, /app/source/css/scss/generic/_global.large.scss */
ul li {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 1.25rem 0 1.5rem;
}

/* line 43, /app/source/css/scss/generic/_global.large.scss */
ol li {
  font-size: 1rem;
}

/*
.link-list {
    margin: 2rem 0;

    ul {
        list-style-type: none;
        padding-left: 0;

        li {
            margin: .5rem 0;
        }
    }
}   
*/
/* line 4, /app/source/css/scss/objects/forms/global/forms.large.scss */
.form__title {
  font-size: 2rem;
  line-height: 2.375rem;
  margin-bottom: 0.8125rem;
}

/* line 9, /app/source/css/scss/objects/forms/global/forms.large.scss */
.form__subtitle {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 2.3125rem;
}

/* line 15, /app/source/css/scss/objects/forms/global/forms.large.scss */
.form__elem label,
.form__elem .radio-fieldset {
  margin-bottom: 1.875rem;
}

/* line 3, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu {
  position: absolute;
  display: block;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  border-top: solid 1px #F4F4F4;
  box-shadow: 0 1px 8px 0 rgba(13, 13, 13, 0.4);
}

/* line 12, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu.variant {
  width: auto;
}

/* line 14, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu.variant .megamenu__main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 16, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu.variant .megamenu__main__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 22, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 100rem;
  padding: 0;
}

/* line 27, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu > .row * > {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

/* line 32, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__container {
  position: relative;
  background-color: #F4F4F4;
  top: -1px;
}

/* line 38, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__all-link {
  margin-top: 1.75rem;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 2rem;
  height: 2.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

/* line 47, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__all-link__content {
  max-width: 70%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 38, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__all-link {
    /* IE10+ */
    width: 98%;
  }
}

/* line 56, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__all-link a {
  color: #1A1A1A;
}

/* line 59, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__all-link a:after {
  content: "\e903";
  border: none;
  font-family: "icomoon";
  top: 0;
  color: #1A1A1A;
  font-size: 0.875rem;
  margin-left: 0.625rem;
  width: auto;
  height: auto;
  margin-top: 0;
}

/* line 74, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: transparent;
  padding: 1.5rem 2rem 0;
  z-index: 10;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 74, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__main {
    /* IE10+ */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}

/* line 89, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1.25rem 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 89, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__main__col {
    /* IE10+ */
    min-width: 14rem;
  }
}

@media (min-width: 1500px) {
  /* line 89, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__main__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

/* line 103, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col:first-child {
  padding-left: 0px;
}

/* line 107, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col h3 {
  font-size: 0.9375rem;
  margin-top: 0;
  margin-bottom: .8rem;
  word-break: break-word;
}

/* line 112, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col h3 a {
  color: #1A1A1A;
  text-decoration: none;
  line-height: 1.1875rem;
}

/* line 116, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col h3 a:hover, .megamenu__main__col h3 a:focus {
  text-decoration: underline;
}

/* line 121, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col h3:after {
  content: "\e903";
  border: none;
  font-family: "icomoon";
  top: 0;
  color: #1A1A1A;
  font-size: 0.625rem;
  margin-left: 8px;
  width: auto;
  height: auto;
  margin-top: 0;
}

/* line 134, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 40px;
}

/* line 138, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 8px;
}

/* line 142, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__main__col ul li a {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

/* line 151, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  z-index: 10;
  background-color: transparent;
  padding: 2rem 2.25rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 151, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__aside {
    /* IE10+ */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}

/* line 164, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__section {
  border-bottom: 1px solid #F4F4F4;
  padding: 1rem 0 0;
}

/* line 168, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__section:first-child {
  padding-top: 0;
}

/* line 172, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__section:last-child {
  border-bottom: none;
}

/* line 175, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__section h3 {
  font-size: 0.9375rem;
  margin-top: 0;
  margin-bottom: .8rem;
  line-height: 1.1875rem;
  color: #363636;
  word-break: break-word;
}

/* line 182, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__section h3 a {
  color: #1A1A1A;
  text-decoration: none;
}

/* line 187, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__section ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 40px;
}

/* line 191, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__section ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 9px;
}

/* line 195, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__section ul li a {
  color: #363636;
}

/* line 202, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__background {
  width: 29%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #F4F4F4;
  border-left: 1px solid #D4D3D3;
}

/* line 212, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__background [class^="icon-"], .megamenu__aside__background [class*=" icon-"] {
  color: #1A1A1A;
  top: 1.875rem;
  right: 1.875rem;
  position: absolute;
  font-size: 0.8125rem;
  z-index: 20;
}

/* line 219, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__aside__background [class^="icon-"]:hover, .megamenu__aside__background [class^="icon-"]:active, .megamenu__aside__background [class*=" icon-"]:hover, .megamenu__aside__background [class*=" icon-"]:active {
  text-decoration: none;
  color: #409DDE;
  color: var(--global-soft-color, #409DDE);
}

/* line 228, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__bottom {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  z-index: 10;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
  color: #fff;
  text-align: center;
  padding: 1.125rem 1rem;
}

/* line 238, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__bottom span {
  font-size: 0.96875rem;
}

/* line 241, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
.megamenu__bottom .arrow-link {
  margin-left: 0.375rem;
}

@media (min-width: 1700px) {
  /* line 249, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__aside__background {
    width: 32%;
  }
}

@media (min-width: 2000px) {
  /* line 256, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__aside__background {
    width: 33.5%;
  }
}

@media (min-width: 2200px) {
  /* line 262, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__aside__background {
    width: 35%;
  }
}

@media (min-width: 2400px) {
  /* line 269, /app/source/css/scss/objects/components/menus/mega-menu/mega-menu.large.scss */
  .megamenu__aside__background {
    width: 37%;
  }
}

/* line 3, /app/source/css/scss/objects/components/herobox/herobox.large.scss */
.herobox {
  max-width: 620px;
  margin: 0 0 0 1rem;
  padding: 2.25rem;
  position: relative;
  top: 100px;
}

/* line 10, /app/source/css/scss/objects/components/herobox/herobox.large.scss */
.herobox__title {
  font-size: 2.813rem;
  line-height: 3.1875rem;
  margin-bottom: 1.125rem;
}

/* line 16, /app/source/css/scss/objects/components/herobox/herobox.large.scss */
.herobox__subtitle {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 2.5rem;
}

/* line 4, /app/source/css/scss/objects/components/thumb/thumb.large.scss */
.thumb:last-child {
  margin-right: 0;
}

/* line 8, /app/source/css/scss/objects/components/thumb/thumb.large.scss */
.thumb > a {
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  height: 100%;
  border: none;
}

/* line 14, /app/source/css/scss/objects/components/thumb/thumb.large.scss */
.thumb img {
  width: 100%;
  height: auto;
  max-height: none;
}

/* line 20, /app/source/css/scss/objects/components/thumb/thumb.large.scss */
.thumb span {
  border: 1px solid #F4F4F4;
  border-top: none;
  padding: 8px 0 10px;
  margin-top: -2px;
}

/* line 26, /app/source/css/scss/objects/components/thumb/thumb.large.scss */
.thumb__title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 700;
  padding: .8rem 0 .4rem;
}

/* line 34, /app/source/css/scss/objects/components/thumb/thumb.large.scss */
.thumb__desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
}

/* line 3, /app/source/css/scss/objects/components/breadcrumb/breadcrumb.large.scss */
.breadcrumb {
  display: inline-block;
  padding-right: 0.45rem;
}

/* line 4, /app/source/css/scss/objects/components/breadcrumb/breadcrumb.large.scss */
.breadcrumb__wrapper {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

/* line 12, /app/source/css/scss/objects/components/breadcrumb/breadcrumb.large.scss */
.breadcrumb::after {
  content: "";
  font-family: "icomoon";
  font-size: 0.5625rem;
  padding-left: 0.6rem;
  display: inline-block;
}

/* line 20, /app/source/css/scss/objects/components/breadcrumb/breadcrumb.large.scss */
.breadcrumb:last-child::after {
  content: none;
}

/* line 24, /app/source/css/scss/objects/components/breadcrumb/breadcrumb.large.scss */
.breadcrumb:nth-last-child(2)::before {
  content: none;
}

/* line 27, /app/source/css/scss/objects/components/breadcrumb/breadcrumb.large.scss */
.breadcrumb:first-child {
  text-decoration: underline;
}

/* line 31, /app/source/css/scss/objects/components/breadcrumb/breadcrumb.large.scss */
.breadcrumb a.breadcrumb {
  text-decoration: none;
}

/* line 34, /app/source/css/scss/objects/components/breadcrumb/breadcrumb.large.scss */
.breadcrumb a.breadcrumb span {
  text-decoration: underline;
}

/* line 3, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap {
  padding: 3rem 0rem;
  margin: 0;
}

/* line 7, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap .video-title {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}

/* line 8, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap .video-title__wrap {
  padding-left: 35px;
  background-color: transparent;
  max-width: 75rem;
}

/* line 21, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap .video-subtitle {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

/* line 25, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap .play-button {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 100%;
}

/* line 31, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap .play-button button {
  font-size: 1.75rem;
  padding: 1rem 1.25rem 1rem 1.4rem;
}

/* line 38, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap .video-js [type="application/x-shockwave-flash"] {
  min-height: 480px;
}

/* line 44, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 50, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .video-title__wrap {
  width: 75%;
  max-width: 56rem;
}

/* line 55, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .video-js {
  width: 75%;
}

/* line 59, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .video-playlist {
  width: 25%;
  background-color: #151b17;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 68, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .video-playlist__upscroll, .video-wrap.with-playlist .video-playlist__downscroll {
  display: none;
}

/* line 72, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist {
  overflow: auto;
  height: 100%;
}

/* line 76, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list {
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 85, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item.vjs-selected {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
}

/* line 90, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item .vjs-playlist-thumbnail img {
  display: none;
}

/* line 94, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item .vjs-playlist-thumbnail .vjs-playlist-now-playing-text {
  display: none;
}

/* line 98, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item .vjs-playlist-thumbnail .vjs-playlist-title-container {
  position: relative;
  color: #fff;
  padding: 1rem;
}

/* line 103, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item .vjs-playlist-thumbnail .vjs-playlist-title-container .vjs-playlist-name {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  padding: 0;
}

/* line 110, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item .vjs-playlist-thumbnail .vjs-playlist-title-container .vjs-up-next-text {
  display: none;
}

/* line 116, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item time {
  display: none;
}

/* line 125, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-rte {
  padding: 0rem 0rem 1.5rem 0rem;
  margin-top: 0rem;
}

/* line 130, /app/source/css/scss/objects/components/video-wrap/video-wrap.large.scss */
.video-abstract {
  display: inline;
}

/* line 3, /app/source/css/scss/objects/components/grid-thumbs/grid-thumbs.large.scss */
.grid-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 7, /app/source/css/scss/objects/components/grid-thumbs/grid-thumbs.large.scss */
.grid-thumbs .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  margin-right: 2%;
  padding-bottom: 1.5rem;
}

/* line 12, /app/source/css/scss/objects/components/grid-thumbs/grid-thumbs.large.scss */
.grid-thumbs .thumb:nth-child(even) {
  margin-right: 2%;
}

/* line 16, /app/source/css/scss/objects/components/grid-thumbs/grid-thumbs.large.scss */
.grid-thumbs .thumb:nth-child(3n) {
  margin-right: 0;
}

/* line 21, /app/source/css/scss/objects/components/grid-thumbs/grid-thumbs.large.scss */
.grid-thumbs__load-more {
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}

/* line 5, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.row-thumbs .row-thumb, .row-thumbs .CoveoResult {
  padding: 1.2rem 0 1.4rem;
}

/* line 9, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.row-thumbs .row-thumb .thumb__image, .row-thumbs .CoveoResult .thumb__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 185px;
  padding-bottom: 125px;
}

/* line 17, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.row-thumbs .row-thumb .thumb__title__wrap, .row-thumbs .CoveoResult .thumb__title__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 22, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.row-thumbs .row-thumb .thumb__title__label, .row-thumbs .CoveoResult .thumb__title__label {
  border: 1px solid #D4D3D3;
  background-color: #F4F4F4;
  color: rgba(54, 54, 54, 0.8);
  display: inline;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 0.0625rem 0.25rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 34, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.row-thumbs .row-thumb .thumb__title__label i, .row-thumbs .CoveoResult .thumb__title__label i {
  margin-left: 2px;
}

/* line 40, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.row-thumbs .row-thumb .thumb__text-wrap, .row-thumbs .CoveoResult .thumb__text-wrap {
  position: relative;
}

/* line 43, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.row-thumbs .row-thumb .thumb__text-wrap__label, .row-thumbs .CoveoResult .thumb__text-wrap__label {
  display: none;
}

/* line 47, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.row-thumbs .row-thumb .thumb__desc, .row-thumbs .CoveoResult .thumb__desc {
  line-height: 1.25rem;
}

/* line 59, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.filtered-rows.hide-mobile-images .row-thumbs .row-thumb .thumb__image, .filtered-rows.hide-mobile-images .row-thumbs .CoveoResult .thumb__image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 185px;
  padding-bottom: 125px;
}

/* line 67, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.filtered-rows.hide-mobile-images .row-thumbs .row-thumb .thumb__text-wrap, .filtered-rows.hide-mobile-images .row-thumbs .CoveoResult .thumb__text-wrap {
  padding-left: 1.25rem;
}

/* line 74, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.filtered-rows__title {
  margin: 2rem 0 3.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 54, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
  .filtered-rows {
    /* IE10+ */
  }
  /* line 81, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
  .filtered-rows .row-thumbs .row-thumb .thumb__text-wrap {
    position: relative;
    max-width: 75%;
  }
}

/* line 88, /app/source/css/scss/objects/components/row-thumbs/row-thumbs.large.scss */
.filtered-rows__filters.hidden {
  display: block;
}

@media (min-width: 1170px) {
  /* line 4, /app/source/css/scss/objects/components/autocomplete/autocomplete.large.scss */
  .autocomplete {
    width: 138%;
    min-width: 434px;
    max-width: 629px;
  }
  /* line 8, /app/source/css/scss/objects/components/autocomplete/autocomplete.large.scss */
  .autocomplete .results {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 14, /app/source/css/scss/objects/components/autocomplete/autocomplete.large.scss */
  .autocomplete .results__search ul {
    border-bottom: none;
  }
  /* line 16, /app/source/css/scss/objects/components/autocomplete/autocomplete.large.scss */
  .autocomplete .results__search ul li {
    margin-bottom: .7rem;
  }
  /* line 21, /app/source/css/scss/objects/components/autocomplete/autocomplete.large.scss */
  .autocomplete .results__recommended {
    padding-left: 1.2rem;
    padding-top: 0;
    border-left: 1px solid #D4D3D3;
    border-top: none;
  }
}

/* line 9, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .image-comp .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
}

/* line 13, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .image-comp span {
  padding: 0 0 0 1.7rem;
  font-size: 0.96875rem;
  line-height: 1.3125rem;
}

/* line 20, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .overflow-img {
  margin-bottom: 2rem;
}

/* line 23, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .overflow-img img {
  max-width: none;
}

/* line 28, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .bordered-img {
  margin: 3rem 0;
}

/* line 31, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .bordered-img .desc {
  padding: 1rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 39, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .bullet-list {
  margin: 2.5rem 0 3rem;
}

/* line 42, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .bullet-list h4.blue, .full-img .bullet-list h4 a {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

/* line 47, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .bullet-list ul {
  padding-left: 1.5rem;
}

/* line 52, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .bordered-img {
  margin: 3rem 0;
}

/* line 55, /app/source/css/scss/objects/components/full-image/full-img.large.scss */
.full-img .bordered-img .desc {
  padding: 1rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 3, /app/source/css/scss/objects/components/quote/quote-image.large.scss */
.quote {
  margin: 4rem 0;
}

/* line 6, /app/source/css/scss/objects/components/quote/quote-image.large.scss */
.quote__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 12, /app/source/css/scss/objects/components/quote/quote-image.large.scss */
.quote .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 37.5%;
      -ms-flex: 1 0 37.5%;
          flex: 1 0 37.5%;
  padding: 0;
  font-size: 1.625rem;
  line-height: 2rem;
}

/* line 20, /app/source/css/scss/objects/components/quote/quote-image.large.scss */
.quote span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 3, /app/source/css/scss/objects/components/bordered-img/bordered-img.large.scss */
.bordered-img {
  width: 100%;
  margin: 4rem 0;
}

/* line 7, /app/source/css/scss/objects/components/bordered-img/bordered-img.large.scss */
.bordered-img .desc {
  padding: 1rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 5, /app/source/css/scss/objects/components/enlarge-img/enlarge.large.scss */
.enlarge .enlarge-img {
  margin: 2.5rem 0;
}

/* line 8, /app/source/css/scss/objects/components/enlarge-img/enlarge.large.scss */
.enlarge .enlarge-img .desc {
  padding: 1rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 4, /app/source/css/scss/objects/components/feature-generic-card/feature-generic-card.large.scss */
.feature-generic-card__img-wrapper {
  width: 100%;
}

@media (min-width: 1170px) {
  /* line 7, /app/source/css/scss/objects/header/header.large.scss */
  header .wrapper.show-for-large {
    display: block;
    background-color: #fff;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 60%, #eeeeee 61%, #eeeeee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1);
    /* IE6-9 */
    box-shadow: 0 2px 5px 0 rgba(76, 76, 76, 0.22);
  }
  /* line 23, /app/source/css/scss/objects/header/header.large.scss */
  header .logo img {
    height: 2.375rem;
    min-width: 10rem;
  }
  /* line 27, /app/source/css/scss/objects/header/header.large.scss */
  header .logo p {
    font-size: 1.25rem;
    padding: 5px 0px 5px 10px;
  }
  /* line 34, /app/source/css/scss/objects/header/header.large.scss */
  header .primary-navigation__container {
    max-width: 100rem;
    margin: 0 auto;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 40, /app/source/css/scss/objects/header/header.large.scss */
  header .primary-navigation__container ul {
    background-color: #fff;
    display: inline-block;
    padding-right: 1rem;
    padding-left: 0;
    border-right: 1px solid #D4D3D3;
    margin: 0;
  }
  /* line 48, /app/source/css/scss/objects/header/header.large.scss */
  header .primary-navigation__container ul li {
    padding: 1rem;
    font-size: 0.96875rem;
  }
  /* line 54, /app/source/css/scss/objects/header/header.large.scss */
  header .primary-navigation__container ul li.active a:hover,
  header .primary-navigation__container ul li.active a:focus {
    text-decoration: none;
  }
  /* line 60, /app/source/css/scss/objects/header/header.large.scss */
  header .primary-navigation__container ul li a {
    padding: 0;
  }
  /* line 63, /app/source/css/scss/objects/header/header.large.scss */
  header .primary-navigation__container ul li a:hover {
    text-decoration: underline;
  }
  /* line 69, /app/source/css/scss/objects/header/header.large.scss */
  header .primary-navigation__container ul.sub-nav {
    padding-left: 1rem;
    border-right: none;
    margin-left: -0.25rem;
  }
  /* line 76, /app/source/css/scss/objects/header/header.large.scss */
  header .primary-navigation__container ul.sub-nav li a {
    font-size: 0.90625rem;
  }
  /* line 85, /app/source/css/scss/objects/header/header.large.scss */
  header .dropdown-overflow {
    overflow: visible;
  }
  /* line 89, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar {
    box-shadow: none;
  }
  /* line 92, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__dropdown {
    display: none;
    position: absolute;
    height: auto;
    top: 3.4375rem;
    left: 0;
    background-color: #fff;
    border-top: solid 1px #F4F4F4;
    box-shadow: 0 1px 8px 0 rgba(13, 13, 13, 0.4);
  }
  /* line 102, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__dropdown--open {
    display: block;
    border: none;
  }
  /* line 108, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__mainnav {
    padding: 1.7rem 0 0 .75rem;
    width: 55%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  /* line 114, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__mainnav__item {
    padding: 0;
    border-bottom: none;
    white-space: nowrap;
  }
  /* line 120, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__mainnav ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
  }
  /* line 125, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__mainnav ul li {
    display: inline-block;
    font-size: 0.875rem;
    padding-right: 2rem;
    opacity: .85;
    margin: 0;
  }
  /* line 132, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__mainnav ul li a {
    display: block;
    padding: 0;
  }
  /* line 141, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__actions__btn {
    white-space: nowrap;
  }
  /* line 144, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__actions__btn.btn--search {
    display: none;
  }
  /* line 150, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__searchbox {
    font-size: 1.0625rem;
  }
  /* line 153, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__searchbox i {
    font-size: 1.55rem;
  }
  /* line 158, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__mobile-menu {
    visibility: hidden;
  }
  /* line 161, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__mobile-menu__trigger {
    display: none;
  }
  /* line 166, /app/source/css/scss/objects/header/header.large.scss */
  header .mainbar__language-selector-alternate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 1600px) {
  /* line 178, /app/source/css/scss/objects/header/header.large.scss */
  header .wrapper.show-for-large {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #eeeeee 0%, #eeeeee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1);
    /* IE6-9 */
  }
}

/* line 5, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart {
  margin: 0 auto;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  /* IE10+ */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5, /app/source/css/scss/objects/footer/footer.large.scss */
  footer .toppart {
    border: 0px;
    border-style: hidden;
  }
}

/* line 18, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col {
  padding-top: 0;
  border-right: 1px solid #0E0E0E;
  /* IE10+ */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 18, /app/source/css/scss/objects/footer/footer.large.scss */
  footer .toppart__col {
    max-width: 16.6%;
  }
}

/* line 27, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col:first-child {
  padding-left: 0;
}

/* line 30, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col:last-child {
  padding-right: 0;
  border-right: none;
}

/* line 34, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col__title {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0.3125rem;
}

/* line 40, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col__title:before {
  display: none;
}

/* line 44, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col__title:hover, footer .toppart__col__title:focus {
  cursor: default;
}

/* line 48, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col__content {
  border-bottom: none;
  display: block !important;
  height: auto !important;
}

/* line 54, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col__content li {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 0.3125rem;
}

/* line 59, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__col__content li:last-child {
  margin-bottom: 0;
}

/* line 66, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__newsletter {
  padding-top: 1.5rem;
}

/* line 70, /app/source/css/scss/objects/footer/footer.large.scss */
footer .toppart__newsletter__social a {
  font-size: 1rem;
}

/* line 76, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart {
  padding: 15px 0;
  font-size: 0.8125rem;
}

/* line 80, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 84, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__logo {
  margin-bottom: 0;
  top: 0;
}

/* line 89, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__copyright {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0;
  width: auto;
}

/* line 96, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__items {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}

/* line 101, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__ticker {
  text-align: right;
  font-size: 0.875rem;
  margin-left: auto;
}

/* line 105, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__ticker--available {
  border: none;
  border-right: 1px solid #636363;
  padding: 0;
  padding-right: 22px;
  margin-bottom: 0;
}

/* line 112, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__ticker .company {
  display: inline-block;
  color: #D4D3D3;
  font-weight: 700;
  margin-right: 8px;
}

/* line 118, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__ticker .quote {
  color: #17D276;
  font-weight: 600;
}

/* line 122, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__ticker .quote .icon-triangle-up:before {
  font-size: 0.625rem;
}

/* line 127, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__ticker .quotedown {
  color: #D0021B;
  font-weight: 600;
}

/* line 131, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__ticker .quotedown .icon-triangle-down:before {
  font-size: 0.625rem;
}

/* line 138, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__social {
  margin-top: 0;
}

/* line 140, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__social a {
  margin-left: 1.5rem;
  margin-right: 0;
}

/* line 143, /app/source/css/scss/objects/footer/footer.large.scss */
footer .botpart__social a i {
  font-size: 16px;
}

@media only screen and (min-width: 1023px) and (max-width: 1100px) {
  /* line 155, /app/source/css/scss/objects/footer/footer.large.scss */
  footer .botpart__items a {
    padding-right: 8px;
    margin-right: 8px;
  }
  /* line 160, /app/source/css/scss/objects/footer/footer.large.scss */
  footer .botpart__logo {
    margin-right: 1rem;
  }
  /* line 163, /app/source/css/scss/objects/footer/footer.large.scss */
  footer .botpart__copyright {
    margin-right: 0.5rem;
  }
  /* line 166, /app/source/css/scss/objects/footer/footer.large.scss */
  footer .botpart__ticker {
    padding-right: 8px;
  }
  /* line 170, /app/source/css/scss/objects/footer/footer.large.scss */
  footer .botpart__social a {
    margin-left: 0.75rem;
  }
}

/* line 3, /app/source/css/scss/objects/sections/hero/hero.large.scss */
.hero {
  position: relative;
  height: 600px;
}

/* line 7, /app/source/css/scss/objects/sections/hero/hero.large.scss */
.hero .background {
  position: absolute;
  height: 100%;
  background-size: cover;
  background-position: center;
  left: 0;
}

/* line 15, /app/source/css/scss/objects/sections/hero/hero.large.scss */
.hero__box {
  padding: 1rem 2rem 2rem;
}

/* line 18, /app/source/css/scss/objects/sections/hero/hero.large.scss */
.hero__box__subtitle {
  font-size: 1.25rem;
}

/* line 22, /app/source/css/scss/objects/sections/hero/hero.large.scss */
.hero__box__cta {
  font-size: 1.25rem;
}

/* line 11, /app/source/css/scss/objects/sections/hero-title/hero-title.large.scss */
.hero-title div:last-child {
  padding-bottom: 6rem;
}

/* line 17, /app/source/css/scss/objects/sections/hero-title/hero-title.large.scss */
.hero-title .hero__title {
  max-width: 1170px;
  margin: 0 auto;
  font-size: 4.375rem;
  line-height: 4.8125rem;
}

/* line 23, /app/source/css/scss/objects/sections/hero-title/hero-title.large.scss */
.hero-title .hero__title h1 {
  font-size: 4.375rem;
  line-height: 4.8125rem;
  margin: 0;
}

/* line 30, /app/source/css/scss/objects/sections/hero-title/hero-title.large.scss */
.hero-title .hero__tagline {
  max-width: 1170px;
  margin: 0 auto;
  font-size: 1.625rem;
  line-height: 1.9375rem;
}

/* line 35, /app/source/css/scss/objects/sections/hero-title/hero-title.large.scss */
.hero-title .hero__tagline h2 {
  font-size: 1.625rem;
  line-height: 1.9375rem;
}

/* line 41, /app/source/css/scss/objects/sections/hero-title/hero-title.large.scss */
.hero-title .hero__statement {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 45, /app/source/css/scss/objects/sections/hero-title/hero-title.large.scss */
.hero-title .hero__statement h3 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: 2.1875rem !important;
  line-height: 2.5625rem !important;
  padding: 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 4, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel .gradient {
  height: 100%;
  z-index: 10;
}

/* line 10, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel--alt .herobox {
  background: none;
  text-align: left;
  max-width: 37.5rem;
}

/* line 15, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel--alt .herobox__subtitle {
  margin: 0 0 2.5rem 0;
}

/* line 20, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel--alt .herobox__cta a {
  color: #fff;
  border-color: #fff;
}

/* line 24, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel--alt .herobox__cta a::after {
  color: #fff;
}

/* line 34, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel.clear .hero .background {
  height: 600px;
}

/* line 38, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel.clear .hero .background + .row .columns {
  width: 100%;
}

/* line 45, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel.clear .row {
  position: relative;
}

/* line 49, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel.clear .herobox {
  max-width: none;
  margin: 0;
  padding: 0;
  top: -30px;
}

/* line 57, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel.clear .herobox__title {
  font-size: 4.25rem;
  line-height: 4.5625rem;
  max-width: 56.25rem;
  margin: 0 auto 1rem;
}

/* line 64, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel.clear .herobox__subtitle {
  font-size: 1.625rem;
  line-height: 2rem;
  max-width: 53.125rem;
  margin: 0 auto 2.5rem;
}

/* line 75, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel .owl-carousel .owl-dots {
  display: block;
}

/* line 82, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel .hero .background {
  position: absolute;
  height: 100%;
  background-size: cover;
  background-position: center;
  left: 0;
}

/* line 90, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel .hero__box {
  padding: 1rem 2rem 2rem;
}

/* line 93, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel .hero__box__subtitle {
  font-size: 1.25rem;
}

/* line 97, /app/source/css/scss/objects/sections/hero-carousel/hero-carousel.large.scss */
.hero-carousel .hero__box__cta {
  font-size: 1.25rem;
}

/* line 5, /app/source/css/scss/objects/sections/hero-banner/hero-banner.large.scss */
.hero-banner__wrap {
  height: 20vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 3, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card {
  padding: 0 2rem;
}

/* line 6, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #1A1A1A;
  color: #1A1A1A;
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}

/* line 16, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__label {
  font-size: 1.875rem;
  padding-top: 2.5rem;
  padding-bottom: 2.1875rem;
  padding-left: 0;
  padding-right: 0;
}

/* line 24, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__thumb {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex: 1 0 31.5%;
      -ms-flex: 1 0 31.5%;
          flex: 1 0 31.5%;
  margin-right: 2.5%;
}

/* line 29, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__thumb:last-child {
  margin-right: 0;
}

/* line 33, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__thumb > a {
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  height: 100%;
  border: none;
}

/* line 39, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__thumb img {
  width: 100%;
}

/* line 43, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__thumb span {
  border: 1px solid #F4F4F4;
  border-top: none;
  padding: 8px 0 10px;
  margin-top: -2px;
}

/* line 49, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__thumb__title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 700;
  padding: .8rem 0 .4rem;
}

/* line 57, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card__thumb__desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
}

/* line 64, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card--light {
  background-color: #F4F4F4;
}

/* line 66, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card--light .three-card__label {
  color: #1A1A1A;
}

/* line 70, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card--light .three-card__thumb {
  border: 1px solid #D4D3D3;
  padding: 1.25rem;
}

/* line 74, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card--light .three-card__thumb__title {
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  padding-bottom: 0.3125rem;
}

/* line 80, /app/source/css/scss/objects/sections/three-card/three-card.large.scss */
.three-card--light .three-card__thumb__subtitle {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  padding: 0 0 .75rem;
}

/* line 3, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__title {
  margin: 3rem 0;
  font-size: 2.125rem;
}

/* line 6, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__title span {
  display: initial;
  font-size: 1.5rem;
  margin-left: .25rem;
}

/* line 12, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__main {
  margin-top: 1.5625rem;
}

/* line 15, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__side {
  margin-right: 3rem;
}

/* line 17, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__side__title {
  margin-bottom: .25rem;
}

/* line 23, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__side--refine-by .browse__side__inline-title {
  padding-left: 1rem;
  font-size: 1.25rem;
  margin-bottom: .5rem;
}

/* line 29, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__side--refine-by .browse__side__back a, .browse__side--refine-by .browse__side__back button {
  padding: 0.2rem 0 .7rem 0;
  margin: 0 1rem .5rem;
}

/* line 34, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__side--refine-by .browse__side__show-more {
  padding-left: 1rem;
  margin-top: .25rem;
}

/* line 38, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__side--refine-by .browse__side__title {
  margin-bottom: .5rem;
}

/* line 43, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__side--refine-by .explore-filters .accordion {
  padding-left: 1rem;
}

/* line 46, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__side--refine-by .explore-filters__sort-by {
  display: none;
}

/* line 51, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__end {
  border-bottom: 1px solid #F4F4F4;
  width: 100%;
}

/* line 55, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse__load-more {
  margin-bottom: 4rem;
}

/* line 60, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse-item {
  border-bottom: 1px solid #F4F4F4;
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 65, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse-item__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  margin-right: 1.75rem;
  height: 100%;
  margin-bottom: 0;
}

/* line 73, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse-item__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 76, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse-item:last-child {
  margin-bottom: 1rem;
}

/* line 79, /app/source/css/scss/objects/sections/browse/browse.large.scss */
.browse-item:first-child {
  padding-top: 0;
}

/* line 3, /app/source/css/scss/objects/sections/titles/page-title.large.scss */
.page-title {
  margin: 0 0 3rem;
}

/* line 5, /app/source/css/scss/objects/sections/titles/page-title.large.scss */
.page-title__text {
  font-size: 2.813rem;
  color: #363636;
  display: inline-block;
}

/* line 11, /app/source/css/scss/objects/sections/titles/page-title.large.scss */
.page-title__inline-text {
  font-size: 1.5rem;
  color: #363636;
  display: inline-block;
  margin-left: 1rem;
}

/* line 3, /app/source/css/scss/objects/sections/titles/section-title.large.scss */
.section-title {
  margin: 3rem 0 3rem;
}

/* line 5, /app/source/css/scss/objects/sections/titles/section-title.large.scss */
.section-title__text {
  font-size: 2.125rem;
  color: #363636;
  display: inline-block;
}

/* line 10, /app/source/css/scss/objects/sections/titles/section-title.large.scss */
.section-title__inline-text {
  font-size: 1.5rem;
  color: #363636;
  display: inline-block;
  margin-left: 1rem;
}

/* line 4, /app/source/css/scss/objects/sections/article/article.large.scss */
.article {
  margin: 4rem 0;
}

/* line 7, /app/source/css/scss/objects/sections/article/article.large.scss */
.article .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 11, /app/source/css/scss/objects/sections/article/article.large.scss */
.article .large-uncollapse {
  padding-left: 0;
}

/* line 16, /app/source/css/scss/objects/sections/article/article.large.scss */
.article .premium {
  padding: 0 4.25rem 0 1rem;
  margin-bottom: 1.5rem;
}

/* line 20, /app/source/css/scss/objects/sections/article/article.large.scss */
.article .premium .premium-label--inline {
  margin-top: .5rem;
  margin-right: .2rem;
}

/* line 25, /app/source/css/scss/objects/sections/article/article.large.scss */
.article .premium .main-title {
  font-size: 2rem;
  line-height: 2.375rem;
}

/* line 31, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-main {
  margin: 4rem 0;
  line-height: 1.6875rem;
  padding: 0 4.25rem 0 1rem;
}

/* line 37, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side {
  border-right: 1px solid #D4D3D3;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2rem 0 0;
  max-height: none;
}

/* line 47, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side::after {
  height: 0;
  background: none;
}

/* line 53, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side [data-left-rail-content] h3 {
  font-size: 1rem;
}

/* line 58, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side [data-left-rail-content] ul li {
  padding-left: 0.625rem;
  margin: 0 0 0.625rem;
}

/* line 67, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side__section__content a {
  font-size: 1rem;
}

/* line 72, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side__section__image-wrap {
  text-align: left;
}

/* line 75, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side__section__image-wrap img {
  max-width: none;
}

/* line 79, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side__section__callout {
  margin: 4rem 0;
}

/* line 81, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side__section__callout .btn {
  padding: .8rem .9rem;
}

/* line 88, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side__show-more button {
  display: none;
  background-color: #F4F4F4;
}

/* line 94, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-side__show-more.show button {
  display: none;
}

/* line 102, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-section {
  margin: 3rem 0 1rem;
}

/* line 106, /app/source/css/scss/objects/sections/article/article.large.scss */
.article-section .premium-label--inline {
  margin-top: 7px;
}

/* line 4, /app/source/css/scss/objects/sections/accordion-filters/accordion-filters.large.scss */
.accordion-filters__menu {
  display: block;
}

/* line 8, /app/source/css/scss/objects/sections/accordion-filters/accordion-filters.large.scss */
.accordion-filters__menu__toggle button {
  background-color: #fff;
  margin: 0 .5rem .35rem 0;
}

/* line 11, /app/source/css/scss/objects/sections/accordion-filters/accordion-filters.large.scss */
.accordion-filters__menu__toggle button:hover {
  background: #fff;
  border-color: #363636;
}

/* line 17, /app/source/css/scss/objects/sections/accordion-filters/accordion-filters.large.scss */
.accordion-filters__menu__list {
  background-color: transparent;
}

/* line 21, /app/source/css/scss/objects/sections/accordion-filters/accordion-filters.large.scss */
.accordion-filters__menu__list.show-all__show-list {
  overflow-y: auto;
}

/* line 32, /app/source/css/scss/objects/sections/accordion-filters/accordion-filters.large.scss */
.accordion-filters .accordion-filters__menu__toggle button::after {
  font-family: "icomoon";
  font-size: 0.8125rem;
  position: absolute;
  right: .8rem;
  top: 17px;
  color: #1A1A1A;
}

/* line 3, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by {
  margin-bottom: 2rem;
}

/* line 7, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by__control__label {
  color: #1A1A1A;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

/* line 17, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by .tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 1.75rem;
}

/* line 21, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by .tiles .tile {
  position: relative;
  margin-bottom: 4.25%;
  -webkit-flex-basis: 31.6%;
      -ms-flex-preferred-size: 31.6%;
          flex-basis: 31.6%;
  margin-right: 2.5%;
}

/* line 27, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by .tiles .tile:nth-child(2n) {
  margin-right: 2.5%;
}

/* line 30, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by .tiles .tile:nth-child(3n) {
  margin-right: 0;
}

/* line 39, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by__menus .accordion-filters__menu__list {
  box-shadow: 0 2px 4px 0 rgba(45, 45, 45, 0.25);
}

/* line 42, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by__menus .accordion-filters__menu__list label {
  font-size: 0.875rem;
}

/* line 47, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by__menus .accordion-filters__menu__toggle button {
  padding: .55rem 2.25rem .6rem .6rem;
  margin: 0 .5rem 1rem 0;
}

/* line 50, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by__menus .accordion-filters__menu__toggle button::after {
  top: 11px;
  right: .5rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

/* line 57, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by__menus .accordion-filters__menu__toggle button.toggled {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

/* line 60, /app/source/css/scss/objects/sections/browse-by/browse-by.large.scss */
.browse-by__menus .accordion-filters__menu__toggle button.toggled::after {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

/* line 3, /app/source/css/scss/objects/sections/video-section/video-section.large.scss */
.video-section {
  margin: 3rem 0 3rem;
}

/* line 8, /app/source/css/scss/objects/sections/video-section/video-section.large.scss */
.video-section h1 {
  margin-bottom: 2rem;
}

/* line 13, /app/source/css/scss/objects/sections/video-section/video-section.large.scss */
.video-section__desc h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

/* line 19, /app/source/css/scss/objects/sections/video-section/video-section.large.scss */
.video-section__desc p {
  color: #636363;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 27, /app/source/css/scss/objects/sections/video-section/video-section.large.scss */
.video-section .large-uncollapse .large-7 {
  padding-left: 0;
}

/* line 3, /app/source/css/scss/objects/sections/column-card-list/column-card-list.large.scss */
.column-card-list {
  padding-bottom: 4rem;
}

/* line 6, /app/source/css/scss/objects/sections/column-card-list/column-card-list.large.scss */
.column-card-list h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

/* line 12, /app/source/css/scss/objects/sections/column-card-list/column-card-list.large.scss */
.column-card-list .cards .card .image {
  max-width: 280px;
}

/* line 15, /app/source/css/scss/objects/sections/column-card-list/column-card-list.large.scss */
.column-card-list .cards .card h3 {
  font-size: 1.15625rem;
  line-height: 1.375rem;
  margin-bottom: 7px;
}

/* line 19, /app/source/css/scss/objects/sections/column-card-list/column-card-list.large.scss */
.column-card-list .cards .card h3 .tag {
  font-size: 0.8125rem;
  margin-right: 3px;
}

/* line 26, /app/source/css/scss/objects/sections/column-card-list/column-card-list.large.scss */
.column-card-list .content {
  padding-top: 0px;
  padding-bottom: 0px;
  display: table-cell;
  width: 75%;
  vertical-align: top;
  /* IE10+ CSS styles*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 26, /app/source/css/scss/objects/sections/column-card-list/column-card-list.large.scss */
  .column-card-list .content {
    max-width: 210px;
  }
}

/* line 38, /app/source/css/scss/objects/sections/column-card-list/column-card-list.large.scss */
.column-card-list p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
}

/* line 3, /app/source/css/scss/objects/sections/content-container/content-container.large.scss */
.content-container {
  padding: 0 0 1rem 0;
}

/* line 5, /app/source/css/scss/objects/sections/accordion-cards/accordion-cards.large.scss */
.accordion-cards .hero-promo__image {
  margin-left: 0;
  margin-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-bottom: 67%;
  margin-top: 0px;
}

/* line 4, /app/source/css/scss/objects/sections/stats/stats.large.scss */
.stats {
  margin: 4rem 0;
}

/* line 6, /app/source/css/scss/objects/sections/stats/stats.large.scss */
.stats .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}

/* line 10, /app/source/css/scss/objects/sections/stats/stats.large.scss */
.stats .row .stat {
  text-align: center;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  margin-bottom: 0;
}

/* line 16, /app/source/css/scss/objects/sections/stats/stats.large.scss */
.stats .row .stat__text span {
  font-size: 3.75rem;
  line-height: 5.125rem;
}

/* line 22, /app/source/css/scss/objects/sections/stats/stats.large.scss */
.stats .row .stat__label {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

/* line 6, /app/source/css/scss/objects/sections/desc-area/desc-area.large.scss */
.desc-area__text h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
}

/* line 14, /app/source/css/scss/objects/sections/desc-area/desc-area.large.scss */
.desc-area .columns:first-child .desc-area__text {
  padding-right: 3rem;
}

/* line 17, /app/source/css/scss/objects/sections/desc-area/desc-area.large.scss */
.desc-area .columns:last-child .desc-area__text {
  padding-left: 3rem;
}

/* line 23, /app/source/css/scss/objects/sections/desc-area/desc-area.large.scss */
.desc-area, .combo-two-images {
  margin: 4rem 0;
}

/* line 30, /app/source/css/scss/objects/sections/desc-area/desc-area.large.scss */
.combo-two-images .columns:first-child .combo-two-images__image {
  margin-right: 1rem;
}

/* line 35, /app/source/css/scss/objects/sections/desc-area/desc-area.large.scss */
.combo-two-images .columns:last-child .combo-two-images__image {
  margin-left: 1rem;
}

/* line 4, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid__grid {
  padding: 0;
}

/* line 8, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid__grid .grid-thumbs .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  margin-right: 2%;
  padding-bottom: 1.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 8, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
  .filtered-grid__grid .grid-thumbs .thumb {
    /* IE10+ */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
  }
}

/* line 18, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid__grid .grid-thumbs .thumb:nth-child(even) {
  margin-right: 2%;
}

/* line 22, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid__grid .grid-thumbs .thumb:nth-child(3n) {
  margin-right: 0;
}

/* line 29, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid__title {
  font-size: 2.125rem;
  line-height: 2.375rem;
  margin: 2rem 0 1rem;
}

/* line 36, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid.hide-filters .filtered-grid__filters {
  display: none;
}

/* line 40, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid.hide-filters .filtered-grid__grid {
  width: 100%;
}

/* line 44, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid.hide-filters .filtered-grid__grid .grid-thumbs .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23%;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 44, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
  .filtered-grid.hide-filters .filtered-grid__grid .grid-thumbs .thumb {
    /* IE10+ */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19.5%;
        -ms-flex: 0 0 19.5%;
            flex: 0 0 19.5%;
  }
}

/* line 52, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid.hide-filters .filtered-grid__grid .grid-thumbs .thumb:nth-child(even) {
  margin-right: 2%;
}

/* line 56, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid.hide-filters .filtered-grid__grid .grid-thumbs .thumb:nth-child(3n) {
  margin-right: 2%;
}

/* line 60, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid.hide-filters .filtered-grid__grid .grid-thumbs .thumb:nth-child(4n) {
  margin-right: 0;
}

/* line 68, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid .large-uncollapse {
  padding: .5rem;
}

/* line 70, /app/source/css/scss/objects/sections/filtered-grid/filtered-grid.large.scss */
.filtered-grid .large-uncollapse .columns {
  padding: .75rem;
}

/* line 4, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col {
  margin: 4rem 0;
}

/* line 7, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col__image-wrap {
  padding: 0 .75rem;
  margin: 0;
}

/* line 12, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col__text {
  padding: 0 .75rem;
  margin: 0;
}

/* line 16, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col__text p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem;
}

/* line 22, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col__text ul li {
  font-size: 1rem;
  line-height: 1.3125rem;
}

/* line 29, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}

/* line 33, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col > .row > .column, .content-two-col > .row > .columns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 39, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col > .row > .column:first-child > div, .content-two-col > .row > .columns:first-child > div {
  padding-left: 0;
}

/* line 43, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.content-two-col > .row > .column:last-child > div, .content-two-col > .row > .columns:last-child > div {
  padding-right: 0;
}

/* line 50, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.combo-video-text {
  margin: 4rem 0;
}

/* line 52, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.combo-video-text p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem;
}

/* line 58, /app/source/css/scss/objects/sections/content-two-col/content-two-col.large.scss */
.combo-video-text ul li {
  font-size: 1rem;
  line-height: 1.3125rem;
}

/* line 3, /app/source/css/scss/objects/sections/center-img/center-img.large.scss */
.center-img {
  padding: 3.5rem 0;
  margin: 0;
}

/* line 6, /app/source/css/scss/objects/sections/center-img/center-img.large.scss */
.center-img .column {
  text-align: center;
}

/* line 4, /app/source/css/scss/objects/sections/enlarge-img/enlarge-img.large.scss */
.enlarge-img {
  margin: 4rem auto;
}

/* line 7, /app/source/css/scss/objects/sections/enlarge-img/enlarge-img.large.scss */
.enlarge-img .desc {
  padding: .8rem;
  font-size: 0.84375rem;
  line-height: 1.125rem;
}

/* line 15, /app/source/css/scss/objects/sections/enlarge-img/enlarge-img.large.scss */
.combo-enlarge-img-rte {
  margin: 4rem 0;
}

/* line 18, /app/source/css/scss/objects/sections/enlarge-img/enlarge-img.large.scss */
.combo-enlarge-img-rte__text h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

/* line 22, /app/source/css/scss/objects/sections/enlarge-img/enlarge-img.large.scss */
.combo-enlarge-img-rte__text p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem;
}

/* line 4, /app/source/css/scss/objects/sections/content-rte/content-rte.large.scss */
.content-rte {
  max-width: 59.375rem;
  padding: 3rem 0 3rem 1.5rem;
  margin: 0;
}

/* line 10, /app/source/css/scss/objects/sections/content-rte/content-rte.large.scss */
.combo-two-rte {
  margin: 4rem 0;
}

/* line 15, /app/source/css/scss/objects/sections/content-rte/content-rte.large.scss */
.content-rte h2,
.combo-two-rte h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-top: 3rem;
}

/* line 21, /app/source/css/scss/objects/sections/content-rte/content-rte.large.scss */
.content-rte p,
.combo-two-rte p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem;
}

/* line 26, /app/source/css/scss/objects/sections/content-rte/content-rte.large.scss */
.content-rte p:last-child,
.combo-two-rte p:last-child {
  margin-bottom: 0;
}

/* line 32, /app/source/css/scss/objects/sections/content-rte/content-rte.large.scss */
.content-rte ul li,
.combo-two-rte ul li {
  margin-bottom: .3rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 3, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three {
  margin: 4rem 0;
}

/* line 6, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}

/* line 11, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33%;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: none;
  border-left: none;
  border-top: none;
  padding: 0.625rem 1.5625rem 1.5625rem;
  border-right: 1px solid #D4D3D3;
  margin: 0;
}

/* line 23, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three__item:first-child {
  padding-left: 0;
}

/* line 27, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three__item:last-child {
  padding-right: 0;
  border-right: none;
  border-bottom: none;
}

/* line 33, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three__item__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 1.5rem;
}

/* line 36, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three__item__image img {
  height: 90px;
}

/* line 40, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three__item__desc {
  padding: 0 1rem;
}

/* line 43, /app/source/css/scss/objects/sections/image-three/image-three.large.scss */
.image-three__item__title {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

/* line 6, /app/source/css/scss/objects/sections/list-icons/list-icons.large.scss */
.list-icons__item__desc {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

/* line 12, /app/source/css/scss/objects/sections/list-icons/list-icons.large.scss */
.list-icons__wrap {
  margin: 4rem 0;
}

/* line 15, /app/source/css/scss/objects/sections/list-icons/list-icons.large.scss */
.list-icons__wrap h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

/* line 20, /app/source/css/scss/objects/sections/list-icons/list-icons.large.scss */
.list-icons__wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem;
}

/* line 28, /app/source/css/scss/objects/sections/list-icons/list-icons.large.scss */
.list-icons__wrap .columns:first-child .list-icons {
  padding-right: 2.75rem;
  border-right: 1px solid #D4D3D3;
  border-top: none;
  border-bottom: none;
}

/* line 35, /app/source/css/scss/objects/sections/list-icons/list-icons.large.scss */
.list-icons__wrap .columns:first-child {
  padding-right: 1.5rem;
}

/* line 39, /app/source/css/scss/objects/sections/list-icons/list-icons.large.scss */
.list-icons__wrap .columns:last-child .list-icons {
  padding-left: 2.75rem;
  border-left: 1px solid #D4D3D3;
  border-top: none;
  border-bottom: none;
}

/* line 46, /app/source/css/scss/objects/sections/list-icons/list-icons.large.scss */
.list-icons__wrap .columns:last-child {
  padding-left: 1.5rem;
}

/* line 5, /app/source/css/scss/objects/sections/image-slider/image-slider.large.scss */
.image-slider__section {
  margin: 4rem 0;
}

/* line 8, /app/source/css/scss/objects/sections/image-slider/image-slider.large.scss */
.image-slider__section .columns {
  padding: 0 1.5rem;
}

/* line 12, /app/source/css/scss/objects/sections/image-slider/image-slider.large.scss */
.image-slider__wrap {
  margin: 0;
}

/* line 16, /app/source/css/scss/objects/sections/image-slider/image-slider.large.scss */
.image-slider__desc h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

/* line 20, /app/source/css/scss/objects/sections/image-slider/image-slider.large.scss */
.image-slider__desc p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem;
}

/* line 5, /app/source/css/scss/objects/sections/titled-table/titled-table.large.scss */
.titled-table h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  padding-bottom: .4rem;
}

/* line 11, /app/source/css/scss/objects/sections/titled-table/titled-table.large.scss */
.titled-table .row {
  padding: 0 2.5rem;
}

/* line 3, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release {
  padding: 2.2rem 0;
}

/* line 6, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release h2 {
  font-size: 1.625rem;
  margin-bottom: 1rem;
}

/* line 11, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item {
  border-bottom: none;
  border-right: 1px solid #409DDE;
  border-right: 1px solid var(--global-soft-color, #409DDE);
  padding: 0 20px;
  margin-top: 1rem;
  margin-bottom: 20px;
}

/* line 19, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item .date {
  margin-bottom: 1rem;
}

/* line 23, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item:first-child {
  padding-left: 0px;
}

/* line 26, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item:nth-child(2) {
  padding: 0 25px;
}

/* line 30, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item:nth-child(3) {
  border-right: none;
  padding-left: 25px;
  padding-right: 15px;
}

/* line 36, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item:nth-child(4) {
  border-right: none;
  padding-left: 15px;
  padding-right: 0px;
}

/* line 41, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item .callout {
  padding: 1rem 1.35rem 1.4rem;
}

/* line 43, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item .callout .desc {
  margin-bottom: 1.5rem;
}

/* line 47, /app/source/css/scss/objects/sections/multi-col-press-release/multi-col-press-release.large.scss */
.multi-col-press-release__item.callout-wrapper {
  margin-top: -2.75rem;
  padding-left: 0;
}

/* line 3, /app/source/css/scss/objects/sections/multi-col-news-highlight/multi-col-news-highlight.large.scss */
.multi-col-news-highlight {
  padding: 2.2rem 0;
}

/* line 6, /app/source/css/scss/objects/sections/multi-col-news-highlight/multi-col-news-highlight.large.scss */
.multi-col-news-highlight h2 {
  font-size: 1.625rem;
  margin-bottom: 1rem;
}

/* line 11, /app/source/css/scss/objects/sections/multi-col-news-highlight/multi-col-news-highlight.large.scss */
.multi-col-news-highlight__item {
  border-bottom: none;
  border-right: 1px solid #0A81D5;
  border-right: 1px solid var(--global-base-color, #0A81D5);
  padding: 0 20px;
  margin-top: 1rem;
  margin-bottom: 20px;
}

/* line 19, /app/source/css/scss/objects/sections/multi-col-news-highlight/multi-col-news-highlight.large.scss */
.multi-col-news-highlight__item .date {
  margin-bottom: 1rem;
}

/* line 23, /app/source/css/scss/objects/sections/multi-col-news-highlight/multi-col-news-highlight.large.scss */
.multi-col-news-highlight__item:first-child {
  padding-left: 0px;
}

/* line 26, /app/source/css/scss/objects/sections/multi-col-news-highlight/multi-col-news-highlight.large.scss */
.multi-col-news-highlight__item:nth-child(2) {
  padding: 0 20px;
}

/* line 30, /app/source/css/scss/objects/sections/multi-col-news-highlight/multi-col-news-highlight.large.scss */
.multi-col-news-highlight__item:nth-child(3) {
  padding: 0 20px;
}

/* line 34, /app/source/css/scss/objects/sections/multi-col-news-highlight/multi-col-news-highlight.large.scss */
.multi-col-news-highlight__item:nth-child(4) {
  padding-right: 0px;
  border-right: 0;
}

/* line 3, /app/source/css/scss/objects/sections/main-side/main-side.large.scss */
.main-side {
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}

/* line 7, /app/source/css/scss/objects/sections/main-side/main-side.large.scss */
.main-side .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 11, /app/source/css/scss/objects/sections/main-side/main-side.large.scss */
.main-side .large-uncollapse {
  padding-left: 0;
}

/* line 15, /app/source/css/scss/objects/sections/main-side/main-side.large.scss */
.main-side .main-comp {
  margin-top: 0;
  line-height: 1.6875rem;
  padding: 0 4.25rem 0 1rem;
}

/* line 21, /app/source/css/scss/objects/sections/main-side/main-side.large.scss */
.main-side .side-comp {
  border-right: 1px solid #D4D3D3;
  padding: .25rem 1.5rem 0 0;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

/* line 31, /app/source/css/scss/objects/sections/main-side/main-side.large.scss */
.main-side .side-comp::after {
  height: 0;
  background: none;
}

/* line 6, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 10, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-box .box :nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* line 11, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-box .box :nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

/* line 14, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news .new-section {
  padding-bottom: 3rem;
}

/* line 18, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-main {
  margin-bottom: 6rem;
  margin-top: 2.5rem;
}

/* line 22, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-main h2 {
  font-size: 2rem;
}

/* line 26, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-main .link-container {
  border-right: 1px solid #D4D3D3;
  margin-bottom: 1.875rem;
}

/* line 31, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-main .link-list {
  margin: 1rem 0;
  margin-bottom: 0.625rem;
  padding-right: 3.4375rem;
  line-height: 1.25rem;
}

/* line 37, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-main .news-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

/* line 41, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-main .news-title a {
  vertical-align: middle;
}

/* line 49, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-side__wrapper {
  margin-top: 6.8125rem;
}

/* line 53, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-side__section {
  border-bottom: 1px solid #D4D3D3;
  line-height: 1.625rem;
}

/* line 58, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-side__section__callout .title {
  margin-bottom: .3rem;
}

/* line 61, /app/source/css/scss/objects/sections/newsroom/newsroom.large.scss */
.news-side__section__callout .desc {
  margin-bottom: 1.6rem;
}

/* line 3, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about {
  margin-top: 3.5rem;
  margin-bottom: 8rem;
}

/* line 7, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 11, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about .large-uncollapse {
  padding-left: 0;
}

/* line 15, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about-side {
  padding: 1.4rem 1rem 1.5rem 1rem;
  overflow: hidden;
  position: relative;
  background-color: #F4F4F4;
}

/* line 22, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about-side__section__image-wrap {
  text-align: left;
}

/* line 25, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about-side__section__image-wrap img {
  max-width: none;
}

/* line 30, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about-side__section__callout {
  padding: 1.1rem 1.25rem 1.5rem;
}

/* line 33, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about-side__section__callout .btn {
  padding: .8rem .9rem;
}

/* line 39, /app/source/css/scss/objects/sections/about-us/about-us.large.scss */
.about-side__show-more {
  display: none;
  background-color: #F4F4F4;
}

/* line 3, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo {
  margin: 4rem 0;
}

/* line 6, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.625rem;
}

/* line 12, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 18, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.5%;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
}

/* line 24, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo ul li .image-wrapper {
  margin-bottom: -2.5rem;
}

/* line 28, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo ul li:nth-child(2n) {
  margin-right: 2%;
}

/* line 32, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo ul li:last-child {
  margin-right: 0;
}

/* line 37, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo ul p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.5rem;
}

/* line 43, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo.interview {
  padding: 3.3rem 0 4rem;
}

/* line 47, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo.interview ul li {
  border-right: 1px solid #D4D3D3;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  margin-left: 0;
  margin-right: 0;
  /* IE10+*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 47, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
  .four-col-promo.interview ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 19.4%;
        -ms-flex: 0 1 19.4%;
            flex: 0 1 19.4%;
  }
}

/* line 59, /app/source/css/scss/objects/sections/four-col-promo/four-col-promo.large.scss */
.four-col-promo.interview ul li:last-child {
  border-right: none;
}

/* line 3, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo {
  padding: 70px 0;
}

/* line 8, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo ul li img {
  display: inline-block;
  width: 25%;
}

/* line 14, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo ul li:first-child .container h3 {
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  margin-bottom: 5px;
}

/* line 22, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo ul li .container {
  width: 75%;
  padding-left: .75rem;
}

/* line 25, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo ul li .container h3 {
  font-size: 1rem;
}

/* line 32, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 36, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo__item {
  margin-right: 27px;
}

/* line 38, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo__item:last-child {
  margin-right: 0px;
}

/* line 42, /app/source/css/scss/objects/sections/three-col-mega-promo/three-col-mega-promo.large.scss */
.three-col-mega-promo h2 {
  font-size: 1.8125rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}

/* line 3, /app/source/css/scss/objects/sections/full-width-promo/full-width-promo.large.scss */
.full-width-promo {
  margin: 4rem 0;
}

/* line 6, /app/source/css/scss/objects/sections/two-column-list/two-column-list.large.scss */
.two-column-list .image-wrap {
  display: inline;
  float: left;
  margin-top: 0.3rem;
  margin-right: 1rem;
  overflow: hidden;
  width: 26%;
}

/* line 15, /app/source/css/scss/objects/sections/two-column-list/two-column-list.large.scss */
.two-column-list .image {
  float: left;
}

/* line 25, /app/source/css/scss/objects/sections/two-column-list/two-column-list.large.scss */
.two-column {
  margin: 4rem 0;
}

/* line 7, /app/source/css/scss/objects/sections/hero-ctabanner/hero-ctabanner.large.scss */
.ctabanner .ctabottom__item a {
  margin: 0 1.3rem 0 0;
}

/* line 9, /app/source/css/scss/objects/sections/hero-ctabanner/hero-ctabanner.large.scss */
.ctabanner .ctabottom__item a i {
  font-size: 1.8125rem;
  margin: 0 .6rem;
}

/* line 13, /app/source/css/scss/objects/sections/hero-ctabanner/hero-ctabanner.large.scss */
.ctabanner .ctabottom__item a .icon-expert {
  font-size: 1.9375rem;
  margin-right: 0.375rem;
}

/* line 17, /app/source/css/scss/objects/sections/hero-ctabanner/hero-ctabanner.large.scss */
.ctabanner .ctabottom__item a span {
  font-size: 1rem;
}

/* line 3, /app/source/css/scss/objects/sections/hero-promo/hero-promo.large.scss */
.hero-promo {
  margin: 4rem 0;
}

/* line 6, /app/source/css/scss/objects/sections/hero-promo/hero-promo.large.scss */
.hero-promo > .promo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
}

/* line 13, /app/source/css/scss/objects/sections/hero-promo/hero-promo.large.scss */
.hero-promo__text-wrap {
  margin-right: .25rem;
  max-width: 53rem;
}

/* line 3, /app/source/css/scss/objects/components/overflow-img/overflow-img.large.scss */
.overflow-img {
  margin: 4rem 0;
}

/* line 5, /app/source/css/scss/objects/sections/slide-show/slide-show.large.scss */
.slide-show-section {
  margin: 4rem 0;
}

/* line 9, /app/source/css/scss/objects/sections/slide-show/slide-show.large.scss */
.slide-show__background {
  height: 31.25rem;
}

/* line 14, /app/source/css/scss/objects/sections/slide-show/slide-show.large.scss */
.slide-show .owl-carousel .owl-dots {
  top: 33.55rem;
}

/* line 20, /app/source/css/scss/objects/sections/slide-show/slide-show.large.scss */
.combo-slide-show-rte {
  margin: 4rem 0;
}

/* line 24, /app/source/css/scss/objects/sections/slide-show/slide-show.large.scss */
.combo-slide-show-rte__text p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem;
}

/* line 30, /app/source/css/scss/objects/sections/slide-show/slide-show.large.scss */
.combo-slide-show-rte__text ul li {
  font-size: 1rem;
  line-height: 1.3125rem;
}

/* line 3, /app/source/css/scss/objects/sections/video-carousel/video-carousel.large.scss */
.video-carousel {
  padding: 70px 0;
}

/* line 6, /app/source/css/scss/objects/sections/video-carousel/video-carousel.large.scss */
.video-carousel__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 10, /app/source/css/scss/objects/sections/video-carousel/video-carousel.large.scss */
.video-carousel__item {
  margin-right: 27px;
}

/* line 12, /app/source/css/scss/objects/sections/video-carousel/video-carousel.large.scss */
.video-carousel__item:last-child {
  margin-right: 0px;
}

/* line 16, /app/source/css/scss/objects/sections/video-carousel/video-carousel.large.scss */
.video-carousel h2 {
  font-size: 1.8125rem;
  line-height: 2.125rem;
  margin-bottom: 3.125rem;
}

/* line 3, /app/source/css/scss/objects/sections/large-promo/large-promo.large.scss */
.large-promo {
  margin: 0.75rem 0;
}

/* line 8, /app/source/css/scss/objects/sections/large-promo/large-promo.large.scss */
.large-promo ul li img {
  display: inline-block;
  width: 25%;
}

/* line 14, /app/source/css/scss/objects/sections/large-promo/large-promo.large.scss */
.large-promo ul li:first-child .container h3 {
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  margin-bottom: 5px;
}

/* line 22, /app/source/css/scss/objects/sections/large-promo/large-promo.large.scss */
.large-promo ul li .container {
  width: 75%;
  padding-left: .75rem;
}

/* line 25, /app/source/css/scss/objects/sections/large-promo/large-promo.large.scss */
.large-promo ul li .container h3 {
  font-size: 1rem;
}

/* line 33, /app/source/css/scss/objects/sections/large-promo/large-promo.large.scss */
.large-promo__item {
  width: calc(100% / 3 - 14px * 2);
  margin: 0.875rem;
}

/* line 37, /app/source/css/scss/objects/sections/large-promo/large-promo.large.scss */
.large-promo__item:last-child {
  margin-right: 0px;
}

/* line 41, /app/source/css/scss/objects/sections/large-promo/large-promo.large.scss */
.large-promo h2 {
  font-size: 1.8125rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
  min-height: initial;
}

/* line 5, /app/source/css/scss/objects/sections/features/features.large.scss */
.features__container-title {
  font-size: 2rem;
  margin-bottom: 1.5625rem;
  line-height: 1.625rem;
  padding: 0;
}

/* line 3, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel {
  margin: 4rem 0;
}

/* line 6, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.625rem;
}

/* line 12, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel .bio-carousel--owl-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 18, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel .bio-carousel--owl-carousel .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.5%;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
}

/* line 24, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel .bio-carousel--owl-carousel .item .image-wrapper {
  margin-bottom: -2.5rem;
}

/* line 28, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel .bio-carousel--owl-carousel .item:nth-child(2n) {
  margin-right: 2%;
}

/* line 32, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel .bio-carousel--owl-carousel .item:last-child {
  margin-right: 0;
}

/* line 37, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel .bio-carousel--owl-carousel p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.5rem;
}

/* line 43, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel.bio {
  padding: 3.3rem 0 4rem;
}

/* line 47, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel.bio .bio-carousel--owl-carousel .item {
  border-right: 1px solid #D4D3D3;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  margin-left: 0;
  margin-right: 0;
  /* IE10+*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 47, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
  .bio-carousel.bio .bio-carousel--owl-carousel .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 19.4%;
        -ms-flex: 0 1 19.4%;
            flex: 0 1 19.4%;
  }
}

/* line 59, /app/source/css/scss/objects/sections/bio-carousel/bio-carousel.large.scss */
.bio-carousel.bio .bio-carousel--owl-carousel .item:last-child {
  border-right: none;
}

/* line 4, /app/source/css/scss/objects/sections/feature-generic-card-grid/feature-generic-card-grid-large.scss */
.feature-generic-card-grid {
  margin-left: -12px;
  margin-top: 2.5rem;
}

/* line 8, /app/source/css/scss/objects/sections/feature-generic-card-grid/feature-generic-card-grid-large.scss */
.feature-generic-card-grid__item {
  width: calc(100% / 4 - 8px * 2);
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 2.5rem;
}

/* line 15, /app/source/css/scss/objects/sections/feature-generic-card-grid/feature-generic-card-grid-large.scss */
.feature-generic-card-grid .three-items {
  width: calc(100% / 3 - 14px * 2);
  margin-right: 0.875rem;
  margin-left: 0.875rem;
}

/* line 4, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .large-7 {
  width: 65%;
}

/* line 8, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .row {
  max-width: 140.625rem;
  position: absolute;
  z-index: 1;
}

/* line 14, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .herobox {
  background-color: #F4F4F4;
  color: #1A1A1A;
  margin: 0 0 0 6rem;
  max-width: 50rem;
}

/* line 21, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .herobox__title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  top: 4.0625rem;
}

/* line 28, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .herobox__subtitle {
  font-weight: 700;
  font-size: 1.375rem;
}

/* line 33, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .herobox__details {
  font-size: 1.1875rem;
  color: #28292C;
  margin-bottom: 2.1875rem;
  line-height: 1.6;
}

/* line 41, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .herobox__cta a {
  width: 15.625rem;
  height: 4.6875rem;
  font-size: 1.375rem;
  box-shadow: none;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
  border: none;
  text-align: center;
  padding: 1.25rem 0;
}

/* line 55, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .owl-carousel .owl-dots {
  display: none;
}

/* line 60, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .owl-nav {
  display: block;
  position: absolute;
  width: 100%;
  top: 17.1875rem;
}

/* line 66, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .owl-nav .owl-prev,
.fb-events-module .owl-nav .owl-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
}

/* line 72, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .owl-nav .owl-prev span,
.fb-events-module .owl-nav .owl-next span {
  color: #1A1A1A;
  font-size: 3.75rem;
  line-height: 2.75rem;
  position: absolute;
  top: -6px;
  left: 13px;
}

/* line 81, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .owl-nav .owl-next {
  right: 3.125rem;
}

/* line 84, /app/source/css/scss/objects/sections/fb-events-module/fb-events-module.large.scss */
.fb-events-module .owl-nav .owl-prev {
  left: 3.125rem;
}

/* line 6, /app/source/css/scss/objects/sections/two-col/two-col.large.scss */
.two-col .fb-events-module .large-7 {
  width: 75%;
}

/* line 10, /app/source/css/scss/objects/sections/two-col/two-col.large.scss */
.two-col .fb-events-module .herobox__title {
  font-size: 2rem;
  margin-bottom: 0.9375rem;
}

/* line 15, /app/source/css/scss/objects/sections/two-col/two-col.large.scss */
.two-col .fb-events-module .herobox__subtitle {
  font-size: 1.125rem;
}

/* line 19, /app/source/css/scss/objects/sections/two-col/two-col.large.scss */
.two-col .fb-events-module .herobox__details {
  font-size: 1.0625rem;
  line-height: 1.8;
}

/* line 5, /app/source/css/scss/objects/sections/ofg-results/ofg-results.large.scss */
.ofg-result-list ul {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  padding: 0;
}

/* line 19, /app/source/css/scss/objects/sections/ofg-results/ofg-results.large.scss */
.ofg-image .enlarge-img {
  margin: 0;
  padding: 0 0 0 15px;
}

/* line 7, /app/source/css/scss/objects/sections/two-column-ofg/two-column-ofg.large.scss */
.two-column-ofg h3 {
  margin-bottom: 1.75rem;
}

/* line 13, /app/source/css/scss/objects/sections/two-column-ofg/two-column-ofg.large.scss */
.two-column-ofg .content-two-col .enlarge-img, .two-column-ofg .content-two-col .bordered-img {
  margin: 0 auto 1.75rem auto;
}

/* line 16, /app/source/css/scss/objects/sections/two-column-ofg/two-column-ofg.large.scss */
.two-column-ofg .content-two-col .enlarge-img {
  padding-left: 15px;
}

/* line 20, /app/source/css/scss/objects/sections/two-column-ofg/two-column-ofg.large.scss */
.two-column-ofg .content-two-col .bordered-img img {
  padding: 1rem;
  max-height: 450px;
}

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