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

table.tablesaw {
  margin-bottom: 3rem;
}

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

table.tablesaw td, table.tablesaw th {
  padding: 1rem;
}

table.tablesaw td.nowrap, table.tablesaw th.nowrap {
  white-space: nowrap;
}

table.tablesaw td {
  border-left: none;
  border-right: none;
}

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

table.tablesaw td:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

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

@media (min-width: 760px) {
  header {
    background-color: #1A1A1A;
    z-index: 200;
  }
  header .wrapper {
    max-width: 100%;
    background-color: #1A1A1A;
  }
  header #searchbox_container {
    width: 100%;
    background: transparent;
    padding: 0;
  }
  header .hides-coveo-searchbox-hence-renamed-autocomplete {
    width: 100%;
  }
  header .CoveoSearchbox .magic-box {
    border: none;
  }
  header .CoveoSearchButton {
    border: none;
  }
  header .magic-box ::-webkit-input-placeholder {
    color: white;
    font-style: italic;
  }
  header .magic-box :-ms-input-placeholder {
    color: white;
    font-style: italic;
  }
  header .magic-box ::placeholder {
    color: white;
    font-style: italic;
  }
  header .magic-box-hasFocus + .CoveoSearchButton {
    background: #A3A3A3;
  }
  header .magic-box-hasFocus ::-webkit-input-placeholder {
    color: #6f6f6f;
    font-style: italic;
  }
  header .magic-box-hasFocus :-ms-input-placeholder {
    color: #6f6f6f;
    font-style: italic;
  }
  header .magic-box-hasFocus ::placeholder {
    color: #6f6f6f;
    font-style: italic;
  }
  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: 0px;
    border-bottom-right-radius: 0px;
  }
  header .CoveoSearchInterface {
    width: 100%;
    background-color: transparent;
    min-width: auto;
  }
  header .magic-box .magic-box-input {
    background: transparent;
  }
  header .coveo-search-button-svg:hover {
    color: #fff;
  }
  header .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
    max-height: 600px;
    overflow: scroll;
    min-width: 400px;
  }
  header .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion > #coveo-magicbox-suggestions {
    min-height: 500px;
    position: relative;
  }
  header .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion > #coveo-magicbox-suggestions > .magic-box-suggestion {
    width: 40%;
  }
  header .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion > #coveo-magicbox-suggestions > .magic-box-suggestion ~ .coveo-list-layout-container {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .logo {
    padding: 1rem 1.25rem;
  }
  header .logo img {
    height: 2rem;
    min-width: 8.75rem;
    position: relative;
  }
  header .primary-navigation__container {
    max-width: 100rem;
    margin: 0 auto;
    overflow: hidden;
  }
  header .primary-navigation__container ::-webkit-scrollbar {
    display: none;
  }
  header .primary-navigation__container ul {
    display: inline-block;
    padding-left: 0px;
    margin: 0;
  }
  header .primary-navigation__container ul li {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
  }
  header .primary-navigation__container ul li.active {
    background-color: #0A81D5;
    background-color: var(--global-base-color, #0A81D5);
  }
  header .primary-navigation__container ul li.active a {
    color: #fff;
    line-height: 1.375rem;
  }
  header .primary-navigation__container ul li a {
    color: #1A1A1A;
    display: inline-block;
    padding: 0.75rem 1.0625rem;
  }
  header .primary-navigation__container ul li a:hover {
    text-decoration: none;
  }
  header .primary-navigation__container ul.sub-nav {
    background-color: #eeeeee;
    margin-left: 0;
  }
  header .primary-navigation__container ul.sub-nav li a {
    text-transform: none;
    font-weight: 600;
    font-size: 0.9375rem;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item.active {
    background-color: #0A81D5;
    background-color: var(--global-base-color, #0A81D5);
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item.active .mainbar__mainnav__item__trigger {
    color: #fff;
    line-height: 1.375rem;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item .megamenu__link-title {
    border-right: 1px solid #D4D3D3;
    padding: 1rem;
    margin-top: 0;
    padding-bottom: 0;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item .megamenu__link-title a {
    color: #1A1A1A;
    display: inline-block;
    font-weight: 700;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item .megamenu__link-title a:hover {
    text-decoration: underline;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item .megamenu__link-title:after {
    content: "\e903";
    border: none;
    font-family: "icomoon";
    top: 0;
    color: #1A1A1A;
    font-size: 0.75rem;
    margin-left: 8px;
    width: auto;
    height: auto;
    margin-top: 0;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item .megamenu__links {
    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;
    padding: 0.75rem 0;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item .megamenu__links li {
    font-size: 0.875rem;
    padding: 0.3125rem 1rem;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item .megamenu__links li a {
    color: #0A81D5;
    color: var(--global-base-color, #0991F2);
    text-transform: capitalize;
    font-weight: 600;
  }
  header .primary-navigation__container .primary-navigation__dropdown-wrapper .mainbar__mainnav__item .megamenu__links li a:hover {
    text-decoration: underline;
  }
  header .mainbar {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: none;
    padding: 0;
    height: 80px;
    background-color: #1A1A1A;
  }
  header .mainbar__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100rem;
    margin: 0 auto;
  }
  header .mainbar__mainnav {
    padding: 0 8.75rem 0 0;
    background-color: #1A1A1A;
  }
  header .mainbar__mainnav__item {
    font-size: 0.9375rem;
    border: none;
    padding: 0 1rem;
  }
  header .mainbar__mainnav ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
  }
  header .mainbar__mainnav ul li {
    display: inline-block;
    font-size: 0.9375rem;
    margin: 0;
  }
  header .mainbar__mainnav ul li a {
    color: #fff;
    display: block;
    padding: 20px;
  }
  header .mainbar__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;
  }
  header .mainbar__searchbox form {
    height: 100%;
    width: 100%;
  }
  header .mainbar__searchbox form button {
    background-color: #777777;
  }
  header .mainbar__searchbox form button i {
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
    line-height: 1;
    border: none;
    position: relative;
    vertical-align: middle;
  }
  header .mainbar__searchbox form:focus-within button {
    background-color: #A8A8A8;
  }
  header .mainbar__searchbox form input {
    color: white;
    height: 100%;
    width: 100%;
    border: none;
    padding: 0;
    background-color: #777777;
    padding-left: 25px;
  }
  header .mainbar__searchbox form input::-webkit-input-placeholder {
    color: #F4F4F4;
    font-style: italic;
  }
  header .mainbar__searchbox form input:-ms-input-placeholder {
    color: #F4F4F4;
    font-style: italic;
  }
  header .mainbar__searchbox form input::placeholder {
    color: #F4F4F4;
    font-style: italic;
  }
  header .mainbar__searchbox form input:focus {
    background-color: #fff;
    color: #1A1A1A;
  }
  header .mainbar__searchbox form input:focus::-webkit-input-placeholder {
    color: #363636;
  }
  header .mainbar__searchbox form input:focus:-ms-input-placeholder {
    color: #363636;
  }
  header .mainbar__searchbox form input:focus::placeholder {
    color: #363636;
  }
  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: #fff;
  }
  header .mainbar__actions__btn {
    color: #fff;
    padding: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    position: relative;
    border: none;
    min-width: 5rem;
  }
  header .mainbar__actions__btn span {
    margin: 12px 5px 0 8px;
  }
  header .mainbar__actions__btn.btn--search {
    display: none;
  }
  header .mainbar__actions__btn.btn--sign-in {
    background-color: #464646;
    border-left: 2px solid #1A1A1A;
  }
  header .mainbar__actions__btn.btn--sign-in::before {
    font-family: "icomoon";
    top: 1rem;
    font-size: 1.625rem;
    left: 0;
    right: 0;
  }
  header .mainbar__actions__btn.btn--sign-in:hover, header .mainbar__actions__btn.btn--sign-in:active {
    background-color: #535353;
  }
  header .mainbar__actions__btn.btn--order {
    background-color: #0A81D5;
    background-color: var(--global-base-color, #0A81D5);
    border-left: 2px solid #1A1A1A;
  }
  header .mainbar__actions__btn.btn--order::before {
    font-family: "icomoon";
    top: 1rem;
    font-size: 1.4375rem;
    left: 0;
    right: 0;
  }
  header .mainbar__actions__btn.btn--order:hover, header .mainbar__actions__btn.btn--order:active {
    opacity: 0.96;
  }
  header .mainbar__actions__btn.btn--order span {
    margin-top: 13px;
  }
  header .mainbar__mobile-menu__trigger {
    padding: 0.625rem 1.5625rem;
    min-width: 5.6875rem;
    background-color: #1A1A1A;
    color: #fff;
    font-size: 15px;
    border-left: 1px solid #5d5d5d;
  }
  header .mainbar__mobile-menu__trigger:hover {
    background-color: black;
  }
  header .mainbar__mobile-menu.open {
    color: #1A1A1A;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-bottom: none;
    left: 0px;
  }
  header .mainbar__mobile-menu.open i {
    font-size: 0.8125rem;
  }
  header .mainbar__mobile-menu__trigger.open:hover {
    background-color: #efefef;
    background-color: #F4F4F4;
  }
  header .mainbar__language-selector-alternate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  /* ----------- iPad 1, 2, Mini and Air ----------- */
  /* Portrait and Landscape */
}

@media only screen and (min-width: 760px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .mainbar__mobile-menu__trigger {
    padding: 1.625rem 1.5625rem;
  }
  .mainbar__searchbox {
    max-width: 300px;
  }
}

.herobox {
  width: 100%;
  margin: 0;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
}

.herobox__title {
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 0.75rem;
}

.herobox__subtitle {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-bottom: 1.875rem;
}

.herobox__cta {
  font-size: 1.25rem;
}

.thumb {
  padding: 1rem;
}

.thumb:last-child {
  margin-right: 0;
}

.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;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  height: 100%;
  border: none;
}

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

.thumb span {
  border: 1px solid #F4F4F4;
  border-top: none;
  padding: 8px 0 10px;
  margin-top: -2px;
}

.thumb__title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: .75rem 0 .4rem;
}

.thumb__desc {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.video-wrap {
  position: relative;
  zoom: 1;
}

.video-wrap .video-title {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}

.video-wrap .video-title__wrap {
  position: absolute;
  padding-left: 25px;
  background-color: transparent;
  z-index: 90;
}

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

.video-wrap .play-button {
  top: 53%;
}

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

.combo-video-text .medium-6 .video-wrap.with-playlist > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.combo-video-text .medium-6 .video-wrap.with-playlist > .row .video-title__wrap {
  width: 100%;
  max-width: 100%;
}

.combo-video-text .medium-6 .video-wrap.with-playlist > .row .video-js {
  width: 100%;
}

.combo-video-text .medium-6 .video-wrap.with-playlist > .row .video-playlist {
  width: 100%;
}

.combo-video-text .medium-6 .video-wrap.with-playlist > .row .vjs-playlist-item-list {
  position: relative;
}

.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;
  /* IE10+ CSS styles */
}

.grid-thumbs .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.grid-thumbs .thumb:nth-child(even) {
  margin-right: 0;
}

.grid-thumbs .thumb__title {
  padding-bottom: .3rem;
}

.grid-thumbs .thumb__subtitle {
  padding-bottom: .75rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-thumbs .thumb:nth-child(even) {
    margin-right: 2%;
  }
}

.row-thumbs .row-thumb, .row-thumbs .CoveoResult {
  padding: .8rem 0 1.8rem;
}

.row-thumbs .row-thumb .thumb__image, .row-thumbs .CoveoResult .thumb__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 125px;
  overflow: hidden;
  padding-bottom: 125px;
}

.row-thumbs .row-thumb .thumb__text-wrap, .row-thumbs .CoveoResult .thumb__text-wrap {
  padding-left: 1.25rem;
}

.row-thumbs .row-thumb .thumb__title, .row-thumbs .CoveoResult .thumb__title {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.row-thumbs .row-thumb .thumb__title .premium-label--inline, .row-thumbs .CoveoResult .thumb__title .premium-label--inline {
  display: none;
}

.row-thumbs__load-more {
  margin-top: 2.1875rem;
  margin-bottom: 3.125rem;
}

.filtered-rows__title {
  margin: 1.875rem 0 2.5rem 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
}

.filtered-rows__title span {
  font-size: 1.5625rem;
}

.filtered-rows__title__text-wrap {
  padding-left: 1.5rem;
}

.filtered-rows .selected-options {
  margin-top: 0;
}

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

.autocomplete {
  max-width: none;
}

.full-img .overflow-img {
  margin-bottom: 2rem;
}

.full-img .overflow-img .img-desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.full-img .quote {
  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;
  font-size: 1.375rem;
  padding: 1.75rem 1rem 2rem 1rem;
  margin: 2.25rem 0;
}

.full-img .quote .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  margin: 0 1.5rem 0 0;
}

.full-img .bordered-img {
  margin: 2.5rem 0;
}

.full-img .enlarge-img .image img {
  max-height: 420px;
  width: auto;
}

.quote {
  margin: 2.5rem 0;
}

.quote span {
  font-size: 1.625rem;
}

.bordered-img {
  margin: 1rem;
}

.breadcrumb {
  display: inline-block;
  padding-right: 0.45rem;
}

.breadcrumb__wrapper {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.breadcrumb__wrapper a {
  text-decoration: none;
}

.breadcrumb__wrapper a span {
  text-decoration: underline;
  zoom: 1;
}

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

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

.breadcrumb__wrapper a:nth-last-child(2)::before {
  content: none;
}

@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: inline-block;
}

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

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

.breadcrumb__wrapper.absolute a span {
  text-decoration: underline;
  zoom: 1;
}

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

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

.breadcrumb__wrapper.absolute a:nth-last-child(2)::before {
  content: none;
}

@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;
  display: inline-block;
}

.breadcrumb::after {
  content: "";
  font-family: "icomoon";
  font-size: 0.5625rem;
  padding-left: 0.6rem;
  display: inline-block;
}

.breadcrumb:last-child::after {
  content: none;
}

.breadcrumb:nth-last-child(2)::before {
  content: none;
}

.breadcrumb:first-child {
  text-decoration: underline;
}

.feature-generic-card__img-wrapper img {
  width: 100%;
  max-height: 15.625rem;
}

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

.browse-item {
  border-bottom: 1px solid #F4F4F4;
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.browse-item:last-child {
  margin-bottom: 1rem;
}

.browse-item__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  margin-right: 1.5rem;
  height: 100%;
  margin-bottom: 0;
}

.browse-item__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.browse-item:first-child {
  padding-top: 0;
}

.browse-by {
  margin-bottom: 1rem;
}

.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;
  margin-bottom: 4.5%;
  -webkit-flex-basis: 48.5%;
      -ms-flex-preferred-size: 48.5%;
          flex-basis: 48.5%;
  margin-right: 3%;
}

.browse-by .tiles .tile:nth-child(2n) {
  margin-right: 0;
}

.browse-by .tiles .tile__image {
  padding-top: 65%;
}

.browse-by__menus .accordion-filters__menu__list__show-list {
  max-width: 330px;
  max-height: 300px;
  overflow: auto;
}

.browse-by__menus .accordion-filters__menu__list__show-list label div {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.browse-by__menus .accordion-filters__menu__show-more {
  display: block;
  margin: 0.375rem auto 0;
  font-size: 0;
  cursor: default;
}

.browse-by__menus .accordion-filters__menu__show-more::before {
  content: "";
  margin: 0;
  color: #1A1A1A;
}

.section-title {
  margin: 1.5rem 0 2.25rem 0;
}

.section-title__text {
  font-size: 1.75rem;
  line-height: 1.8125rem;
}

.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  background-color: #1A1A1A;
  color: #1A1A1A;
  padding: 0 1.5rem 1.25rem;
}

.three-card__label {
  font-size: 1.75rem;
  padding: 1.5625rem 1.5rem 1.875rem;
}

.three-card__thumb {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex: 1 0 31.5%;
      -ms-flex: 1 0 31.5%;
          flex: 1 0 31.5%;
  max-width: 31.5%;
  margin-right: 2%;
  padding: 0.9375rem 0.9375rem 1.5625rem;
}

.three-card__thumb:nth-child(3n+0) {
  margin-right: 0;
}

.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;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  height: 100%;
  border: none;
}

.three-card__thumb img {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
}

.three-card__thumb span {
  border: 1px solid #F4F4F4;
  border-top: none;
  padding: 8px 0 10px;
  margin-top: -2px;
}

.three-card__thumb__title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: .75rem 0 .4rem;
}

.three-card__thumb__desc {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.three-card--light .three-card__thumb {
  border: 1px solid #D4D3D3;
  padding: 1.25rem;
}

.three-card--light .three-card__thumb__title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding-bottom: .3rem;
}

.three-card--light .three-card__thumb__subtitle {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  padding: 0 0 .65rem;
}

.hero-title div:last-child {
  padding-bottom: 6rem;
}

.hero-title .hero__text-wrap {
  padding: 6.25rem;
}

.hero-title .hero__title {
  padding: 4.5rem 2.5rem 1rem;
  font-size: 3.4375rem;
  line-height: 3.875rem;
}

.hero-title .hero__title h1 {
  font-size: 3.4375rem;
  line-height: 3.875rem;
  margin: 0;
}

.hero-title .hero__tagline {
  font-size: 1.4375rem;
  line-height: 1.75rem;
}

.hero-title .hero__tagline h2 {
  font-size: 1.4375rem;
  line-height: 1.75rem;
}

.hero-title .hero__statement {
  padding-top: 3rem;
}

.hero-title .hero__statement h3 {
  padding: 1.5rem 1.5rem !important;
  margin-bottom: -2rem !important;
}

.hero-banner__wrap {
  height: 16vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .background {
  background: linear-gradient(180deg, rgba(8, 8, 9, 0.8) 0%, rgba(0, 0, 0, 0.01) 80%, transparent 42%), linear-gradient(360deg, rgba(17, 17, 17, 0.52) 3%, transparent 21%);
  height: 19rem;
  background-size: cover;
  left: 0;
}

.article {
  margin: 2.5rem 0;
}

.article-side__section__callout {
  margin: 2.5rem 0;
}

.article-main {
  margin: 2.5rem 0;
}

.article-main img {
  width: 100%;
}

.article-main table.tablesaw {
  margin-bottom: 3rem;
}

.article-main table.tablesaw tbody tr {
  border-bottom: 1px solid #D4D3D3;
}

.article-main table.tablesaw td, .article-main table.tablesaw th {
  padding: 1rem;
}

.article-main table.tablesaw td.nowrap, .article-main table.tablesaw th.nowrap {
  white-space: nowrap;
}

.article-main table.tablesaw td {
  border-left: none;
  border-right: none;
}

.article-main table.tablesaw td:nth-child(even) {
  background-color: transparent;
}

.article-main table.tablesaw td:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.article-main table.tablesaw td span {
  padding-left: 0;
}

.article-section {
  margin: 0 0 1rem;
}

.content-container {
  padding: .75rem 0 1.5rem;
}

.hero-carousel .owl-carousel .owl-dots {
  display: block;
}

.hero-carousel--alt .herobox {
  text-align: left;
}

.hero-carousel--alt .herobox__subtitle {
  margin: 0 0 2.5rem 0;
}

.hero-carousel--alt .herobox__cta a {
  color: #fff;
  border-color: #fff;
}

.hero-carousel--alt .herobox__cta a::after {
  color: #fff;
}

.hero-carousel .hero .background {
  background: linear-gradient(180deg, rgba(8, 8, 9, 0.8) 0%, rgba(0, 0, 0, 0.01) 80%, transparent 42%), linear-gradient(360deg, rgba(17, 17, 17, 0.52) 3%, transparent 21%);
  height: 19rem;
  background-size: cover;
  left: 0;
}

.hero-carousel .hero__box {
  padding: 1rem 2rem 2rem;
}

.hero-carousel .hero__box__subtitle {
  font-size: 1.25rem;
}

.hero-carousel .hero__box__cta {
  font-size: 1.25rem;
}

.hero-carousel.clear .herobox {
  top: 1.5625rem;
}

.hero-carousel.clear .herobox__title {
  max-width: 50rem;
  margin: 0 auto 1rem;
  font-size: 3.4375rem;
  line-height: 3.6875rem;
}

.hero-carousel.clear .herobox__subtitle {
  max-width: 46.875rem;
  margin: 0 auto 2.5rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.column-card-list {
  padding-bottom: 2rem;
}

.column-card-list h2 {
  font-size: 2rem;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

.column-card-list .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.column-card-list .cards .card {
  width: 50%;
  margin: 0;
  padding: 0 10px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-card-list .cards .card:nth-child(2n) {
  padding-right: 0px;
  padding-left: 5px;
}

.column-card-list .cards .card 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;
  width: 100%;
}

.column-card-list .cards .card a > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.column-card-list .cards .card p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column-card-list .cards .card p {
    white-space: nowrap;
  }
}

.column-card-list .cards .card h3 {
  margin-bottom: 7px;
}

.column-card-list .cards .card .image {
  display: block;
  width: 25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  /* IE10+ CSS styles*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column-card-list .cards .card .image {
    max-width: 150px;
  }
}

.column-card-list .view-all {
  position: absolute;
  top: 20px;
}

.column-card-list .content {
  padding: 0 0 0 .75rem;
  text-align: left;
  /* IE10+ CSS styles*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column-card-list .content {
    max-width: 180px;
  }
}

.column-card-list a > div {
  display: table-cell;
  padding: 15px;
}

.column-card-list .row {
  position: relative;
}

.accordion-cards h2 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin: 0 auto .5rem;
  width: 100%;
}

.accordion-cards .card-toggle .btn {
  display: inline;
  position: absolute;
  top: 37%;
  right: 0;
  margin-right: 1.75rem;
}

.accordion-cards .card-toggle .btn span {
  position: absolute;
  left: 2px;
}

.accordion-cards .card p {
  color: #636363;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin: 0 auto;
  width: 80%;
}

.accordion-cards .hero-promo .row {
  padding-left: 0;
  padding-right: 0;
}

.accordion-cards .rte-tables table.tablesaw tbody tr:nth-child(even) {
  background-color: white;
}

.accordion-cards .rte-tables table.tablesaw tbody td:nth-child(even) {
  background-color: transparent;
}

.stats {
  margin: 2.5rem 0 2.5rem;
}

.stats .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stats .row .stat {
  text-align: center;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  margin-bottom: 0;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen and (max-device-width: 1080px) 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.5%;
        -ms-flex-preferred-size: 49.5%;
            flex-basis: 49.5%;
    margin-bottom: 2.5rem;
  }
}

.desc-area .columns:first-child .desc-area__text {
  padding-right: 2rem;
}

.desc-area .columns:last-child .desc-area__text {
  padding-left: 2rem;
}

.desc-area, .combo-two-images {
  margin: 2.5rem 0;
}

.desc-area .row, .combo-two-images .row {
  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;
}

.combo-two-images .columns:first-child .combo-two-images__image {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.combo-two-images .columns:last-child .combo-two-images__image {
  margin-left: 1.5rem;
}

.enlarge-img {
  margin: 2.5rem auto;
}

.enlarge-img .image img {
  max-height: 450px;
  width: auto;
}

.combo-enlarge-img-rte {
  margin: 2.5rem 0;
}

.combo-enlarge-img-rte .columns:first-child {
  margin-bottom: 0;
  padding-right: 1.5rem;
}

.combo-enlarge-img-rte .columns:last-child {
  padding-left: 1.5rem;
}

.titled-table {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.titled-table table.tablesaw tbody tr {
  border-bottom: 1px solid #D4D3D3;
}

.titled-table table.tablesaw td, .titled-table table.tablesaw th {
  padding: 1rem;
}

.titled-table table.tablesaw td.nowrap, .titled-table table.tablesaw th.nowrap {
  white-space: nowrap;
}

.titled-table table.tablesaw td {
  border-left: none;
  border-right: none;
}

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

.titled-table table.tablesaw td:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.titled-table table.tablesaw td span {
  padding-left: 0;
}

.filtered-grid__title {
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 2.5rem 0 2rem;
}

.filtered-grid .grid-thumbs {
  /* IE10+ */
}

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

.filtered-grid .grid-thumbs .thumb:nth-child(even) {
  margin-right: 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filtered-grid .grid-thumbs .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 43%;
        -ms-flex: 0 1 43%;
            flex: 0 1 43%;
  }
}

.filtered-grid .medium-uncollapse {
  padding: .5rem;
}

.filtered-grid .medium-uncollapse .columns {
  padding: .75rem;
}

.multi-col-press-release {
  padding-bottom: 1rem;
}

.multi-col-press-release h2 {
  font-size: 1.625rem;
  margin-bottom: 2rem;
}

.multi-col-press-release__item {
  border-bottom: none;
  padding: 0px 20px;
  margin-bottom: 3rem;
}

.multi-col-press-release__item:first-child {
  padding-left: 0px;
}

.multi-col-press-release__item:nth-child(2) {
  padding-right: 0px;
}

.multi-col-press-release__item:nth-child(3) {
  border-right: none;
  padding-left: 0px;
}

.multi-col-press-release__item:nth-child(4) {
  border-right: none;
  padding-right: 0px;
}

.multi-col-news-highlight {
  padding-bottom: 1rem;
}

.multi-col-news-highlight h2 {
  font-size: 1.625rem;
  margin-bottom: 2rem;
}

.multi-col-news-highlight__item {
  border-bottom: none;
  padding: 0px 20px;
  margin-bottom: 3rem;
}

.multi-col-news-highlight__item:first-child {
  padding-left: 0px;
}

.multi-col-news-highlight__item:nth-child(2) {
  padding-right: 0px;
}

.multi-col-news-highlight__item:nth-child(3) {
  padding-left: 0px;
}

.multi-col-news-highlight__item:nth-child(4) {
  padding-right: 0px;
}

.three-col-mega-promo {
  padding: 3rem 0 2rem;
}

.three-col-mega-promo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.three-col-mega-promo ul li img {
  display: none;
}

.three-col-mega-promo ul li:first-child .container h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.three-col-mega-promo ul li:first-child img {
  display: inline-block;
  width: 300px;
  height: auto;
}

.three-col-mega-promo ul li .container {
  width: 75%;
  padding-left: .75rem;
}

.three-col-mega-promo ul li .container h3 {
  font-size: 1rem;
}

.three-col-mega-promo__wrapper {
  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;
}

.three-col-mega-promo__item {
  max-width: 31%;
  width: 31%;
  margin-right: 20px;
}

.three-col-mega-promo__item:last-child {
  margin-right: 0px;
}

.full-width-promo {
  margin: 2.5rem 0;
}

.full-width-promo .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.125rem;
  padding-bottom: 4.0625rem;
}

.full-width-promo .row .col {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.full-width-promo .row .col:first-child {
  border-right: 1px solid #D4D3D3;
  border-color: rgba(255, 255, 255, 0.4);
  padding-right: 1.75rem;
}

.full-width-promo .row .medium-7 p {
  margin-left: 1.25rem;
}

.full-width-promo ul {
  margin-left: 40px;
}

.full-width-promo a.btn {
  margin-top: 1rem;
}

.four-col-promo {
  margin: 2.5rem 0;
}

.four-col-promo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.four-col-promo ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  border-bottom: 3px solid black;
  /* IE10+*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .four-col-promo ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.four-col-promo ul li:nth-child(2n) {
  margin-right: 0;
}

.four-col-promo ul li .image-wrapper {
  margin-bottom: -1rem;
}

.four-col-promo ul li .caption {
  border-bottom: 0;
}

.four-col-promo ul p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.5rem;
}

.four-col-promo.interview {
  padding: 3.3rem 0 4rem;
}

.four-col-promo.interview h2 {
  margin-bottom: 4rem;
}

.four-col-promo.interview ul li:nth-child(2n-1) {
  border-right: 1px solid #D4D3D3;
}

.content-two-col {
  margin: 2.5rem 0;
}

.content-two-col > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}

.content-two-col > .row > .column, .content-two-col > .row > .columns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* IE10+ */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-two-col > .row > .column, .content-two-col > .row > .columns {
    max-width: 100%;
  }
}

.content-two-col > .row > .column:first-child > div, .content-two-col > .row > .columns:first-child > div {
  padding-left: 0;
}

.content-two-col > .row > .column:last-child > div, .content-two-col > .row > .columns:last-child > div {
  padding-right: 0;
}

.content-two-col__image-wrap {
  padding: 0 1.2rem;
  margin: 0;
}

.content-two-col__text {
  padding: 0 1.2rem;
  margin: 0;
  /* IE10+ */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-two-col__text {
    max-width: 100%;
  }
}

.combo-video-text {
  margin: 2.5rem 0;
}

.combo-video-text > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}

