@charset "UTF-8";
/*!
Theme Name: Blaine Brothers
Theme URI: http://bravenewmedia.net/
Author: Brave New Media
Author URI: http://bravenewmedia.net/
Description: This theme, is custom built theme just for you.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blainebrothers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/
@import url("all.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400|Roboto:400,400i,700,700i");
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 47.5em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Roboto", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #5e5e5e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.row .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 47.5em) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  min-width: 0;
}

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

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

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 47.5em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 47.5em) and (min-width: 47.5em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media print, screen and (min-width: 47.5em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 2.5rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.625em;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #2c2a25;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #5e5e5e;
}

h1, .h1 {
  font-size: 1.375rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h5, .h5 {
  font-size: 0.9375rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.375rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.0625rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #c8102e;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #ac0e28;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #5e5e5e;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.625em;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #5e5e5e;
}
blockquote, blockquote p {
  line-height: 1.625em;
  color: #2c2a25;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #2c2a25;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #2c2a25;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #5e5e5e;
  background-color: #f3f3f3;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #2c2a25;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f3f3f3;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #2c2a25;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #2c2a25;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 47.5em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #2c2a25;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #c8102e;
  color: #ffffff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #c8102e;
  color: #ffffff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #c8102e;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #a00d25;
  color: #ffffff;
}
.button.secondary {
  background-color: #BD0F2C;
  color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #970c23;
  color: #ffffff;
}
.button.success {
  background-color: #3adb76;
  color: #2c2a25;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #2c2a25;
}
.button.warning {
  background-color: #ffae00;
  color: #2c2a25;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #2c2a25;
}
.button.alert {
  background-color: #BD0F2C;
  color: #ffffff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #970c23;
  color: #ffffff;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #c8102e;
  color: #ffffff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #c8102e;
  color: #ffffff;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #BD0F2C;
  color: #ffffff;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #2c2a25;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #2c2a25;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #BD0F2C;
  color: #ffffff;
}
.button.hollow {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #640817;
  color: #640817;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.button.hollow.primary {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #640817;
  color: #640817;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.button.hollow.secondary {
  border: 1px solid #BD0F2C;
  color: #BD0F2C;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #5f0816;
  color: #5f0816;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #BD0F2C;
  color: #BD0F2C;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #BD0F2C;
  color: #BD0F2C;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #5f0816;
  color: #5f0816;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #BD0F2C;
  color: #BD0F2C;
}
.button.clear {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #640817;
  color: #640817;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #640817;
  color: #640817;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #BD0F2C;
  color: #BD0F2C;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #5f0816;
  color: #5f0816;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #BD0F2C;
  color: #BD0F2C;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #BD0F2C;
  color: #BD0F2C;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #5f0816;
  color: #5f0816;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #BD0F2C;
  color: #BD0F2C;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #c8102e;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #c8102e;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #BD0F2C;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #BD0F2C;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #5e5e5e;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(44, 42, 37, 0.1);
          box-shadow: inset 0 1px 2px rgba(44, 42, 37, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #2c2a25;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #2c2a25;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #5e5e5e;
          box-shadow: 0 0 5px #5e5e5e;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5e5e5e;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #5e5e5e;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5e5e5e;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #5e5e5e;
}

input::placeholder,
textarea::placeholder {
  color: #5e5e5e;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f3f3f3;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #2c2a25;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #2c2a25;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #5e5e5e;
  background: #f3f3f3;
  color: #2c2a25;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #5e5e5e;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #5e5e5e;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #2c2a25;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2844, 42, 37%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #2c2a25;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #5e5e5e;
          box-shadow: 0 0 5px #5e5e5e;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #BD0F2C;
  background-color: #f8e7ea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #BD0F2C;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #BD0F2C;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #BD0F2C;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #BD0F2C;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #BD0F2C;
}

.is-invalid-label {
  color: #BD0F2C;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #BD0F2C;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.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 {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: none;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #ffffff;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #BD0F2C;
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: none;
  border-bottom: 0;
  background-color: #ffffff;
  color: #5e5e5e;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #c8102e transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #c8102e transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(44, 42, 37, 0.25);
  border-radius: 0;
  background-color: white;
  color: #5e5e5e;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fcd6dc;
  color: #5e5e5e;
}
.callout.secondary {
  background-color: #fcd4db;
  color: #5e5e5e;
}
.callout.success {
  background-color: #e1faea;
  color: #5e5e5e;
}
.callout.warning {
  background-color: #fff3d9;
  color: #5e5e5e;
}
.callout.alert {
  background-color: #fcd4db;
  color: #5e5e5e;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #f3f3f3;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #5e5e5e;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #f3f3f3;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #2c2a25;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #2c2a25;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 47.5em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #c8102e;
  color: #ffffff;
}
.menu .active > a {
  background: #c8102e;
  color: #ffffff;
}
.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
          box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #5e5e5e;
  -webkit-box-shadow: 0 7px 0 #5e5e5e, 0 14px 0 #5e5e5e;
          box-shadow: 0 7px 0 #5e5e5e, 0 14px 0 #5e5e5e;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #2c2a25;
  -webkit-box-shadow: 0 7px 0 #2c2a25, 0 14px 0 #2c2a25;
          box-shadow: 0 7px 0 #2c2a25, 0 14px 0 #2c2a25;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #2c2a25;
  -webkit-box-shadow: 0 7px 0 #2c2a25, 0 14px 0 #2c2a25;
          box-shadow: 0 7px 0 #2c2a25, 0 14px 0 #2c2a25;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #c8102e;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #c8102e;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ffffff;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #c8102e;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #c8102e transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ffffff transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #c8102e transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -4px;
}
.dropdown.menu a {
  padding: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #c8102e;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #c8102e transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #c8102e;
}
@media print, screen and (min-width: 47.5em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #c8102e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -4px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #c8102e transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #c8102e;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #c8102e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -4px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #c8102e transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #c8102e;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #c8102e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -4px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #c8102e transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #c8102e;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -8px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 300px;
  border: none;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #c8102e transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #c8102e;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 47.4375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 47.4375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f3f3f3;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(44, 42, 37, 0.7);
          box-shadow: 0 0 10px rgba(44, 42, 37, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f3f3f3;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(44, 42, 37, 0.7);
          box-shadow: 0 0 10px rgba(44, 42, 37, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(44, 42, 37, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(44, 42, 37, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(44, 42, 37, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(44, 42, 37, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(44, 42, 37, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(44, 42, 37, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(44, 42, 37, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(44, 42, 37, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 47.5em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f3f3f3;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #5e5e5e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #c8102e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #aa0e27;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: 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;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 2rem;
  border: 0px solid #5e5e5e;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 47.5em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 47.5em) {
  .reveal {
    width: 80%;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 47.5em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 47.5em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 47.5em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 47.4375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #5e5e5e;
}

tfoot {
  background: #f2f2f2;
  color: #5e5e5e;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #c8102e;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #be0f2c;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #c8102e;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: #ac0e28;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #ffffff;
  color: #c8102e;
}

.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: #ffffff;
  color: #5e5e5e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(44, 42, 37, 0.2);
          box-shadow: 0 0 0 1px rgba(44, 42, 37, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(200, 16, 46, 0.5);
          box-shadow: 0 0 6px 1px rgba(200, 16, 46, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #2c2a25;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #2c2a25;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #2c2a25;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #2c2a25;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2c2a25 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2c2a25;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2c2a25 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #c8102e;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 47.5em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

@media print, 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;
  }
}

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

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 47.5em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 47.5em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #5e5e5e;
}

.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2c2a25 transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #2c2a25;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2c2a25;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2c2a25 transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #c8102e;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #c8102e;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #c8102e;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.border-none {
  border: none !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-0 {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

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

.margin-left-0 {
  margin-left: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important;
}

.padding-1 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin-top: 2rem !important;
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
  margin-left: 2rem !important;
}

.padding-2 {
  padding-top: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important;
}

.padding-3 {
  padding-top: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

.accent-white a {
  color: #ffffff;
}
.accent-white button,
.accent-white .button {
  background-color: #ffffff;
}

.background-white {
  background: #ffffff;
}

@media screen and (max-width: 47.4375em) {
  .mobile-background-white {
    background: #ffffff;
  }
}

.border-white {
  border: 2px solid #ffffff;
}

.overlay-white {
  display: block;
  position: relative;
}
.overlay-white::after {
  background-color: #ffffff;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
}

.text-white {
  color: #ffffff;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: inherit;
}

ul.text-white li {
  color: #ffffff;
}
ul.text-white li a {
  color: inherit;
}

.accent-grey a {
  color: #5e5e5e;
}
.accent-grey button,
.accent-grey .button {
  background-color: #5e5e5e;
}

.background-grey {
  background: #5e5e5e;
}

@media screen and (max-width: 47.4375em) {
  .mobile-background-grey {
    background: #5e5e5e;
  }
}

.border-grey {
  border: 2px solid #5e5e5e;
}

.overlay-grey {
  display: block;
  position: relative;
}
.overlay-grey::after {
  background-color: #5e5e5e;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
}

.text-grey {
  color: #5e5e5e;
}
.text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5, .text-grey h6 {
  color: inherit;
}

ul.text-grey li {
  color: #5e5e5e;
}
ul.text-grey li a {
  color: inherit;
}

.accent-grey-light a {
  color: #f3f3f3;
}
.accent-grey-light button,
.accent-grey-light .button {
  background-color: #f3f3f3;
}

.background-grey-light {
  background: #f3f3f3;
}

@media screen and (max-width: 47.4375em) {
  .mobile-background-grey-light {
    background: #f3f3f3;
  }
}

.border-grey-light {
  border: 2px solid #f3f3f3;
}

.overlay-grey-light {
  display: block;
  position: relative;
}
.overlay-grey-light::after {
  background-color: #f3f3f3;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
}

.text-grey-light {
  color: #f3f3f3;
}
.text-grey-light h1, .text-grey-light h2, .text-grey-light h3, .text-grey-light h4, .text-grey-light h5, .text-grey-light h6 {
  color: inherit;
}

ul.text-grey-light li {
  color: #f3f3f3;
}
ul.text-grey-light li a {
  color: inherit;
}

.accent-grey-medium a {
  color: #e8e8e8;
}
.accent-grey-medium button,
.accent-grey-medium .button {
  background-color: #e8e8e8;
}

.background-grey-medium {
  background: #e8e8e8;
}

@media screen and (max-width: 47.4375em) {
  .mobile-background-grey-medium {
    background: #e8e8e8;
  }
}

.border-grey-medium {
  border: 2px solid #e8e8e8;
}

.overlay-grey-medium {
  display: block;
  position: relative;
}
.overlay-grey-medium::after {
  background-color: #e8e8e8;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
}

.text-grey-medium {
  color: #e8e8e8;
}
.text-grey-medium h1, .text-grey-medium h2, .text-grey-medium h3, .text-grey-medium h4, .text-grey-medium h5, .text-grey-medium h6 {
  color: inherit;
}

ul.text-grey-medium li {
  color: #e8e8e8;
}
ul.text-grey-medium li a {
  color: inherit;
}

.accent-red a {
  color: #c8102e;
}
.accent-red button,
.accent-red .button {
  background-color: #c8102e;
}

.background-red {
  background: #c8102e;
}

@media screen and (max-width: 47.4375em) {
  .mobile-background-red {
    background: #c8102e;
  }
}

.border-red {
  border: 2px solid #c8102e;
}

.overlay-red {
  display: block;
  position: relative;
}
.overlay-red::after {
  background-color: #c8102e;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
}

.text-red {
  color: #c8102e;
}
.text-red h1, .text-red h2, .text-red h3, .text-red h4, .text-red h5, .text-red h6 {
  color: inherit;
}

ul.text-red li {
  color: #c8102e;
}
ul.text-red li a {
  color: inherit;
}

.accent-red-dark a {
  color: #BD0F2C;
}
.accent-red-dark button,
.accent-red-dark .button {
  background-color: #BD0F2C;
}

.background-red-dark {
  background: #BD0F2C;
}

@media screen and (max-width: 47.4375em) {
  .mobile-background-red-dark {
    background: #BD0F2C;
  }
}

.border-red-dark {
  border: 2px solid #BD0F2C;
}

.overlay-red-dark {
  display: block;
  position: relative;
}
.overlay-red-dark::after {
  background-color: #BD0F2C;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
}

.text-red-dark {
  color: #BD0F2C;
}
.text-red-dark h1, .text-red-dark h2, .text-red-dark h3, .text-red-dark h4, .text-red-dark h5, .text-red-dark h6 {
  color: inherit;
}

ul.text-red-dark li {
  color: #BD0F2C;
}
ul.text-red-dark li a {
  color: inherit;
}

.accent-black a {
  color: #2c2a25;
}
.accent-black button,
.accent-black .button {
  background-color: #2c2a25;
}

.background-black {
  background: #2c2a25;
}

@media screen and (max-width: 47.4375em) {
  .mobile-background-black {
    background: #2c2a25;
  }
}

.border-black {
  border: 2px solid #2c2a25;
}

.overlay-black {
  display: block;
  position: relative;
}
.overlay-black::after {
  background-color: #2c2a25;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
}

.text-black {
  color: #2c2a25;
}
.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6 {
  color: inherit;
}

ul.text-black li {
  color: #2c2a25;
}
ul.text-black li a {
  color: inherit;
}

.accent-black button,
.accent-black .button,
.accent-red button,
.accent-red .button,
.accent-red-dark button,
.accent-red-dark .button {
  color: #ffffff;
}

.accent-white button,
.accent-white .button,
.accent-grey-light button,
.accent-grey-light .button,
.accent-grey-medium button,
.accent-grey-medium .button {
  color: #c8102e;
}

.text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5, .text-grey h6 {
  color: #2c2a25;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Wordpress Typography
--------------------------------------------------------------*/
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  margin: 0 0 1.5em;
}

