@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
: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 */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  box-sizing: border-box;
}

.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;
}

a.tablesaw-btn {
  color: #1c95d4;
}

.tablesaw-btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-btn:active {
  background-color: #ddd;
}

@supports (box-shadow: none) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none;
  }
  .tablesaw-btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
  }
}

.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;
}

.tablesaw-btn select option {
  background: #fff;
  color: #000;
}

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
}

.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;
}

.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 */
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}

.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;
}

.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;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-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;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
}

.tablesaw-bar * {
  box-sizing: border-box;
}

.tablesaw-bar-section {
  float: left;
}

.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}

/* TODO */
.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;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-bar-section ~ table {
  clear: both;
}

.tablesaw-bar-section .abbreviated {
  display: inline;
}

.tablesaw-bar-section .longform {
  display: none;
}

@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none;
  }
  .tablesaw-bar-section .longform {
    display: inline;
  }
}

.tablesaw th,
.tablesaw td {
  padding: .8rem .7em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: .5em .7em;
}

.tablesaw thead th {
  text-align: left;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}

/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.tablesaw caption {
  text-align: left;
  margin: .59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de;
}

.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 */
  .tablesaw-stack {
    clear: both;
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: 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 */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }
  .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;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none;
  }
}

.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */
}

.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */
}

/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }
  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none;
  }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}

/* Override */
.tablesaw .tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193";
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}

/*
 *  Owl Carousel - Core
 */
.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;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.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);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.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;
}

.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;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.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;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.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
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.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
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.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;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
  This file has been modified from the original
*/
.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;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.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;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  width: 100%;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}

.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;
}

.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  transition-property: background;
  background: transparent;
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.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;
}

.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);
}

.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);
}

.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);
}

.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);
}

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}

.tab-container {
  max-width: 1200px;
  margin: 0 auto;
}

.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) {
  .tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.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;
}

.tab-nav .tab a {
  width: 100%;
  padding: 18px 22px;
  text-decoration: none;
  color: #636363;
  transition: all 256ms;
}

.tab-nav .tab a:hover {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
  color: #fff;
}

.tab-nav .tab.active {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
}

.tab-nav .tab.active a {
  color: #fff;
}

.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;
}

.tab-pane {
  display: block;
}