.combo-video-text .columns .row {
  padding: 0;
}

.combo-video-text .columns:first-child {
  padding-bottom: 0;
  padding-right: 1.5rem;
}

.combo-video-text .columns:last-child {
  padding-left: 1.5rem;
}

.list-icons {
  padding: 1rem 0;
}

.list-icons__wrap {
  margin: 2.5rem 0;
}

.list-icons__wrap .columns:first-child .list-icons {
  padding-right: 2rem;
  border-right: 1px solid #D4D3D3;
  border-top: none;
  border-bottom: none;
}

.list-icons__wrap .columns:first-child {
  padding-right: 1rem;
  padding-left: 0;
}

.list-icons__wrap .columns:last-child .list-icons {
  padding-left: 2rem;
  border-left: 1px solid #D4D3D3;
  border-top: none;
  border-bottom: none;
}

.list-icons__wrap .columns:last-child {
  padding-left: 1rem;
  padding-right: 0;
}

.image-slider__section {
  margin: 2.5rem 0;
}

.image-slider__section .columns {
  padding: 0 1.2rem;
}

.image-slider__section .columns:first-child {
  padding-left: 0;
}

.image-slider__section .columns:last-child {
  padding-right: 0;
}

.image-slider__wrap {
  margin: 0;
}

.content-rte {
  padding: 2rem 1.5rem;
}