big {
  font-size: 125%;
}

blockquote {
  margin: 0 1.5em;
}

q, blockquote {
  quotes: "“" "”" "‘" "’";
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

dfn, cite, em, i {
  font-style: italic;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/*--------------------------------------------------------------
# Custom Typography
--------------------------------------------------------------*/
a,
button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.block,
button.block {
  display: block;
}

button,
.button {
  height: auto;
  font-weight: 700;
  min-width: 200px;
  padding: 14px;
  text-transform: uppercase;
}
button:last-child,
.button:last-child {
  margin-bottom: 0;
}

button > i > span {
  font-family: "Roboto", "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  margin-left: 10px;
}

.wp-video-shortcode button {
  border-radius: 0 !important;
  min-width: 0 !important;
}
.wp-video-shortcode button:hover, .wp-video-shortcode button:focus {
  background-color: transparent !important;
}

@media print, screen and (min-width: 47.5em) {
  .columns-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .columns-2.no-bullet {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.columns-2 li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 47.5em) {
  .columns-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .columns-3.no-bullet {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.columns-3 li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 47.5em) {
  .columns-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .columns-4.no-bullet {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.columns-4 li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 10px;
}

.col-popup-trigger {
  background-color: transparent !important;
  color: inherit !important;
  padding: 0;
  text-align: left;
}
.col-popup-trigger p.subtitle {
  font-weight: 400;
}

.cta-link {
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.cta-link i {
  margin-right: 10px;
}

dl:last-child {
  margin-bottom: 0;
}
dl dt {
  color: #2c2a25;
  margin-bottom: 0;
}
dl dd {
  color: #5e5e5e;
  margin-bottom: 1rem;
}
dl dd:last-child {
  margin-bottom: 0;
}
dl dd.large {
  font-size: 20px;
  font-weight: 600;
}

h1, h2, .h1, .h2 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, li:last-child, ul:last-child, a.button:last-child, a.cta-link:last-child, .h1:last-child, .h2:last-child {
  margin-bottom: 0;
}
h1.bg, h2.bg, h3.bg, h4.bg, h5.bg, h6.bg, p.bg, li.bg, ul.bg, a.button.bg, a.cta-link.bg, .h1.bg, .h2.bg {
  background-color: #c8102e;
  border-bottom: 8px solid #BD0F2C;
  color: #ffffff;
  margin-bottom: 0;
  padding: 15px 15px 10px;
}
h1.bg.light-grey, h2.bg.light-grey, h3.bg.light-grey, h4.bg.light-grey, h5.bg.light-grey, h6.bg.light-grey, p.bg.light-grey, li.bg.light-grey, ul.bg.light-grey, a.button.bg.light-grey, a.cta-link.bg.light-grey, .h1.bg.light-grey, .h2.bg.light-grey {
  background-color: #e8e8e8;
  border-bottom: 8px solid #d6d6d6;
  color: #2c2a25;
}
h1.heading-border, h2.heading-border, h3.heading-border, h4.heading-border, h5.heading-border, h6.heading-border, p.heading-border, li.heading-border, ul.heading-border, a.button.heading-border, a.cta-link.heading-border, .h1.heading-border, .h2.heading-border {
  border-bottom: 2.5px solid;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 50px;
  text-transform: uppercase;
}
h1.no-img, h2.no-img, h3.no-img, h4.no-img, h5.no-img, h6.no-img, p.no-img, li.no-img, ul.no-img, a.button.no-img, a.cta-link.no-img, .h1.no-img, .h2.no-img {
  margin-bottom: 20px;
}

h4 {
  margin-bottom: 5px;
}

@media screen and (min-width: 75em) {
  .row-content-area h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

p.subtitle {
  font-size: 12px;
  text-transform: uppercase;
}

.text-roboto-cond {
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
}

.text-strong {
  font-size: 600px;
}

.text-18 {
  font-size: 18px;
}

.title-container {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .title-container {
    margin-bottom: 40px;
  }
}
.title-container h1, .title-container h2, .title-container h3, .title-container h4, .title-container h5, .title-container h6 {
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-align: center;
}
.title-container.title-borders {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 64em) {
  .title-container.title-borders {
    margin-bottom: 70px;
  }
}
.title-container.title-borders:after, .title-container.title-borders:before {
  background-color: #e8e8e8;
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  height: 1px;
}
.title-container.title-borders h1, .title-container.title-borders h2, .title-container.title-borders h3, .title-container.title-borders h4, .title-container.title-borders h5, .title-container.title-borders h6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding: 0 20px;
}
@media print, screen and (min-width: 47.5em) {
  .title-container.title-borders h1, .title-container.title-borders h2, .title-container.title-borders h3, .title-container.title-borders h4, .title-container.title-borders h5, .title-container.title-borders h6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 40px;
  }
}

@media print {
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[title]:after {
    content: "(" attr(title) ")";
  }
}

@media print {
  img[alt]:after {
    content: " (" attr(alt) ")";
  }
  img[title]:after {
    content: "(" attr(title) ")";
  }
}

@media print {
  hr {
    display: none;
  }
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.angle-bottom {
  position: relative;
}
.angle-bottom:after {
  background-color: inherit;
  bottom: -140px;
  content: "";
  display: block;
  height: 300px;
  position: absolute;
  -webkit-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
          transform: skewY(-8deg);
  z-index: -1;
  width: 100%;
}

audio,
video {
  display: block;
  width: 100%;
}
audio::-internal-media-controls-download-button,
video::-internal-media-controls-download-button {
  display: none;
}
audio::-webkit-media-controls-enclosure,
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

@media screen and (max-width: 47.4375em) {
  .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex-container > .column, .flex-container > .columns {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 47.5em) {
  .flex-container > .column, .flex-container > .columns {
    margin-bottom: 40px !important;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.hr {
  height: 1px;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
html > *,
html > *:before,
html > *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
}
@media screen and (max-width: 47.4375em) {
  html body {
    position: static;
  }
}

.thumb-row {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .thumb-row {
    margin-bottom: 50px;
  }
}
.thumb-row:last-child {
  margin-bottom: 0;
}
.thumb-row .thumb-content {
  text-align: center;
}
@media print, screen and (min-width: 47.5em) {
  .thumb-row .thumb-content {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .thumb-row .thumb-content {
    margin-right: 9%;
  }
}
.thumb-row .thumb-image {
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 47.5em) {
  .thumb-row .thumb-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-bottom: 0;
    margin-right: 4.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .thumb-row .thumb-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 3.5%;
  }
}
.thumb-row .thumb-image img {
  display: block;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.inline-testimonial {
  margin-bottom: 30px;
}
.inline-testimonial:last-child {
  margin-bottom: 0;
}
.inline-testimonial h2 {
  font-style: italic;
  text-transform: none;
}
@media print, screen and (min-width: 64em) {
  .inline-testimonial h2 {
    max-width: 75%;
  }
}
.inline-testimonial p.author span.author-text {
  margin-left: 10px;
}
.inline-testimonial p.author .stars.stars-1 :first-child, .inline-testimonial p.author .stars.stars-2 :first-child, .inline-testimonial p.author .stars.stars-3 :first-child, .inline-testimonial p.author .stars.stars-4 :first-child, .inline-testimonial p.author .stars.stars-5 :first-child {
  color: #c8102e;
  font-weight: 800 !important;
}
.inline-testimonial p.author .stars.stars-2 :nth-child(2), .inline-testimonial p.author .stars.stars-3 :nth-child(2), .inline-testimonial p.author .stars.stars-4 :nth-child(2), .inline-testimonial p.author .stars.stars-5 :nth-child(2) {
  color: #c8102e;
  font-weight: 800 !important;
}
.inline-testimonial p.author .stars.stars-3 :nth-child(3), .inline-testimonial p.author .stars.stars-4 :nth-child(3), .inline-testimonial p.author .stars.stars-5 :nth-child(3) {
  color: #c8102e;
  font-weight: 800 !important;
}
.inline-testimonial p.author .stars.stars-4 :nth-child(4), .inline-testimonial p.author .stars.stars-5 :nth-child(4) {
  color: #c8102e;
  font-weight: 800 !important;
}
.inline-testimonial p.author .stars.stars-5 :nth-child(5) {
  color: #c8102e;
  font-weight: 800 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.reveal.col-popup {
  max-width: 50rem;
}

.row,
.container-content-area {
  padding: 20px 0px;
}
@media print, screen and (min-width: 47.5em) {
  .row,
  .container-content-area {
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .row,
  .container-content-area {
    padding: 40px 10px;
  }
}
@media screen and (min-width: 75em) {
  .row,
  .container-content-area {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row.row-banner,
  .container-content-area.row-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 75em) {
  .row.row-banner,
  .container-content-area.row-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row.extra,
  .container-content-area.extra {
    padding: 40px 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .row.extra,
  .container-content-area.extra {
    padding: 60px 10px;
  }
}
@media screen and (min-width: 75em) {
  .row.extra,
  .container-content-area.extra {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row.extreme,
  .container-content-area.extreme {
    padding: 40px 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .row.extreme,
  .container-content-area.extreme {
    padding: 60px 10px;
  }
}
@media screen and (min-width: 75em) {
  .row.extreme,
  .container-content-area.extreme {
    padding: 80px 0;
  }
}
.row.no-padding,
.container-content-area.no-padding {
  padding: 0;
}
.row.no-vert,
.container-content-area.no-vert {
  padding-bottom: 0;
  padding-top: 0;
}
.row.padding-bottom-0,
.container-content-area.padding-bottom-0 {
  padding-bottom: 0;
}
.row.padding-top-0,
.container-content-area.padding-top-0 {
  padding-top: 0;
}
@media print, screen and (min-width: 64em) {
  .row.tight,
  .container-content-area.tight {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 75em) {
  .row.tight,
  .container-content-area.tight {
    padding: 20px 0;
  }
}
.row.tiny,
.container-content-area.tiny {
  padding: 10px 0;
}
.row .column, .row .columns,
.container-content-area .column,
.container-content-area .columns {
  margin-bottom: 20px;
}
.row .column:last-child, .row .columns:last-child, .row .column.has-columns, .row .has-columns.columns,
.container-content-area .column:last-child,
.container-content-area .columns:last-child,
.container-content-area .column.has-columns,
.container-content-area .has-columns.columns {
  margin-bottom: 0;
}
.row .column.has-columns, .row .has-columns.columns,
.container-content-area .column.has-columns,
.container-content-area .has-columns.columns {
  padding-left: 0;
  padding-right: 0;
}
.row .column.title-column, .row .title-column.columns,
.container-content-area .column.title-column,
.container-content-area .title-column.columns {
  margin-bottom: 0;
}
@media print, screen and (min-width: 47.5em) {
  .row .column, .row .columns,
  .container-content-area .column,
  .container-content-area .columns {
    margin-bottom: 0;
  }
}
.row.multi-row .column, .row.multi-row .columns,
.container-content-area.multi-row .column,
.container-content-area.multi-row .columns {
  margin-bottom: 30px;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.secondary-content.has-columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.no-sub-bullet ul {
  list-style: none;
  margin: 0 0 20px;
}

.video-image-trigger {
  display: block;
  position: relative;
}
.video-image-trigger:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 15vw;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media print, screen and (min-width: 47.5em) {
  .video-image-trigger:after {
    font-size: 8vw;
  }
}
@media print, screen and (min-width: 64em) {
  .video-image-trigger:after {
    font-size: 7vw;
  }
}
@media screen and (min-width: 90em) {
  .video-image-trigger:after {
    font-size: 5rem;
  }
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Layout Rules */
.w-100 {
  width: 100%;
}

input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  vertical-align: top;
  display: block;
}

datalist {
  font-family: "Roboto", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-size: 16px;
}

label,
legend.label {
  color: inherit !important;
  display: block;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[list],
input[type=file],
select,
textarea {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-color: #e8e8e8;
  border: 2px solid #e8e8e8;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[list] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  overflow: auto;
  resize: none;
}
textarea:focus {
  background-color: #f3f3f3 !important;
  border: 2px solid #cacaca !important;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 5px;
  vertical-align: top !important;
}

.checkbox-input-container, .radio-input-container {
  display: block;
  text-align: center;
}

select {
  height: 37px;
  line-height: 1;
  padding: 8px 30px 8px 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select:focus {
  background-color: #f3f3f3 !important;
  border: 2px solid #cacaca !important;
}

select[multiple] option {
  margin: 0;
}

fieldset {
  padding: 0;
  border: 0;
}

legend {
  font-size: 0.875rem;
  padding: 0;
  font-weight: inherit;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
button[type=button],
button[type=submit],
button[type=reset],
input[type=image] {
  background-color: #c8102e;
  border-radius: 10px;
  padding: 14px;
  height: auto;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
button.close-button,
input[type=button].close-button,
input[type=submit].close-button,
input[type=reset].close-button,
button[type=button].close-button,
button[type=submit].close-button,
button[type=reset].close-button,
input[type=image].close-button {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  border: none;
  border-radius: 100%;
  background-color: #c8102e;
  color: #ffffff;
  padding: 3px 12px 6px;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1000;
}
@media print, screen and (min-width: 47.5em) {
  button.close-button,
  input[type=button].close-button,
  input[type=submit].close-button,
  input[type=reset].close-button,
  button[type=button].close-button,
  button[type=submit].close-button,
  button[type=reset].close-button,
  input[type=image].close-button {
    right: 0.75rem;
    top: 0.75rem;
  }
}
button.close-button:hover, button.close-button:focus,
input[type=button].close-button:hover,
input[type=button].close-button:focus,
input[type=submit].close-button:hover,
input[type=submit].close-button:focus,
input[type=reset].close-button:hover,
input[type=reset].close-button:focus,
button[type=button].close-button:hover,
button[type=button].close-button:focus,
button[type=submit].close-button:hover,
button[type=submit].close-button:focus,
button[type=reset].close-button:hover,
button[type=reset].close-button:focus,
input[type=image].close-button:hover,
input[type=image].close-button:focus {
  background-color: #BD0F2C;
  color: #ffffff;
  z-index: 1200;
}

input[type=submit] {
  min-width: 200px;
}

input[type=image] {
  text-align: center;
  padding: 7.4px;
}

input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed;
}

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  background-color: #d8d8d8;
  border-color: #e8e8e8;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: #e8e8e8 solid 2px;
}

button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
button[type=button]:hover,
button[type=button]:focus,
button[type=submit]:hover,
button[type=submit]:focus,
button[type=reset]:hover,
button[type=reset]:focus {
  background-color: #BD0F2C;
  color: #ffffff;
}

::-webkit-file-upload-button {
  border: none;
  padding: 10px 15px;
  background: #c8102e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Roboto Condensed";
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
}

.form-wrapper.white-out {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding-bottom: 20px;
}
.form-wrapper.w100 .hbspt-form {
  width: 100%;
}
.form-wrapper.w100 .hbspt-form form fieldset {
  width: 100%;
  max-width: 100%;
}
.form-wrapper.w100 .hbspt-form form fieldset .hs-input {
  width: 100%;
}
.form-wrapper .p15 {
  padding: 15px;
}
.form-wrapper.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hs-main-font-element {
  color: #c80f2e !important;
}

.gform_wrapper .gform_footer {
  text-align: right;
}
.gform_wrapper ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul.gform_fields:after {
  clear: both;
  content: "";
  display: block;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding: 0 0 30px !important;
}
.gform_wrapper ul.gform_fields li.gfield.gform_hidden {
  padding: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield.half {
  clear: none;
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper ul.gform_fields li.gfield.half {
    float: left;
    margin: 0 0 0 4% !important;
    width: 48%;
  }
}
.gform_wrapper ul.gform_fields li.gfield.third {
  clear: none;
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper ul.gform_fields li.gfield.third {
    float: left;
    margin: 0 0 0 4% !important;
    width: 30.6667%;
  }
}
.gform_wrapper ul.gform_fields li.gfield.first {
  margin-left: 0 !important;
  clear: both;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error input {
  border-color: #c8102e;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error .validation_message {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 15px;
  margin-left: 8px;
  margin-top: 5px;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_checkbox label:before,
.gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_radio label:before {
  border-color: #c8102e;
}
.gform_wrapper ul.gform_fields li.gfield.hide-label label.gfield_label, .gform_wrapper ul.gform_fields li.gfield.hidden_label label.gfield_label {
  display: none !important;
}
.gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none;
}
.gform_wrapper ul.gform_fields li.gfield.gform_hidden {
  padding: 0 !important;
}
.gform_wrapper ul.gform_fields .gf_clear {
  clear: both;
}
.gform_wrapper ul.gform_fields .ginput_complex label {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: 8px;
  margin-top: 5px;
  text-transform: none;
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper ul.gform_fields .ginput_complex .address_city,
  .gform_wrapper ul.gform_fields .ginput_complex .address_state,
  .gform_wrapper ul.gform_fields .ginput_complex .address_zip {
    clear: none;
    float: left;
    margin-left: 4%;
    width: 30.6667%;
  }
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper ul.gform_fields .ginput_complex .address_city {
    margin-left: 0;
  }
}
.gform_wrapper ul.gform_fields .ginput_container_fileupload {
  padding: 15px 15px 9px;
  border: 1px dashed #ccc;
  border-radius: 5px;
}
.gform_wrapper ul.gform_fields .ginput_container_fileupload .gform_fileupload_rules {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 5px;
}
.gform_wrapper ul.gform_fields .ginput_recaptcha > div {
  margin: 0 0 0 auto;
}
.gform_wrapper ul.gform_fields input, .gform_wrapper ul.gform_fields select {
  margin-bottom: 0;
}
.gform_wrapper ul.gform_fields .instruction {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 15px;
  margin-left: 8px;
  margin-top: 5px;
  text-transform: none;
}
.gform_wrapper ul.gform_fields textarea.medium {
  height: 150px;
}
.gform_wrapper ul.gform_fields textarea.small {
  height: 90px;
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox,
.gform_wrapper ul.gform_fields ul.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper ul.gform_fields ul.gfield_checkbox,
  .gform_wrapper ul.gform_fields ul.gfield_radio {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper ul.gform_fields ul.gfield_checkbox li,
  .gform_wrapper ul.gform_fields ul.gfield_radio li {
    margin-right: 30px;
  }
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox input,
.gform_wrapper ul.gform_fields ul.gfield_radio input {
  margin: 0;
  opacity: 0;
  position: absolute;
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox input[value=Other],
.gform_wrapper ul.gform_fields ul.gfield_radio input[value=Other] {
  opacity: 1;
  position: static;
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox label,
.gform_wrapper ul.gform_fields ul.gfield_radio label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  left: 0;
  margin: 0;
  min-height: 28px;
  padding-left: 35px;
  position: relative;
  text-transform: none;
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox label:after,
.gform_wrapper ul.gform_fields ul.gfield_radio label:after {
  background-color: #c8102e;
  content: none;
  display: inline-block;
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 16px;
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox label:before,
.gform_wrapper ul.gform_fields ul.gfield_radio label:before {
  border: 2px solid #e8e8e8;
  content: "";
  display: inline-block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox input:checked + label::after,
.gform_wrapper ul.gform_fields ul.gfield_radio input:checked + label::after {
  content: "";
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox input:focus + label::before,
.gform_wrapper ul.gform_fields ul.gfield_radio input:focus + label::before {
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox.gfield_radio label:after,
.gform_wrapper ul.gform_fields ul.gfield_radio.gfield_radio label:after {
  border-radius: 12px;
}
.gform_wrapper ul.gform_fields ul.gfield_checkbox.gfield_radio label:before,
.gform_wrapper ul.gform_fields ul.gfield_radio.gfield_radio label:before {
  border-radius: 20px;
}
.gform_wrapper.hide-labels_wrapper ul.gform_fields li.gfield {
  padding: 0 0 15px !important;
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper.hide-labels_wrapper ul.gform_fields li.gfield.third {
    margin: 0 0 0 2.5% !important;
    width: 31.667%;
  }
}
.gform_wrapper.hide-labels_wrapper ul.gform_fields li.gfield.third:first-child {
  margin: 0 !important;
}
.gform_wrapper.hide-labels_wrapper ul.gform_fields li.gfield.gform_hidden {
  padding: 0 !important;
}
.gform_wrapper.hide-labels_wrapper ul.gform_fields label {
  display: none !important;
}
.gform_wrapper.hide-labels_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper.hide-labels_wrapper .gform_footer .button {
  margin-bottom: 0;
}
.gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield {
  padding: 0 0 30px !important;
}
.gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield input, .gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield select {
  border-color: #686868;
  color: #686868;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 15px;
  text-transform: uppercase;
}
.gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield select {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield input::-webkit-input-placeholder {
  color: #888888;
  font-size: 20px;
  font-weight: 700;
}
.gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield input::-moz-placeholder {
  color: #888888;
  font-size: 20px;
  font-weight: 700;
}
.gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield input:-ms-input-placeholder {
  color: #888888;
  font-size: 20px;
  font-weight: 700;
}
.gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield input::-ms-input-placeholder {
  color: #888888;
  font-size: 20px;
  font-weight: 700;
}
.gform_wrapper.borders-dark_wrapper ul.gform_fields li.gfield input::placeholder {
  color: #888888;
  font-size: 20px;
  font-weight: 700;
}
.gform_wrapper.borders-dark_wrapper .gform_footer {
  text-align: right;
}
.gform_wrapper.borders-dark_wrapper .gform_footer .button {
  border: 1px solid #686868;
}
.gform_wrapper.borders-dark_wrapper .gform_footer .button:hover, .gform_wrapper.borders-dark_wrapper .gform_footer .button:active {
  background-color: #ffffff;
  color: #686868;
}
.gform_wrapper .gf_page_steps {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .gform_wrapper .gf_page_steps {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper .gf_page_steps {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gform_wrapper .gf_page_steps .gf_step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5e5e5e;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper .gf_page_steps .gf_step {
    font-size: 0.875rem;
    margin-right: 15px;
  }
}
@media screen and (min-width: 75em) {
  .gform_wrapper .gf_page_steps .gf_step {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 47.5em) {
  .gform_wrapper .gf_page_steps .gf_step.gf_step_last {
    margin-right: 0;
  }
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  line-height: 1.2em;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  background-color: #f3f3f3;
  border-radius: 36px;
  display: block;
  line-height: 1;
  margin-right: 5px;
  min-width: 36px;
  padding: 10px;
  text-align: center;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  color: #c8102e;
  font-weight: 600;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #c8102e;
  color: #ffffff;
}
.gform_wrapper .validation_error {
  background-color: #c8102e;
  border-bottom: 2px solid #BD0F2C;
  color: #ffffff;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 30px;
}

.ui-datepicker {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(44, 42, 37, 0.1);
  box-shadow: 3px 3px 10px 0 rgba(44, 42, 37, 0.1);
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody {
  background-color: #ffffff;
  border: none;
  color: #2c2a25;
}
.ui-datepicker .ui-datepicker-calendar tbody tr {
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  font-weight: 500;
  padding: 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 22px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td:last-child {
  padding-right: 22px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  border-radius: 30px;
  color: #2c2a25;
  display: block;
  min-width: 40px;
  padding: 8px 6px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover, .ui-datepicker .ui-datepicker-calendar tbody tr td a:focus {
  background-color: #e8e8e8;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #c8102e;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 22px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
  padding-bottom: 22px;
}
.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #c8102e;
  border: none;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  padding-bottom: 12px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar thead tr th:first-child {
  padding-left: 22px;
}
.ui-datepicker .ui-datepicker-calendar thead tr th:last-child {
  padding-right: 22px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #c8102e;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 25px 5px;
}
.ui-datepicker .ui-datepicker-header a {
  color: #ffffff;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-header a:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-header a span {
  display: none;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:after {
  content: "\f053";
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select:focus {
  background: #c8102e !important;
  border: none !important;
  color: #ffffff !important;
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  margin-bottom: 0;
  min-width: 60px;
  padding: 0px !important;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select option,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select:focus option {
  font-size: 18px !important;
}

@media print, screen and (min-width: 47.5em) {
  header#masthead #header-navigation {
    padding: 19px 0;
  }
}
header#masthead #header-navigation > .row {
  width: 100%;
}
@media screen and (max-width: 47.4375em) {
  header#masthead #header-navigation > .row {
    padding-left: 0;
    padding-right: 0;
  }
}
header#masthead #header-navigation > .row .menu {
  padding: 5px 15px;
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-navigation > .row .menu {
    padding: 0;
  }
}
header#masthead #header-navigation > .row .menu li {
  border-bottom: 1px solid #BD0F2C;
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-navigation > .row .menu li {
    border-bottom: 0;
  }
}
header#masthead #header-navigation > .row .menu li:last-child {
  border-bottom: 0;
}
header#masthead #header-navigation > .row .menu li a {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  padding: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  header#masthead #header-navigation > .row .menu li a {
    font-size: 0.8125em;
  }
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-navigation > .row .menu li a {
    padding: 5px;
  }
}
@media print, screen and (min-width: 64em) {
  header#masthead #header-navigation > .row .menu li a {
    letter-spacing: 0.02em;
  }
}
header#masthead #header-navigation > .row .menu li a:hover, header#masthead #header-navigation > .row .menu li a:focus {
  color: #2c2a25;
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-navigation > .row .menu li:first-child a {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-navigation > .row .menu li:last-child a {
    padding-right: 0;
  }
}
header#masthead #header-navigation > .row .menu li.is-dropdown-submenu-parent > a {
  padding-right: 30px;
}
header#masthead #header-navigation > .row .menu li.is-dropdown-submenu-parent > a:after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  height: auto;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
header#masthead #header-navigation > .row .menu li ul {
  background-color: #c8102e;
  margin: 10px 0 0 -10px;
  padding: 0 15px !important;
  z-index: 1000;
}
header#masthead #header-navigation > .row .menu li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  list-style: none;
}
header#masthead #header-navigation > .row .menu li ul li:last-child {
  border-bottom: 0;
}
header#masthead #header-navigation > .row .menu li ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0 !important;
}
header#masthead #header-navigation > .row .menu li.is-drilldown-submenu-parent > a {
  padding-right: 35px;
}
header#masthead #header-navigation > .row .menu li.is-drilldown-submenu-parent > a:after {
  border: none !important;
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  height: auto;
  margin-top: 0;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
header#masthead #header-navigation > .row .menu li .is-drilldown-submenu {
  margin: 0;
  padding: 5px 15px;
}
header#masthead #header-navigation > .row .menu li .is-drilldown-submenu .js-drilldown-back a:before {
  border: none !important;
  content: "\f104" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 20px;
  height: auto;
  margin-top: 0;
  width: auto;
}
header#masthead #header-navigation > .row .menu#secondary-mobile-nav {
  background-color: #2c2a25;
}
header#masthead #header-navigation > .row .menu#secondary-mobile-nav li {
  border-bottom-color: #48443c;
}
header#masthead #header-navigation > .row .menu#secondary-mobile-nav li:last-child {
  border-bottom: 0;
}
header#masthead #header-navigation > .row .menu#secondary-mobile-nav li a {
  background-color: inherit;
  font-size: 14px;
}
header#masthead #header-navigation > .row .menu#secondary-mobile-nav li a:hover, header#masthead #header-navigation > .row .menu#secondary-mobile-nav li a:focus {
  color: #c8102e;
}
header#masthead #header-navigation > .row .menu#secondary-mobile-nav li .is-drilldown-submenu {
  background-color: #2c2a25;
  margin: 0;
  padding: 5px 15px;
}
header#masthead #header-top {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-top {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
header#masthead #header-top #header-cta {
  margin-bottom: 15px;
  padding-left: 5px;
}
@media screen and (min-width: 75em) {
  header#masthead #header-top #header-cta {
    margin-bottom: 30px;
  }
}
header#masthead #header-top #header-cta a {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-left: 10px;
}
header#masthead #header-top #header-cta p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
}
header#masthead #header-top #header-locations p {
  color: #2c2a25;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  header#masthead #header-top #header-locations p {
    font-size: 0.7em;
  }
}
header#masthead #header-top .custom-logo-link {
  display: block;
}
header#masthead #header-top #header-logo {
  margin-bottom: 0;
}
header#masthead #header-top #header-logo > a {
  display: block;
  max-width: 100%;
}
header#masthead #header-top #header-logo img.custom-logo {
  max-width: 140px;
  width: 100%;
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-top #header-logo img.custom-logo {
    max-width: 100%;
  }
}
header#masthead #header-top #header-logo button.toggle-icon {
  background-color: transparent;
  border: none;
  color: #2c2a25;
  font-size: 1.875em;
  height: auto;
  padding: 0;
  min-width: 0;
}
header#masthead #header-top #header-logo button.toggle-icon:hover, header#masthead #header-top #header-logo button.toggle-icon:focus {
  color: #c8102e;
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-topbar {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-topbar #secondary-nav-container #secondary-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header#masthead #header-topbar #secondary-nav-container #secondary-nav li a {
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 0 5px;
  text-transform: uppercase;
}
header#masthead #header-topbar #secondary-nav-container #secondary-nav li a:hover, header#masthead #header-topbar #secondary-nav-container #secondary-nav li a:focus {
  color: #c8102e;
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-topbar #secondary-nav-container #secondary-nav li:first-child a {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 47.5em) {
  header#masthead #header-topbar #secondary-nav-container #secondary-nav li:last-child a {
    padding-right: 0;
  }
}
header#masthead #header-topbar #secondary-nav-container #secondary-nav li.is-dropdown-submenu-parent > a {
  padding-right: 30px;
}
header#masthead #header-topbar #secondary-nav-container #secondary-nav li.is-dropdown-submenu-parent > a:after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  height: auto;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
header#masthead #header-topbar #secondary-nav-container #secondary-nav li ul {
  background-color: #2c2a25;
  margin: 10px 0 0 -10px;
}
header#masthead #header-topbar #secondary-nav-container #secondary-nav li ul li {
  list-style: none;
}
header#masthead #header-topbar #secondary-nav-container #secondary-nav li ul li a {
  padding: 10px !important;
}