.tab-pane .tab-content {
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .tab-pane .tab-content {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .tab-pane {
    display: none;
  }
  .tab-pane.active {
    display: block;
  }
}

.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) {
  .tab-pane .mobile-tab-title {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding-left: 1rem;
}

p {
  margin: 1rem 0;
  padding: 0;
}

header, footer, nav, section, article, hgroup, figure {
  display: block;
}

picture {
  display: inline-block;
  max-width: 100%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans/open-sans-v17-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v17-latin-300.woff") format("woff"), url("../fonts/OpenSans/open-sans-v17-latin-300.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v17-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/OpenSans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/OpenSans/open-sans-v15-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans/open-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v15-latin-italic.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin-italic.woff") format("woff"), url("../fonts/OpenSans/open-sans-v15-latin-italic.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v15-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/OpenSans/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/OpenSans/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/OpenSans/open-sans-v15-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans/open-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v15-latin-800.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin-800.woff") format("woff"), url("../fonts/OpenSans/open-sans-v15-latin-800.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v15-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #363636;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

.accordion {
  list-style-type: none;
  background: #fff;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #0991F2;
  position: relative;
  border: 1px solid #F4F4F4;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #F4F4F4;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #F4F4F4;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #F4F4F4;
  border-bottom: 0;
  background-color: #fff;
  color: #363636;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F4F4F4;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #0991F2;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #0991F2 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(26, 26, 26, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #D4D3D3;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #F4F4F4;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #0991F2;
}

.tabs.primary > li > a {
  color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #098ae6;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #F4F4F4;
}

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #F4F4F4;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #F4F4F4;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

body {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}

.fonts-loaded body {
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
}

h2, .main-title, .premium {
  font-size: 1.375rem;
  color: #1A1A1A;
  font-weight: 600;
  line-height: 1.75rem;
}

h2 + .page-subtitle, .main-title + .page-subtitle, .premium + .page-subtitle {
  color: #636363;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.5rem;
}

.main-title {
  margin-top: 0;
}

h3, .page-subtitle {
  color: #1A1A1A;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-top: 1.25rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

p {
  color: #636363;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  margin: 25px 0;
}

p + h4 {
  margin-top: 40px;
}

ol {
  margin: 1rem 0;
}

ol li {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.4375rem;
}

table.tablesaw {
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

table.tablesaw td,
table.tablesaw th {
  vertical-align: top;
}

table.tablesaw th {
  background-color: #1A1A1A;
  color: #fff;
  text-align: left;
  padding: .85rem;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}

table.tablesaw td {
  padding: .75rem;
  border-left: 1px solid #D4D3D3;
  border-right: 1px solid #D4D3D3;
  border-bottom: 1px solid #D4D3D3;
}

table.tablesaw td:nth-child(even) {
  background-color: #F4F4F4;
}

table.tablesaw td:last-child {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #D4D3D3;
}

table.tablesaw td span {
  padding-left: 0.625rem;
}

table.tablesaw tbody tr {
  border-bottom: 1px solid #D4D3D3;
  line-height: 1.25rem;
}

table.tablesaw tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}

ul, ol {
  margin: 1rem 0 1.25rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #636363;
}

ul li, ol li {
  margin-bottom: 1.5rem;
  word-break: break-word;
}

section.gray {
  background-color: #F4F4F4;
}

.row {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row.no-padd {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-right: 0;
  margin-left: 0;
}

.column.no-padd, .no-padd.columns, .columns.no-padd {
  padding-left: 0;
  padding-right: 0;
}

.gray {
  background-color: #F4F4F4;
}

.bold-font {
  font-weight: 700;
}

.semibold-font {
  font-weight: 600;
}

.black-text {
  color: #1A1A1A;
}

.authoring-error {
  display: none;
}

.edit-mode .authoring-error {
  display: block;
  border: 1px solid #D0021B;
  background-color: rgba(179, 3, 25, 0.06);
}

.edit-mode .authoring-error li {
  display: block;
  padding: 10px;
}

.reveal:focus {
  outline: none;
}

.reveal .close-button {
  font-size: 1rem;
  margin-left: auto;
  padding: 0 .5rem;
}

.reveal .close-button:hover {
  color: #0991F2;
}

.reveal.full {
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
}

@media (max-width: 40rem) {
  .reveal.large {
    top: 0 !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 100%;
  }
}

body.is-reveal-open, html.is-reveal-open {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.reveal-overlay {
  overflow-y: hidden;
}

.premium-label {
  background-color: #005A9A;
  background-color: var(--global-dark-color, #005A9A);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2px;
}

.premium-label span {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 700;
}

.premium-label i {
  font-size: 0.625rem;
}

.premium-label--inline {
  background-color: #005A9A;
  background-color: var(--global-dark-color, #005A9A);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 .4rem;
  line-height: 1.6rem;
}

.premium-label--inline span {
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
}

.premium-label--inline i {
  font-size: 0.75rem;
  margin-right: .2rem;
}

.load-more {
  text-align: center;
}

.share-reveal .close-button {
  background-color: #fff;
  padding: .5rem;
  border: 1px solid #D4D3D3;
  right: 1rem;
  top: 1rem;
  position: absolute;
}

.share-reveal .share-modal-title {
  font-size: 2em;
  margin: 0.67em 0;
  color: #363636;
  font-weight: 700;
  line-height: 1.4;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?3fho8i");
  src: url("../fonts/icomoon/icomoon.eot?3fho8i#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?3fho8i") format("truetype"), url("../fonts/icomoon/icomoon.woff?3fho8i") format("woff"), url("../fonts/icomoon/icomoon.svg?3fho8i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "";
}

.icon-arrow-bottom:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-top:before {
  content: "";
}

.icon-button-arrow:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-enlarge:before {
  content: "";
}

.icon-account:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-expert:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-triangle-down:before {
  content: "";
}

.icon-triangle-up:before {
  content: "";
}

.icon-pressure:before {
  content: "";
}

.icon-temp:before {
  content: "";
}

.icon-weight:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-error:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-icon-cart:before {
  content: "";
}

.icon-agiliti:before {
  content: "";
}

.icon-wellbore:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-speed:before {
  content: "";
}

.icon-rpm:before {
  content: "";
}

.icon-rotation:before {
  content: "";
}

.icon-oil:before {
  content: "";
}

.icon-mechanical:before {
  content: "";
}

.icon-measure:before {
  content: "";
}

.icon-log:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-flow:before {
  content: "";
}

.icon-electrical:before {
  content: "";
}

.icon-depth:before {
  content: "";
}

.icon-cert:before {
  content: "";
}

button.btn,
a.btn {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
  padding: 1.0625rem 1.125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.4);
  border-radius: 2px;
}

button.btn:hover, button.btn:focus,
a.btn:hover,
a.btn:focus {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
}

button.btn.btn--arrow::after,
a.btn.btn--arrow::after {
  font-family: "icomoon";
  content: "";
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

button.btn.btn--white,
a.btn.btn--white {
  background-color: #fff;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  border: 2px solid;
  border-color: #0A81D5;
  border-color: var(--global-base-color, #0991F2);
}

button.btn.btn--blue,
a.btn.btn--blue {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
}

button.btn.btn--blue:hover, button.btn.btn--blue:focus,
a.btn.btn--blue:hover,
a.btn.btn--blue:focus {
  background-color: #005A9A;
  background-color: var(--global-dark-color, #0991F2);
}

button.btn.btn--blue-dark,
a.btn.btn--blue-dark {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
}

button.btn.btn--blue-dark:hover, button.btn.btn--blue-dark:focus,
a.btn.btn--blue-dark:hover,
a.btn.btn--blue-dark:focus {
  background-color: #409DDE;
  background-color: var(--global-soft-color, #0991F2);
  border-bottom-color: #272727;
}

button.btn.btn--gray-dark,
a.btn.btn--gray-dark {
  background-color: #636363;
}

button.btn.btn--gray-dark:hover, button.btn.btn--gray-dark:focus,
a.btn.btn--gray-dark:hover,
a.btn.btn--gray-dark:focus {
  background-color: #343539;
  border-bottom-color: var(--global-base-color, #0991F2);
  border-bottom-color: #0A81D5;
}

button.btn.btn--on-dark,
a.btn.btn--on-dark {
  border: 1.5px solid #fff;
}

button.btn.btn--on-dark:hover, button.btn.btn--on-dark:focus,
a.btn.btn--on-dark:hover,
a.btn.btn--on-dark:focus {
  text-decoration: none;
}

a.btn {
  display: inline-block;
}

button:focus,
a:focus,
input:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

a.arrow-link::after {
  content: "";
  font-family: "icomoon";
  font-size: 0.75rem;
  margin-left: 0.1875rem;
  vertical-align: middle;
}

a.arrow-link span {
  text-decoration: underline;
  font-weight: 600;
}

a.arrow-link span:hover {
  font-weight: 700;
}

a.arrow-link--white {
  color: #fff;
}

a:hover, a:focus {
  text-decoration: underline;
  cursor: pointer;
}

a:hover::after, a:focus::after {
  text-decoration: none;
  display: inline-block;
}

.link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-icon i {
  padding-right: 0.4rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.link-icon i::before {
  vertical-align: sub;
}

.link-icon i.icon-phone {
  font-size: 1rem;
}

.link-icon i.icon-email {
  font-size: 0.75rem;
  line-height: 1.8;
}

.form__title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: .2rem;
  color: #1A1A1A;
}

.form__subtitle {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  color: #636363;
  margin-bottom: 1rem;
}

.form__elem label,
.form__elem .radio-fieldset {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  display: block;
  color: #1A1A1A;
}

.form__elem label > div,
.form__elem .radio-fieldset > div {
  font-weight: 600;
  margin-bottom: .5rem;
}

.form__elem label > div > span,
.form__elem .radio-fieldset > div > span {
  display: inline-block;
  color: #636363;
}

.form__elem label > div.radio-wrap,
.form__elem .radio-fieldset > div.radio-wrap {
  font-weight: 400;
  color: #636363;
}

.form__elem label > div.radio-wrap input,
.form__elem .radio-fieldset > div.radio-wrap input {
  margin-right: 0.25rem;
}

.form__elem label.radio-label,
.form__elem .radio-fieldset.radio-label {
  display: inline;
  margin-bottom: 0;
  color: #636363;
}

.form__elem label select,
.form__elem .radio-fieldset select {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #D4D3D3;
  padding: .5rem;
  color: #636363;
  max-width: 280px;
}

.form__elem label textarea,
.form__elem .radio-fieldset textarea {
  border-radius: 3px;
  border: 1px solid #D4D3D3;
  padding: .5rem;
  color: #636363;
  width: 100%;
  max-width: 500px;
}

.form__elem label input[type=text], .form__elem label input[type=password], .form__elem label input[type=email],
.form__elem .radio-fieldset input[type=text],
.form__elem .radio-fieldset input[type=password],
.form__elem .radio-fieldset input[type=email] {
  border-radius: 3px;
  border: 1px solid #D4D3D3;
  padding: .5rem;
  color: #636363;
  width: 100%;
  max-width: 370px;
}

.form__elem input[type=submit] {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
  border: 1px solid #0A81D5;
  border: 1px solid var(--global-base-color, #0A81D5);
  padding: 1.0625rem 1.125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.4);
  border-radius: 1px;
  margin: 1.5rem 0 1rem;
}

.form__elem input[type=submit]:hover, .form__elem input[type=submit]:active {
  opacity: 0.95;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.megamenu {
  display: none;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobilemenu {
    display: inherit;
  }
}

#mobile-drilldown {
  background-color: #F4F4F4;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
}

.mobilemenu {
  background: #fff;
  font-size: 0.9375rem;
}

.mobilemenu ul {
  padding-left: 0;
  margin-top: 8px;
}

.mobilemenu li > a, .mobilemenu li > div {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobilemenu li > a {
  line-height: 1.3125rem;
  padding: 0.75rem 1rem;
}

.mobilemenu .drilldown .submenu.is-active {
  z-index: 10;
}

.mobilemenu .drilldown .submenu li a {
  text-transform: none;
  font-weight: 400;
}

.mobilemenu .drilldown .submenu .tertiary-nav > a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 1rem 0.9375rem;
  box-shadow: 0px 2px 3px 0px rgba(89, 89, 89, 0.28);
  margin-bottom: .5rem;
}

.mobilemenu .drilldown .submenu .tertiary-nav > a::after {
  content: "";
  border: none;
  font-family: "icomoon";
  top: 14px;
  color: #1A1A1A;
  font-size: 0.84375rem;
  font-weight: 400;
  width: auto;
  height: auto;
  margin-top: 2px;
  margin-left: .5rem;
  display: initial;
  right: auto;
}

.mobilemenu .drilldown li {
  margin: 0;
}

.mobilemenu .drilldown > li {
  color: #1A1A1A;
  background-color: #fff;
  border-top: 1px solid #D4D3D3;
}

.mobilemenu .drilldown > li a {
  width: 100%;
  display: block;
  font-weight: 400;
}

.mobilemenu .drilldown > li a:hover {
  text-decoration: none;
}

.mobilemenu .drilldown > li > a {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 1.125rem 0.9375rem;
}

.mobilemenu .drilldown > li > a::after {
  line-height: 3.625rem;
}

.mobilemenu .drilldown > li:last-child {
  border-top: none;
}

.mobilemenu .drilldown .is-drilldown-submenu {
  top: 5px;
}

.mobilemenu .drilldown .is-drilldown-submenu .is-drilldown-submenu {
  top: -4px;
}

.mobilemenu .drilldown .is-drilldown-submenu-parent > a {
  text-transform: uppercase;
  font-weight: 700;
}

.mobilemenu .drilldown .is-drilldown-submenu-parent > a::after {
  content: none;
}

.mobilemenu .drilldown > .is-drilldown-submenu-parent > a::after {
  content: "";
  border: none;
  font-family: "icomoon";
  top: 0;
  color: #1A1A1A;
  font-size: 0.84375rem;
  width: auto;
  height: auto;
  margin-top: 0;
}

.mobilemenu .drilldown .submenu {
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  min-height: 100vh;
  background-color: #fff;
  border-top: none;
  margin-top: 4px;
}

.mobilemenu .drilldown .js-drilldown-back {
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #D4D3D3;
  font-weight: 600;
}

.mobilemenu .drilldown .js-drilldown-back > a {
  line-height: 1.375rem;
  padding: 0.75rem 0.9375rem;
  color: #363636;
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 600;
}

.mobilemenu .drilldown .js-drilldown-back > a::before {
  content: "";
  border: none;
  font-family: "icomoon";
  top: 0;
  color: #363636;
  font-size: 0.6875rem;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}

.mobilemenu__drilled {
  background-color: #F4F4F4;
  margin-top: 1rem;
}

.mobilemenu__drilled__section {
  border-bottom: 1px solid #F4F4F4;
  padding-top: 1.25rem;
  padding-bottom: .75rem;
}

.mobilemenu__drilled__section:not(:first-child) {
  border-top: 1px solid #D4D3D3;
}

.mobilemenu__drilled__section:last-child {
  border-bottom: none;
}

.mobilemenu__drilled__section h3 {
  font-size: 0.9375rem;
  margin-bottom: 18px;
}

.mobilemenu__drilled__section .titled-list li {
  margin-bottom: 22px;
}

.mobilemenu__bottom {
  background-color: #005A9A;
  background-color: var(--global-dark-color, #0A81D5);
  color: #fff;
  padding-bottom: 1.5625rem;
  padding-top: 0.9375rem;
}

.mobilemenu__bottom > span {
  display: block;
  line-height: 1.25rem;
  padding-bottom: 0.625rem;
  font-size: 0.96875rem;
}

.mobilemenu__after {
  background-color: #1A1A1A;
  color: #fff;
  padding: 1.25rem 1rem;
  line-height: 1.1875rem;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.mobilemenu__after div {
  padding: 1rem 0;
}

.mobilemenu__after div:first-child {
  padding-top: 0;
}

.herobox {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
  color: #fff;
  padding: 1rem 1rem 2rem;
}

.herobox__title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-weight: 800;
}

.herobox__subtitle {
  margin-bottom: 2rem;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}

.herobox--image {
  width: 100%;
  height: auto;
  text-align: center;
}

.herobox__cta a {
  display: inline-block;
  font-size: 1rem;
  background-color: #1A1A1A;
  color: #fff;
  font-weight: 700;
  border: 1.5px solid #fff;
  border-radius: 2px;
  padding: .9rem 1rem .9rem 1rem;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.herobox__cta a:hover, .herobox__cta a:focus {
  text-decoration: none;
  background-color: #28292C;
}

.herobox__cta a:after {
  content: "\e905";
  border: none;
  font-family: "icomoon";
  top: 0;
  color: #fff;
  font-size: 0.875rem;
  margin-left: 8px;
  width: auto;
  height: auto;
  margin-top: 0;
}

.herobox__label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: #1a1a1a;
  color: white;
  margin-bottom: .6rem;
  padding: .1rem .4rem;
}

.herobox__label:hover, .herobox__label:focus {
  text-decoration: none;
}

.thumb {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 1rem;
  border: 1px solid #D4D3D3;
  padding: 1.25rem;
  background-color: #fff;
}

.thumb:hover, .thumb:focus {
  box-shadow: 0 1px 4px 0 rgba(80, 80, 80, 0.24);
}

.thumb > a {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  text-decoration: none;
}

.thumb > a:hover .thumb__title {
  text-decoration: underline;
}

.thumb__image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-bottom: 73%;
}

.thumb__label {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  color: #fff;
  background-color: #1A1A1A;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  text-transform: uppercase;
}

.thumb img {
  width: 100%;
  height: auto;
}

.thumb span {
  font-size: 1.25rem;
}

.thumb__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 700;
  padding: .75rem 0 .35rem;
}

.thumb__subtitle {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #363636;
  font-weight: 700;
  padding: 0 0 .5rem;
}

.thumb__desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
}

.thumb__desc:hover {
  text-decoration: none;
}

.breadcrumb {
  color: #1A1A1A;
  font-size: 0.8125rem;
  display: none;
  font-weight: 600;
  text-decoration: underline;
  /* ----------- iPad 1, 2, Mini and Air - iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
}

.breadcrumb__wrapper {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

.breadcrumb__wrapper a:nth-last-child(2) {
  display: inline-block;
  text-decoration: none;
}

.breadcrumb__wrapper a:nth-last-child(2) span {
  text-decoration: underline;
}

.breadcrumb__wrapper a:nth-last-child(2)::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.625rem;
  padding-right: 0.25rem;
  text-decoration: none;
  display: inline-block;
}

@media (hover: none) {
  .breadcrumb__wrapper a:nth-of-type(2) {
    display: inline-block;
    text-decoration: underline;
  }
}

.breadcrumb__wrapper a.is-active {
  text-decoration: none;
  display: none;
}

.breadcrumb__wrapper.absolute {
  position: absolute;
  width: 100%;
  z-index: 50;
}

.breadcrumb__wrapper.absolute a {
  color: #fff;
}

.breadcrumb__wrapper.absolute a:nth-last-child(2) {
  display: inline-block;
  text-decoration: none;
}

.breadcrumb__wrapper.absolute a:nth-last-child(2) span {
  text-decoration: underline;
}

.breadcrumb__wrapper.absolute a:nth-last-child(2)::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.625rem;
  padding-right: 0.25rem;
  text-decoration: none;
  display: inline-block;
}

@media (hover: none) {
  .breadcrumb__wrapper.absolute a:nth-of-type(2) {
    display: inline-block;
    text-decoration: underline;
  }
}

.breadcrumb__wrapper.absolute a.is-active {
  color: #fff;
  text-decoration: none;
  display: none;
}

.breadcrumb__wrapper.is-active {
  color: #1A1A1A;
  font-weight: 500;
  opacity: .8;
  text-decoration: none;
}

.breadcrumb__wrapper.is-active:hover, .breadcrumb__wrapper.is-active:active {
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb__wrapper:hover, .breadcrumb__wrapper:active {
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb:hover, .breadcrumb:focus {
  font-weight: 700;
}

@media only screen and (min-device-width: 500px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 2) {
  .breadcrumb {
    text-align: left;
  }
}

.selected-options {
  display: block;
  margin-bottom: .4rem;
  margin-top: .25rem;
}

.selected-options__title {
  font-size: 1.25rem;
  color: #363636;
  margin-bottom: .75rem;
}

.selected-options__item {
  display: inline-block;
  border: 1px solid #D4D3D3;
  color: #636363;
  font-size: 0.84375rem;
  font-weight: 600;
  padding: 0.3rem .6rem 0.3rem;
  margin-right: 0.4rem;
  margin-bottom: .75rem;
  white-space: nowrap;
}

.selected-options__item span {
  font-weight: 400;
  white-space: normal;
}

.selected-options__item i {
  font-size: 0.625rem;
  padding-left: 0.5rem;
}

.selected-options__item:hover {
  background-color: rgba(212, 211, 211, 0.2);
  cursor: pointer;
}

.selected-options__clear-items {
  display: inline-block;
  color: #636363;
  font-size: 0.84375rem;
  font-weight: 700;
}

.selected-options__clear-items button {
  text-decoration: underline;
  padding: 0.4rem .6rem;
  margin-bottom: .75rem;
}

.selected-options__clear-items button:hover {
  color: #363636;
}

.modal {
  padding: 2rem;
}

.modal__title {
  font-size: 1.875rem;
}

.modal__title i {
  font-size: 1.25rem;
}

.modal__image {
  margin-right: 1rem;
}

.modal__addons {
  border-top: 1px solid #F4F4F4;
  background-color: #F4F4F4;
  padding: 1rem;
}

.modal__addons-items {
  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;
}

.modal__addons-items > * {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 1rem;
}

.modal__addons-title {
  margin-bottom: .5rem;
}

.modal__addons-subtitle {
  margin: 0 0 2rem;
}

.modal--ctas {
  background-color: #F4F4F4;
  padding-bottom: 1rem;
}

.modal--ctas .btn {
  margin-right: 1rem;
}

.modal .close-button {
  position: absolute;
  font-size: 1.6rem;
  top: 1rem;
  right: 1rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.modal-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 1.5rem;
}

.modal-product__image {
  border: 1px solid #F4F4F4;
  text-align: center;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  margin-bottom: .5rem;
}

.modal-product__heading {
  font-size: 1.1875rem;
}

.modal-product__subtitle {
  color: #D4D3D3;
  margin-bottom: .5rem;
}

.modal-product__details {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 0;
}

#productConfirmationModal {
  padding: 0;
}

#productConfirmationModal .close-button {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.video-wrap {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem video;
  margin-bottom-width: 100%;
  margin-bottom-height: auto;
}

.video-wrap .row {
  margin: 0 auto;
  padding: 0;
}

.video-wrap .video-title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.375rem;
}

.video-wrap .video-title__wrap {
  padding: 1rem 1rem 2rem;
  background: linear-gradient(-180deg, rgba(8, 8, 9, 0.73) 6%, rgba(0, 0, 0, 0.01) 97%, transparent 100%);
  width: 100%;
}

.video-wrap .video-title__wrap .video-title,
.video-wrap .video-title__wrap .video-subtitle {
  text-shadow: 4px 4px 10px #1A1A1A;
}

.video-wrap .video-subtitle {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
}

.video-wrap .play-button {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 40%;
  width: 100%;
}

.video-wrap .play-button button {
  font-size: 1.25rem;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: .75rem .8rem .75rem .9rem;
}

.video-wrap .video-js .vjs-dock-text {
  display: none;
}

.video-wrap.with-playlist .video-title__wrap {
  display: none;
}

.video-wrap.with-playlist .vjs-dock-text {
  display: block;
}

.video-wrap.with-playlist .vjs-dock-title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.375rem;
}

.video-wrap.with-playlist .vjs-dock-description {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
}

.video-wrap.with-playlist .vjs-playlist {
  background-color: #151b17;
  margin: 0;
  position: relative;
}

.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

.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);
}

.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item .vjs-playlist-thumbnail img {
  display: none;
}

.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item .vjs-playlist-thumbnail .vjs-playlist-now-playing-text {
  display: none;
}

.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;
}

.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;
}

.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;
}

.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item time {
  display: none;
}

.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-item:last-of-type {
  border-bottom: none;
}

.video-wrap.with-playlist .vjs-playlist .vjs-playlist-item-list .vjs-playlist-ad-overlay {
  margin: 0;
}

.video-section__desc {
  margin-bottom: 3rem;
}

.video-rte {
  padding: 0rem 0rem 1.5rem 0rem;
  margin-top: 0rem;
}

.video-abstract {
  display: inline;
}

.video-wrap .play-button {
  display: none;
}

.video-js {
  width: 100%;
  height: auto;
}

.video-js .vjs-tech {
  position: relative;
}

.video-js .vjs-big-play-button {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2em;
  width: 2em;
  line-height: 2em;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
  padding: 1.0625rem 1.125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.4);
  border-radius: 2px;
  font-size: 1.65rem;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: .75rem .8rem .75rem .9rem;
}

.video-js:hover .vjs-big-play-button {
  background-color: #005A9A;
  background-color: var(--global-dark-color, #0A81D5);
}

.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;
}

.grid-thumbs .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.grid-thumbs__load-more {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.filtered-grid {
  background-color: #F4F4F4;
}

.filtered-grid__title {
  margin: 2.5rem 0;
  font-weight: 600;
}

.callout {
  background-color: #1A1A1A;
  color: #fff;
  padding: 1.25rem 1.5rem 1.75rem;
  margin: 10px 0px 30px;
}

.callout .title {
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: .5rem;
}

.callout .desc {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.row-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;
}

.row-thumbs .row-thumb, .row-thumbs .CoveoResult {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 1rem 0 1.5rem;
  margin-left: 0px;
  border-bottom: 1px solid #D4D3D3;
  /* IE10+ */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .row-thumbs .row-thumb, .row-thumbs .CoveoResult {
    overflow: auto;
    max-width: 850px;
  }
}

.row-thumbs .row-thumb:first-child, .row-thumbs .CoveoResult:first-child {
  padding-top: 0;
}

.row-thumbs .row-thumb > a, .row-thumbs .CoveoResult > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-thumbs .row-thumb > a:hover, .row-thumbs .row-thumb > a:focus, .row-thumbs .CoveoResult > a:hover, .row-thumbs .CoveoResult > a:focus {
  text-decoration: none;
}

.row-thumbs .row-thumb .thumb__image, .row-thumbs .CoveoResult .thumb__image {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  position: relative;
}

.row-thumbs .row-thumb .thumb__image .premium-label, .row-thumbs .CoveoResult .thumb__image .premium-label {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}

.row-thumbs .row-thumb .thumb__text-wrap__label, .row-thumbs .CoveoResult .thumb__text-wrap__label {
  border: 1px solid #D4D3D3;
  background-color: #F4F4F4;
  color: rgba(54, 54, 54, 0.8);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 0.0625rem 0.25rem;
  margin: 1rem 0 0;
}

.row-thumbs .row-thumb .thumb__text-wrap__label i, .row-thumbs .CoveoResult .thumb__text-wrap__label i {
  margin-left: 2px;
}

.row-thumbs .row-thumb .thumb__title, .row-thumbs .CoveoResult .thumb__title {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  padding-top: 0;
  padding-bottom: .2rem;
  max-width: 100%;
  word-break: break-word;
}

.row-thumbs .row-thumb .thumb__title__tags, .row-thumbs .CoveoResult .thumb__title__tags {
  display: inline;
}

.row-thumbs .row-thumb .thumb__title__tags span, .row-thumbs .CoveoResult .thumb__title__tags span {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  color: #fff;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
  padding: 0.0625rem 0.3125rem;
  margin-right: 5px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3px;
}

.row-thumbs .row-thumb .thumb__title__tags span.dark, .row-thumbs .CoveoResult .thumb__title__tags span.dark {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #005A9A);
}

.row-thumbs .row-thumb .thumb__title > span:hover, .row-thumbs .row-thumb .thumb__title > span:focus, .row-thumbs .CoveoResult .thumb__title > span:hover, .row-thumbs .CoveoResult .thumb__title > span:focus {
  text-decoration: underline;
}

.row-thumbs .row-thumb .thumb__title__label, .row-thumbs .CoveoResult .thumb__title__label {
  display: none;
}

.row-thumbs .row-thumb .thumb__desc, .row-thumbs .CoveoResult .thumb__desc {
  color: #363636;
  line-height: 1.3125rem;
  /*
                > span {
                    display: none;
                }
*/
}

.row-thumbs__load-more {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.row-thumbs .coveo-list-layout .CoveoResult {
  margin-left: 0px;
}

.filtered-rows.hide-mobile-images .row-thumb .thumb__image, .filtered-rows.hide-mobile-images .CoveoResult .thumb__image {
  display: none;
}

.filtered-rows.hide-mobile-images .row-thumb .thumb__text-wrap, .filtered-rows.hide-mobile-images .CoveoResult .thumb__text-wrap {
  padding-left: 0;
}

.filtered-rows__title {
  margin: 1.25rem 0 1.875rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #1A1A1A;
}

.filtered-rows__title span {
  color: #636363;
  font-size: 1.25rem;
  font-weight: 400;
}

.filtered-rows .selected-options {
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: 1rem;
}

.filtered-rows .selected-options__item {
  margin-bottom: 1rem;
}

.filtered-rows__mobile-menu {
  margin-bottom: 1.25rem;
}

.filtered-rows__mobile-menu__actions {
  padding-bottom: .75rem;
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: .75rem;
}

.filtered-rows__mobile-menu__actions button:first-child {
  margin-right: .5rem;
}

.filtered-rows__filters.hidden {
  display: none;
}

.filtered-rows__filters.hidden input[type="text"].coveo-facet-search-input {
  font-size: 1rem;
}

.filtered-rows__filters__toggle {
  padding-bottom: 1rem;
}

.module {
  margin: 0 0 1em 0;
  overflow: hidden;
}

.module p {
  margin: 0;
}

.fade {
  position: relative;
  height: 7.2em;
}

.fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.premium-abstract {
  font-size: 17px;
  font-weight: bold;
  color: #0A81D5;
  margin-top: 30px;
  margin-bottom: 20px;
}

.autocomplete {
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 100000;
  box-shadow: 0 3px 4px 0 rgba(19, 19, 19, 0.18), 0 -2px 2px 0 rgba(39, 39, 39, 0);
  text-transform: none;
}

.autocomplete.open {
  visibility: visible;
}

.autocomplete .results {
  padding: 1.4rem;
}

.autocomplete .results a {
  text-decoration: none;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.autocomplete .results ul {
  list-style-type: none;
  padding-left: 0;
}

.autocomplete .results ul li {
  margin: .5rem 0;
}

.autocomplete .results__search {
  padding-right: 1rem;
}

.autocomplete .results__search ul {
  padding-bottom: 1rem;
}

.autocomplete .results__search ul li {
  margin-bottom: 1.4rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.autocomplete .results__search ul li:first-child {
  margin-top: 0;
}

.autocomplete .results__search ul li:hover, .autocomplete .results__search ul li:focus {
  text-decoration: underline;
}

.autocomplete .results__recommended {
  padding-top: 1.5rem;
  border-top: 1px solid #D4D3D3;
}

.autocomplete .results__recommended__title {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.autocomplete .results__recommended ul li {
  margin: 0;
  border-bottom: 1px solid #D4D3D3;
  padding: 1rem 0;
}

.autocomplete .results__recommended ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.autocomplete .results__recommended .result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.autocomplete .results__recommended .result .text {
  line-height: 1.0625rem;
  padding-left: .8rem;
}

.autocomplete .results__recommended .result .text div {
  font-weight: 700;
  font-size: 0.96875rem;
  line-height: 1.1875rem;
  margin-bottom: 3px;
}

.autocomplete .results__recommended .result .text div:hover {
  text-decoration: underline;
}

.autocomplete .results__recommended .result .text span {
  font-weight: 600;
  font-size: 0.84375rem;
  line-height: 1.0625rem;
  color: #363636;
}

.full-image {
  padding: 1.5rem 0;
}

.full-image .image {
  text-align: center;
  height: 100%;
  margin: 1.25rem auto;
  display: block;
}

.quote {
  margin: 1.5rem 0;
}

.quote__wrap {
  padding: 1.25rem 1rem;
  border-top: 1px solid #D4D3D3;
  border-bottom: 1px solid #D4D3D3;
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.8125rem;
  font-style: italic;
  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;
}

.quote .image {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.quote .image img {
  margin: 0;
  width: 100%;
}

.quote span {
  display: block;
}

.bordered-img {
  border: 1px solid #D4D3D3;
  text-align: center;
  margin: 1rem;
  width: auto;
}

.bordered-img img {
  width: auto;
}

.bordered-img .image {
  text-align: center;
}

.bordered-img .image button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .7rem .7rem .75rem;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
}

.bordered-img .image button:hover, .bordered-img .image button:active {
  background-color: #0b90ed;
}

.bordered-img .image button i {
  padding-left: 5px;
}

.bordered-img .desc {
  border-top: 1px solid #D4D3D3;
  padding: .75rem 1rem;
  background-color: #F4F4F4;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #636363;
  font-style: italic;
}

.enlarge .enlarge-img {
  position: relative;
  border: 1px solid #D4D3D3;
  margin: 1.75rem 0;
}

.enlarge .enlarge-img:hover {
  cursor: pointer;
}

.enlarge .enlarge-img .image {
  text-align: center;
}

.enlarge .enlarge-img .image button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .7rem .7rem .75rem;
  background-color: #005A9A;
  background-color: var(--global-dark-color, #0A81D5);
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
}

.enlarge .enlarge-img .image button:hover, .enlarge .enlarge-img .image button:active {
  opacity: 0.9;
}

.enlarge .enlarge-img .image button i {
  padding-left: 5px;
}

.enlarge .enlarge-img .image img {
  max-height: 200px;
  width: auto;
  margin: 0;
  padding: 1rem;
}

.enlarge .enlarge-img .desc {
  border-top: 1px solid #D4D3D3;
  padding: .75rem 1rem;
  background-color: #F4F4F4;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #636363;
  font-style: italic;
}

.feature-generic-card {
  padding: 1.25rem;
  border: 1px solid #D4D3D3;
  height: 100%;
}

.feature-generic-card__img-wrapper img {
  width: 100%;
  height: auto;
}

.feature-generic-card__details-wrapper .feature-generic-card__title, .feature-generic-card__details-wrapper .feature-generic-card__details {
  margin: 0;
}

.feature-generic-card__details-wrapper .feature-generic-card__title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0.75rem 0 0.625rem;
}

.feature-generic-card__details-wrapper .feature-generic-card__details {
  font-size: 0.875rem;
  color: #363636;
}

table.jobs-table thead th, table.jobs-table thead td {
  padding: 1rem;
  border: inherit;
}

table.jobs-table tbody th, table.jobs-table tbody td {
  padding: 1rem;
  border: inherit;
}

#jobsTable_wrapper {
  margin: 30px 0;
}

@media only screen and (min-width: 640px) {
  table.jobs-table td:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #D4D3D3;
  }
}

.job-list .form__elem {
  padding-right: 15px;
  float: left;
  display: block;
  width: 25%;
}

.job-list .form__elem label {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.jobs-select {
  position: relative;
}

.jobs-select::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  right: 10px;
  top: 19px;
  position: absolute;
  z-index: 2;
}

.job-filter {
  transition: all .4s ease-in-out;
  background: #fff;
  color: #636363;
  border: 1px solid #d4d3d3;
  height: 40px;
  padding: 10px;
  border-radius: 1px;
  width: 100%;
  text-align: left;
  outline: 0;
  box-shadow: 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
  display: block;
  overflow: hidden;
  -webkit-appearance: none;
  line-height: 18px;
  margin-bottom: 0px;
  font-size: 15px;
}

job-filter::focus {
  border: 1px solid #636363;
}

@media only screen and (max-width: 768px) {
  .job-list .form__elem {
    padding-right: 0px;
    float: left;
    display: block;
    width: 100%;
  }
}

.language-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-right: 2rem;
}

.language-selector ul {
  list-style: none;
  margin: 0;
}

.language-selector ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-size: 14px;
}

.language-selector ul li a {
  color: #0A81D5;
}

.language-selector ul li a.active {
  color: #ffffff;
}

header {
  position: relative;
  background-color: #F4F4F4;
  /* ----------- iPad 1, 2, Mini and Air ----------- */
  /* Portrait and Landscape */
}

header > div {
  max-width: 100rem;
  margin: 0 auto;
}

header .wrapper.show-for-large {
  display: none;
}

header #searchbox_container {
  width: 100%;
  background: #777777;
  padding: 8px 0;
}

header .hides-coveo-searchbox-hence-renamed-autocomplete {
  width: 100%;
}

header .CoveoSearchbox .magic-box {
  border: none;
}

header .CoveoOmnibox.coveo-query-syntax-disabled.magic-box.magic-box-notEmpty {
  background: #fff;
}

header .CoveoOmnibox.coveo-query-syntax-disabled.magic-box.magic-box-hasFocus {
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

header .CoveoSearchInterface {
  width: 100%;
  background-color: transparent;
  min-width: auto;
}

header .magic-box .magic-box-input {
  background: transparent;
}

header .magic-box .magic-box-input input::-webkit-input-placeholder {
  color: white;
}

header .magic-box .magic-box-input input:-ms-input-placeholder {
  color: white;
}

header .magic-box .magic-box-input input::placeholder {
  color: white;
}

header .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  fill: #fff;
}

header .CoveoSearchButton {
  border: none;
}

header .magic-box-hasFocus + .CoveoSearchButton {
  background: #A3A3A3;
}

header .coveo-search-button-svg {
  color: #fff;
}

header .coveo-search-button-svg:hover {
  color: #fff;
}

header a .svg-class:hover path {
  fill: #fff;
  color: #fff;
}

header a .svg-class:hover path {
  fill: #fff;
  color: #fff;
}

header a svg:hover #coveo-search-button-svg {
  fill: #fff;
  color: #fff;
}

header .coveo-search-button-svg:hover {
  fill: #fff;
  color: #fff;
}

header .coveo-magnifier-circle-svg:hover {
  fill: #fff;
  color: #fff;
}

header .coveo-search-button:hover {
  fill: white;
  color: #fff;
}

header .CoveoSearchButton:hover {
  fill: white;
  color: #fff;
}

header .magic-box ::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

header .magic-box :-ms-input-placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

header .magic-box ::placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

header .magic-box-hasFocus ::-webkit-input-placeholder {
  color: #6f6f6f;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

header .magic-box-hasFocus :-ms-input-placeholder {
  color: #6f6f6f;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

header .magic-box-hasFocus ::placeholder {
  color: #6f6f6f;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

header .topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F4F4F4;
  color: #fff;
  padding: 0.5rem 0.5rem 0;
  font-size: 0.9375rem;
}

header .topbar__tabs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
}

header .topbar__tabs__tab {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #666666;
  margin-right: 0.5rem;
  color: #F4F4F4;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.6875rem 0.6875rem 0.75rem;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  line-height: 0.8;
}

header .topbar__tabs__tab:active, header .topbar__tabs__tab:hover {
  background-color: gray;
}

header .topbar__tabs .active {
  background-color: #F4F4F4;
  color: #005A9A;
  color: var(--global-dark-color, #0A81D5);
}

header .topbar__actions {
  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-bottom: 0.5rem;
}

header .topbar__actions__list li {
  display: inline-block;
  padding: 0 0.8rem;
  border-right: 1px solid;
  border-color: #bfbfbf;
  line-height: 1;
}

header .topbar__actions__list li:last-child {
  border-right: none;
}

header .topbar__actions__list li a {
  color: #bfbfbf;
}

header .topbar__actions__list li a:active, header .topbar__actions__list li a:hover {
  text-decoration: underline;
  color: #fff;
}

header .topbar__actions__phone {
  color: #fff;
}

header .logo {
  padding: 0.625rem 0.625rem 0.3125rem 0.9375rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  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;
}

header .logo img {
  height: 1.75rem;
  width: 100%;
  min-width: 7.5rem;
  display: block;
}

header .logo a {
  text-decoration: none;
  display: block;
}

header .logo p {
  margin: 0px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 0.875rem;
  color: white;
  border-left: 1px solid white;
  padding-left: 10px;
}

header .mainbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(76, 76, 76, 0.28);
}

header .mainbar__container {
  background-color: #1A1A1A;
}

header .mainbar__mainnav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: none;
}

header .mainbar__mainnav__item {
  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;
  border-bottom: 5px solid #fff;
  padding: 0 0.5rem;
  position: relative;
  color: #363636;
}

header .mainbar__mainnav__item.active {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  z-index: 101;
}

header .mainbar__mainnav__item.active::after {
  content: '';
  border-top: 8px solid #0A81D5;
  border-top: 8px solid var(--global-base-color, #0A81D5);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}

header .mainbar__mainnav__item:active, header .mainbar__mainnav__item:hover {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

header .mainbar__mainnav__item .dropdown {
  position: absolute;
  background-color: #fff;
  margin-top: 5px;
  top: 100%;
  left: -100%;
  right: -100%;
  border-top: 1px solid #F4F4F4;
  box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.23);
  padding: 1.2rem;
}

header .mainbar__mainnav__item .dropdown__section {
  padding-bottom: 1rem;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 1rem;
}

header .mainbar__mainnav__item .dropdown__section ul {
  list-style-type: none;
  line-height: 2.0625rem;
  padding-left: 0;
  margin: 0;
}

header .mainbar__mainnav__item .dropdown__section ul li {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  margin: 0;
}

header .mainbar__mainnav__item .dropdown__close {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

header .mainbar__searchbox {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 100;
  box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.24);
  padding: 0;
  margin-top: -1px;
}

header .mainbar__searchbox__container .CoveoOmnibox.magic-box .magic-box-suggestions {
  max-height: 500px;
}

header .mainbar__searchbox__container .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
  display: block;
  max-height: 250px;
  text-overflow: ellipsis;
}

header .mainbar__searchbox__container .CoveoResult.coveo-omnibox-selectable img {
  max-height: 100px;
  width: auto;
}

header .mainbar__searchbox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #777777;
  padding: 0.5rem;
  width: 100%;
}

header .mainbar__searchbox form input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #F4F4F4;
  border-right: none;
  padding-left: 0.8rem;
  padding-right: 0;
  height: 53px;
}

header .mainbar__searchbox form button {
  background-color: #A8A8A8;
}

header .mainbar__searchbox form i {
  line-height: 2.2;
  border-left: none;
  padding: 1rem;
  color: #fff;
  font-size: 1.625rem;
  width: 47px;
  padding-top: 5px;
  text-align: center;
}

header .mainbar__searchbox form i:focus, header .mainbar__searchbox form i:hover {
  text-decoration: none;
}

header .mainbar__actions {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
  background-color: #F4F4F4;
}

header .mainbar__actions__btn {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem 0.625rem;
  background-color: #F4F4F4;
  border-left: 1px solid #1A1A1A;
}

header .mainbar__actions__btn span {
  display: block;
  margin-top: 7px;
  font-weight: 700;
}

header .mainbar__actions__btn.btn--search {
  background-color: #777777;
  color: #fff;
  z-index: 10;
}

header .mainbar__actions__btn.btn--search::before {
  content: "";
  font-family: "icomoon";
  font-size: 1.375rem;
  line-height: 1.5rem;
}

header .mainbar__actions__btn.btn--search.toggled {
  background-color: #777777;
  top: 0;
}

header .mainbar__actions__btn.btn--search.toggled::before {
  content: "";
  font-size: 1rem;
  line-height: 1.5rem;
}

header .mainbar__actions__btn.btn--sign-in {
  background-color: #464646;
}

header .mainbar__actions__btn.btn--sign-in::before {
  content: "";
  font-family: "icomoon";
  font-size: 1.4375rem;
}

header .mainbar__actions__btn.btn--order {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
}

header .mainbar__actions__btn.btn--order::before {
  content: "";
  font-family: "icomoon";
  font-size: 1.25rem;
}

a.mainbar__actions__btn {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}

header .mainbar__mobile-menu__trigger {
  padding: 0.375rem 0.9375rem;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  min-height: 3.6875rem;
  height: 100%;
  background-color: #fff;
  color: #1A1A1A;
  font-weight: 700;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mainbar__mobile-menu__trigger i {
  margin: auto;
}

header .mainbar__mobile-menu__trigger span {
  margin-left: 0.3125rem;
}

header .mainbar__mobile-menu__trigger.open {
  color: #1A1A1A;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-bottom: none;
  left: -1px;
  border-right: solid 1px #D4D3D3;
  padding: 0.375rem 1.25rem 0.375rem 0.9375rem;
  box-shadow: 0 -3px 4px 0 rgba(76, 76, 76, 0.35);
  z-index: 200;
}

header .mainbar__mobile-menu__trigger.open i {
  font-size: 0.8125rem;
}

header .mainbar__mobile-menu .is-drilldown {
  border-top: solid 1px #D4D3D3;
  margin-top: -1px;
  box-shadow: 4px 0 4px 0 rgba(76, 76, 76, 0.24);
  width: 100%;
}

header .mainbar__mobile-menu .mobilemenu .is-drilldown {
  overflow: hidden;
}

header .mainbar__mobile-menu .mobilemenu.invisible .is-drilldown {
  overflow: visible;
}

header .mainbar__language-selector-alternate {
  display: none;
}

header .CoveoSearchbox {
  width: 100%;
}

header .coveo-list-layout .CoveoResult .coveo-omnibox-selectable {
  max-height: 300px;
}

header .coveo-result-list-container .coveo-list-layout-container {
  max-height: 600px;
}

header .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
  max-height: 600px;
  overflow: scroll;
  min-width: 420px;
}

header .CoveoSearchInterface img {
  max-height: 150px;
  width: auto;
  display: inline;
}

header .CoveoSearchInterface .span {
  display: inline;
  text-overflow: ellipsis;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  header .mainbar__mobile-menu__trigger {
    padding: 1.625rem 1.5625rem;
  }
  header .mainbar__searchbox {
    max-width: 300px;
  }
}

footer {
  background-color: #28292C;
  color: #fff;
}

footer .toppart {
  background-color: #28292C;
}

footer .toppart__col:first-child .accordion-title {
  border-top: none;
}

footer .toppart__col.is-active .toppart__col__title::before {
  content: "";
  font-size: 0.8125rem;
  right: 0;
}

footer .toppart__col__title {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 700;
  border: 0;
  border-top: 1px solid #0E0E0E;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  overflow-wrap: normal;
}

:last-child:not(.is-active) > footer .toppart__col__title {
  border-bottom: 0;
}

footer .toppart__col__title:hover, footer .toppart__col__title:focus {
  background-color: #28292C;
  text-decoration: none;
}

footer .toppart__col__title::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.8125rem;
  right: 0;
}

footer .toppart__col__content {
  list-style-type: none;
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  color: #bfbfbf;
  background-color: #28292C;
}

:last-child:not(.is-active) > footer .toppart__col__content {
  border-bottom: 0;
}

footer .toppart__col__content li {
  line-height: 1.1875rem;
  padding: 15px 0;
  margin: 0;
}

footer .toppart__col__content li:first-child {
  padding-top: 0;
}

footer .toppart__col__content li:last-child {
  padding-bottom: 1.875rem;
}

footer .toppart__col__content li a {
  color: #bfbfbf;
  font-size: 0.875rem;
}

footer .toppart__col__content li a.arrow-link {
  margin-top: 1.25rem;
}

footer .toppart__col__content li a.arrow-link span {
  text-decoration: underline;
}

footer .toppart__col__content li a.arrow-link::after {
  text-decoration: none;
  font-size: 0.6875rem;
}

footer .toppart__col__content li a.arrow-link:hover, footer .toppart__col__content li a.arrow-link:active {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

footer .toppart__newsletter {
  padding: 1.5rem 0;
}

footer .toppart__newsletter__title {
  margin-bottom: 0.9375rem;
}

footer .toppart__newsletter__social a {
  color: #fff;
  margin-right: 1.875rem;
  font-size: 1.25rem;
}

footer .toppart__newsletter__social a:hover, footer .toppart__newsletter__social a:active {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  text-decoration: none;
}

footer .botpart {
  background-color: #1A1A1A;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.9375rem;
}

footer .botpart__logo {
  margin-right: 2.25rem;
  margin-bottom: 1.25rem;
}

footer .botpart__items {
  margin-bottom: .75rem;
}

footer .botpart__items div:last-child a {
  border-right: none;
}

footer .botpart__items > div {
  display: inline-block;
}

footer .botpart__items a {
  color: #fff;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #636363;
  font-size: 0.8125rem;
  line-height: 1rem;
  vertical-align: text-top;
  display: block;
}

footer .botpart__copyright {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 0.8125rem;
}

footer .botpart__ticker {
  text-align: left;
}

footer .botpart__ticker--available {
  padding: 10px 0;
  margin-bottom: 1rem;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
}

footer .botpart__ticker .company {
  display: inline-block;
  color: #D4D3D3;
  font-weight: 700;
  margin-right: 10px;
}

footer .botpart__ticker .ticker-quote {
  color: #17D276;
  font-weight: 600;
}

footer .botpart__ticker .ticker-quote .icon-triangle-up:before {
  font-size: 0.6875rem;
}

footer .botpart__ticker .quotedown {
  color: #D0021B;
  font-weight: 600;
}

footer .botpart__ticker .quotedown .icon-triangle-down:before {
  font-size: 0.6875rem;
}

footer .botpart__social {
  margin-top: 1.5rem;
}

footer .botpart__social a {
  color: #fff;
  margin-left: 0;
  margin-right: 2rem;
}

footer .botpart__social a i {
  font-size: 18px;
}

footer .botpart__social a:hover, footer .botpart__social a:focus {
  text-decoration: none;
  opacity: .6;
}

.hero {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}

.hero .columns {
  padding-left: 0;
  padding-right: 0;
}

.hero .background {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  height: 25rem;
  width: 100%;
}

.hero__box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
  border-top: 10px solid #363636;
  padding: 1rem;
}

.hero__box__title {
  font-size: 2.813rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  color: #363636;
}

.hero__box__subtitle {
  margin-bottom: 1rem;
}

.hero__box--image {
  width: 100%;
  height: auto;
  text-align: center;
}

.hero-section {
  position: relative;
  background-color: #676767;
}

.hero-section .gradient {
  background: linear-gradient(-180deg, rgba(8, 8, 9, 0.7) 6%, rgba(0, 0, 0, 0.01) 67%, transparent 68%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.hero-section .hero-title {
  text-align: center;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  position: relative;
  min-height: 200px;
}

.hero-section .hero-title div:last-child {
  padding-bottom: 5rem;
}

.hero-section .hero-title.statement {
  display: table;
  width: 100%;
}

.hero-section .hero__text-wrap {
  padding: 4.25rem 1.875rem 4rem;
}

.hero-section .hero__title {
  padding: 4.5rem 1.875rem .75rem;
  position: relative;
  z-index: 15;
  font-size: 2.375rem;
  line-height: 2.6875rem;
  color: #fff;
  font-weight: 800;
}

.hero-section .hero__title h1 {
  font-size: 2.375rem;
  line-height: 2.6875rem;
  color: #fff;
  font-weight: 800;
  margin: 0;
  max-width: 100%;
  word-break: break-word;
  word-wrap: break-word;
}

.hero-section .hero__tagline {
  padding: 0 1rem .5rem;
  position: relative;
  z-index: 15;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #fff;
}

.hero-section .hero__tagline h2 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #fff;
}

.hero-section .hero__statement {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 7rem;
  padding-top: 3rem;
}

.hero-section .hero__statement h3 {
  display: block;
  color: #fff;
  font-size: 1.625rem;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.875rem;
  padding: 0rem 1.5rem;
  margin-bottom: -2rem;
  margin-top: 0;
  position: relative;
  z-index: 15;
  text-align: center;
}

.hero-section .hero__statement .gradient {
  background: rgba(26, 26, 26, 0.6);
}

.hero-carousel--alt .herobox {
  background: #1A1A1A;
  text-align: center;
}

.hero-carousel--alt .herobox__subtitle {
  margin: 0 2rem 2rem 2rem;
}

.hero-carousel--alt .herobox__cta a {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  border-color: #0A81D5;
  border-color: var(--global-base-color, #0991F2);
}

.hero-carousel--alt .herobox__cta a::after {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.hero-carousel.clear .gradient {
  background: linear-gradient(-180deg, rgba(8, 8, 9, 0.7) 6%, rgba(0, 0, 0, 0.01) 67%, transparent 68%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  z-index: 10;
}

.hero-carousel.clear .background-overlay {
  background: url("../images/hero-pattern-overlay.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: .7;
}

.hero-carousel.clear .herobox {
  background: none;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.hero-carousel.clear .herobox__title {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.hero-carousel.clear .herobox__subtitle {
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-carousel.clear .hero .background {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  height: 25rem;
  position: absolute;
}

.hero-carousel.clear .hero .background + .row {
  height: 100%;
}

.hero-carousel.clear .hero .background + .row .columns {
  display: table;
  height: 100%;
}

.hero-carousel .owl-carousel .owl-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 2rem;
  text-align: center;
}

.hero-carousel .owl-carousel .owl-dots button span {
  background-color: #fff;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: .4rem;
  margin-right: .4rem;
}

.hero-carousel .owl-carousel .owl-dots button.active span {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
}

.hero-carousel .owl-carousel .owl-dots button:hover span {
  background-color: #D4D3D3;
}

.hero-carousel .hero {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  padding-top: 0px;
  min-height: 440px;
}

.hero-carousel .hero .background {
  height: 11rem;
  width: 100%;
  background-size: cover;
  min-height: 440px;
}

.hero-carousel .hero .background + .row {
  z-index: 11;
}

.hero-carousel .hero .columns {
  padding-left: 0;
  padding-right: 0;
}

.hero-carousel .hero__box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
  border-top: 10px solid #363636;
  padding: 1rem;
}

.hero-carousel .hero__box__title {
  font-size: 2.813rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  color: #363636;
}

.hero-carousel .hero__box__subtitle {
  margin-bottom: 1rem;
}

.hero-carousel .hero__box--image {
  width: 100%;
  height: auto;
  text-align: center;
}

.hero-promo {
  background-color: #1A1A1A;
  margin: 1.5rem 0;
}

.hero-promo .promo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.hero-promo__text-wrap {
  background-color: #1A1A1A;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  color: #fff;
}

.hero-promo__text-wrap .btn {
  position: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fff;
  display: inline-block;
  border: 1.5px solid;
}

.hero-promo__image {
  min-height: 15.625rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 0rem;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}

.hero-promo__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.hero-promo__subtitle {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-banner {
  position: relative;
  border-bottom: 8px solid #0A81D5;
  border-bottom: 8px solid var(--global-base-color, #0991F2);
}

.hero-banner__wrap {
  height: 12vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -2px;
}

.error-section h1 {
  font-weight: 600;
}

.error-section p {
  color: #636363;
}

.three-card {
  background-color: #1A1A1A;
}

.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;
}

.three-card__label {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}

.three-card__thumb {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 1rem;
  padding: 0.9375rem 0.9375rem 1.875rem;
  background-color: #fff;
}

.three-card__thumb > a {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  text-decoration: none;
}

.three-card__thumb > a:hover .three-card__thumb__title {
  text-decoration: underline;
}

.three-card__thumb__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 68%;
}

.three-card__thumb__label {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  color: #fff;
  background-color: #1A1A1A;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  text-transform: uppercase;
}

.three-card__thumb img {
  height: auto;
}

.three-card__thumb span {
  font-size: 1.25rem;
}

.three-card__thumb__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 700;
  padding: .75rem 0 .35rem;
}

.three-card__thumb__desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
}

.three-card__thumb__desc:hover {
  text-decoration: none;
}

.three-card__thumb__desc p {
  margin: 0;
}

.three-card--light {
  background-color: #F4F4F4;
}

.three-card--light .three-card__label {
  color: #1A1A1A;
}

.three-card--light .three-card__thumb {
  border: 1px solid #D4D3D3;
  padding: 1.25rem;
}

.three-card--light .three-card__thumb__title {
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  padding-bottom: 0.3125rem;
}

.three-card--light .three-card__thumb__subtitle {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  color: #363636;
  font-weight: 700;
  padding: 0 0 .5rem;
}

.three-card--light .three-card__gallery {
  background-color: #F4F4F4;
}

.browse__title {
  font-size: 1.5rem;
  color: #363636;
  margin: 1.5rem 0;
  line-height: 1.875rem;
}

.browse__title span {
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  display: block;
}

.browse__main {
  margin-top: 1.25rem;
}

.browse__side {
  line-height: 1.8;
  padding: 1rem;
  background-color: #F4F4F4;
  border-top: 3px solid #1A1A1A;
}

.browse__side__title {
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #363636;
}

.browse__side__item a {
  color: #D4D3D3;
}

.browse__side__item a:hover, .browse__side__item a:focus {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.browse__side__item:last-child {
  margin-bottom: 0.5rem;
}

.browse__side__item span {
  margin-left: 3px;
  font-size: 0.9375rem;
  opacity: .8;
}

.browse__side__wrapper {
  margin-bottom: 1rem;
}

.browse__side.reveal .browse__side__title {
  position: relative;
  margin-bottom: 1rem;
}

.browse__side.reveal .browse__side__title span {
  font-size: 1.25rem;
}

.browse__side.reveal .browse__side__item {
  padding-bottom: 1.125rem;
}

.browse__side.reveal .browse__side__item a {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.browse__side.reveal .close-button {
  position: absolute;
  right: 0;
}

.browse__side.reveal .close-button i {
  line-height: 1.8;
  font-size: 0.8rem;
}

.browse__side--product-type, .browse__side--refine-by {
  line-height: 1.8;
  margin-right: 2rem;
  background-color: #fff;
}

.browse__side--product-type .browse__side__title, .browse__side--refine-by .browse__side__title {
  color: #fff;
  font-size: 1.1875rem;
  text-transform: none;
  padding: .2rem 1rem .3rem;
  background-color: #1A1A1A;
}

.browse__side--product-type .browse__side__item, .browse__side--refine-by .browse__side__item {
  line-height: 2;
  padding-left: 1rem;
  font-size: 1.03125rem;
}

.browse__side--product-type .browse__side__item a, .browse__side--refine-by .browse__side__item a {
  color: #D4D3D3;
}

.browse__side--product-type .browse__side__item a:hover, .browse__side--product-type .browse__side__item a:focus, .browse__side--refine-by .browse__side__item a:hover, .browse__side--refine-by .browse__side__item a:focus {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.browse__side--product-type.reveal .browse__side__title, .browse__side--refine-by.reveal .browse__side__title {
  color: #fff;
  position: relative;
  margin: -1rem -1rem 0.75rem;
  padding: 0.5rem 1rem;
  background-color: #1A1A1A;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.browse__side--product-type.reveal .browse__side__item, .browse__side--refine-by.reveal .browse__side__item {
  padding-left: 0;
  padding-bottom: 0.75rem;
}

.browse__side--product-type.reveal .browse__side__item a, .browse__side--refine-by.reveal .browse__side__item a {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.browse__side--product-type.reveal .browse__side__inline-title, .browse__side--refine-by.reveal .browse__side__inline-title {
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.browse__side--product-type.reveal .close-button, .browse__side--refine-by.reveal .close-button {
  line-height: 1.8;
  color: #fff;
  margin-left: auto;
}

.browse__side--product-type.reveal .close-button i, .browse__side--refine-by.reveal .close-button i {
  font-size: .9rem;
}

.browse__side--refine-by .browse__side__inline-title {
  line-height: 2;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #1A1A1A;
}

.browse__side--refine-by .browse__side__items-wrap > div {
  display: none;
}

.browse__side--refine-by .browse__side__items-wrap > div:nth-child(-n+5) {
  display: block;
}

.browse__side--refine-by .browse__side__items-wrap.show-all > div {
  display: block;
}

.browse__side--refine-by .browse__side__back a, .browse__side--refine-by .browse__side__back button {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  border-bottom: 1px solid #F4F4F4;
}

.browse__side--refine-by .browse__side__back a::before, .browse__side--refine-by .browse__side__back button::before {
  font-family: "icomoon";
  font-size: 0.625rem;
  margin-right: 0.4rem;
  display: inline-block;
}

.browse__side--refine-by .browse__side__back a:hover::before {
  text-decoration: none;
}

.browse__side--refine-by .browse__side__show-more {
  margin-bottom: 1rem;
}

.browse__side--refine-by .browse__side__show-more button {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.browse__side--refine-by .browse__side__show-more button::after {
  font-family: "icomoon";
  font-size: 0.625rem;
  margin-left: 0.4rem;
}

.browse__side--refine-by .explore-filters .accordion {
  padding-left: 0;
  padding-right: 0;
}

.browse__side--refine-by .explore-filters .accordion .accordion-item:first-child a {
  border-top: none;
}

.browse__header {
  background-color: #F4F4F4;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 0.75rem;
}

.browse__header > div {
  display: inline-block;
}

.browse__header__pagination {
  float: right;
}

.browse__end {
  border-bottom: 1px solid #F4F4F4;
  width: 100%;
}

.browse__load-more {
  text-align: center;
  padding-top: .5rem;
  margin-bottom: 1.75rem;
}

.browse-item {
  padding: 0 0 2rem;
  width: auto;
}

.browse-item__image {
  border: 1px solid #F4F4F4;
  text-align: center;
  margin-bottom: 0.625rem;
  width: 100%;
}

.browse-item__image img {
  background-size: cover;
  width: 100%;
}

.browse-item__image--icon {
  padding: 3rem 0;
}

.browse-item__image--icon a {
  color: #F4F4F4;
}

.browse-item__image--icon i {
  font-size: 3.4375rem;
}

.browse-item__image--icon .text {
  text-transform: uppercase;
  font-size: 0.9375rem;
}

.browse-item__info__title {
  font-size: 1.25rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  margin-bottom: 0.3125rem;
}

.browse-item__info__desc {
  margin-bottom: 1.2rem;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.browse-item__info__labels > div {
  display: inline-block;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  padding: 0.1rem 0.4rem .2rem;
  font-size: 0.9375rem;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
  color: rgba(212, 211, 211, 0.85);
}

.browse-item__info__labels > div i {
  font-size: 0.9375rem;
  vertical-align: middle;
  margin-right: 2px;
}

.page-title {
  margin-bottom: 1.5rem;
}

.page-title__text {
  font-size: 1.75rem;
  color: #363636;
  line-height: 2;
}

.section-title {
  margin: 1.25rem 0 2.25rem 0;
}

.section-title__text {
  font-size: 1.5rem;
  color: #1A1A1A;
  line-height: 1.8125rem;
  font-weight: 600;
}

.accordion-filters {
  position: relative;
  z-index: 10;
}

.accordion-filters__menu {
  display: block;
}

.accordion-filters__menu__toggle button {
  padding: .6rem 2.25rem .6rem .6rem;
  margin: 0 .5rem .5rem 0;
  border: 1px solid #0A81D5;
  border: 1px solid var(--global-base-color, #0991F2);
  border-radius: 1px;
  position: relative;
  font-size: 0.875rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  background-color: #F4F4F4;
  z-index: 200;
}

.accordion-filters__menu__toggle button::after {
  content: "";
  font-family: "icomoon";
  font-size: 0.6875rem;
  position: absolute;
  right: .5rem;
  top: 11px;
}

.accordion-filters__menu__toggle button.toggled {
  color: #363636;
  border-color: #D4D3D3;
}

.accordion-filters__menu__toggle button.toggled::after {
  content: "";
  color: #363636;
}

.accordion-filters__menu__toggle button:hover {
  background: rgba(212, 211, 211, 0.1);
}

.accordion-filters__menu__list {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  width: 100%;
  padding: .75rem 1rem 1rem .75rem;
  background-color: #fff;
  border: 1px solid #D4D3D3;
  min-width: 200px;
}

.accordion-filters__menu__list.display {
  display: block;
  margin-bottom: 12px;
  margin-top: -8px;
}

.accordion-filters__menu__list label {
  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;
  padding-top: .25rem;
  padding-bottom: .5rem;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: #363636;
}

.accordion-filters__menu__list label.hide {
  display: none;
}

.accordion-filters__menu__list label [type=checkbox] {
  margin-top: 0.2rem;
  margin-right: 0.3rem;
}

.accordion-filters__menu__list label:last-child {
  margin-bottom: 0;
}

.accordion-filters__menu__list label div {
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}

.accordion-filters__menu__list label span {
  margin-left: 0.2rem;
  font-size: 0.875rem;
  color: #636363;
}

.accordion-filters__menu__list__show-list label:nth-child(n+9) {
  display: none;
}

.accordion-filters__menu__list__show-list.show-all label:nth-child(n+9) {
  display: block;
}

.accordion-filters__menu__show-more {
  font-size: 0.875rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.accordion-filters__menu__show-more::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.625rem;
  margin-right: 0.4375rem;
  margin-left: -0.125rem;
}

.accordion-filters__menu__show-more.toggled::before {
  content: "";
}

.accordion-filters__mobile-menu__actions {
  padding-bottom: .5rem;
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: .75rem;
}

.accordion-filters__mobile-menu__actions button:first-child {
  margin-right: .5rem;
}

.accordion-filters .accordion-filters__menu {
  margin-bottom: .25rem;
  position: relative;
  z-index: 10;
}

.accordion-filters .accordion-filters__menu__toggle button {
  width: 100%;
  text-align: left;
  border: 1px solid #D4D3D3;
  color: #1A1A1A;
  font-size: 0.96875rem;
  line-height: 1.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2.4rem 1rem 1rem;
}

.accordion-filters .accordion-filters__menu__toggle button::after {
  font-family: "icomoon";
  font-size: 0.875rem;
  position: absolute;
  right: .8rem;
  top: 16px;
  color: #1A1A1A;
}

.accordion-filters .accordion-filters__menu__toggle button.toggled {
  color: #1A1A1A;
  margin-bottom: 0;
}

.accordion-filters .accordion-filters__menu__list {
  position: relative;
  margin-top: -1px;
}

.accordion-filters .accordion-filters__menu__list label:last-child {
  margin-bottom: 0;
}

.accordion-filters.invert-colors .accordion-filters__menu__toggle button {
  background-color: #F4F4F4;
}

.accordion-filters.invert-colors .accordion-filters__menu__list {
  background-color: #fff;
}

.browse-by__control__label {
  display: none;
}

.browse-by__menus .accordion-filters__menu {
  display: inline-block;
  position: relative;
  z-index: unset;
}

.browse-by__menus .accordion-filters__menu__toggle button {
  z-index: unset;
  width: auto;
  padding: .6rem 2.25rem .6rem .6rem;
  margin: 0 .5rem .5rem 0;
  border: 1px solid #0A81D5;
  border: 1px solid var(--global-base-color, #0991F2);
  border-radius: 1px;
  font-size: 0.875rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  text-transform: none;
  font-weight: 400;
}

.browse-by__menus .accordion-filters__menu__toggle button::after {
  content: "";
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-family: "icomoon";
  font-size: 0.6875rem;
  position: absolute;
  right: .5rem;
  top: 11px;
}

.browse-by__menus .accordion-filters__menu__toggle button.toggled {
  color: white;
  border-color: #D4D3D3;
}

.browse-by__menus .accordion-filters__menu__toggle button.toggled::after {
  content: "";
  color: white;
}

.browse-by__menus .accordion-filters__menu__toggle button.toggled::after:hover {
  color: white;
}

.browse-by__menus .accordion-filters__menu__toggle button.toggled:hover {
  color: white;
}

.browse-by__menus .accordion-filters__menu__toggle button.toggled:hover::after {
  color: white;
}

.browse-by__menus .accordion-filters__menu__toggle button:hover {
  background: #0A81D5;
  background: var(--global-base-color, #0991F2);
  color: white;
  border-color: #0A81D5;
  border-color: var(--global-base-color, #0991F2);
}

.browse-by__menus .accordion-filters__menu__toggle button:hover::after {
  color: white;
}

.browse-by__menus .accordion-filters__menu__list {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  right: auto;
  width: auto;
  padding: .75rem 1rem 1rem .75rem;
  background-color: #fff;
  border: 1px solid #D4D3D3;
  min-width: 200px;
}

.browse-by__menus .accordion-filters__menu__list.display {
  display: block;
  margin-bottom: 12px;
  margin-top: .5rem;
}

.browse-by__menus .accordion-filters__menu__list label {
  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;
  padding-top: .25rem;
  font-size: 1rem;
  color: #363636;
}

.browse-by__menus .accordion-filters__menu__list label [type=checkbox] {
  margin-top: 0.2rem;
  margin-right: 0.3rem;
}

.browse-by__menus .accordion-filters__menu__list label:last-child {
  margin-bottom: 0;
}

.browse-by__mobile-menus {
  margin-bottom: 1.25rem;
}

.browse-by__mobile-menus button {
  font-weight: 700;
}

.browse-by__mobile-menu {
  margin-bottom: .25rem;
}

.browse-by__mobile-menu__actions {
  padding-bottom: .75rem;
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: .75rem;
}

.browse-by__mobile-menu__actions button:first-child {
  margin-right: .5rem;
}

.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;
}

.browse-by .tiles .tile {
  position: relative;
  border-bottom: 3px solid #1A1A1A;
  margin-bottom: 2rem;
  -webkit-flex-basis: 100;
      -ms-flex-preferred-size: 100;
          flex-basis: 100;
}

.browse-by .tiles .tile__image {
  padding-top: 68%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}

.browse-by .tiles .tile__image__label {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  color: #fff;
  background-color: #1A1A1A;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  text-transform: uppercase;
}

.browse-by .tiles .tile__content {
  padding: .9rem 0 1.75rem;
}

.browse-by .tiles .tile__title {
  margin-bottom: 0.375rem;
}

.browse-by .tiles .tile__title a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.browse-by .tiles .tile__desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
}

.browse-by .tiles .tile__desc span {
  font-weight: 600;
  color: #1A1A1A;
}

.browse-by .tiles__load-more {
  text-align: center;
  padding: 0 0 3rem;
  margin: 0 auto;
}

.browse-by .reveal:focus {
  top: 0px !important;
}

.browse-by .reveal.full {
  overflow: hidden;
}

.video-section {
  margin: 1.5rem 0;
  color: #1A1A1A;
  padding-bottom: 1rem;
}

.video-section > .row {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.video-section video {
  background-color: #fff;
}

.video-section__desc {
  margin: 1rem 0;
  padding: 0 1rem;
}

.video-section__desc div {
  margin-bottom: 1.5rem;
}

.video-section__desc h3 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.video-section__desc p {
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.content-container {
  padding: 8px 0 20px 0;
}

.content-two-col {
  margin: 1.5rem 0;
}

.content-two-col > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.content-two-col > .row > .column, .content-two-col > .row > .columns,
.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;
}

.content-two-col__image-wrap {
  text-align: center;
  width: 100%;
  margin: 1.5rem 0;
}

.content-two-col__image-wrap img {
  width: 100%;
}

.content-two-col__text {
  margin: 1.5rem 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-two-col__text {
    max-width: 98%;
  }
}

.content-two-col__text h2 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 2rem;
  text-align: left;
}

.content-two-col__text h2:first-child {
  margin-top: 0;
  color: #1A1A1A;
  font-size: 1.2rem;
}

.content-two-col__text h3:first-child {
  margin-top: 0;
  color: #1A1A1A;
}

.content-two-col__text p {
  margin: .5rem 0 1.5rem;
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  text-align: left;
}

.content-two-col__text p:last-child {
  margin-bottom: 0;
}

.content-two-col__text ul li {
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1.25rem;
}

.content-two-col__text ul li:last-child {
  margin-bottom: 0;
}

.content-two-col__text em {
  white-space: normal;
}

.combo-video-text {
  margin: 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.combo-video-text > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.combo-video-text > .row > .column, .combo-video-text > .row > .columns,
.combo-video-text > .row > .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.combo-video-text h2 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 2rem;
  text-align: left;
}

.combo-video-text h2:first-child {
  margin-top: 0;
  color: #1A1A1A;
  font-size: 1.2rem;
}

.combo-video-text h3:first-child {
  margin-top: 0;
  color: #1A1A1A;
}

.combo-video-text p {
  margin: .5rem 0 1.5rem;
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  text-align: left;
}

.combo-video-text p:last-child {
  margin-bottom: 0;
}

.combo-video-text ul li {
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1.25rem;
}

.combo-video-text ul li:last-child {
  margin-bottom: 0;
}

.combo-video-text .columns .row {
  padding: 0;
}

.combo-video-text .columns:first-child {
  padding-bottom: 1rem;
}

.combo-video-text .video-wrap .video-title__wrap {
  position: relative;
  top: 0;
  padding-left: 25px;
  background: #1A1A1A;
  z-index: 90;
}

.column-card-list, .column-card-list--gray-back {
  background-color: #1A1A1A;
  position: relative;
  padding-bottom: 1rem;
}

.column-card-list h2, .column-card-list--gray-back h2 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.column-card-list h4, .column-card-list--gray-back h4 {
  color: #636363;
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-bottom: 7px;
}

.column-card-list .cards, .column-card-list--gray-back .cards {
  margin-left: 0px;
  padding-left: 0px;
}

.column-card-list .cards .card, .column-card-list--gray-back .cards .card {
  margin-bottom: 15px;
}

.column-card-list .cards .card h3, .column-card-list--gray-back .cards .card h3 {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin: 0;
  margin-bottom: 7px;
}

.column-card-list .cards .card h3 .tag, .column-card-list--gray-back .cards .card h3 .tag {
  font-size: 0.8125rem;
  margin-right: 3px;
}

.column-card-list .cards .card h3:hover, .column-card-list .cards .card h3:focus, .column-card-list--gray-back .cards .card h3:hover, .column-card-list--gray-back .cards .card h3:focus {
  text-decoration: underline;
}

.column-card-list .cards .card .image, .column-card-list--gray-back .cards .card .image {
  display: none;
  position: relative;
}

.column-card-list .cards .card .image img, .column-card-list--gray-back .cards .card .image img {
  width: 100%;
}

.column-card-list .cards .card .image .premium-label, .column-card-list--gray-back .cards .card .image .premium-label {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}

.column-card-list .cards .card a > div, .column-card-list--gray-back .cards .card a > div {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.column-card-list .cards .card a > div:hover, .column-card-list .cards .card a > div:focus, .column-card-list--gray-back .cards .card a > div:hover, .column-card-list--gray-back .cards .card a > div:focus {
  box-shadow: 0 3px 0 0 #0A81D5;
  box-shadow: 0 3px 0 0 var(--global-base-color, #0A81D5);
}

.column-card-list .tag, .column-card-list--gray-back .tag {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

.column-card-list a, .column-card-list--gray-back a {
  display: block;
  text-decoration: none;
}

.column-card-list a p, .column-card-list--gray-back a p {
  color: #636363;
  text-align: left;
}

.column-card-list .view-all, .column-card-list--gray-back .view-all {
  top: 15px;
  right: 15px;
  margin: 0rem auto 1.3rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.82);
  display: inline-block;
}

.column-card-list .content, .column-card-list--gray-back .content {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}

.column-card-list a > div, .column-card-list--gray-back a > div {
  display: table;
  padding: 0.75rem 0.9375rem 0.9375rem;
  width: 100%;
}

.column-card-list p, .column-card-list--gray-back p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
}

.column-card-list--gray-back {
  background-color: #F4F4F4;
}

.column-card-list--gray-back h2 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  color: #636363;
}

.accordion-cards {
  margin: 1rem 0;
}

.accordion-cards p {
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  margin-top: 0;
}

.accordion-cards h2 {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: .7rem;
}

.accordion-cards h3 {
  font-size: 1.15625rem;
  line-height: 1.375rem;
  margin-bottom: .5rem;
  text-align: left;
}

.accordion-cards .list {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}

.accordion-cards .list ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.accordion-cards .list ul li {
  margin-bottom: 15px;
}

.accordion-cards .list ul li a > div {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.accordion-cards .list ul li a > div:hover, .accordion-cards .list ul li a > div:focus {
  box-shadow: 0 3px 0 0 #0991f2;
}

.accordion-cards .card {
  border: 1px solid #D4D3D3;
  background: #F4F4F4;
  border-radius: 1px;
  box-shadow: 0 1px 3px 0 rgba(80, 80, 80, 0.19);
  position: relative;
  top: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion-cards .card:hover, .accordion-cards .card:focus {
  cursor: pointer;
}

.accordion-cards .card h2 {
  text-align: center;
}

.accordion-cards .card-toggle {
  text-align: center;
}

.accordion-cards .card-toggle .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 4px;
  border-radius: 42px !important;
  position: relative;
  z-index: 20;
  padding: 1rem;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
}

.accordion-cards .card-toggle .btn span {
  position: absolute;
  top: 0.5625rem;
  left: 0.125rem;
  font-size: 1rem;
}

.accordion-cards .card-toggle .btn:hover, .accordion-cards .card-toggle .btn:focus {
  opacity: 0.9;
}

.accordion-cards .card-container.active {
  padding-bottom: 1rem;
}

.accordion-cards .card-container.active .accordion-cards__content {
  display: block;
  margin-bottom: 1rem;
}

.accordion-cards .card-container.active .accordion-cards__content p {
  font-size: 0.875rem;
  line-height: 1rem;
  width: auto;
  text-align: left;
}

.accordion-cards .card-container.active .accordion-cards__content h3 {
  font-size: 1.375rem;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
}

.accordion-cards .card-container.active .btn span {
  top: 0.4375rem;
}

.accordion-cards .card-container.active .btn span::before {
  content: "";
}

.accordion-cards .card-container.active .card {
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 1rem;
}

.accordion-cards .card-container.active .card h2 {
  color: #1A1A1A;
}

.accordion-cards__content {
  display: none;
  background: #F4F4F4;
  margin-top: -17px;
  padding-top: 1.875rem;
  border-bottom: 1px solid #0A81D5;
  border-bottom: 1px solid var(--global-base-color, #0991F2);
  border-top: 1px solid #D4D3D3;
}

.accordion-cards__content .row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.accordion-cards__content h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.accordion-cards__content p {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  color: #636363;
}

.accordion-cards__content .card h2 {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.accordion-cards__content .card h3 {
  font-size: 0.875rem;
  font-weight: 700;
}

.accordion-cards__content .card p {
  font-size: 0.8125rem;
  margin-bottom: 0px;
  overflow: auto;
  display: block;
}

.accordion-cards__content .card img {
  margin: 0;
}

.accordion-cards__content .cardcol p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.accordion-cards__content .card-close {
  background-color: #F4F4F4;
  position: relative;
  bottom: -10px;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  z-index: 10;
}

.accordion-cards__content .card-close:after {
  content: "";
  width: 80px;
  height: 18px;
  background-color: #F4F4F4;
  border: 1px solid #0A81D5;
  border: 1px solid var(--global-base-color, #0991F2);
  z-index: -2;
  display: block;
  position: absolute;
  left: -12px;
  top: 4px;
  border-top: none;
}

.accordion-cards__content .card-close span {
  font-size: 0.6875rem;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.accordion-cards__content .hero-promo {
  margin-left: -1rem;
  margin-right: -1rem;
}

.accordion-cards__content .hero-promo__text-wrap {
  padding-left: 1rem;
}

.accordion-cards__content .rte-tables table.tablesaw tbody td:nth-child(even) {
  background-color: white;
}

.accordion-cards .card-container.active .accordion-cards__content .two-column h3 {
  font-size: 0.875rem;
  margin: 0;
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .accordion-cards p {
    color: #636363;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0;
  }
  .accordion-cards h2 {
    color: #0A81D5;
    color: var(--global-base-color, #0991F2);
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: .7rem;
  }
}

.stats {
  margin: 1.5rem auto 1.5rem;
}

.stats .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.stats .row .stat {
  text-align: center;
  -webkit-flex-basis: 49.5%;
      -ms-flex-preferred-size: 49.5%;
          flex-basis: 49.5%;
  margin-bottom: 2.5rem;
}

.stats .row .stat__text span {
  font-size: 3rem;
  line-height: 4.0625rem;
  color: #0A81D5;
  color: var(--global-base-color, #005A9A);
  border-bottom: 1px solid #0A81D5;
  border-bottom: 1px solid var(--global-base-color, #0991F2);
  font-weight: 700;
}

.stats .row .stat__label {
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #636363;
  margin-top: 0.4375rem;
  text-transform: uppercase;
}

/* ----------- iPad 3, 4 through Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) {
  .stats .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .stats .row .stat {
    text-align: center;
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin-bottom: 2.5rem;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .stats .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .stats .row .stat {
    text-align: center;
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    margin-bottom: 2.5rem;
  }
}

.desc-area__text {
  padding-bottom: 1rem;
}

.desc-area__text h3 {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #1A1A1A;
  margin: 0;
  margin-bottom: 1rem;
}

.desc-area__text p {
  color: #636363;
}

.desc-area__text em {
  white-space: normal;
}

.desc-area, .combo-two-images {
  margin: 1.5rem 0;
}

.desc-area__image, .combo-two-images__image {
  border: 1px solid #D4D3D3;
  margin-left: 1px;
}

.desc-area__image__wrap, .combo-two-images__image__wrap {
  text-align: center;
  padding: 1rem;
  background-color: #fff;
}

.desc-area__image__desc, .combo-two-images__image__desc {
  border-top: 1px solid #D4D3D3;
  padding: .8rem;
  background-color: #F4F4F4;
  font-style: italic;
  font-size: 0.84375rem;
  line-height: 1.125rem;
}

.desc-area__image img, .combo-two-images__image img {
  margin-bottom: 0;
  width: 100%;
}

.desc-area__image--no-caption, .combo-two-images__image--no-caption {
  border: none;
}

.desc-area__image--no-caption .combo-two-images__image__wrap, .combo-two-images__image--no-caption .combo-two-images__image__wrap {
  padding: 0;
}

.combo-two-images .columns:first-child .combo-two-images__image {
  margin-bottom: 1rem;
}

.filtered-grid__mobile-menu {
  margin-bottom: 1.25rem;
}

.filtered-grid__mobile-menu button {
  font-weight: 700;
}

.filtered-grid__mobile-menu__actions {
  padding-bottom: .75rem;
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: .75rem;
}

.filtered-grid__mobile-menu__actions button:first-child {
  margin-right: .5rem;
}

.filtered-grid.hide-filters .filtered-grid__filters {
  display: none;
}

.filtered-grid__title {
  color: #1A1A1A;
  font-size: 1.5625rem;
  line-height: 1.75rem;
  margin: 1.5rem 0 2rem;
}

.center-img {
  margin: 1.5rem 0;
}

.center-img .column, .center-img .columns {
  text-align: center;
}

.center-img .column img, .center-img .columns img {
  width: 100%;
}

.enlarge-img {
  margin: 1.5rem auto;
}

.enlarge-img__wrap {
  position: relative;
  border: 1px solid #D4D3D3;
  width: 100%;
}

.enlarge-img .image {
  text-align: center;
}

.enlarge-img .image button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .7rem .7rem .75rem;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  max-height: 45px;
}

.enlarge-img .image button:hover, .enlarge-img .image button:active {
  opacity: 0.95;
}

.enlarge-img .image button i {
  padding-left: 5px;
}

.enlarge-img .image img {
  max-height: 250px;
  width: auto;
  margin: 0;
  padding: 1rem;
}

.enlarge-img .desc {
  border-top: 1px solid #D4D3D3;
  padding: .75rem 1rem;
  background-color: #F4F4F4;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #636363;
  font-style: italic;
}

.enlarge-reveal {
  overflow-y: hidden;
}

.enlarge-reveal [data-close] {
  background-color: #fff;
  padding: .5rem;
  border: 1px solid #D4D3D3;
  right: 1rem;
  top: 1rem;
  position: absolute;
}

.enlarge-reveal img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}

.enlarge-reveal__wrapper {
  position: relative;
  overflow: auto;
  height: auto;
  max-height: 85vh;
  text-align: center;
}

.enlarge-reveal__inner {
  height: auto;
}

.combo-enlarge-img-rte {
  margin: 1.5rem 0;
}

.combo-enlarge-img-rte .enlarge-img {
  margin: 0;
}

.combo-enlarge-img-rte__text h2 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 2rem;
}

.combo-enlarge-img-rte__text h2:first-child {
  margin-top: 0;
}

.combo-enlarge-img-rte__text h3:first-child {
  margin-top: 0;
}

.combo-enlarge-img-rte__text p {
  margin: .5rem 0 1.5rem;
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.combo-enlarge-img-rte__text p:last-child {
  margin-bottom: 0;
}

.combo-enlarge-img-rte__text em {
  white-space: normal;
}

.combo-enlarge-img-rte .columns:first-child {
  margin-bottom: 2rem;
}

.content-rte {
  margin: 1rem 0;
}

.combo-two-rte {
  margin: 1.5rem 0;
}

.content-rte h2,
.combo-two-rte h2 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 2rem;
}

.content-rte h2:first-child,
.combo-two-rte h2:first-child {
  margin-top: 0;
}

.content-rte h3:first-child,
.combo-two-rte h3:first-child {
  margin-top: 0;
}

.content-rte p,
.combo-two-rte p {
  margin: .5rem 0 1.5rem;
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.content-rte p:last-child,
.combo-two-rte p:last-child {
  margin-bottom: 0;
}

.content-rte ul li,
.combo-two-rte ul li {
  margin-bottom: 1.2rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.image-three {
  margin: 1.5rem 0;
}

.image-three > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.image-three__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid #D4D3D3;
}

.image-three__item:last-child {
  border-bottom: 1px solid #D4D3D3;
}

.image-three__item__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 1rem;
}

.image-three__item__title {
  color: #1A1A1A;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .3rem;
  max-width: 100%;
}

.image-three__item__desc {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  line-height: 1.25rem;
  color: #636363;
  max-width: 100%;
}

.list-icons__item {
  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;
  margin: 1.5rem 0;
}

.list-icons__item__icon {
  font-size: 1.75rem;
  border-radius: 50%;
  background-color: #005A9A;
  background-color: var(--global-dark-color, #005A9A);
  height: 3.1rem;
  width: 3.1rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.list-icons__item__icon i {
  color: #fff;
}

.list-icons__item__icon .icon-temp {
  font-size: 2rem;
}

.list-icons__item__icon .icon-weight {
  padding-bottom: 4px;
}

.list-icons__item__desc {
  margin-left: 1rem;
  color: #005A9A;
  color: var(--global-dark-color, #005A9A);
  font-weight: 600;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.3125rem;
  max-width: calc(100% - 4.1rem);
}

.list-icons__wrap {
  margin: 1.5rem 0;
}

.list-icons__wrap h2 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 2rem;
}

.list-icons__wrap h2:first-child {
  margin-top: 0;
}

.list-icons__wrap h3:first-child {
  margin-top: 0;
}

.list-icons__wrap p {
  margin: .5rem 0 1.5rem;
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.list-icons__wrap p:last-child {
  margin-bottom: 0;
}

.list-icons__wrap .columns:first-child .list-icons {
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: 2rem;
}

.list-icons__wrap .columns:last-child .list-icons {
  border-top: 1px solid #D4D3D3;
  margin-top: 2rem;
}

.titled-table h2 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 2rem;
}

.titled-table h2:first-child {
  margin-top: 0;
}

.titled-table h3:first-child {
  margin-top: 0;
}

.titled-table table.tablesaw {
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  width: 100%;
}

.titled-table table.tablesaw td,
.titled-table table.tablesaw th {
  vertical-align: top;
}

.titled-table table.tablesaw th {
  background-color: #1A1A1A;
  color: #fff;
  text-align: left;
  padding: .85rem;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}

.titled-table table.tablesaw td {
  padding: .75rem;
  border-left: 1px solid #D4D3D3;
  border-right: 1px solid #D4D3D3;
  border-bottom: 1px solid #D4D3D3;
}

.titled-table table.tablesaw td:nth-child(even) {
  background-color: #F4F4F4;
}

.titled-table table.tablesaw td:last-child {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #D4D3D3;
}

.titled-table table.tablesaw td span {
  padding-left: 0.625rem;
}

.titled-table table.tablesaw tbody tr {
  border-bottom: 1px solid #D4D3D3;
  line-height: 1.25rem;
}

.titled-table table.tablesaw tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}

.image-slider--caption .image-slider__caption {
  border-top: 1px solid #D4D3D3;
  padding: .8rem;
  background-color: #F4F4F4;
  font-style: italic;
  font-size: 0.84375rem;
  line-height: 1.125rem;
}

.image-slider__section {
  margin: 1.5rem 0;
}

.image-slider__wrap {
  margin: 1.5rem 0;
}

.image-slider__wrap--caption-border {
  border: 1px solid #D4D3D3;
}

.image-slider__wrap--caption-border .twentytwenty-wrapper {
  padding: 1rem;
}

.image-slider__desc h2 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 2rem;
}

.image-slider__desc h2:first-child {
  margin-top: 0;
}

.image-slider__desc h3:first-child {
  margin-top: 0;
}

.image-slider__desc p {
  margin: .5rem 0 1.5rem;
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.image-slider__desc p:last-child {
  margin-bottom: 0;
}

.image-slider .twentytwenty-container img {
  width: 100%;
}

.multi-col-press-release {
  background-color: #005A9A;
  background-color: var(--global-base-color, #0A81D5);
  padding: 1.5rem 0;
}

.multi-col-press-release h2 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

.multi-col-press-release__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.multi-col-press-release__item {
  border-bottom: 1px solid var(--global-soft-color, #409DDE);
  border-bottom: 1px solid #409DDE;
  padding: 1.1rem 0 1.8rem;
}

.multi-col-press-release__item .date {
  background-color: #fff;
  color: #0A81D5;
  color: var(--global-base-color, #0A81D5);
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 1px 5px;
  margin-bottom: 10px;
}

.multi-col-press-release__item h3 a {
  color: #fff;
  font-weight: 400;
}

.multi-col-press-release__item h3 a:hover {
  text-decoration: underline;
}

.multi-col-press-release__item h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3125rem;
}

.multi-col-press-release__item:nth-child(3) {
  border-bottom: none;
}

.multi-col-press-release__item:nth-child(3) {
  margin-bottom: 0px;
}

.multi-col-press-release__item.callout-wrapper {
  padding: 0px;
}

.multi-col-press-release__item .callout {
  margin: 0px;
  padding: 1.25rem 1.75rem 2rem;
}

.multi-col-press-release__item .callout .desc {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-bottom: 1.75rem;
}

.multi-col-press-release__item .callout a.btn {
  border: 1.5px solid #fff;
  padding: 1rem;
}

.multi-col-press-release__item .callout a.btn i {
  margin-left: 5px;
}

.multi-col-press-release__item .callout a.btn:hover, .multi-col-press-release__item .callout a.btn:focus {
  text-decoration: none;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

.multi-col-news-highlight {
  background-color: #202020;
  padding: 1.5rem 0;
}

.multi-col-news-highlight h2 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

.multi-col-news-highlight__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.multi-col-news-highlight__item {
  border-bottom: 1px solid #0A81D5;
  border-bottom: 1px solid var(--global-base-color, #409DDE);
  padding: 1.1rem 0 1.8rem;
}

.multi-col-news-highlight__item .date {
  background-color: #fff;
  color: #005A9A;
  color: var(--global-dark-color, #0A81D5);
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 1px 5px;
  margin-bottom: 10px;
}

.multi-col-news-highlight__item h3 a {
  color: #fff;
  font-weight: 400;
}

.multi-col-news-highlight__item h3 a:hover {
  text-decoration: underline;
}

.multi-col-news-highlight__item h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3125rem;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

.three-col-mega-promo {
  background-color: #F4F4F4;
  padding: 20px 0;
}

.three-col-mega-promo ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}

.three-col-mega-promo ul li {
  border-bottom: 1px solid #D4D3D3;
  margin: 0;
  margin-top: 15px;
  clear: both;
  float: none;
  overflow: auto;
  width: 100%;
}

.three-col-mega-promo ul li .image-wrapper {
  display: block;
  width: 25%;
  padding-bottom: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-bottom: 1.25rem;
}

.three-col-mega-promo ul li img {
  width: 25%;
  max-width: 555px;
  max-height: 365px;
  overflow: hidden;
  float: left;
  margin-bottom: 25px;
}

.three-col-mega-promo ul li .container {
  float: right;
  padding-left: 1rem;
  width: 75%;
  margin-bottom: 20px;
}

.three-col-mega-promo ul li .container h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
}

.three-col-mega-promo ul li .container p {
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.three-col-mega-promo ul li:first-child {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.three-col-mega-promo ul li:first-child img {
  float: none;
  width: 100%;
}

.three-col-mega-promo ul li:first-child .image-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.three-col-mega-promo ul li:first-child .container {
  display: block;
  float: none;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 1.7rem;
}

.three-col-mega-promo ul li:first-child .container h3 {
  font-size: 1.1875rem;
  line-height: 1.625rem;
}

.three-col-mega-promo ul li:first-child .container p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.three-col-mega-promo ul li:last-child {
  border-bottom: none;
  margin-right: 0px;
}

.three-col-mega-promo ul li:last-child img {
  margin-bottom: 0;
}

.three-col-mega-promo ul li:last-child .container {
  margin-bottom: .5rem;
}

.three-col-mega-promo h2 {
  font-weight: 600;
  margin: .3rem 0 1.5rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

.three-col-mega-promo h3 {
  font-size: 1.1875rem;
  line-height: 1.4375rem;
}

.three-col-mega-promo p {
  color: #636363;
  line-height: 1.25rem;
  margin-top: 3px;
  margin-bottom: 20px;
}

.three-col-mega-promo__item {
  background: #fff;
  border: 1px solid #D4D3D3;
  border-top: 3px solid #0A81D5;
  border-top: 3px solid var(--global-base-color, #0991F2);
  padding: 15px;
  margin-bottom: 20px;
}

.full-width-promo {
  color: #fff;
  position: relative;
  margin: 1.5rem 0;
}

.full-width-promo h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-bottom: 10px;
}

.full-width-promo p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: .5rem;
}

.full-width-promo ul {
  margin-bottom: 40px;
}

.full-width-promo ul li {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 7px;
}

.full-width-promo ul span {
  font-size: 1rem;
  position: relative;
  margin-left: 15px;
  top: 1px;
}

.full-width-promo .row {
  padding: 1.5rem 1rem 1.875rem;
}

.full-width-promo .wrapper {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  position: relative;
  min-height: 200px;
}

.full-width-promo a.btn i {
  margin-left: 6px;
}

.main-side .main-comp {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.main-side .side-comp {
  padding: 1.4rem 1rem 0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  background-color: #F4F4F4;
  z-index: -1;
}

.main-side .side-comp .side__section {
  margin-bottom: 1rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #D4D3D3;
  line-height: 1.25rem;
}

.main-side .side-comp .side__section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-side .side-comp .side__title {
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.main-side .side-comp .side__content {
  margin-bottom: 1rem;
}

.main-side .side-comp .side__content span {
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.1875rem;
}

.main-side .side-comp .side__content a {
  font-size: 0.875rem;
  margin-top: .5rem;
  display: block;
}

.main-side .side-comp .side__content a.bordered {
  display: inline-block;
  border: 1px solid #0A81D5;
  border: 1px solid var(--global-base-color, #0991F2);
  border-radius: 2px;
  margin-top: .5rem;
  margin-right: .25rem;
  padding: .15rem .45rem .25rem;
}

.main-side .side-comp .side__content a.bordered:hover, .main-side .side-comp .side__content a.bordered:focus {
  text-decoration: none;
  background: var(--global-base-color, #0991F2);
  background: #0A81D5;
  color: white;
}

.main-side .side-comp .side__content div.link-wrap {
  margin-bottom: .75rem;
  line-height: 1.0625rem;
}

.main-side .side-comp .side__content div.link-wrap:first-child {
  margin-top: 0.75rem;
}

.main-side .side-comp .side__content div.link-wrap:last-child {
  margin-bottom: 0;
}

.main-side .side-comp .side__content div.inline-labeled {
  margin-bottom: 1rem;
}

.main-side .side-comp .side__content div.inline-labeled:first-child {
  margin-top: 1rem;
}

.main-side .side-comp .side__content div.inline-labeled:last-child {
  margin-bottom: 0;
}

.main-side .side-comp .side__content div.inline-labeled h5 {
  font-size: 0.875rem;
  color: #363636;
  font-weight: 700;
}

.main-side .side-comp .side__content div.inline-labeled span {
  font-size: 0.875rem;
  color: #636363;
}

.main-side .side-comp .side__image {
  margin-bottom: .7rem;
}

.main-side .side-comp .side__image-wrap {
  margin: 0.8125rem 0;
}

.main-side .side-comp .side__image-wrap img {
  width: 100%;
  max-width: 15.625rem;
}

.main-side .side-comp .side__image-desc {
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.125rem;
}

.main-side .side-comp .side__image-link {
  font-size: 0.875rem;
  margin-top: .5rem;
}

.news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.news-box .box :nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.news-box .box :nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.news-main {
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.news-main h2 {
  font-size: 1.375rem;
  color: #1A1A1A;
  font-weight: 600;
  line-height: 1.75rem;
  padding-bottom: 25px;
}

.news-main h3 {
  color: #1A1A1A;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-top: 2.5rem;
}

.news-main h3.subtitle {
  color: #636363;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  margin-top: 0;
}

.news-main h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.news-main p {
  color: #636363;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-bottom: 1.875rem;
  margin-top: .6rem;
}

.news-main p strong {
  color: #363636;
  font-weight: 600;
}

.news-main .news-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375rem;
}

.news-main .news-title a {
  vertical-align: bottom;
}

.news-main .link-container {
  margin-bottom: 1.25rem;
}

.news-main .link-list {
  margin-bottom: .45rem;
}

.news-main .link-list .link-item {
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: 1rem;
}

.news-main > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.news-main li {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #636363;
}

.news-main .btn-modal-open {
  margin: 1.5rem 0;
}

.news-main #newsFiltersModal {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.news-main .reveal.without-overlay {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.news-side {
  padding: 1.4rem 1rem 0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  height: 43.75rem;
  overflow: hidden;
  position: relative;
  background-color: #F4F4F4;
}

.news-side__wrapper {
  margin-top: 1.375rem;
}

.news-side__section {
  margin-bottom: 1rem;
  padding-bottom: 1.75rem;
  line-height: 1.25rem;
}

.news-side__section li {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: #363636;
}

.news-side__section li label {
  display: block;
  padding: 0.25rem 0;
}

.news-side__section input {
  margin-right: 3px;
}

.news-side__section .show_hide_newslist {
  display: none;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 400;
  margin-left: -6px;
  font-size: 0.9375rem;
}

.news-side__section .show_hide_newslist::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.75rem;
  margin-right: 3px;
}

.news-side__section.expanded ul li:nth-child(n+10) {
  display: block;
}

.news-side__section.expanded .show_hide_newslist::before {
  content: "";
}

.news-side__section ul {
  padding-left: 0;
  list-style-type: none;
  line-height: 1.75rem;
  color: #363636;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.news-side__section ul li:nth-child(n+10) {
  display: none;
}

.news-side__section:last-child {
  border-bottom: none;
}

.news-side__section__but {
  border-bottom: 1px solid #D4D3D3;
  margin-top: -5px;
}

.news-side__section__title {
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.news-side__section__content span {
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.1875rem;
}

.news-side__section__content a.bordered {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
  color: white;
  margin-right: .25rem;
  margin-bottom: .25rem;
  padding: 0 .3rem;
}

.news-side__section__content a.bordered:hover, .news-side__section__content a.bordered:focus {
  text-decoration: none;
}

.news-side__section__content div.link-wrap {
  margin-bottom: .75rem;
  line-height: 1.0625rem;
}

.news-side__section__content div.link-wrap:first-child {
  margin-top: 0.75rem;
}

.news-side__section__content div.link-wrap:last-child {
  margin-bottom: 0;
}

.news-side__section__content div.inline-labeled {
  margin-bottom: 1rem;
}

.news-side__section__content div.inline-labeled:first-child {
  margin-top: 1rem;
}

.news-side__section__content div.inline-labeled:last-child {
  margin-bottom: 0;
}

.news-side__section__content div.inline-labeled h5 {
  font-size: 0.875rem;
  color: #363636;
  font-weight: 700;
}

.news-side__section__content div.inline-labeled span {
  font-size: 0.875rem;
  color: #636363;
}

.news-side__section__image-wrap {
  margin: 0.8125rem 0;
}

.news-side__section__image-wrap img {
  width: 100%;
  max-width: 15.625rem;
}

.news-side__section__image-desc {
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.125rem;
}

.news-side__section__image-link {
  font-size: 0.875rem;
  margin-top: .5rem;
}

.news-side__section__callout {
  background-color: #1A1A1A;
  color: #fff;
  padding: 1.25rem 1.5rem 1.75rem;
}

.news-side__section__callout .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.news-side__section__callout .desc {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1.4rem;
}

.news-side__section__callout .btn {
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #fff;
  padding: .75rem 1rem;
}

.news-side__section__callout .btn:hover {
  text-decoration: none;
}

.news-side__section__show-more {
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.news-side__section__show-more button {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 600;
  font-size: 0.9375rem;
}

.news-side__section__show-more button::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.875rem;
  margin-right: 2px;
  vertical-align: bottom;
}

.news-side__section__show-more button.toggled::before {
  content: "";
}

.article {
  margin: 1.5rem 0;
}

.article-side {
  padding: 1.4rem 1rem 0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  overflow: hidden;
  position: relative;
  background-color: #F4F4F4;
  max-height: 700px;
}

.article-side::after {
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(transparent, #F4F4F4);
}

.article-side.expanded {
  overflow: visible;
  max-height: none;
}

.article-side.expanded::after {
  height: 0;
  background: none;
}

.article-side [data-left-rail-content] > * {
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: 1rem;
  padding-bottom: 1.75rem;
}

.article-side [data-left-rail-content] > *:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.article-side [data-left-rail-content] h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  padding: 0;
}

.article-side [data-left-rail-content] ul {
  margin: 1.25rem 0 1.25rem 0.3125rem;
}

.article-side [data-left-rail-content] ul li {
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
  max-width: 14.0625rem;
}

.article-side__section {
  line-height: 1.25rem;
}

.article-side__section__title {
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.article-side__section__content span {
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.1875rem;
}

.article-side__section__content a {
  font-size: 0.875rem;
}

.article-side__section__content a.bordered {
  display: inline-block;
  border: 1px solid #005A9A;
  border: 1px solid var(--global-dark-color, #0991F2);
  border-radius: 2px;
  margin-top: .5rem;
  margin-right: .25rem;
  padding: .15rem .45rem .25rem;
}

.article-side__section__content a.bordered:hover, .article-side__section__content a.bordered:focus {
  text-decoration: none;
  background: #0A81D5;
  background: var(--global-base-color, #0991F2);
  color: white;
}

.article-side__section__content div.link-wrap {
  margin-bottom: .75rem;
  line-height: 1.0625rem;
}

.article-side__section__content div.link-wrap a {
  font-size: 0.875rem;
}

.article-side__section__content div.link-wrap:first-child {
  margin-top: 0.75rem;
}

.article-side__section__content div.link-wrap:last-child {
  margin-bottom: 0;
}

.article-side__section__content div.inline-labeled {
  margin-bottom: 1rem;
}

.article-side__section__content div.inline-labeled:first-child {
  margin-top: 1rem;
}

.article-side__section__content div.inline-labeled:last-child {
  margin-bottom: 0;
}

.article-side__section__content div.inline-labeled h5 {
  font-size: 0.875rem;
  color: #363636;
  font-weight: 700;
}

.article-side__section__content div.inline-labeled span {
  font-size: 0.875rem;
  color: #636363;
}

.article-side__section__image-wrap {
  margin: 0.8125rem 0;
}

.article-side__section__image-wrap img {
  width: 100%;
  max-width: 15.625rem;
}

.article-side__section__image-desc {
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.125rem;
}

.article-side__section__image-link {
  font-size: 0.875rem;
  margin-top: .5rem;
}

.article-side__section__image-quote {
  color: #002f69;
  font-size: 0.9375rem;
  margin-top: 20px;
  font-style: italic;
  line-height: 1.375rem;
  font-weight: 500;
}

.article-side__section__image-quote:before {
  display: inline;
  content: open-quote;
}

.article-side__section__image-quote:after {
  display: inline;
  content: close-quote;
}

.article-side__section__image-list ol li {
  font-size: 0.875rem;
  font-weight: bold;
}

.article-side__section__image-list ol li div {
  font-weight: normal;
}

.article-side__section__callout {
  margin: 1.5rem 0;
}

.article-side__show-more {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1.25rem;
}

.article-side__show-more button {
  background-color: #F4F4F4;
  text-align: left;
  display: none;
  width: 100%;
  padding: 1rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 600;
  font-size: 0.9375rem;
}

.article-side__show-more button::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.875rem;
  margin-right: 2px;
  vertical-align: bottom;
}

.article-side__show-more button.toggled::before {
  content: "";
}

.article-side__show-more.show button {
  display: block;
}

.article-main {
  margin: 1.5rem 0;
}

.article-section {
  margin: 0 0 1rem;
}

.article-section .premium .main-title {
  display: inline;
}

.article-section .premium-label--inline {
  vertical-align: top;
  margin-right: 6px;
}

.article-section .premium-btn {
  padding-left: 0;
}

.article-section ul, .article-section ol {
  margin-left: 5px;
}

.article-section h3:empty, .article-section h2:empty, .article-section p:empty, .article-section section:empty, .article-section div:empty {
  margin: 0;
}

.article-section h3 {
  margin-top: 1.5rem;
}

.article-section p {
  margin: 15px 0;
}

.article-section .desc-area {
  margin: 1.5rem 0;
  padding: 0;
}

.article-section .two-col__rte .enlarge-img {
  padding: 0;
}

.article-section .two-col__rte .bordered-img {
  margin: 1rem 0;
}

.article-section .two-col__rte .slide-show--bordered .slide-show__background {
  margin: 1rem;
}

.article-section .two-col__rte .slide-show__background {
  margin: 0;
}

.article-section .two-col__rte .overflow-img .row {
  padding: 0;
}

/*
.article {
    .premium {
        margin-top: 1.5rem;

        .premium-label--inline {
            padding-bottom: .2rem;
            margin-top: .2rem;
            margin-right: .1rem;
            vertical-align: top;
            span {
                font-size: rem-calc(12px);
            }
            i {
                font-size: rem-calc(12px);
            }
        }

        .main-title {
            font-size: rem-calc(22px);
            color: $color-dark-text;
            font-weight: $fw-semi;
            line-height: rem-calc(28px);
            display: inline;
        }
    }
    &-main {
        font-size: $font-size-normal;
        margin-bottom: 1rem;
        margin-top: 1.5rem;

        h2 {
            font-size: rem-calc(22px);
            color: $color-dark-text;
            font-weight: $fw-semi;
            line-height: rem-calc(28px);
        }

        h3 {
            color: $color-dark-text;
            font-size: rem-calc(17px);
            line-height: rem-calc(22px);
            font-weight: $fw-semi;
            margin-top: 2.5rem;

            &.subtitle {
                color: $color-light-text;
                font-size: rem-calc(17px);
                line-height: rem-calc(24px);
                font-weight: $fw-norm;
                margin-bottom: rem-calc(20px);
                padding-top: rem-calc(10px);
                margin-top: 0;
            }
        }

        h4 {
            font-size: rem-calc(16px);
            line-height: rem-calc(20px);
            font-weight: $fw-semi;
        }

        p {
            color: $color-light-text;
            font-weight: $fw-norm;
            font-size: rem-calc(14px);
            line-height: rem-calc(23px);
        }

        ol {
            margin: 1rem 0;

            li {
                margin-bottom: 1.5rem;
            }
        }

            span {
                font-style: italic;
                font-size: rem-calc(13px);
                line-height: rem-calc(18px);
                padding-left: 1.25rem;
                color: $color-light-text;
            }
        }

        .bullet-list {
            margin: 2rem 0;
            h4 a {
                color: $color-primary;
                font-size: rem-calc(16px);
                line-height: rem-calc(21px);
                font-weight: $fw-semi;

                ul {
                    padding-left: 1.5rem;
                }
            }
        }
        .link-list {
            margin: 2rem 0;

            ul {
                list-style-type: none;
                padding-left: 0;
            }
        }

        table {
            margin-top: 1.5rem;
            margin-bottom: 1.75rem;
            font-size: $font-size-smaller;
            line-height: rem-calc(19px);

            td,
            th {
                vertical-align: top;
            }

            th {
                background-color: $color-black;
                color: $color-white;
                text-align: left;
                padding: .85rem;
                font-size: $font-size-small;
                line-height: rem-calc(19px);
            }

            td {
                padding: .75rem;
                border-left: 1px solid $color-borders;
                border-right: 1px solid $color-borders;
                border-bottom: 1px solid $color-borders;

                &:nth-child(even) {
                    background-color: $color-light-background;
                }

                &:last-child {
                    margin-bottom: 1.25rem;
                    border-bottom: 1px solid $color-borders;
                }

                span {
                    padding-left: rem-calc(10px);
                }
            }

            tbody tr {
                border-bottom: 1px solid $color-borders;
                line-height: rem-calc(20px);

                &:nth-child(even) {
                    background-color: $color-light-background;
                }
            }
        }

        ul {
            margin: 1rem 0 1.5rem;
            font-size: rem-calc(14px);
            line-height: rem-calc(20px);
            color: $color-light-text;

            li {
                margin-bottom: 1.5rem;
            }
        }

        >*:first-child {
            margin-top: 0;
            padding-top: 0;
        }

        li {
            font-size: rem-calc(14px);
            line-height: rem-calc(20px);
            color: $color-light-text;
        }

        button {
            margin: 1.5rem 0;
        }
    }

*/
.four-col-promo {
  margin: 1.5rem 0;
}

.four-col-promo .row {
  padding: 0px;
}

.four-col-promo h2 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.75rem;
  padding-left: 1rem;
}

.four-col-promo h3 {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: .75rem 0 .3rem;
}

.four-col-promo h4 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  padding: 0 0 .5rem;
}

.four-col-promo p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.four-col-promo ul {
  list-style-type: none;
  padding-left: 0px;
}

.four-col-promo ul li {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.four-col-promo ul li .image-wrapper {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-bottom: 67%;
}

.four-col-promo ul li img {
  width: 100%;
  max-width: 202px;
}

.four-col-promo ul li .caption {
  border-bottom: 3px solid black;
}

.four-col-promo.interview img {
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 200px;
  overflow: hidden;
}

.four-col-promo.interview h2 {
  margin-bottom: 3.125rem;
}

.four-col-promo.interview h3 {
  font-size: 1.375rem;
  margin-bottom: 3px;
  margin-top: 0;
}

.four-col-promo.interview h4 {
  font-size: 1.0625rem;
  margin-bottom: 3px;
}

.four-col-promo.interview p {
  font-size: 0.9375rem;
}

.four-col-promo.interview ul li {
  border-bottom: none;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 2rem;
}

.four-col-promo.interview ul li .image-wrapper {
  border-radius: 50%;
  padding-bottom: 100%;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

.about-us {
  margin-top: 7.5rem;
}

.about-side {
  padding: 1.4rem 0 1.5rem;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #F4F4F4;
}

.about-side ul {
  list-style-type: none;
}

.about-side__section {
  margin-bottom: 1rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #D4D3D3;
  line-height: 1.25rem;
}

.about-side__section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-side__section__title {
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.about-side__section__content span {
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.1875rem;
}

.about-side__section__content a {
  font-size: 0.875rem;
}

.about-side__section__content a.bordered {
  display: inline-block;
  border: 1px solid #0A81D5;
  border: 1px solid var(--global-base-color, #0991F2);
  border-radius: 2px;
  margin-top: .5rem;
  margin-right: .25rem;
  padding: .15rem .45rem .25rem;
}

.about-side__section__content a.bordered:hover, .about-side__section__content a.bordered:focus {
  text-decoration: none;
  background: var(--global-base-color, #0991F2);
  background: #0A81D5;
  color: white;
}

.about-side__section__content div.link-wrap {
  margin-bottom: 1.5rem;
  line-height: 1.0625rem;
  padding-bottom: 17px;
  border-bottom: 1px solid #D4D3D3;
}

.about-side__section__content div.link-wrap:first-child {
  margin-top: 1.375rem;
}

.about-side__section__content div.link-wrap:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.about-side__section__content div.inline-labeled {
  margin-bottom: 1rem;
}

.about-side__section__content div.inline-labeled:first-child {
  margin-top: 1rem;
}

.about-side__section__content div.inline-labeled:last-child {
  margin-bottom: 0;
}

.about-side__section__content div.inline-labeled h5 {
  font-size: 0.875rem;
  color: #363636;
  font-weight: 700;
}

.about-side__section__content div.inline-labeled span {
  font-size: 0.875rem;
  color: #636363;
}

.about-side__section__image-wrap {
  margin: 0.8125rem 0;
}

.about-side__section__image-wrap img {
  width: 100%;
  max-width: 15.625rem;
}

.about-side__section__image-desc {
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.125rem;
}

.about-side__section__image-link {
  font-size: 0.875rem;
  margin-top: .5rem;
}

.about-side__section .callout .title {
  font-size: 1.125rem;
}

.about-side__section .callout .desc {
  font-size: 0.875rem;
}

.about-side__show-more {
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: #F4F4F4;
}

.about-side__show-more button {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 600;
  font-size: 0.9375rem;
}

.about-side__show-more button::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.875rem;
  margin-right: 2px;
  vertical-align: bottom;
}

.about-side__show-more button.toggled::before {
  content: "";
}

.login .log-in {
  padding: 2rem;
  margin: 0 auto;
  max-width: 470px;
}

.login h2 {
  font-size: 52pt;
  font-weight: 700;
  margin-bottom: 3.5rem;
  margin-top: 1.5rem;
  text-align: center;
  line-height: 3.375rem;
}

.login .autherror {
  border: 1px solid #D0021B;
  background-color: rgba(179, 3, 25, 0.06);
  padding: .15rem .15rem .25rem .15rem;
  margin-bottom: 1rem;
  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;
}

.login .autherror p {
  color: #D0021B;
  font-weight: 400;
  font-size: 0.875rem;
}

.login a.btn {
  display: block;
  text-align: center;
}

.login .forgot {
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: 0.875rem;
}

.login .redicon {
  padding-right: .25rem;
  padding-bottom: 1rem;
  padding-left: .50rem;
  color: #D0021B;
  margin-top: -10px;
}

.login .errortext {
  padding-left: .25rem;
}

.login .text-fields {
  width: 100%;
}

.login .form-group {
  margin-bottom: .5rem;
}

.login .field-container label {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.login .field-container input {
  width: 100%;
  line-height: 32px;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.login button {
  display: block;
  margin-top: .5rem;
  margin-bottom: 1rem;
  width: 100%;
}

.login .divider {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  display: block;
  text-align: center;
}

.login .divider .Ltopdivider {
  border-bottom: 1px solid #D4D3D3;
  height: 28px;
  min-width: 15%;
  display: inline-block;
  float: left;
}

.login .divider .Rtopdivider {
  border-bottom: 1px solid #D4D3D3;
  height: 28px;
  min-width: 15%;
  display: inline-block;
  float: right;
}

.login .divider .accountdivider {
  max-width: 80%;
  min-width: 70%;
  overflow: visible;
  display: inline-block;
  line-height: 28px;
  font-weight: 700;
  font-size: 1rem;
  margin-top: .75rem;
}

.register .register {
  padding: 2rem;
  margin: 0 auto;
  max-width: 470px;
}

.register h2 {
  font-size: 52pt;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  text-align: center;
}

.register .graytext {
  color: #636363;
  font-weight: 400;
  font-size: 0.875rem;
}

.register .autherror {
  border: 1px solid #D0021B;
  background-color: rgba(179, 3, 25, 0.06);
  padding: .15rem .15rem .25rem .15rem;
  margin-bottom: 1rem;
  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;
}

.register .autherror p {
  color: #D0021B;
  font-weight: 400;
  font-size: 0.875rem;
}

.register a.btn {
  display: block;
  text-align: center;
}

.register .redicon {
  padding-right: .25rem;
  padding-bottom: 1rem;
  padding-left: .50rem;
  color: #D0021B;
  margin-top: -6px;
}

.register .errortext {
  padding-left: .25rem;
}

.register .text-fields {
  width: 100%;
}

.register .form-group {
  margin-bottom: .5rem;
}

.register .field-container label {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.register .field-container input {
  width: 100%;
  line-height: 32px;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.register button {
  display: block;
  margin-top: .5rem;
  margin-bottom: 1rem;
  width: 100%;
}

.register .divider {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  display: block;
  text-align: center;
}

.register .divider .Ltopdivider {
  border-bottom: 1px solid #D4D3D3;
  height: 28px;
  min-width: 15%;
  display: inline-block;
  float: left;
}

.register .divider .Rtopdivider {
  border-bottom: 1px solid #D4D3D3;
  height: 28px;
  min-width: 15%;
  display: inline-block;
  float: right;
}

.register .divider .accountdivider {
  max-width: 80%;
  min-width: 70%;
  overflow: visible;
  display: inline-block;
  line-height: 28px;
  font-weight: 700;
  font-size: 1rem;
  margin-top: .75rem;
}

.row .two-column-list .row {
  padding: 0px;
}

.two-column-list {
  width: 100%;
  vertical-align: top;
  margin: auto;
}

.two-column-list .row {
  margin-right: 0;
}

.two-column-list > h2 {
  margin-bottom: 30px;
}

.two-column-list .cardcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px auto;
}

.two-column-list .card-wrap {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.two-column-list .card {
  border: 1px solid #D4D3D3 !important;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 1px 3px 0 rgba(80, 80, 80, 0.19);
  position: relative;
  margin: 0 0 0.9375rem;
  padding: 1rem 1rem 1rem 1rem;
  width: 100%;
}

.two-column-list .card:hover, .two-column-list .card:focus {
  cursor: pointer;
}

.two-column-list .card .image {
  display: none;
}

.two-column-list .card p {
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.two-column-list .card h2 {
  color: #636363;
  font-size: 0.9375rem;
  line-height: 1.55rem;
  font-weight: 700;
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.two-column-list .card h3 {
  color: #363636;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  margin-bottom: 5px;
}

.two-column-list .card a > div {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.two-column-list .card a > div:hover, .two-column-list .card a > div:focus {
  box-shadow: 0 3px 0 0 #0991f2;
}

.two-column-list__content {
  display: none;
  background: #F4F4F4;
  margin-top: -17px;
  padding-top: 1.875rem;
  border-bottom: 1px solid var(--global-base-color, #0991F2);
  border-bottom: 1px solid #0A81D5;
  border-top: 1px solid #D4D3D3;
}

.two-column-list__content .card {
  background-color: #fff;
  border-bottom: 1px solid #D4D3D3;
}

.two-column-list__content .card h2 {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.two-column-list__content .card p {
  font-size: 0.8125rem;
  margin-bottom: 0px;
}

.two-column-list__content .cardcol p {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.two-column {
  margin: 1.5rem 0;
}

.ctabanner .ctabottom {
  text-align: center;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5);
  width: 100%;
  z-index: 100;
}

.ctabanner .ctabottom__item {
  display: inline-block;
  vertical-align: middle;
}

.ctabanner .ctabottom__item a {
  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;
  color: #fff;
  margin: 0 1rem 0 0;
  padding: 0.75rem 0;
}

.ctabanner .ctabottom__item a i {
  font-size: 1.375rem;
  margin: 0 .55rem;
  display: inline-block;
}

.ctabanner .ctabottom__item a .icon-expert {
  font-size: 1.5625rem;
  margin-right: 0.3125rem;
}

.ctabanner .ctabottom__item a span {
  text-transform: uppercase;
  font-size: 0.90625rem;
  font-weight: 700;
}

.ctabanner .ctabottom__item a span:hover {
  text-decoration: underline;
}

.ctabanner .ctabottom__item a:hover, .ctabanner .ctabottom__item a:focus {
  text-decoration: none;
}

.image-comp {
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D4D3D3;
  border-bottom: 1px solid #D4D3D3;
  margin-bottom: 10px;
}

.image-comp .image {
  float: left;
  margin-bottom: 1rem;
  width: 50%;
  padding-right: 10px;
}

.image-comp span {
  display: block;
  width: 50%;
  float: right;
  font-size: 0.8125rem;
  color: #636363;
  font-style: italic;
  padding-left: 10px;
}

.overflow-img {
  margin: 1.5rem 0;
}

.overflow-img img {
  padding-bottom: .5rem;
  margin: 0 auto;
  width: 100%;
}

.overflow-img .img-desc {
  padding: .25rem 0 .5rem 0;
  padding-right: 20px;
  font-style: italic;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #636363;
}

.filtered-rows {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.two-col__rte .contact-us-form {
  margin-bottom: 20px;
}

.slide-show-section {
  margin: 1.5rem 0;
}

.slide-show-section .columns {
  padding-left: 0;
  padding-right: 0;
}

.slide-show__background {
  margin: 1rem;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  height: 18rem;
}

.slide-show .owl-carousel .owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  top: 27.25rem;
}

.slide-show .owl-carousel .owl-dots button span {
  background-color: #fff;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #D4D3D3;
  border-radius: 50%;
  margin-left: .4rem;
  margin-right: .4rem;
}

.slide-show .owl-carousel .owl-dots button.active span {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
}

.slide-show .owl-carousel .owl-dots button:hover span {
  background-color: #D4D3D3;
}

.slide-show .owl-loaded {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.slide-show__caption {
  margin-top: 1.5625rem;
}

.slide-show--bordered .slide-show__item {
  border: 1px solid #D4D3D3;
  border-bottom: none;
}

.slide-show--bordered.slide-show--caption .slide-show__caption {
  border: 1px solid #D4D3D3;
  border-left: none;
  border-right: none;
  padding: .8rem;
  margin: 0;
  background-color: #F4F4F4;
  font-style: italic;
  font-size: 0.84375rem;
  line-height: 1.125rem;
}

.combo-slide-show-rte {
  margin: 1.5rem 0;
}

.combo-slide-show-rte .slide-show-section {
  margin: 0;
}

.combo-slide-show-rte__text h2 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 2rem;
  text-align: left;
}

.combo-slide-show-rte__text h2:first-child {
  margin-top: 0;
  color: #1A1A1A;
  font-size: 1.2rem;
}

.combo-slide-show-rte__text h3:first-child {
  margin-top: 0;
  color: #1A1A1A;
}

.combo-slide-show-rte__text p {
  margin: .5rem 0 1.5rem;
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  text-align: left;
}

.combo-slide-show-rte__text p:last-child {
  margin-bottom: 0;
}

.combo-slide-show-rte__text ul li {
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1.25rem;
}

.combo-slide-show-rte__text ul li:last-child {
  margin-bottom: 0;
}

.combo-slide-show-rte .columns:first-child {
  padding-bottom: 2rem;
}

.video-carousel {
  padding: 20px 0;
}

.video-carousel h2 {
  font-weight: 600;
  margin: .3rem 0 1.5rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

.video-carousel h3 {
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-weight: 700;
}

.video-carousel__item {
  background: #fff;
}

.video-carousel__item .image {
  padding-bottom: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-carousel__item .image .image-label {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  color: #fff;
  background-color: #1A1A1A;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  text-transform: uppercase;
}

.video-carousel__item .card-tile {
  padding: .9rem 0 1.75rem;
}

.video-carousel__item .card-tile .card-tile-title {
  margin-bottom: 0.375rem;
}

.video-carousel__item .card-tile .card-tile-title a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.video-carousel__item .card-tile .card-tile-desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
}

.video-carousel__item .card-tile .card-tile-desc span {
  font-weight: 600;
  color: #1A1A1A;
}

.video-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.video-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-next {
  position: absolute;
  background-color: #0A81D5 !important;
  background-color: var(--global-base-color, #0991F2) !important;
  display: block;
  color: #fff;
  height: 40px;
  width: 40px;
}

.video-carousel .owl-nav .owl-prev span,
.video-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.75rem;
  position: absolute;
  top: -6px;
  left: 13px;
}

.video-carousel .owl-nav .owl-next {
  right: -10px;
}

.video-carousel .owl-nav .owl-prev {
  left: -10px;
}

.video-carousel__wrapper {
  position: relative;
}

.large-promo {
  background-color: #F4F4F4;
}

.large-promo__wrapper {
  width: 100%;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.large-promo .row {
  padding: 0;
}

.large-promo ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}

.large-promo ul li {
  border-bottom: 1px solid #D4D3D3;
  margin: 0;
  margin-top: 15px;
  clear: both;
  float: none;
  overflow: auto;
  width: 100%;
}

.large-promo ul li .image-wrapper {
  display: block;
  width: 25%;
  padding-bottom: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-bottom: 1.25rem;
}

.large-promo ul li img {
  width: 25%;
  max-width: 555px;
  max-height: 365px;
  overflow: hidden;
  float: left;
  margin-bottom: 25px;
}

.large-promo ul li .container {
  float: right;
  padding-left: 1rem;
  width: 75%;
  margin-bottom: 20px;
}

.large-promo ul li .container h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
}

.large-promo ul li .container p {
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.large-promo ul li:first-child {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.large-promo ul li:first-child img {
  float: none;
  width: 100%;
}

.large-promo ul li:first-child .image-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.large-promo ul li:first-child .container {
  display: block;
  float: none;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 1.7rem;
}

.large-promo ul li:first-child .container h3 {
  font-size: 1.1875rem;
  line-height: 1.625rem;
}

.large-promo ul li:first-child .container p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.large-promo ul li:last-child {
  border-bottom: none;
  margin-right: 0px;
}

.large-promo ul li:last-child img {
  margin-bottom: 0;
}

.large-promo ul li:last-child .container {
  margin-bottom: .5rem;
}

.large-promo h2 {
  font-weight: 600;
  margin: .3rem 0 1.5rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

.large-promo h3 {
  font-size: 1.1875rem;
  line-height: 1.4375rem;
}

.large-promo p {
  color: #636363;
  line-height: 1.25rem;
  margin-top: 3px;
  margin-bottom: 20px;
}

.large-promo__item {
  background: #fff;
  border: 1px solid #D4D3D3;
  border-top: 3px solid #0A81D5;
  border-top: 3px solid var(--global-base-color, #0991F2);
  padding: 15px;
  margin-bottom: 20px;
  width: calc(100%);
  margin-bottom: 1.25rem;
}

.features {
  margin: 1.5rem 0 0;
}

.features__container-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.75rem;
}

.features h3 {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: .75rem 0 .3rem;
  margin: 0;
}

.features p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
  margin: 0;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

.bio-carousel {
  margin: 1.5rem 0;
}

.bio-carousel .row {
  padding: 0px;
}

.bio-carousel h2 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.75rem;
  padding-left: 1rem;
}

.bio-carousel h3 {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: .75rem 0 .3rem;
}

.bio-carousel h4 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  padding: 0 0 .5rem;
}

.bio-carousel p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #636363;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.bio-carousel .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bio-carousel .bio-carousel__wrapper {
  list-style-type: none;
  padding-left: 0px;
}

.bio-carousel .bio-carousel__wrapper .owl-item {
  margin-left: -1px;
  border-left: 1px solid #D4D3D3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bio-carousel .bio-carousel__wrapper .item {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.bio-carousel .bio-carousel__wrapper .item .image-wrapper {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-bottom: 67%;
}

.bio-carousel .bio-carousel__wrapper .item img {
  width: 100%;
  max-width: 202px;
}

.bio-carousel .bio-carousel__wrapper .item .caption {
  text-align: center;
}

.bio-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 7.5rem;
}

.bio-carousel .owl-nav .owl-prev,
.bio-carousel .owl-nav .owl-next {
  position: absolute;
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0A81D5) !important;
  display: block;
  color: #fff;
  height: 40px;
  width: 40px;
}

.bio-carousel .owl-nav .owl-prev span,
.bio-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.75rem;
  position: absolute;
  top: -6px;
  left: 13px;
}

.bio-carousel .owl-nav .owl-next {
  right: 0;
}

.bio-carousel .owl-nav .owl-prev {
  left: 0;
}

.bio-carousel.bio img {
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 200px;
  overflow: hidden;
}

.bio-carousel.bio h2 {
  margin-bottom: 3.125rem;
  margin-right: 0.625rem;
}

.bio-carousel.bio h3 {
  font-size: 1.375rem;
  margin-bottom: 3px;
  margin-top: 0;
}

.bio-carousel.bio h4 {
  font-size: 1.0625rem;
  margin-bottom: 3px;
}

.bio-carousel.bio p {
  font-size: 0.9375rem;
}

.bio-carousel.bio .bio-carousel--owl-carousel .item {
  border-bottom: none;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 2rem;
}

.bio-carousel.bio .bio-carousel--owl-carousel .item .image-wrapper {
  border-radius: 50%;
  padding-bottom: 100%;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  h2 {
    margin: 10px auto 10px 0px;
  }
}

.accordion h3 {
  margin-bottom: 40px;
}

.accordion h4 {
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
  margin-bottom: 20px;
  cursor: pointer;
}

.accordion__item p {
  display: none;
  margin-top: 0px;
}

.accordion__item.show p {
  display: block;
}

.feature-generic-card-grid {
  width: 100%;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.25rem;
}

.feature-generic-card-grid__item {
  width: calc(100%);
  margin-bottom: 1.25rem;
}

.feature-generic-card-grid .three-items .feature-generic-card {
  border: none;
  padding: 0;
}

.feature-generic-card-grid .three-items .feature-generic-card__title {
  margin: 0.75rem 0;
  padding: 0;
}

.feature-generic-card-grid .three-items .feature-generic-card__details-wrapper {
  margin-bottom: 1.5625rem;
}

.fb-events-module .herobox__title {
  margin-bottom: 0.625rem;
}

.fb-events-module .herobox__subtitle {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.fb-events-module .herobox__details {
  font-size: 1.125rem;
  margin-bottom: 2.1875rem;
  line-height: 1.6;
}

.fb-events-module .herobox__cta a:after {
  display: none;
}

.fb-events-module .owl-nav {
  display: none;
}

.fb-events-module .owl-carousel .owl-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 2rem;
  text-align: center;
}

.fb-events-module .owl-carousel .owl-dots button span {
  background-color: #fff;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.fb-events-module .owl-carousel .owl-dots button.active span {
  background-color: #0A81D5;
  background-color: var(--global-base-color, #0991F2);
}

.fb-events-module .owl-carousel .owl-dots button:hover span {
  background-color: #D4D3D3;
}
.search-bar {
  border-bottom: none;
  padding: 0;
  height: 80px;
  width: 100%;
}

.search-bar #searchbox_container {
  width: 100%;
  background: transparent;
  padding: 0;
}

.search-bar .CoveoSearchInterface * {
  box-sizing: border-box;
}

.search-bar .CoveoSearchInterface {
  background-color: transparent;
}

.search-bar .CoveoSearchbox .magic-box {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
  border: transparent;
  border-radius: 0;
}

.search-bar .CoveoOmnibox.coveo-query-syntax-disabled.magic-box.magic-box-notEmpty {
  background: #fff;
  color: #67768b;
}

.search-bar .CoveoOmnibox.coveo-query-syntax-disabled.magic-box.magic-box-notEmpty .magic-box-input > input {
  color: #67768b;
}

.search-bar .magic-box.magic-box-notEmpty .magic-box-clear {
  width: 53px;
}

.search-bar .magic-box .magic-box-clear {
  height: 53px;
  line-height: 53px;
}

.search-bar .magic-box::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
  color: white;
  font-style: italic;
}

.search-bar .magic-box:-ms-input-placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
  color: white;
  font-style: italic;
}

.search-bar .magic-box::placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
  color: white;
  font-style: italic;
}

.search-bar .CoveoSearchbox .magic-box .magic-box-input {
  border-radius: 0;
  height: 53px;
  overflow: hidden;
  position: relative;
  background: transparent;
}

.search-bar .CoveoSearchbox .magic-box .magic-box-input > input {
  color: white;
  height: 53px;
  line-height: 28px;
  padding: 12px 54px 12px 0;
}

.search-bar .CoveoSearchbox .magic-box .magic-box-input > input:focus {
  background: white;
  color: #67768b;
}

.search-bar .CoveoSearchbox .magic-box .magic-box-input > input:focus + .CoveoSearchButton {
  background: #A3A3A3;
}

.search-bar .magic-box .magic-box-input input::-webkit-input-placeholder {
  color: white;
  line-height: 28px;
}

.search-bar .magic-box .magic-box-input input:-ms-input-placeholder {
  color: white;
  line-height: 28px;
}

.search-bar .magic-box .magic-box-input input::placeholder {
  color: white;
  line-height: 28px;
}

.search-bar .magic-box .magic-box-input > input:focus::-webkit-input-placeholder {
  color: #67768b;
}

.search-bar .magic-box .magic-box-input > input:focus:-ms-input-placeholder {
  color: #67768b;
}

.search-bar .magic-box .magic-box-input > input:focus::placeholder {
  color: #67768b;
}

.search-bar .CoveoSearchButton::before {
  content: '';
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.search-bar .CoveoSearchInterface {
  background-color: transparent;
}

.search-bar .magic-box-hasFocus + .CoveoSearchButton {
  background: #A3A3A3;
}

.search-bar .CoveoSearchbox .CoveoSearchButton {
  z-index: 2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: transparent;
  height: 53px;
}

.search-bar .CoveoSearchbox .CoveoSearchButton:focus {
  background: #A3A3A3;
}

.search-bar .coveo-search-button-svg {
  width: 18px;
  height: 18px;
  color: #1d4f76;
  color: #fff;
}

.search-bar .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  fill: #fff;
}

.search-bar .CoveoSearchButton .coveo-search-button, .search-bar .CoveoSearchButton .coveo-search-button-loading {
  vertical-align: middle;
  -webkit-animation: none;
          animation: none;
  display: inline-block;
}

.search-bar .CoveoSearchButton .coveo-search-button-loading-svg {
  display: none;
}

.search-bar .magic-box .magic-box-clear::before {
  content: '';
  border-left: #e0e0e0 1px solid;
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
}

.search-bar .magic-box .magic-box-clear .magic-box-icon::before {
  color: #9e9e9e;
  font-family: arial, sans-serif;
  content: 'X';
  font-size: 24px;
}

.search-bar .magic-box .magic-box-clear::before {
  content: '';
  border-left: #e0e0e0 1px solid;
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
}

.search-bar .magic-box .magic-box-clear {
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}

.search-bar .CoveoSearchbox .magic-box .magic-box-clear-svg {
  width: 15px;
  height: 15px;
  color: #1d4f76;
}

.search-bar .magic-box ::-webkit-input-placeholder {
  color: white;
  font-style: italic;
}

.search-bar .magic-box :-ms-input-placeholder {
  color: white;
  font-style: italic;
}

.search-bar .magic-box ::placeholder {
  color: white;
  font-style: italic;
}

.search-bar .magic-box ::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

.search-bar .magic-box :-ms-input-placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

.search-bar .magic-box ::placeholder {
  color: white;
  font-style: italic;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

.search-bar__searchbox {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  top: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  background-color: #777777;
  visibility: visible;
  box-shadow: none;
  margin-left: auto;
  width: 100%;
  height: 80px;
}

#start-letter-facet {
  display: none;
}

.ofg-search, .ofg-search-result {
  max-width: 1030px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  position: absolute;
}

.ofg-search-result {
  max-width: 100%;
  height: 100%;
  border-radius: 0;
}

.ofg-search-result .max-width {
  max-width: 1030px;
  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: 0 auto;
}

.ofg-search .select-wrapper, .ofg-search-result .select-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #1a1a1a;
  position: relative;
}

.ofg-search .select-wrapper:before, .ofg-search-result .select-wrapper:before {
  content: '';
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 32px;
  right: 20px;
  width: 10px;
  height: 10px;
  display: block;
  z-index: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ofg-search .select-wrapper select, .ofg-search-result .select-wrapper select {
  background: #1a1a1a;
  background: rgba(26, 26, 26, 0);
  box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.24);
  color: white;
  height: 80px;
  border: 0;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
  transition: all 0s ease-in-out;
  font-style: italic;
}

.ofg-search .select-wrapper select::-ms-expand, .ofg-search-result .select-wrapper select::-ms-expand {
  display: none;
}

.ofg-search .select-wrapper select:focus, .ofg-search-result .select-wrapper select:focus {
  background: #1a1a1a;
  font-style: normal;
  mix-blend-mode: lighten;
}

.ofg-search h1, .ofg-search-result h1 {
  font-weight: 300;
  font-size: 1.9375rem;
  line-height: 2.625rem;
  text-align: center;
  color: white;
  margin: 10px 0 20px 0;
  width: 100%;
}

.ofg-search .search-bar, .ofg-search-result .search-bar {
  position: relative;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ofg-search .search-bar__searchbox, .ofg-search-result .search-bar__searchbox {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.24);
  padding: 0;
  margin-top: 0;
  width: 100%;
  visibility: visible;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 80px;
}

.ofg-search .search-bar__searchbox #searchbox_container, .ofg-search-result .search-bar__searchbox #searchbox_container {
  padding: 0 12px;
}

.ofg-search .search-bar__searchbox .magic-box .magic-box-input, .ofg-search-result .search-bar__searchbox .magic-box .magic-box-input {
  height: 53px;
}

.ofg-search .search-bar__searchbox .magic-box .magic-box-input .magic-box-underlay, .ofg-search-result .search-bar__searchbox .magic-box .magic-box-input .magic-box-underlay, .ofg-search .search-bar__searchbox .magic-box .magic-box-input > input, .ofg-search-result .search-bar__searchbox .magic-box .magic-box-input > input {
  height: 53px;
}

.ofg-search .search-bar__searchbox .magic-box ::-webkit-input-placeholder, .ofg-search-result .search-bar__searchbox .magic-box ::-webkit-input-placeholder {
  line-height: 24px;
}

.ofg-search .search-bar__searchbox .magic-box :-ms-input-placeholder, .ofg-search-result .search-bar__searchbox .magic-box :-ms-input-placeholder {
  line-height: 24px;
}

.ofg-search .search-bar__searchbox .magic-box ::placeholder, .ofg-search-result .search-bar__searchbox .magic-box ::placeholder {
  line-height: 24px;
}

.ofg-search .search-bar__searchbox #searchbox:focus, .ofg-search-result .search-bar__searchbox #searchbox:focus {
  background: #A8A8A8;
}

.ofg-search .search-bar__searchbox__container .CoveoOmnibox.magic-box .magic-box-suggestions, .ofg-search-result .search-bar__searchbox__container .CoveoOmnibox.magic-box .magic-box-suggestions {
  max-height: 500px;
}

.ofg-search .search-bar__searchbox__container .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion, .ofg-search-result .search-bar__searchbox__container .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
  display: block;
  max-height: 250px;
  text-overflow: ellipsis;
}

.ofg-search .search-bar__searchbox__container .CoveoResult.coveo-omnibox-selectable img, .ofg-search-result .search-bar__searchbox__container .CoveoResult.coveo-omnibox-selectable img {
  max-height: 100px;
  width: auto;
}

.ofg-search .search-bar__searchbox form, .ofg-search-result .search-bar__searchbox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #777777;
  padding: 0.625rem;
  width: 100%;
}

.ofg-search .search-bar__searchbox form input, .ofg-search-result .search-bar__searchbox form input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 53px;
  color: white;
  height: 100%;
  width: 100%;
  border: none;
  padding: 0;
  background-color: #777777;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.ofg-search .search-bar__searchbox form input:focus, .ofg-search-result .search-bar__searchbox form input:focus {
  background: white;
  color: #1a1a1a;
}

.ofg-search .search-bar__searchbox form input:focus::-webkit-input-placeholder, .ofg-search-result .search-bar__searchbox form input:focus::-webkit-input-placeholder {
  color: #777777;
}

.ofg-search .search-bar__searchbox form input:focus:-ms-input-placeholder, .ofg-search-result .search-bar__searchbox form input:focus:-ms-input-placeholder {
  color: #777777;
}

.ofg-search .search-bar__searchbox form input:focus::placeholder, .ofg-search-result .search-bar__searchbox form input:focus::placeholder {
  color: #777777;
}

.ofg-search .search-bar__searchbox form input:focus + button, .ofg-search-result .search-bar__searchbox form input:focus + button {
  background-color: #A8A8A8;
}

.ofg-search .search-bar__searchbox form input::-webkit-input-placeholder, .ofg-search-result .search-bar__searchbox form input::-webkit-input-placeholder {
  color: white;
  font-style: italic;
}

.ofg-search .search-bar__searchbox form input:-ms-input-placeholder, .ofg-search-result .search-bar__searchbox form input:-ms-input-placeholder {
  color: white;
  font-style: italic;
}

.ofg-search .search-bar__searchbox form input::placeholder, .ofg-search-result .search-bar__searchbox form input::placeholder {
  color: white;
  font-style: italic;
}

.ofg-search .search-bar__searchbox form button, .ofg-search-result .search-bar__searchbox form button {
  background-color: #777777;
  transition: all 0.3s ease-in-out;
}

.ofg-search .search-bar__searchbox form i, .ofg-search-result .search-bar__searchbox form i {
  line-height: 2.1;
  border-left: none;
  padding: 1rem 0.5rem;
  color: #fff;
  font-size: 1.375rem;
  width: 47px;
  padding-top: 5px;
  text-align: center;
}

.ofg-search .search-bar__searchbox form i:focus, .ofg-search-result .search-bar__searchbox form i:focus, .ofg-search .search-bar__searchbox form i:hover, .ofg-search-result .search-bar__searchbox form i:hover {
  text-decoration: none;
}

.ofg-search .alphabet-filter, .ofg-search-result .alphabet-filter {
  display: block;
}

.ofg-search .alphabet-filter p, .ofg-search-result .alphabet-filter p {
  color: white;
  font-size: 1rem;
  width: 100%;
  display: block;
  text-align: center;
  text-shadow: 0 2px 4px rgba(38, 38, 38, 0.24);
  margin: 1rem 0 1rem 0;
}

.ofg-search .alphabet-filter ul, .ofg-search-result .alphabet-filter ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
}

.ofg-search .alphabet-filter ul li, .ofg-search-result .alphabet-filter ul li {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ofg-search .alphabet-filter ul li a, .ofg-search-result .alphabet-filter ul li a {
  color: white;
  padding: 0.25rem 0.7rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.ofg-search .alphabet-filter ul li a:hover, .ofg-search-result .alphabet-filter ul li a:hover {
  background: rgba(38, 38, 38, 0.24);
  text-decoration: underline;
}

.ofg-search .alphabet-filter ul li a:focus, .ofg-search-result .alphabet-filter ul li a:focus {
  text-shadow: 0 2px 4px rgba(38, 38, 38, 0.24);
  text-decoration: underline;
  background: rgba(38, 38, 38, 0.5);
}

.hero-ofg-search, .hero-ofg-search-result {
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 448px;
  width: 100%;
  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;
  padding: 0;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.hero-ofg-search-result {
  padding: 0;
}

.ofg-result-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.ofg-result-list h3 {
  font-size: 1.375rem;
  margin-bottom: 25px;
  width: 100%;
}

.ofg-result-list h3 a {
  font-size: inherit;
  color: #1a1a1a;
}

.ofg-result-list ul {
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
  column-count: 1;
  column-gap: 20px;
  padding: 0;
}

.ofg-result-list ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.ofg-result-list ul li a {
  color: #0A81D5;
}

.ofg-image .enlarge-img {
  margin: 0;
  padding: 0;
}

.two-column-ofg {
  margin: 2rem 0 4rem 0;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.two-column-ofg h3 {
  margin-bottom: 1rem;
}

.two-column-ofg .content-two-col {
  margin: 0;
  width: 100%;
}

.two-column-ofg .content-two-col__text {
  margin: 0 0 40px 0;
}

.two-column-ofg .content-two-col ul.bold, .two-column-ofg .content-two-col ol.bold {
  list-style: none;
  counter-reset: bold-counter;
  padding: 0;
  margin-left: 0;
}

.two-column-ofg .content-two-col ul.bold li, .two-column-ofg .content-two-col ol.bold li {
  counter-increment: bold-counter;
}

.two-column-ofg .content-two-col ul.bold li::before, .two-column-ofg .content-two-col ol.bold li::before {
  content: counter(bold-counter) ". ";
  font-weight: bold;
}

.two-column-ofg .content-two-col .row .columns {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.two-column-ofg .content-two-col .enlarge-img {
  margin: 0 auto 1.75rem auto;
  padding: 0;
}

.two-column-ofg .content-two-col .bordered-img img {
  padding: 1rem;
  max-height: 250px;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky .is-anchored {
  position: relative;
  left: auto;
  right: auto;
}

/* Glass Edit Frame Extensions */
.btn-editframe {
  padding: .5em .7em;
  color: #2b2b2b;
  margin-top: 15px;
  position: relative;
  background-color: var(--global-soft-color, #0991F2);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  display: block;
  border-radius: 2px;
  border: 1.5px solid #000;
  height: auto;
  float: right;
}