.combo-two-rte {
  margin: 2.5rem 0;
}

.combo-two-rte .columns:first-child {
  padding-right: 1.5rem;
}

.combo-two-rte .columns:last-child {
  padding-left: 1.5rem;
}

.image-three {
  padding: 0 1.5rem;
  margin: 2.5rem 0;
}

.about-main {
  margin-bottom: 8rem;
}

.about-main img {
  width: 100%;
}

.about-main .image-comp {
  padding: 1.75rem 0;
  margin: 1rem 0 2rem 0;
}

.about-main .image-comp .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
}

.about-main .image-comp span {
  padding: 0 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.about-main .overflow-img {
  margin-bottom: 2rem;
}

.about-main .overflow-img .img-desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.about-main .quote {
  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;
  padding: 1.75rem 1rem 2rem 1rem;
  margin: 2.25rem 0;
}

.about-main .quote .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  margin: 0 1.5rem 0 0;
}

.about-main .bordered-img {
  margin: 2.5rem 0;
}

.about-main .enlarge-img .image img {
  max-height: 420px;
  width: auto;
}

.about-main table.tablesaw {
  margin-bottom: 3rem;
}

.about-main table.tablesaw tbody tr {
  border-bottom: 1px solid #D4D3D3;
}

.about-main table.tablesaw td, .about-main table.tablesaw th {
  padding: 1rem;
}