footer#colophon #footer-legal ul li {
  color: #848484;
  font-size: 14px;
  margin: 0 10px;
}
footer#colophon #footer-legal ul li a {
  color: inherit;
}
footer#colophon #footer-legal ul li a:hover, footer#colophon #footer-legal ul li a:focus {
  color: #c8102e;
}
footer#colophon #footer-logos a {
  display: block;
  opacity: 0.6;
}
footer#colophon #footer-logos a:hover, footer#colophon #footer-logos a:focus {
  opacity: 0.8;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  footer#colophon #footer-navigation-row #footer-logo {
    margin-bottom: 20px;
  }
}
footer#colophon #footer-navigation-row #footer-navigation > .column, footer#colophon #footer-navigation-row #footer-navigation > .columns {
  margin-bottom: 0 !important;
}
footer#colophon #footer-navigation-row #footer-navigation ul {
  margin: 0;
}
footer#colophon #footer-navigation-row #footer-navigation ul li {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  list-style: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer#colophon #footer-navigation-row #footer-navigation ul li:last-child {
  margin-bottom: 0;
}
footer#colophon #footer-navigation-row #footer-navigation ul li ul {
  display: none;
}
footer#colophon #footer-navigation-row #footer-social .social-list li {
  margin-bottom: 20px;
}
footer#colophon #footer-navigation-row #footer-social .social-list li:last-child {
  margin-bottom: 0;
}
footer#colophon #footer-navigation-row #footer-social .social-list li a i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
}
footer#colophon #footer-navigation-row #footer-social .social-list li a i span {
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 25px;
}