.about-main table.tablesaw td.nowrap, .about-main table.tablesaw th.nowrap {
  white-space: nowrap;
}

.about-main table.tablesaw td {
  border-left: none;
  border-right: none;
}

.about-main table.tablesaw td:nth-child(even) {
  background-color: transparent;
}

.about-main table.tablesaw td:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.about-main table.tablesaw td span {
  padding-left: 0;
}

.hero-promo {
  overflow: hidden;
  margin: 2.5rem 0;
}

.hero-promo > .promo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}

.hero-promo__text-wrap {
  background-color: #1A1A1A;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  color: #fff;
  max-width: 48.5rem;
}

.hero-promo__image {
  position: absolute;
  height: 101%;
  width: 100%;
  width: calc(100% + 1rem);
  margin-left: 0px;
  margin-right: 0px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  min-height: 280px;
}

.hero-promo__image-wrap {
  position: relative;
  float: right;
  margin-right: 0px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero-promo__title {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  font-weight: 700;
}

.hero-promo__subtitle {
  font-size: 1rem;
  line-height: 1.3125rem;
  padding-top: .5rem;
  padding-bottom: 2rem;
  max-width: 580px;
}

@media (min-width: 75em) {
  .hero-promo__image {
    width: calc(100% + (100vw - 74rem) / 2 + 8px);
  }
}

.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;
  width: 20%;
  display: inline-block;
  float: left;
}

.login .divider .Rtopdivider {
  border-bottom: 1px solid #D4D3D3;
  height: 28px;
  width: 20%;
  display: inline-block;
  float: right;
}

.login .divider .accountdivider {
  min-width: 50%;
  overflow: visible;
  display: inline-block;
  line-height: 28px;
  font-weight: 700;
  font-size: 1rem;
}

.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;
  width: 20%;
  display: inline-block;
  float: left;
}

.register .divider .Rtopdivider {
  border-bottom: 1px solid #D4D3D3;
  height: 28px;
  width: 20%;
  display: inline-block;
  float: right;
}

.register .divider .accountdivider {
  min-width: 50%;
  overflow: visible;
  display: inline-block;
  line-height: 28px;
  font-weight: 700;
  font-size: 1rem;
}

.two-column-list > h2 {
  margin-bottom: 20px;
}

.two-column-list .card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.two-column-list .card-wrap:nth-child(2n) .card {
  margin-right: 0;
}

.two-column-list .card {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px;
  margin-left: 0;
  padding: 1rem .8rem 1rem 1.2rem;
}

.two-column-list .card .image-wrap {
  display: inline;
  margin-right: 1rem;
  max-height: 200px;
  overflow: hidden;
  width: 22%;
}

.two-column-list .card .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.two-column-list .card .contentwrapper {
  display: inline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.two-column-list .card h2 {
  font-size: 1.15625rem;
  margin: 0 0 0.375rem;
}

.two-column-list .card p {
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.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 p {
  text-align: left;
  font-size: 1.875rem;
  line-height: 2.75rem;
  color: #636363;
}

.two-column-list__content img {
  width: 100%;
  margin-bottom: 40px;
}

.two-column-list__content .card {
  background-color: #fff;
  border-bottom: 1px solid #D4D3D3;
}

.two-column-list__content .card h2 {
  text-align: left;
  font-weight: 700;
  margin: 0;
}

.two-column-list__content .card h3 {
  font-size: 0.875rem;
  font-weight: 700;
}

.two-column-list__content .card p {
  font-size: 0.8125rem;
  margin-bottom: 0px;
}

.two-column-list__content .card img {
  margin: 0;
}

.two-column {
  margin: 2.5rem 0;
}

.ctabanner .ctabottom {
  padding-bottom: 0rem !important;
}

.image-comp {
  padding-top: 30px;
  padding-bottom: 30px;
  display: table;
}

.image-comp .image {
  width: 33%;
  display: table-cell;
  float: none;
}

.image-comp span {
  display: table-cell;
  float: none;
  width: 66%;
  font-size: 1rem;
  vertical-align: middle;
}

.overflow-img {
  margin: 2.5rem 0;
}

.overflow-img .img-desc {
  font-size: 0.9375rem;
}

.two-col__rte .row {
  padding-left: 0;
  padding-right: 0;
}

.two-col__rte .hero-promo > .row {
  padding: 0 1rem;
}

.two-col__rte .full-width-promo .row {
  padding-right: 2rem;
  padding-left: 2rem;
}

.two-col__rte .accordion-cards .accordion-cards__content .hero-promo > .row {
  padding-left: 0;
  padding-right: 0;
}

.two-col__rte .accordion-cards .accordion-cards__content > .row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.two-col__rte .column-card-list > .row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.two-col__rte .large-promo .large-promo__item h2 {
  min-height: 4.6875rem;
  margin-bottom: 0.3125rem;
}

.two-col .fb-events-module .herobox {
  min-height: 23.4375rem;
}

.two-col .fb-events-module .herobox__title {
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
}

.two-col .fb-events-module .herobox__subtitle {
  font-size: 1.125rem;
}

.two-col .fb-events-module .herobox__details {
  font-size: 1.125rem;
}

.two-col .fb-events-module .herobox__cta a {
  width: 12.5rem;
  height: 3.75rem;
  font-size: 1.25rem;
  padding: 0.9375rem 0;
  text-align: center;
}

.slide-show-section {
  margin: 2.5rem 0;
}

.slide-show__background {
  height: 25rem;
}

.slide-show__caption {
  margin-top: 1.875rem;
}

.slide-show .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.slide-show .owl-carousel .owl-nav button {
  position: absolute;
}

.slide-show .owl-carousel .owl-nav button.owl-prev {
  left: 1%;
}

.slide-show .owl-carousel .owl-nav button.owl-next {
  right: 1%;
}

.slide-show .owl-carousel .owl-nav button.owl-prev span, .slide-show .owl-carousel .owl-nav button.owl-next span {
  font-size: 3.125rem;
  color: #0A81D5;
  color: var(--global-base-color, #0991F2);
}

.combo-slide-show-rte {
  margin: 2.5rem 0;
}

.combo-slide-show-rte .columns:first-child {
  padding-bottom: 0;
  padding-right: 1.5rem;
}

.combo-slide-show-rte .columns:last-child {
  padding-left: 1.5rem;
}

.video-carousel {
  padding: 3rem 0 2rem;
}

.video-carousel h3 {
  margin-top: 20px;
}

.video-carousel__wrapper {
  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;
}

.video-carousel__item {
  max-width: 100%;
  width: 100%;
  margin-right: 20px;
}

.video-carousel__item:last-child {
  margin-right: 0px;
}

.large-promo h2 {
  min-height: 4.6875rem;
  margin-bottom: 0.9375rem;
}

.large-promo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.large-promo ul li img {
  display: none;
}

.large-promo ul li:first-child .container h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.large-promo ul li:first-child img {
  display: inline-block;
  width: 300px;
  height: auto;
}

.large-promo ul li .container {
  width: 75%;
  padding-left: .75rem;
}

.large-promo ul li .container h3 {
  font-size: 1rem;
}

.large-promo__wrapper {
  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;
}

.large-promo__item {
  width: calc(100% / 3 - 14px * 2);
  margin: 0.875rem;
}

.large-promo__item:last-child {
  margin-right: 0px;
}

.features {
  margin: 2.5rem 0 0;
}

.features__container-title {
  margin-left: 0;
}

.bio-carousel {
  margin: 2.5rem 0;
}

.bio-carousel .bio-carousel--owl-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bio-carousel .bio-carousel--owl-carousel .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  border-bottom: 3px solid black;
  /* IE10+*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bio-carousel .bio-carousel--owl-carousel .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.bio-carousel .bio-carousel--owl-carousel .item:nth-child(2n) {
  margin-right: 0;
}

.bio-carousel .bio-carousel--owl-carousel .item .image-wrapper {
  margin-bottom: -1rem;
}

.bio-carousel .bio-carousel--owl-carousel .item .caption {
  border-bottom: 0;
}

.bio-carousel .bio-carousel--owl-carousel p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.5rem;
}

.bio-carousel.bio {
  padding: 3.3rem 0 4rem;
}

.bio-carousel.bio h2 {
  margin-bottom: 4rem;
}

.bio-carousel.bio .bio-carousel--owl-carousel .item:nth-child(2n-1) {
  border-right: 1px solid #D4D3D3;
}

.feature-generic-card-grid {
  margin-left: -10px;
}

.feature-generic-card-grid__item {
  width: calc(100% / 3 - 12px * 2);
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  margin-bottom: 1.5625rem;
}

.feature-generic-card-grid .three-items {
  width: calc(100% / 3 - 14px * 2);
  margin-right: 0.875rem;
  margin-left: 0.875rem;
}

.feature-generic-card-grid .three-items .feature-generic-card__details-wrapper {
  margin-bottom: 0;
}

.fb-events-module .herobox__cta {
  margin-bottom: 0.9375rem;
}

.fb-events-module .owl-carousel .owl-dots {
  display: block;
}

.fb-events-module .owl-nav {
  display: none;
}

.ofg-search, .ofg-search-result {
  max-width: 1030px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  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;
  height: auto;
  position: relative;
}

.ofg-search-result {
  max-width: 100%;
  height: 100%;
  border-radius: 0;
}

.ofg-search h1, .ofg-search-result h1 {
  font-size: 3.25rem;
  line-height: 3.25rem;
  margin: 15px 0 30px 0;
}

.ofg-search .select-wrapper, .ofg-search-result .select-wrapper {
  width: 33.33%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ofg-search .select-wrapper select, .ofg-search-result .select-wrapper select {
  padding: 0 20px;
}

.ofg-search .search-bar__searchbox form, .ofg-search-result .search-bar__searchbox form {
  padding: 0.5rem;
}

.ofg-search .search-bar__searchbox form input, .ofg-search-result .search-bar__searchbox form input {
  padding-left: 25px;
}

.ofg-search .search-bar__searchbox form i, .ofg-search-result .search-bar__searchbox form i {
  font-size: 1.625rem;
  line-height: 2.2;
  padding: 1rem;
}

.ofg-search .alphabet-filter, .ofg-search-result .alphabet-filter {
  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;
  width: 100%;
}

.ofg-search .alphabet-filter p, .ofg-search-result .alphabet-filter p {
  width: 33.333%;
  margin: 20px 0 0 0;
  text-align: left;
}

.ofg-search .alphabet-filter ul, .ofg-search-result .alphabet-filter ul {
  width: 66.666%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}

.ofg-search .alphabet-filter ul li, .ofg-search-result .alphabet-filter ul li {
  display: block;
}

.ofg-search .alphabet-filter ul li a, .ofg-search-result .alphabet-filter ul li a {
  padding: 0.33rem;
}

.hero-ofg-search, .hero-ofg-search-result {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 580px;
  width: 100%;
  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;
  padding: 15px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.hero-ofg-search-result {
  min-height: auto;
  height: auto;
  padding: 0;
  background-position: bottom;
}

.ofg-result-list ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  padding: 0;
}