/*
::-webkit-input-placeholder {
  @include roboto(rgba($black, 1) !important, $fs-14, normal, 700, 1.4, normal);
  font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
  @include roboto(rgba($black, 1) !important, $fs-14, normal, 700, 1.4, normal);
  font-family: 'Roboto', sans-serif;
}

::-moz-placholder{
  @include roboto(rgba($black, 1) !important, $fs-14, normal, 700, 1.4, normal);
  font-family: 'Roboto', sans-serif;
}

::-ms-input-placeholder {
  @include roboto(rgba($black, 1) !important, $fs-14, normal, 700, 1.4, normal);
  font-family: 'Roboto', sans-serif;
}

::input-placeholder {
  @include roboto(rgba($black, 1) !important, $fs-14, normal, 700, 1.4, normal);
  font-family: 'Roboto', sans-serif;
}
*/
::-moz-selection {
  color: #ffffff;
  background: #2c2a25;
}

::selection {
  color: #ffffff;
  background: #2c2a25;
}

.slick-arrows,
.slick-slideshow-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-arrows button,
.slick-slideshow-arrows button {
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: 30px;
  margin: 0 20px 0 0;
  min-width: 0;
  padding: 0;
  width: auto;
}
@media print, screen and (min-width: 64em) {
  .slick-arrows button,
  .slick-slideshow-arrows button {
    margin-right: 40px;
  }
}
.slick-arrows button:last-child,
.slick-slideshow-arrows button:last-child {
  margin-right: 0;
}
.slick-arrows button:hover, .slick-arrows button:focus,
.slick-slideshow-arrows button:hover,
.slick-slideshow-arrows button:focus {
  background-color: transparent;
  color: #c8102e;
}

.slick-carousel-container {
  padding-bottom: 15px;
  position: relative;
}
.slick-carousel-container .slick-arrows button {
  bottom: 5px;
  font-size: 24px;
  left: 10px;
  margin: 0;
  position: absolute;
  z-index: 100;
}
@media print, screen and (min-width: 47.5em) {
  .slick-carousel-container .slick-arrows button {
    bottom: auto;
    font-size: 30px;
    left: 0;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.slick-carousel-container .slick-arrows button.slick-next {
  left: auto;
  right: 10px;
}
@media print, screen and (min-width: 47.5em) {
  .slick-carousel-container .slick-arrows button.slick-next {
    left: auto;
    right: 0;
  }
}
.slick-carousel-container .slick-carousel {
  margin: 0;
}
@media print, screen and (min-width: 47.5em) {
  .slick-carousel-container .slick-carousel {
    padding: 0 30px;
  }
}
.slick-carousel-container .slick-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
  padding: 0 30px;
}
.slick-carousel-container .slick-carousel .slick-dots li {
  list-style: none;
}
.slick-carousel-container .slick-carousel .slick-dots li button {
  background-color: #c0c0c0;
  border: none;
  height: 3px !important;
  margin: 0 2.5px;
  min-width: 0;
  padding: 0;
  text-indent: -999em;
  width: 18px;
}
.slick-carousel-container .slick-carousel .slick-dots li button:hover, .slick-carousel-container .slick-carousel .slick-dots li button:focus {
  background-color: #c8102e;
}
.slick-carousel-container .slick-carousel .slick-dots li.slick-active button {
  background-color: #2c2a25;
  width: 46px;
}
.slick-carousel-container .slick-carousel .slick-dots li.slick-active button:hover, .slick-carousel-container .slick-carousel .slick-dots li.slick-active button:focus {
  background-color: #BD0F2C;
}
.slick-carousel-container .slick-carousel .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.slick-carousel-container .slick-carousel .slick-slide > div:last-child {
  margin-bottom: 0;
}
.slick-carousel-container .slick-carousel .slick-slide > div li {
  padding: 0 10px;
}
.slick-carousel-container .slick-carousel .slick-slide > div li a, .slick-carousel-container .slick-carousel .slick-slide > div li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 115px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}
.slick-carousel-container .slick-carousel .slick-slide > div li img {
  display: block;
}

.slick-slideshow-container ul.slick-slideshow {
  margin: 0;
}

.slideshow-thumbs-container {
  position: relative;
}
.slideshow-thumbs-container .slick-slideshow-thumbs {
  margin-top: 15px;
}
@media print, screen and (min-width: 47.5em) {
  .slideshow-thumbs-container .slick-slideshow-thumbs {
    bottom: 15px;
    left: 15px;
    margin-top: 0;
    position: absolute;
  }
}
.slideshow-thumbs-container .slick-slideshow-thumbs ul.slick-dots {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slideshow-thumbs-container .slick-slideshow-thumbs ul.slick-dots li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-right: 2%;
}
.slideshow-thumbs-container .slick-slideshow-thumbs ul.slick-dots li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 64em) {
  .slideshow-thumbs-container .slick-slideshow-thumbs ul.slick-dots li {
    -ms-flex-preferred-size: 14.66%;
        flex-basis: 14.66%;
  }
}
.slideshow-thumbs-container .slick-slideshow-thumbs ul.slick-dots li button {
  background-color: transparent;
  border: 3px solid #e8e8e8;
  border-radius: 0;
  min-width: 0;
  padding: 0;
}
.slideshow-thumbs-container .slick-slideshow-thumbs ul.slick-dots li button:hover, .slideshow-thumbs-container .slick-slideshow-thumbs ul.slick-dots li button:focus {
  border-color: #5e5e5e;
}
.slideshow-thumbs-container .slick-slideshow-thumbs ul.slick-dots li.slick-active button {
  border-color: #c8102e;
}

@media print, screen and (min-width: 47.5em) {
  .row-banner-columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 75em) {
  .row-banner-columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row-banner-columns .banner-columns-content {
  padding: 20px !important;
}
@media print, screen and (min-width: 47.5em) {
  .row-banner-columns .banner-columns-content {
    padding: 30px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .row-banner-columns .banner-columns-content {
    min-height: 375px;
    padding: 70px 60px !important;
  }
}
@media screen and (max-width: 47.4375em) {
  .row-banner-columns .banner-columns-content > .flex-child {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .row-banner-columns .banner-columns-content h1 {
    font-size: 2.2rem;
  }
}
.row-banner-columns .banner-columns-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

@media print, screen and (min-width: 47.5em) {
  .row-bg-columns .column, .row-bg-columns .columns {
    margin-bottom: 40px !important;
  }
}
.row-bg-columns .bg-container {
  border: 2px solid #e8e8e8;
  height: 100%;
  padding: 30px;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  .row-bg-columns .bg-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 64em) {
  .row-bg-columns .bg-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 75em) {
  .row-bg-columns .bg-container {
    padding: 50px 40px;
  }
}
.row-bg-columns .bg-container .column-content {
  max-width: 100%;
}
.row-bg-columns .bg-container .column-image {
  margin-bottom: 30px;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .row-bg-columns .bg-container .column-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
  }
}
.row-bg-columns .bg-container .column-image img {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .row-bg-columns .large-3 .bg-container {
    padding: 20px;
  }
}

.row-bg-feature-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.row-bg-feature-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2c2a25;
  opacity: 0.9;
  z-index: 1;
}
.row-bg-feature-bg.background-white:before {
  background: #ffffff;
}
.row-bg-feature-bg.background-grey:before {
  background: #5e5e5e;
}
.row-bg-feature-bg.background-grey-light:before {
  background: #f3f3f3;
}
.row-bg-feature-bg.background-grey-medium:before {
  background: #e8e8e8;
}
.row-bg-feature-bg.background-red:before {
  background: #c8102e;
}
.row-bg-feature-bg.background-red-dark:before {
  background: #BD0F2C;
}
.row-bg-feature-bg.background-black:before {
  background: #2c2a25;
}
.row-bg-feature-bg .row-bg-feature {
  position: relative;
  z-index: 2;
}
.row-bg-feature-bg .row-bg-feature .feature-content h1, .row-bg-feature-bg .row-bg-feature .feature-content h2, .row-bg-feature-bg .row-bg-feature .feature-content h3, .row-bg-feature-bg .row-bg-feature .feature-content h4, .row-bg-feature-bg .row-bg-feature .feature-content h5, .row-bg-feature-bg .row-bg-feature .feature-content h6 {
  font-size: 1.75rem;
  margin-bottom: 2.1875rem;
  text-transform: none;
}
.row-bg-feature-bg .row-bg-feature .feature-content p {
  font-size: 1.125em;
  line-height: 1.625rem;
  margin-bottom: 2.1875rem;
}
.row-bg-feature-bg .row-bg-feature .feature-image img {
  border: 10px solid #ffffff;
}
@media print, screen and (min-width: 64em) {
  .row-bg-feature-bg .row-bg-feature .feature-image img {
    border-width: 20px;
  }
}

.row-columns .column img, .row-columns .columns img {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 47.5em) {
  .row-combo-columns .column, .row-combo-columns .columns {
    margin-bottom: 40px !important;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row-combo-columns .column.title-column, .row-combo-columns .title-column.columns {
    margin-bottom: 0 !important;
  }
}
.row-combo-columns .bg-container {
  border: 2px solid #e8e8e8;
  height: 100%;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  .row-combo-columns .bg-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 64em) {
  .row-combo-columns .bg-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row-combo-columns .bg-container h2, .row-combo-columns .bg-container h3, .row-combo-columns .bg-container h4, .row-combo-columns .bg-container h5, .row-combo-columns .bg-container h6 {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.row-combo-columns .bg-container .column-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 25px 30px;
}
.row-combo-columns .bg-container .column-image {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .row-combo-columns .bg-container .column-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.row-combo-columns .bg-container .column-image img {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .row-combo-columns .large-3 .bg-container {
    padding: 20px;
  }
}

.row-cta {
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 47.5em) {
  .row-cta {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 75em) {
  .row-cta {
    max-width: 1160px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row-cta .column, .row-cta .columns {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-cta .column, .row-cta .columns {
    padding: 0 60px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row-cta .column *, .row-cta .columns * {
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-cta .column *, .row-cta .columns * {
    margin: 0 30px;
  }
}
.row-cta .column *:last-child, .row-cta .columns *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .row-cta .column h1, .row-cta .columns h1, .row-cta .column h2, .row-cta .columns h2, .row-cta .column h3, .row-cta .columns h3, .row-cta .column h4, .row-cta .columns h4, .row-cta .column h5, .row-cta .columns h5, .row-cta .column h6, .row-cta .columns h6 {
    min-width: 20%;
  }
}
.row-cta .column p, .row-cta .columns p {
  font-weight: 600;
}

@media print, screen and (min-width: 64em) {
  .row-feature .feature-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.row-feature .feature-content h1,
.row-feature .feature-content h2,
.row-feature .feature-content h3,
.row-feature .feature-content h4,
.row-feature .feature-content h5,
.row-feature .feature-content h6 {
  text-transform: none;
}

#feature-special {
  padding: 20px;
}
@media print, screen and (min-width: 47.5em) {
  #feature-special {
    padding: 30px;
  }
}
@media screen and (min-width: 75em) {
  #feature-special {
    padding: 50px 0;
  }
}
#feature-special .feature-content {
  position: relative;
}
@media screen and (min-width: 75em) {
  #feature-special .feature-content {
    max-width: 33.33%;
    padding-left: 100px;
    padding-right: 0;
  }
}
#feature-special .feature-content h2 {
  padding: 10px 10px 10px 20px;
  position: relative;
  left: -20px;
  text-transform: uppercase;
  width: calc(100% + 20px);
}
@media print, screen and (min-width: 47.5em) {
  #feature-special .feature-content h2 {
    display: inline-block;
    left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  #feature-special .feature-content h2 {
    font-size: 25px;
    left: -70px;
    margin-bottom: 40px;
    padding: 16px 55px 15px 40px;
  }
}
@media screen and (min-width: 75em) {
  #feature-special .feature-content h2 {
    left: -100px;
    width: calc(100% + 80px);
  }
}
#feature-special .feature-content.accent-white h2 {
  background: #ffffff;
}
#feature-special .feature-content.accent-white p span.accent {
  color: #ffffff;
}
#feature-special .feature-content.accent-grey h2 {
  background: #5e5e5e;
}
#feature-special .feature-content.accent-grey p span.accent {
  color: #5e5e5e;
}
#feature-special .feature-content.accent-grey-light h2 {
  background: #f3f3f3;
}
#feature-special .feature-content.accent-grey-light p span.accent {
  color: #f3f3f3;
}
#feature-special .feature-content.accent-grey-medium h2 {
  background: #e8e8e8;
}
#feature-special .feature-content.accent-grey-medium p span.accent {
  color: #e8e8e8;
}
#feature-special .feature-content.accent-red h2 {
  background: #c8102e;
}
#feature-special .feature-content.accent-red p span.accent {
  color: #c8102e;
}
#feature-special .feature-content.accent-red-dark h2 {
  background: #BD0F2C;
}
#feature-special .feature-content.accent-red-dark p span.accent {
  color: #BD0F2C;
}
#feature-special .feature-content.accent-black h2 {
  background: #2c2a25;
}
#feature-special .feature-content.accent-black p span.accent {
  color: #2c2a25;
}
#feature-special .feature-content p {
  font-weight: 600;
}
@media print, screen and (min-width: 64em) {
  #feature-special .feature-content p {
    font-size: 20px;
    max-width: 81%;
  }
}
@media screen and (min-width: 75em) {
  #feature-special .feature-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.title-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}

#feature-swap .row-feature {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#feature-swap .row-feature a:after {
  display: none;
}
#feature-swap .row-feature .feature-image {
  padding: 0;
  padding-top: 44.5px;
}
#feature-swap .row-feature .feature-content {
  padding-left: 0;
}
#feature-swap .row-feature .feature-content .row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 20px;
}
#feature-swap .row-feature .feature-content .row-container .row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-left: 46.5px;
}
#feature-swap .row-feature .feature-content .row-container .row-1 .img-wrapper img {
  height: 50px;
  min-width: 50px;
}
#feature-swap .row-feature .feature-content .row-container .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-left: 46.5px;
}
#feature-swap .row-feature .feature-content .row-container .row-2 .img-wrapper img {
  height: 50px;
  min-width: 50px;
}
@media screen and (max-width: 768px) {
  #feature-swap .row-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #feature-swap .row-feature .feature-content {
    padding-left: 20px;
  }
}
#feature-swap * {
  color: #2C2A25;
}

#feature-no-swap .feature-image {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #feature-no-swap .feature-image {
    padding: 0;
  }
}
#feature-no-swap .feature-content {
  padding-right: 0;
  padding-top: 26.5px;
}

.row-gallery {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 47.5em) {
  .row-gallery {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-gallery {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 75em) {
  .row-gallery .gallery-intro {
    margin-left: 0 !important;
    margin-right: 35px !important;
  }
}
@media screen and (min-width: 75em) {
  .row-gallery .gallery-intro.medium-order-2 {
    margin-left: 35px !important;
    margin-right: 0 !important;
  }
}
.row-gallery .slick-arrows {
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .row-gallery .slick-arrows {
    margin-top: 40px;
  }
}
.row-gallery .slick-slideshow-container {
  margin-top: -40px;
  position: relative;
  top: 40px;
}
@media print, screen and (min-width: 47.5em) {
  .row-gallery .slick-slideshow-container {
    margin-top: -20px;
    top: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-gallery .slick-slideshow-container {
    margin-top: -60px;
    top: 100px;
  }
}

.row-gradient-banner {
  position: relative;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  .row-gradient-banner .row-background {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
.row-gradient-banner .row-background .column, .row-gradient-banner .row-background .columns {
  position: relative;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  .row-gradient-banner .row-background .column, .row-gradient-banner .row-background .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.row-gradient-banner .row-background .column:before, .row-gradient-banner .row-background .columns:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .row-gradient-banner .row-background .column:before, .row-gradient-banner .row-background .columns:before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.row-gradient-banner .row-background .column.gradient-white:before, .row-gradient-banner .row-background .gradient-white.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.95)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background .column.gradient-grey:before, .row-gradient-banner .row-background .gradient-grey.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(94, 94, 94, 0.95)), color-stop(75%, rgba(94, 94, 94, 0)));
  background: linear-gradient(to right, rgba(94, 94, 94, 0.95) 10%, rgba(94, 94, 94, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background .column.gradient-grey-light:before, .row-gradient-banner .row-background .gradient-grey-light.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(243, 243, 243, 0.95)), color-stop(75%, rgba(243, 243, 243, 0)));
  background: linear-gradient(to right, rgba(243, 243, 243, 0.95) 10%, rgba(243, 243, 243, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background .column.gradient-grey-medium:before, .row-gradient-banner .row-background .gradient-grey-medium.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(232, 232, 232, 0.95)), color-stop(75%, rgba(232, 232, 232, 0)));
  background: linear-gradient(to right, rgba(232, 232, 232, 0.95) 10%, rgba(232, 232, 232, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background .column.gradient-red:before, .row-gradient-banner .row-background .gradient-red.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(200, 16, 46, 0.95)), color-stop(75%, rgba(200, 16, 46, 0)));
  background: linear-gradient(to right, rgba(200, 16, 46, 0.95) 10%, rgba(200, 16, 46, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background .column.gradient-red-dark:before, .row-gradient-banner .row-background .gradient-red-dark.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(189, 15, 44, 0.95)), color-stop(75%, rgba(189, 15, 44, 0)));
  background: linear-gradient(to right, rgba(189, 15, 44, 0.95) 10%, rgba(189, 15, 44, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background .column.gradient-black:before, .row-gradient-banner .row-background .gradient-black.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(44, 42, 37, 0.95)), color-stop(75%, rgba(44, 42, 37, 0)));
  background: linear-gradient(to right, rgba(44, 42, 37, 0.95) 10%, rgba(44, 42, 37, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  .row-gradient-banner .row-background .column picture, .row-gradient-banner .row-background .columns picture {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
  }
}
.row-gradient-banner .row-background .column img, .row-gradient-banner .row-background .columns img {
  display: block;
  height: auto;
  width: 100%;
}
.row-gradient-banner .row-background.fullwidth-banner .column, .row-gradient-banner .row-background.fullwidth-banner .columns {
  padding: 0 !important;
}
.row-gradient-banner .row-background.fullwidth-banner .column:before, .row-gradient-banner .row-background.fullwidth-banner .columns:before {
  left: 0px;
  width: 100%;
}
.row-gradient-banner .row-background.fullwidth-banner .column.gradient-white:before, .row-gradient-banner .row-background.fullwidth-banner .gradient-white.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0.95)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background.fullwidth-banner .column.gradient-grey:before, .row-gradient-banner .row-background.fullwidth-banner .gradient-grey.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(94, 94, 94, 0.95)), color-stop(90%, rgba(94, 94, 94, 0)));
  background: linear-gradient(to right, rgba(94, 94, 94, 0.95) 30%, rgba(94, 94, 94, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background.fullwidth-banner .column.gradient-grey-light:before, .row-gradient-banner .row-background.fullwidth-banner .gradient-grey-light.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(243, 243, 243, 0.95)), color-stop(90%, rgba(243, 243, 243, 0)));
  background: linear-gradient(to right, rgba(243, 243, 243, 0.95) 30%, rgba(243, 243, 243, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background.fullwidth-banner .column.gradient-grey-medium:before, .row-gradient-banner .row-background.fullwidth-banner .gradient-grey-medium.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(232, 232, 232, 0.95)), color-stop(90%, rgba(232, 232, 232, 0)));
  background: linear-gradient(to right, rgba(232, 232, 232, 0.95) 30%, rgba(232, 232, 232, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background.fullwidth-banner .column.gradient-red:before, .row-gradient-banner .row-background.fullwidth-banner .gradient-red.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(200, 16, 46, 0.95)), color-stop(90%, rgba(200, 16, 46, 0)));
  background: linear-gradient(to right, rgba(200, 16, 46, 0.95) 30%, rgba(200, 16, 46, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background.fullwidth-banner .column.gradient-red-dark:before, .row-gradient-banner .row-background.fullwidth-banner .gradient-red-dark.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(189, 15, 44, 0.95)), color-stop(90%, rgba(189, 15, 44, 0)));
  background: linear-gradient(to right, rgba(189, 15, 44, 0.95) 30%, rgba(189, 15, 44, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background.fullwidth-banner .column.gradient-black:before, .row-gradient-banner .row-background.fullwidth-banner .gradient-black.columns:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(44, 42, 37, 0.95)), color-stop(90%, rgba(44, 42, 37, 0)));
  background: linear-gradient(to right, rgba(44, 42, 37, 0.95) 30%, rgba(44, 42, 37, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-value", endColorstr="$color-value",GradientType=1 ); /* IE6-9 */
}
.row-gradient-banner .row-background.fullwidth-banner .column img, .row-gradient-banner .row-background.fullwidth-banner .columns img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  .row-gradient-banner .row-background.fullwidth-banner .column img, .row-gradient-banner .row-background.fullwidth-banner .columns img {
    height: 100%;
    max-width: none;
    width: auto;
  }
}
.row-gradient-banner .row-gradient {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 47.4375em) {
  .row-gradient-banner .row-gradient {
    padding: 30px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .row-gradient-banner .row-gradient {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}
.row-gradient-banner .row-gradient .overlay-content {
  margin-bottom: 0 !important;
  padding: 20px 0;
  /*p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;

  @include breakpoint(xlarge) {
  	margin-bottom: 50px;
  }

  &:last-child {
  	margin-bottom: 0;
  }

  .button {
  	margin: 0 10px 10px;
  	max-width: 100%;

  	@include breakpoint(medium) {
  		margin: 0 10px;
  	}
  }
          }*/
}
@media screen and (max-width: 47.4375em) {
  .row-gradient-banner .row-gradient .overlay-content:last-child {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row-gradient-banner .row-gradient .overlay-content {
    padding: 30px 0 30px 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-gradient-banner .row-gradient .overlay-content {
    padding: 40px 0 40px 60px;
  }
}
@media screen and (min-width: 75em) {
  .row-gradient-banner .row-gradient .overlay-content {
    padding: 40px 0 40px 85px;
  }
}
.row-gradient-banner .row-gradient .overlay-content h1, .row-gradient-banner .row-gradient .overlay-content h2 {
  font-weight: 800;
  text-transform: none;
}
@media print, screen and (min-width: 64em) {
  .row-gradient-banner .row-gradient .overlay-content h1, .row-gradient-banner .row-gradient .overlay-content h2 {
    font-size: 30px;
  }
}
.row-gradient-banner .row-gradient .overlay-content .button {
  margin-top: 15px;
}
.row-gradient-banner .row-gradient .secondary-content {
  border: 1px solid #2c2a25;
  padding: 20px;
}
.row-gradient-banner .row-gradient .secondary-content.background-white {
  background: rgba(255, 255, 255, 0.8);
}
.row-gradient-banner .row-gradient .secondary-content.background-grey {
  background: rgba(94, 94, 94, 0.8);
}
.row-gradient-banner .row-gradient .secondary-content.background-grey-light {
  background: rgba(243, 243, 243, 0.8);
}
.row-gradient-banner .row-gradient .secondary-content.background-grey-medium {
  background: rgba(232, 232, 232, 0.8);
}
.row-gradient-banner .row-gradient .secondary-content.background-red {
  background: rgba(200, 16, 46, 0.8);
}
.row-gradient-banner .row-gradient .secondary-content.background-red-dark {
  background: rgba(189, 15, 44, 0.8);
}
.row-gradient-banner .row-gradient .secondary-content.background-black {
  background: rgba(44, 42, 37, 0.8);
}
@media print, screen and (min-width: 47.5em) {
  .row-gradient-banner .row-gradient .secondary-content {
    padding: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-gradient-banner .row-gradient .secondary-content {
    padding: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-gradient-banner .row-gradient .secondary-content {
    margin-right: 10%;
  }
}
.row-gradient-banner .row-gradient .secondary-content.background-transparent {
  border: 0;
}
.row-gradient-banner .row-gradient .secondary-content ul li {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .row-gradient-banner .row-gradient .secondary-content ul li {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.row-gradient-banner .row-gradient .secondary-content ul li:last-child {
  margin-bottom: 0;
}
.row-gradient-banner .row-gradient .overlay-image {
  margin-bottom: 0;
}
@media screen and (max-width: 47.4375em) {
  .row-gradient-banner .row-gradient .overlay-image {
    padding: 0 !important;
  }
}
.row-gradient-banner.fullwidth-banner-container .row-gradient .overlay-content {
  padding: 20px 0;
}
@media screen and (max-width: 47.4375em) {
  .row-gradient-banner.fullwidth-banner-container .row-gradient .overlay-content:last-child {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row-gradient-banner.fullwidth-banner-container .row-gradient .overlay-content {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-gradient-banner.fullwidth-banner-container .row-gradient .overlay-content {
    padding: 40px 20px;
  }
}

.row-locations a {
  color: inherit;
}
.row-locations h1, .row-locations h2, .row-locations h3, .row-locations h4, .row-locations h5, .row-locations h6 {
  margin-bottom: 0;
}
.row-locations p.telephone {
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 5px;
}
.row-locations p.address {
  font-size: 0.9em;
  line-height: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .row-locations-grid .location {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-locations-grid .location {
    position: relative;
  }
}
.row-locations-grid .location:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 47.5em) {
  .row-locations-grid .location:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}
.row-locations-grid .location img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .row-locations-grid .location img {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .row-locations-grid .location .location-content {
    bottom: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 50%;
  }
}
.row-locations-grid .location .location-content h2 {
  margin-bottom: 15px;
}
.row-locations-grid .location .location-content h3 {
  margin-bottom: 10px;
}

.grid-location {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .grid-location {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-location {
    position: relative;
  }
}
.grid-location:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 47.5em) {
  .grid-location:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}
.grid-location img {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 64em) {
  .grid-location img {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-location .location-content {
    bottom: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 50%;
  }
}
.grid-location .location-content h2 {
  margin-bottom: 15px;
}
.grid-location .location-content h3 {
  margin-bottom: 10px;
}

.row-locations-image-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .row-locations-image-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.row-locations-image-row .location {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
@media print, screen and (min-width: 47.5em) {
  .row-locations-image-row .location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-locations-image-row .location {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    padding: 0 10px;
  }
}
.row-locations-image-row .location picture img {
  width: 100%;
}
.row-locations-image-row .location .location-content {
  padding: 15px;
}
@media print, screen and (min-width: 64em) {
  .row-locations-image-row .location .location-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.row-locations-image-row .location .location-content h2 {
  margin-bottom: 5px;
}
.row-locations-image-row .location .location-content h3, .row-locations-image-row .location .location-content p {
  margin-bottom: 10px;
}
.row-locations-image-row .location .location-content h3:last-child, .row-locations-image-row .location .location-content p:last-child {
  margin-bottom: 0;
}
.row-locations-image-row .location .location-content p {
  font-size: 14px;
}

.row-locations-list .location {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px !important;
  padding-bottom: 30px;
}
.row-locations-list .location:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.row-locations-list .location > .column:last-child, .row-locations-list .location > .columns:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 47.5em) {
  .row-locations-list .location > .column, .row-locations-list .location > .columns {
    margin-bottom: 0 !important;
  }
}

.row-logos ul.flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  row-gap: 20px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 47.4375em) {
  .row-logos ul.flex-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.row-logos ul.flex-container li {
  padding: 20px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 250px;
}
@media print, screen and (min-width: 47.5em) {
  .row-logos ul.flex-container li {
    width: 180px;
    height: 105px;
  }
}
.row-logos ul.flex-container li img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  max-height: 100%;
}
@media print, screen and (min-width: 47.5em) {
  .row-logos ul.flex-container li img {
    max-width: 170px;
    max-height: 115px;
  }
}

.row-overlay-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 47.4375em) {
  .row-overlay-banner {
    background-image: none !important;
  }
}
.row-overlay-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  z-index: 1;
}
.row-overlay-banner.background-white:before {
  background: #ffffff;
}
.row-overlay-banner.background-grey:before {
  background: #5e5e5e;
}
.row-overlay-banner.background-grey-light:before {
  background: #f3f3f3;
}
.row-overlay-banner.background-grey-medium:before {
  background: #e8e8e8;
}
.row-overlay-banner.background-red:before {
  background: #c8102e;
}
.row-overlay-banner.background-red-dark:before {
  background: #BD0F2C;
}
.row-overlay-banner.background-black:before {
  background: #2c2a25;
}
.row-overlay-banner .row-overlay {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 47.4375em) {
  .row-overlay-banner .row-overlay {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.row-overlay-banner .row-overlay .overlay-content {
  padding: 20px;
}
@media print, screen and (min-width: 47.5em) {
  .row-overlay-banner .row-overlay .overlay-content {
    padding: 30px;
  }
}
@media screen and (min-width: 75em) {
  .row-overlay-banner .row-overlay .overlay-content {
    padding: 40px 40px 30px;
  }
}
.row-overlay-banner .row-overlay .overlay-content.background-white {
  background: rgba(255, 255, 255, 0.93);
}
.row-overlay-banner .row-overlay .overlay-content.background-grey {
  background: rgba(94, 94, 94, 0.93);
}
.row-overlay-banner .row-overlay .overlay-content.background-grey-light {
  background: rgba(243, 243, 243, 0.93);
}
.row-overlay-banner .row-overlay .overlay-content.background-grey-medium {
  background: rgba(232, 232, 232, 0.93);
}
.row-overlay-banner .row-overlay .overlay-content.background-red {
  background: rgba(200, 16, 46, 0.93);
}
.row-overlay-banner .row-overlay .overlay-content.background-red-dark {
  background: rgba(189, 15, 44, 0.93);
}
.row-overlay-banner .row-overlay .overlay-content.background-black {
  background: rgba(44, 42, 37, 0.93);
}
@media screen and (min-width: 75em) {
  .row-overlay-banner .row-overlay .overlay-content h1, .row-overlay-banner .row-overlay .overlay-content p {
    max-width: 81%;
  }
}
.row-overlay-banner .row-overlay .overlay-content h1:last-child, .row-overlay-banner .row-overlay .overlay-content p:last-child {
  max-width: 100%;
}
.row-overlay-banner .row-overlay .overlay-content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 75em) {
  .row-overlay-banner .row-overlay .overlay-content p {
    margin-bottom: 50px;
  }
}
.row-overlay-banner .row-overlay .overlay-content p:last-child {
  margin-bottom: 0;
}
.row-overlay-banner .row-overlay .overlay-content p .button {
  margin: 0 10px 10px;
  max-width: 100%;
}
@media print, screen and (min-width: 47.5em) {
  .row-overlay-banner .row-overlay .overlay-content p .button {
    margin: 0 10px;
  }
}
.row-overlay-banner .row-overlay .overlay-content.background-transparent {
  padding: 20px;
}
@media print, screen and (min-width: 47.5em) {
  .row-overlay-banner .row-overlay .overlay-content.background-transparent {
    padding: 20px 0;
  }
}
@media screen and (min-width: 75em) {
  .row-overlay-banner .row-overlay .overlay-content.background-transparent {
    padding: 50px 0;
  }
}
@media screen and (min-width: 75em) {
  .row-overlay-banner .row-overlay .overlay-content.background-transparent h1, .row-overlay-banner .row-overlay .overlay-content.background-transparent p {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 47.5em) {
  .row-overlay-banner .row-overlay .overlay-content.background-transparent p .button {
    min-width: 275px;
  }
}
.row-overlay-banner .row-overlay .overlay-image {
  margin-bottom: 0;
}

@media print, screen and (min-width: 47.5em) {
  .container-testimonials .testimonials-row .testimonial-intro {
    text-align: right;
  }
}
@media screen and (min-width: 75em) {
  .container-testimonials .testimonials-row .testimonial-intro {
    padding-left: 60px;
  }
}
.container-testimonials .testimonials-row .testimonial-intro h2 {
  text-transform: none;
}
@media screen and (min-width: 75em) {
  .container-testimonials .testimonials-row .testimonial-intro h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.container-testimonials .testimonials-row .testimonial {
  margin-bottom: 30px;
  padding: 20px;
}
@media print, screen and (min-width: 47.5em) {
  .container-testimonials .testimonials-row .testimonial {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 75em) {
  .container-testimonials .testimonials-row .testimonial {
    padding: 30px 40px;
  }
}
.container-testimonials .testimonials-row .testimonial .testimonial-image {
  border-radius: 100%;
  margin: 0 auto 20px;
  max-width: 200px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 47.5em) {
  .container-testimonials .testimonials-row .testimonial .testimonial-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    margin-bottom: 0;
    margin-right: 30px;
    max-width: 18%;
    width: 18%;
  }
}
@media screen and (min-width: 75em) {
  .container-testimonials .testimonials-row .testimonial .testimonial-image {
    margin-right: 65px;
  }
}
.container-testimonials .testimonials-row .testimonial .testimonial-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.container-testimonials .testimonials-row .testimonial .testimonial-image span {
  height: 100%;
  position: absolute;
  width: 100%;
}
.container-testimonials .testimonials-row .testimonial .testimonial-image span img {
  left: 50%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.timeline-row .timeline-container {
  position: relative;
}
.timeline-row .timeline-container .timeline-arrows .timeline-arrow {
  background-color: #c8102e;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 13px 5px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2000;
}
.timeline-row .timeline-container .timeline-arrows .timeline-arrow:hover, .timeline-row .timeline-container .timeline-arrows .timeline-arrow:focus {
  background-color: #2c2a25;
}
.timeline-row .timeline-container .timeline-arrows .timeline-arrow[disabled=disabled] {
  background-color: #d6d6d6;
  cursor: default;
}
.timeline-row .timeline-container .timeline-arrows .timeline-arrow[disabled=disabled]:hover, .timeline-row .timeline-container .timeline-arrows .timeline-arrow[disabled=disabled]:focus {
  background-color: #d6d6d6;
}
.timeline-row .timeline-container .timeline-arrows .timeline-arrow.bb-arrow-left {
  left: 0;
}
.timeline-row .timeline-container .timeline-arrows .timeline-arrow.bb-arrow-right {
  right: 0;
}
.timeline-row .timeline-container .timeline-slideshow {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  overflow: scroll;
  padding: 15px 0;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
  height: 380px;
  max-width: 265px;
  margin-right: 15px;
  position: relative;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year:last-child {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 385px;
          flex: 0 0 385px;
  max-width: 385px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year.items-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 406px;
          flex: 0 0 406px;
  max-width: 406px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year.items-2:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 526px;
          flex: 0 0 526px;
  max-width: 526px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year.items-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 645px;
          flex: 0 0 645px;
  max-width: 645px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year.items-3:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 765px;
          flex: 0 0 765px;
  max-width: 765px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year.items-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 785px;
          flex: 0 0 785px;
  max-width: 785px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year.items-4:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 905px;
          flex: 0 0 905px;
  max-width: 905px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year.items-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1030px;
          flex: 0 0 1030px;
  max-width: 1030px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year.items-5:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1150px;
          flex: 0 0 1150px;
  max-width: 1150px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-year-indicator {
  background-color: #ffffff;
  padding: 10px 25px 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-year-indicator h2 {
  color: #c8102e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year:first-child .timeline-year-indicator {
  padding-left: 60px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item {
  background-color: #ffffff;
  border-bottom: 4px solid #d6d6d6;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 345px;
  min-height: 133px;
  padding: 12px 20px 12px 12px;
  position: absolute;
  top: 50%;
  width: 345px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item:after {
  bottom: -15px;
  content: "";
  display: block;
  left: 25px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d6d6d6;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item.even {
  border-bottom: 0;
  border-top: 4px solid #d6d6d6;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item.even:after {
  top: -15px;
  content: "";
  display: block;
  left: 25px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: none;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #d6d6d6;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item.odd {
  -webkit-transform: translateY(calc(-100% - 50px));
      -ms-transform: translateY(calc(-100% - 50px));
          transform: translateY(calc(-100% - 50px));
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item.item-1 {
  left: 20px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item.item-2 {
  left: 160px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item.item-3 {
  left: 400px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item.item-4 {
  left: 540px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item.item-5 {
  left: 780px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item .timeline-content {
  margin-left: 12px;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item .timeline-content p {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}
.timeline-row .timeline-container .timeline-slideshow .timeline-year .timeline-item .timeline-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#container-faqs {
  background-color: #efefef;
}
#container-faqs .faqs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
#container-faqs .faqs-row .section-title {
  margin-bottom: 50px;
  font-size: 1.5rem;
}
#container-faqs .faqs-row .column, #container-faqs .faqs-row .columns {
  padding-left: 2.5rem;
}
#container-faqs .faqs-row .column .question, #container-faqs .faqs-row .columns .question {
  margin-bottom: 2rem;
}
#container-faqs .faqs-row .column .question:last-child, #container-faqs .faqs-row .columns .question:last-child {
  margin-bottom: 0;
}
#container-faqs .faqs-row .column .answer-wrapper, #container-faqs .faqs-row .columns .answer-wrapper {
  padding-left: 1.5rem;
}

#kiosk-page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#kiosk-page .kiosk-content .kiosk-links {
  width: 100%;
}
#kiosk-page .kiosk-content .kiosk-links .kiosk-link-wrapper {
  background-color: #C8102E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px solid #BD0F2C;
  border-bottom-width: 17px;
  margin-bottom: 62px;
  padding: 62px 188px 45px;
}
#kiosk-page .kiosk-content .kiosk-links .kiosk-link-wrapper a {
  color: #fff;
  font-size: 55px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem;
  display: block;
  text-align: center;
}
#kiosk-page .kiosk-content .kiosk-links .kiosk-link-wrapper a:hover {
  color: #C8102E;
}
#kiosk-page .kiosk-content .kiosk-links .kiosk-link-wrapper:hover {
  border-color: #C8102E;
  border-width: 17px;
  background-color: #fff;
  padding: 45px 171px;
}
#kiosk-page .kiosk-content .kiosk-links .kiosk-link-wrapper:hover a {
  color: #BD0F2C;
}
@media screen and (max-width: 768px) {
  #kiosk-page .kiosk-content {
    min-width: 80%;
  }
  #kiosk-page .kiosk-content .kiosk-links .kiosk-link-wrapper {
    padding: 62px 0px 45px;
  }
  #kiosk-page .kiosk-content .kiosk-links .kiosk-link-wrapper:hover {
    padding: 45px 0px;
  }
}

.page-template-template-landing-page h1 {
  text-transform: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 75em) {
  .page-template-template-landing-page h1 {
    font-size: 43px;
  }
}
.page-template-template-landing-page .row-banner-columns {
  max-width: 1400px;
}
@media screen and (min-width: 75em) {
  .page-template-template-landing-page .row-banner-columns .banner-columns-content {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-landing-page .row-banner-columns .banner-columns-content > .flex-child {
    max-width: 405px;
  }
}
.page-template-template-landing-page .row-banner-columns .banner-columns-content > .flex-child p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 75em) {
  .page-template-template-landing-page .row-banner-columns .banner-columns-content > .flex-child p {
    margin-bottom: 50px;
    max-width: 73%;
  }
}
.page-template-template-landing-page .row-banner-columns .banner-columns-content > .flex-child p:last-child {
  margin-bottom: 0;
}
.page-template-template-landing-page .row-banner-columns .banner-columns-content > .flex-child .button {
  max-width: 240px;
}
@media screen and (min-width: 75em) {
  .page-template-template-landing-page #contact-form .column, .page-template-template-landing-page #contact-form .columns {
    max-width: 890px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .page-template-template-landing-page #contact-form .column .gform_wrapper, .page-template-template-landing-page #contact-form .columns .gform_wrapper {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-landing-page #contact-form .column .gform_wrapper, .page-template-template-landing-page #contact-form .columns .gform_wrapper {
    margin-top: 40px;
  }
}
.page-template-template-landing-page #contact-form .column .gform_wrapper .gform_footer, .page-template-template-landing-page #contact-form .columns .gform_wrapper .gform_footer {
  text-align: center;
}
.page-template-template-landing-page #contact-form .column .gform_wrapper .ginput_complex label, .page-template-template-landing-page #contact-form .columns .gform_wrapper .ginput_complex label {
  display: none !important;
}
.page-template-template-landing-page #contact-form .column .gform_wrapper input[type=email], .page-template-template-landing-page #contact-form .columns .gform_wrapper input[type=email],
.page-template-template-landing-page #contact-form .column .gform_wrapper input[type=tel],
.page-template-template-landing-page #contact-form .columns .gform_wrapper input[type=tel],
.page-template-template-landing-page #contact-form .column .gform_wrapper input[type=text],
.page-template-template-landing-page #contact-form .columns .gform_wrapper input[type=text],
.page-template-template-landing-page #contact-form .column .gform_wrapper textarea,
.page-template-template-landing-page #contact-form .columns .gform_wrapper textarea {
  border-radius: 2px;
}

#locations-list .item {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #e8e8e8;
  cursor: pointer;
  padding: 15px;
}
#locations-list .item:hover, #locations-list .item:focus {
  background-color: #ffffff;
}
#locations-list .item .expanded-content {
  display: none;
}
#locations-list .item.is-active {
  background-color: #ffffff;
}
#locations-list .item.is-active .expanded-content {
  display: block;
}
#locations-list .item .cta-link {
  font-family: "Roboto", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
#locations-list .item h2, #locations-list .item h3 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 47.5em) and (max-width: 63.9375em) {
  #locations-list .item h2, #locations-list .item h3 {
    font-size: 1.125rem;
  }
}
#locations-list .item p {
  margin-bottom: 10px;
}
#locations-list .item p:last-child {
  margin-bottom: 0;
}

#map,
#single-map {
  height: 100%;
  min-height: 400px;
}
#map .gm-style button,
#single-map .gm-style button {
  min-width: 0;
}

@media print, screen and (min-width: 47.5em) {
  body.locations .row-locations-list .location-image {
    padding-left: 0;
  }
}

@media print, screen and (min-width: 47.5em) {
  .hiring-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media print, screen and (min-width: 47.5em) {
  .hiring-container > .column, .hiring-container > .columns {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hiring-container > .column, .hiring-container > .columns {
    margin-bottom: 0 !important;
  }
}
.hiring-container > .column .row, .hiring-container > .columns .row {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 75em) {
  .hiring-container > .column .row, .hiring-container > .columns .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.hiring-container > .column .row .column, .hiring-container > .columns .row .column, .hiring-container > .column .row .columns, .hiring-container > .columns .row .columns {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 47.5em) {
  .hiring-container > .column .row .column, .hiring-container > .columns .row .column, .hiring-container > .column .row .columns, .hiring-container > .columns .row .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hiring-container .accordion .accordion-item {
  border-bottom: 3px solid #ffffff;
}
.hiring-container .accordion .accordion-item .accordion-title {
  background-color: #c8102e;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hiring-container .accordion .accordion-item .accordion-title:hover, .hiring-container .accordion .accordion-item .accordion-title:active, .hiring-container .accordion .accordion-item .accordion-title:focus {
  color: #ffffff;
}
.hiring-container .accordion .accordion-item .accordion-content {
  padding: 20px 5px;
}
.hiring-container .tabs {
  border-bottom: 5px solid #e8e8e8;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hiring-container .tabs .tabs-title {
  border-right: 3px solid #ffffff;
  margin: 0 0 -5px 0;
}
.hiring-container .tabs .tabs-title:last-child {
  border-right: 0;
}
.hiring-container .tabs .tabs-title a {
  background-color: #f3f3f3;
  border-bottom: 5px solid #e8e8e8;
  color: #5e5e5e;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 15px 9px;
  text-transform: uppercase;
}
.hiring-container .tabs .tabs-title.is-active a {
  background-color: #c8102e;
  border-bottom-color: #BD0F2C;
  color: #ffffff;
  font-size: 1.25rem;
}
.hiring-container .tabs-content {
  padding-bottom: 20px;
  padding-top: 20px;
}
.hiring-container .tabs-content ul li {
  margin-bottom: 15px;
}
.hiring-container .tabs-content ul li:last-child {
  margin-bottom: 0;
}
.hiring-container .tabs-content ul.columns-2 {
  clear: both;
}
.hiring-container .gform_wrapper ul.gform_fields li.gfield {
  padding-bottom: 20px !important;
}
.hiring-container .video-image-trigger {
  display: block;
  margin-bottom: 20px !important;
}
.hiring-container .video-image-trigger img {
  max-width: 100% !important;
}
.hiring-container .video-image-trigger:after {
  pointer-events: none;
}

.card {
  -webkit-box-shadow: 3px 3px 5px rgba(94, 94, 94, 0.15);
          box-shadow: 3px 3px 5px rgba(94, 94, 94, 0.15);
  margin-bottom: 20px;
}
.card:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 47.5em) {
  .card .card-section {
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 47.5em) {
  .card .card-section.card-content img {
    display: block;
    max-width: 33.33%;
  }
}
.card .card-section.card-content img.align-left {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.card .card-section.card-content img.align-right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.card .card-section.card-cta {
  border-top: 1px solid #e8e8e8;
}
.card .card-section.card-heading {
  padding: 0;
}
.card .card-section.card-heading h2 {
  padding-left: 20px;
}
@media print, screen and (min-width: 47.5em) {
  .card .card-section.card-heading h2 {
    padding-left: 30px;
  }
}
.card .card-section.job-postings-card {
  padding: 10px;
}
.card .card-section.job-postings-card a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c8102e;
  color: #fff;
  border-radius: 0;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 45px 30px;
  text-transform: uppercase;
}
.card .card-section.job-postings-card a:hover, .card .card-section.job-postings-card a:active, .card .card-section.job-postings-card a:focus {
  background-color: #d80023;
}
.card .card-section.job-postings-card a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5vw;
          flex: 0 0 3.5vw;
  max-width: 3.25vw;
  margin-right: 1vw;
}
@media screen and (min-width: 90em) {
  .card .card-section.logo-card {
    padding: 50px 50px 30px;
  }
}
.card .card-section.logo-card .custom-logo-link {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}
.card .card-section.logo-card .locations-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card .card-section.logo-card .locations-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 10px;
}
.card .card-section.logo-card .locations-list li:last-child {
  margin-bottom: 0;
}

.photo-gallery-large {
  margin-bottom: 10px;
  position: relative;
}
.photo-gallery-large img {
  max-width: 100% !important;
}
.photo-gallery-large .controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  bottom: 35%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
}
.photo-gallery-large .controls .control {
  width: 50px;
  max-width: 50px;
  cursor: pointer;
}

.photo-gallery {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.photo-gallery .gallery-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 10px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.photo-gallery .gallery-image .thumbnail-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  width: 100%;
}
.photo-gallery .gallery-image .thumbnail-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: auto;
  min-width: 100%;
  height: 100%;
  max-width: none;
}
.photo-gallery .gallery-image:hover, .photo-gallery .gallery-image:active, .photo-gallery .gallery-image:focus {
  padding: 7px;
}
.photo-gallery .gallery-image:hover .thumbnail-image, .photo-gallery .gallery-image:active .thumbnail-image, .photo-gallery .gallery-image:focus .thumbnail-image {
  border: 3px solid #d6d6d6;
  padding-bottom: calc(100% - 5px);
}
.photo-gallery .gallery-image.active {
  padding: 7px;
}
.photo-gallery .gallery-image.active .thumbnail-image {
  border: 3px solid #c8102e;
  padding-bottom: calc(100% - 5px);
}

.single-truck .ctas {
  margin-bottom: 1rem;
}
.single-truck .ctas a {
  background-color: #b5b5b5;
  color: #ffffff;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.33%;
          flex: 0 0 31.33%;
  margin-left: 2%;
  padding: 5px 10px;
  text-align: center;
}
.single-truck .ctas a:first-child {
  margin-left: 0;
}
.single-truck .ctas a:hover, .single-truck .ctas a:focus {
  background-color: #5e5e5e;
}
.single-truck .ctas a.learn-more {
  background-color: #c8102e;
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.single-truck .ctas a.learn-more:hover, .single-truck .ctas a.learn-more:focus {
  background-color: #BD0F2C;
}
.single-truck .ctas a > span {
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-left: 10px;
}

#spotter-results .single-truck {
  padding: 15px;
}
#spotter-results .single-truck .cta-container {
  margin-bottom: 20px;
  width: 100%;
}
@media print, screen and (min-width: 47.5em) {
  #spotter-results .single-truck .cta-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    margin-bottom: 0;
    margin-right: 4%;
  }
}
#spotter-results .single-truck .cta-container .ctas a {
  background-color: #b5b5b5;
  color: #ffffff;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-bottom: 2%;
  margin-left: 2%;
  padding: 5px 10px;
  text-align: center;
}
#spotter-results .single-truck .cta-container .ctas a:first-child {
  margin-left: 0;
}
#spotter-results .single-truck .cta-container .ctas a:hover, #spotter-results .single-truck .cta-container .ctas a:focus {
  background-color: #5e5e5e;
}
#spotter-results .single-truck .cta-container .ctas a.learn-more {
  background-color: #c8102e;
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  letter-spacing: 0.05em;
  margin: 0;
}
#spotter-results .single-truck .cta-container .ctas a.learn-more:hover, #spotter-results .single-truck .cta-container .ctas a.learn-more:focus {
  background-color: #BD0F2C;
}
#spotter-results .single-truck .cta-container img {
  margin-bottom: 2%;
}
#spotter-results .single-truck .truck-content h3 {
  margin-bottom: 0;
}
#spotter-results .single-truck .truck-content p {
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 47.5em) {
  #spotter-results .single-truck .truck-content ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
#spotter-results .single-truck .truck-content ul li {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 64em) {
  #spotter-sidebar {
    padding-left: 0;
  }
}
#spotter-sidebar .reset-button {
  display: block;
  margin-top: 15px;
}
#spotter-sidebar > div {
  padding: 15px;
}
#spotter-sidebar > div label {
  margin-bottom: 5px;
}
#spotter-sidebar > div input {
  padding: 8px 15px;
  width: 100%;
}
#spotter-sidebar > div .slider {
  background-color: #ffffff;
  margin-top: 10px;
}
#spotter-sidebar > div .slider .slider-fill {
  background-color: #b5b5b5;
}
#spotter-sidebar > div .slider .slider-handle {
  border-radius: 20px;
}
#spotter-sidebar > div .slider .slider-handle:before {
  top: 20px;
  color: #ffffff;
  content: "\f0d8";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#spotter-sidebar > div .slider .slider-handle input {
  background: #ffffff;
  border: none;
  bottom: -65px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(44, 42, 37, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(44, 42, 37, 0.1);
  font-size: 0.75rem;
  font-weight: 600;
  left: 50%;
  padding: 0 0 0 10px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65px;
}

#intro h3 {
  margin-bottom: 0.3125rem;
  margin-top: 1.5rem;
}
#intro #intro-title-container {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 47.5em) {
  #intro #intro-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  #intro #intro-title-container {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 47.5em) {
  #intro #intro-title-container:before {
    content: "";
    display: block;
    width: 0px;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-right: 26px solid #c8102e;
  }
}
#intro #intro-title-container h2 {
  background-color: #c8102e;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px 20px;
  text-transform: none;
}
@media print, screen and (min-width: 64em) {
  #intro #intro-title-container h2 {
    padding: 25px 35px;
  }
}

.tabs-panel .flex-container,
.accordion-content .flex-container {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px;
}
.tabs-panel .flex-container:last-child,
.accordion-content .flex-container:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

ul.accordion#accordion-parts li {
  background: #ffffff;
  padding: 20px 0px 5px;
}
ul.accordion#accordion-parts li.accordion-item {
  border-bottom: 1px solid #ffffff;
  padding: 0;
}
ul.accordion#accordion-parts li.accordion-item a {
  background: #c8102e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  ul.accordion#accordion-parts li.accordion-item a {
    font-size: 20px;
    padding: 30px;
  }
}
ul.accordion#accordion-parts li.accordion-item a:after {
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 64em) {
  ul.accordion#accordion-parts li.accordion-item a:after {
    right: 30px;
  }
}
ul.accordion#accordion-parts li.accordion-item a:hover, ul.accordion#accordion-parts li.accordion-item a:focus {
  background-color: #BD0F2C;
  color: #ffffff;
}
ul.accordion#accordion-parts li.accordion-item.is-active a:after {
  content: "\f068";
}
ul.accordion#accordion-parts li.accordion-item .accordion-content {
  padding: 20px;
}
@media print, screen and (min-width: 64em) {
  ul.accordion#accordion-parts li.accordion-item .accordion-content {
    padding: 30px;
  }
}

#tabs-parts-nav ul.tabs > li strong {
  color: #2c2a25;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#tabs-parts-nav ul.tabs > li strong > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c2a25 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tabs-parts-nav ul.tabs > li strong > a:hover, #tabs-parts-nav ul.tabs > li strong > a:focus {
  color: #c8102e !important;
}
#tabs-parts-nav ul.tabs > li strong > a:after {
  color: inherit;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 10px;
  opacity: 0;
}
#tabs-parts-nav ul.tabs > li strong > a:hover:after, #tabs-parts-nav ul.tabs > li strong > a:focus:after {
  opacity: 1;
}
#tabs-parts-nav ul.tabs > li:first-child strong {
  margin-top: 0;
}
#tabs-parts-nav ul.tabs > li ul.menu {
  display: none;
  margin-bottom: 0;
}
#tabs-parts-nav ul.tabs > li ul.menu.expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tabs-parts-nav ul.tabs > li ul.menu li {
  color: #2c2a25;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
#tabs-parts-nav ul.tabs > li ul.menu li a {
  color: inherit;
}
#tabs-parts-nav ul.tabs > li ul.menu li a:hover, #tabs-parts-nav ul.tabs > li ul.menu li a:focus {
  color: #c8102e;
}
#tabs-parts-nav ul.tabs > li ul.menu li.is-active a {
  color: #c8102e;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */
