@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! 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 {
  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 */
  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"] {
  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 {
  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=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 14pt; }

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

body {
  margin: 0;
  padding: 0;
  background: #EDEDED;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  -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 {
  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; }

.grid-container {
  padding-right: 1.78571rem;
  padding-left: 1.78571rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 2.85714rem;
      padding-left: 2.85714rem; } }
  .grid-container.fluid {
    padding-right: 1.78571rem;
    padding-left: 1.78571rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 2.85714rem;
        padding-left: 2.85714rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -1.07143rem;
      margin-right: -1.07143rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.42857rem);
    margin-left: 0.71429rem;
    margin-right: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.14286rem);
      margin-left: 1.07143rem;
      margin-right: 1.07143rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.42857rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.42857rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.42857rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.42857rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.42857rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.42857rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.42857rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.42857rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.42857rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.42857rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.42857rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.42857rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2.14286rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2.14286rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2.14286rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2.14286rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2.14286rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2.14286rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2.14286rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2.14286rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2.14286rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2.14286rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2.14286rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2.14286rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2.14286rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2.14286rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2.14286rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2.14286rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2.14286rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2.14286rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2.14286rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2.14286rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2.14286rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2.14286rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2.14286rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2.14286rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 2.14286rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 2.14286rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2.14286rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 2.14286rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 2.14286rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2.14286rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 2.14286rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 2.14286rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2.14286rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 2.14286rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 2.14286rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2.14286rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }

.grid-padding-x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.42857rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.42857rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.42857rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.42857rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.42857rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.42857rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.42857rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.42857rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.42857rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.42857rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.42857rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.42857rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.42857rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.42857rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.42857rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.42857rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.14286rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.14286rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2.14286rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.14286rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.14286rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2.14286rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2.14286rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.14286rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.14286rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.14286rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2.14286rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.14286rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.14286rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2.14286rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2.14286rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.14286rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.71429rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.71429rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.71429rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.71429rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.71429rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.71429rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.71429rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.71429rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.71429rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.71429rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.71429rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.71429rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.07143rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.07143rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.07143rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.07143rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.07143rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.07143rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.07143rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.07143rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.07143rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.07143rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.07143rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.07143rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.07143rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.07143rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.07143rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.07143rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.07143rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.07143rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.07143rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.07143rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.07143rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.07143rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.07143rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.07143rem); } }

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.07143rem;
      margin-bottom: -1.07143rem; } }

.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.grid-margin-y {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1.07143rem;
      margin-bottom: -1.07143rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.42857rem);
    margin-top: 0.71429rem;
    margin-bottom: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.14286rem);
      margin-top: 1.07143rem;
      margin-bottom: 1.07143rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.42857rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.42857rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.42857rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.42857rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.42857rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.42857rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.42857rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.42857rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.42857rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.42857rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.42857rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.42857rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.14286rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.14286rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.14286rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.14286rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.14286rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.14286rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.14286rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.14286rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.14286rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.14286rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.14286rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.14286rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.14286rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.14286rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.14286rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.14286rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.14286rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.14286rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.14286rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.14286rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.14286rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.14286rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.14286rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.14286rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.14286rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.14286rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.14286rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.14286rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.14286rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.14286rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.14286rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.14286rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.14286rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.14286rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.14286rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.14286rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1.07143rem;
      margin-bottom: -1.07143rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.42857rem);
    margin-top: 0.71429rem;
    margin-bottom: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.14286rem);
      margin-top: 1.07143rem;
      margin-bottom: 1.07143rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.42857rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.42857rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.42857rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.42857rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.42857rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.42857rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.42857rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.42857rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.42857rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.42857rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.42857rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.42857rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.14286rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.14286rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.14286rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.14286rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.14286rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.14286rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.14286rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.14286rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.14286rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.14286rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.14286rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.14286rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.14286rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.14286rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.14286rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.14286rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.14286rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.14286rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.14286rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.14286rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.14286rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.14286rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.14286rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.14286rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.14286rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.14286rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.14286rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.14286rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.14286rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.14286rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.14286rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.14286rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.14286rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.14286rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.14286rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.14286rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.42857rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.14286rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.14286rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.14286rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.14286rem); } }

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.6;
  text-rendering: optimizeLegibility; }

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  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: #8E8E8E; }

h1, .h1 {
  font-size: 1.71429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

h3, .h3 {
  font-size: 1.35714rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.28571rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 0.92857rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.42857rem; }
  h2, .h2 {
    font-size: 2.85714rem; }
  h3, .h3 {
    font-size: 2.21429rem; }
  h4, .h4 {
    font-size: 1.78571rem; }
  h5, .h5 {
    font-size: 1.42857rem; }
  h6, .h6 {
    font-size: 1.21429rem; } }

a {
  line-height: inherit;
  color: #ED1B2E;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #d21122; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, 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.64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #8E8E8E; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #222222; }

cite {
  display: block;
  font-size: 0.92857rem;
  color: #222222; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

code {
  padding: 0.14286rem 0.35714rem 0.07143rem;
  border: 1px solid #8E8E8E;
  background-color: #EDEDED;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.14286rem 0.28571rem 0;
  background-color: #EDEDED;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

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

.lead {
  font-size: 17.5pt;
  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: 40em) {
  .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; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !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 #222222;
    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: inherit;
  padding: 1em 1.8em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  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: #ED1B2E;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #dc1124;
    color: #FFFFFF; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.8rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #ED1B2E;
    color: #FFFFFF; }
    .button.primary:hover, .button.primary:focus {
      background-color: #dc1124;
      color: #FFFFFF; }
  .button.secondary {
    background-color: #231F20;
    color: #FFFFFF; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #201c1d;
      color: #FFFFFF; }
  .button.success {
    background-color: #8ABF61;
    color: #222222; }
    .button.success:hover, .button.success:focus {
      background-color: #7bb74d;
      color: #222222; }
  .button.warning {
    background-color: #F3AC51;
    color: #222222; }
    .button.warning:hover, .button.warning:focus {
      background-color: #f19e33;
      color: #222222; }
  .button.alert {
    background-color: #EE283B;
    color: #FFFFFF; }
    .button.alert:hover, .button.alert:focus {
      background-color: #e81227;
      color: #FFFFFF; }
  .button.border-gray {
    background-color: #DEDEDE;
    color: #222222; }
    .button.border-gray:hover, .button.border-gray:focus {
      background-color: #c8c8c8;
      color: #222222; }
  .button.light-gray {
    background-color: #EDEDED;
    color: #222222; }
    .button.light-gray:hover, .button.light-gray:focus {
      background-color: #d5d5d5;
      color: #222222; }
  .button.medium-gray {
    background-color: #8E8E8E;
    color: #222222; }
    .button.medium-gray:hover, .button.medium-gray:focus {
      background-color: gray;
      color: #222222; }
  .button.medium-dark-gray {
    background-color: #575757;
    color: #FFFFFF; }
    .button.medium-dark-gray:hover, .button.medium-dark-gray:focus {
      background-color: #4e4e4e;
      color: #FFFFFF; }
  .button.dark-gray {
    background-color: #222222;
    color: #FFFFFF; }
    .button.dark-gray:hover, .button.dark-gray:focus {
      background-color: #1f1f1f;
      color: #FFFFFF; }
  .button.black {
    background-color: #000000;
    color: #FFFFFF; }
    .button.black:hover, .button.black:focus {
      background-color: black;
      color: #FFFFFF; }
  .button.white {
    background-color: #FFFFFF;
    color: #222222; }
    .button.white:hover, .button.white:focus {
      background-color: #e6e6e6;
      color: #222222; }
  .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: #ED1B2E;
      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: #ED1B2E;
        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: #231F20;
        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: #8ABF61;
        color: #222222; }
    .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: #F3AC51;
        color: #222222; }
    .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: #EE283B;
        color: #FFFFFF; }
    .button.disabled.border-gray, .button[disabled].border-gray {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.border-gray, .button.disabled.border-gray:hover, .button.disabled.border-gray:focus, .button[disabled].border-gray, .button[disabled].border-gray:hover, .button[disabled].border-gray:focus {
        background-color: #DEDEDE;
        color: #222222; }
    .button.disabled.light-gray, .button[disabled].light-gray {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.light-gray, .button.disabled.light-gray:hover, .button.disabled.light-gray:focus, .button[disabled].light-gray, .button[disabled].light-gray:hover, .button[disabled].light-gray:focus {
        background-color: #EDEDED;
        color: #222222; }
    .button.disabled.medium-gray, .button[disabled].medium-gray {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.medium-gray, .button.disabled.medium-gray:hover, .button.disabled.medium-gray:focus, .button[disabled].medium-gray, .button[disabled].medium-gray:hover, .button[disabled].medium-gray:focus {
        background-color: #8E8E8E;
        color: #222222; }
    .button.disabled.medium-dark-gray, .button[disabled].medium-dark-gray {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.medium-dark-gray, .button.disabled.medium-dark-gray:hover, .button.disabled.medium-dark-gray:focus, .button[disabled].medium-dark-gray, .button[disabled].medium-dark-gray:hover, .button[disabled].medium-dark-gray:focus {
        background-color: #575757;
        color: #FFFFFF; }
    .button.disabled.dark-gray, .button[disabled].dark-gray {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.dark-gray, .button.disabled.dark-gray:hover, .button.disabled.dark-gray:focus, .button[disabled].dark-gray, .button[disabled].dark-gray:hover, .button[disabled].dark-gray:focus {
        background-color: #222222;
        color: #FFFFFF; }
    .button.disabled.black, .button[disabled].black {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.black, .button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black, .button[disabled].black:hover, .button[disabled].black:focus {
        background-color: #000000;
        color: #FFFFFF; }
    .button.disabled.white, .button[disabled].white {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.white, .button.disabled.white:hover, .button.disabled.white:focus, .button[disabled].white, .button[disabled].white:hover, .button[disabled].white:focus {
        background-color: #FFFFFF;
        color: #222222; }
  .button.hollow {
    border: 3px solid #ED1B2E;
    color: #ED1B2E; }
    .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: #c40f20;
      color: #c40f20; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 3px solid #ED1B2E;
        color: #ED1B2E; }
    .button.hollow.primary {
      border: 3px solid #ED1B2E;
      color: #ED1B2E; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #c40f20;
        color: #c40f20; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 3px solid #ED1B2E;
          color: #ED1B2E; }
    .button.hollow.secondary {
      border: 3px solid #231F20;
      color: #231F20; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #1c191a;
        color: #1c191a; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 3px solid #231F20;
          color: #231F20; }
    .button.hollow.success {
      border: 3px solid #8ABF61;
      color: #8ABF61; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #6da442;
        color: #6da442; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 3px solid #8ABF61;
          color: #8ABF61; }
    .button.hollow.warning {
      border: 3px solid #F3AC51;
      color: #F3AC51; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #ef8f14;
        color: #ef8f14; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 3px solid #F3AC51;
          color: #F3AC51; }
    .button.hollow.alert {
      border: 3px solid #EE283B;
      color: #EE283B; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #ce1023;
        color: #ce1023; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 3px solid #EE283B;
          color: #EE283B; }
    .button.hollow.border-gray {
      border: 3px solid #DEDEDE;
      color: #DEDEDE; }
      .button.hollow.border-gray:hover, .button.hollow.border-gray:focus {
        border-color: #b2b2b2;
        color: #b2b2b2; }
        .button.hollow.border-gray:hover.disabled, .button.hollow.border-gray:hover[disabled], .button.hollow.border-gray:focus.disabled, .button.hollow.border-gray:focus[disabled] {
          border: 3px solid #DEDEDE;
          color: #DEDEDE; }
    .button.hollow.light-gray {
      border: 3px solid #EDEDED;
      color: #EDEDED; }
      .button.hollow.light-gray:hover, .button.hollow.light-gray:focus {
        border-color: #bebebe;
        color: #bebebe; }
        .button.hollow.light-gray:hover.disabled, .button.hollow.light-gray:hover[disabled], .button.hollow.light-gray:focus.disabled, .button.hollow.light-gray:focus[disabled] {
          border: 3px solid #EDEDED;
          color: #EDEDED; }
    .button.hollow.medium-gray {
      border: 3px solid #8E8E8E;
      color: #8E8E8E; }
      .button.hollow.medium-gray:hover, .button.hollow.medium-gray:focus {
        border-color: #727272;
        color: #727272; }
        .button.hollow.medium-gray:hover.disabled, .button.hollow.medium-gray:hover[disabled], .button.hollow.medium-gray:focus.disabled, .button.hollow.medium-gray:focus[disabled] {
          border: 3px solid #8E8E8E;
          color: #8E8E8E; }
    .button.hollow.medium-dark-gray {
      border: 3px solid #575757;
      color: #575757; }
      .button.hollow.medium-dark-gray:hover, .button.hollow.medium-dark-gray:focus {
        border-color: #464646;
        color: #464646; }
        .button.hollow.medium-dark-gray:hover.disabled, .button.hollow.medium-dark-gray:hover[disabled], .button.hollow.medium-dark-gray:focus.disabled, .button.hollow.medium-dark-gray:focus[disabled] {
          border: 3px solid #575757;
          color: #575757; }
    .button.hollow.dark-gray {
      border: 3px solid #222222;
      color: #222222; }
      .button.hollow.dark-gray:hover, .button.hollow.dark-gray:focus {
        border-color: #1b1b1b;
        color: #1b1b1b; }
        .button.hollow.dark-gray:hover.disabled, .button.hollow.dark-gray:hover[disabled], .button.hollow.dark-gray:focus.disabled, .button.hollow.dark-gray:focus[disabled] {
          border: 3px solid #222222;
          color: #222222; }
    .button.hollow.black {
      border: 3px solid #000000;
      color: #000000; }
      .button.hollow.black:hover, .button.hollow.black:focus {
        border-color: black;
        color: black; }
        .button.hollow.black:hover.disabled, .button.hollow.black:hover[disabled], .button.hollow.black:focus.disabled, .button.hollow.black:focus[disabled] {
          border: 3px solid #000000;
          color: #000000; }
    .button.hollow.white {
      border: 3px solid #FFFFFF;
      color: #FFFFFF; }
      .button.hollow.white:hover, .button.hollow.white:focus {
        border-color: #cccccc;
        color: #cccccc; }
        .button.hollow.white:hover.disabled, .button.hollow.white:hover[disabled], .button.hollow.white:focus.disabled, .button.hollow.white:focus[disabled] {
          border: 3px solid #FFFFFF;
          color: #FFFFFF; }
  .button.clear {
    border: 3px solid #ED1B2E;
    color: #ED1B2E; }
    .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: #c40f20;
      color: #c40f20; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 3px solid #ED1B2E;
        color: #ED1B2E; }
    .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: 3px solid #ED1B2E;
      color: #ED1B2E; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #c40f20;
        color: #c40f20; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 3px solid #ED1B2E;
          color: #ED1B2E; }
      .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: 3px solid #231F20;
      color: #231F20; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #1c191a;
        color: #1c191a; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 3px solid #231F20;
          color: #231F20; }
      .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: 3px solid #8ABF61;
      color: #8ABF61; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #6da442;
        color: #6da442; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 3px solid #8ABF61;
          color: #8ABF61; }
      .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: 3px solid #F3AC51;
      color: #F3AC51; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #ef8f14;
        color: #ef8f14; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 3px solid #F3AC51;
          color: #F3AC51; }
      .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: 3px solid #EE283B;
      color: #EE283B; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #ce1023;
        color: #ce1023; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 3px solid #EE283B;
          color: #EE283B; }
      .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.clear.border-gray {
      border: 3px solid #DEDEDE;
      color: #DEDEDE; }
      .button.clear.border-gray:hover, .button.clear.border-gray:focus {
        border-color: #b2b2b2;
        color: #b2b2b2; }
        .button.clear.border-gray:hover.disabled, .button.clear.border-gray:hover[disabled], .button.clear.border-gray:focus.disabled, .button.clear.border-gray:focus[disabled] {
          border: 3px solid #DEDEDE;
          color: #DEDEDE; }
      .button.clear.border-gray, .button.clear.border-gray.disabled, .button.clear.border-gray[disabled], .button.clear.border-gray:hover, .button.clear.border-gray:hover.disabled, .button.clear.border-gray:hover[disabled], .button.clear.border-gray:focus, .button.clear.border-gray:focus.disabled, .button.clear.border-gray:focus[disabled] {
        border-color: transparent; }
    .button.clear.light-gray {
      border: 3px solid #EDEDED;
      color: #EDEDED; }
      .button.clear.light-gray:hover, .button.clear.light-gray:focus {
        border-color: #bebebe;
        color: #bebebe; }
        .button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
          border: 3px solid #EDEDED;
          color: #EDEDED; }
      .button.clear.light-gray, .button.clear.light-gray.disabled, .button.clear.light-gray[disabled], .button.clear.light-gray:hover, .button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus, .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
        border-color: transparent; }
    .button.clear.medium-gray {
      border: 3px solid #8E8E8E;
      color: #8E8E8E; }
      .button.clear.medium-gray:hover, .button.clear.medium-gray:focus {
        border-color: #727272;
        color: #727272; }
        .button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
          border: 3px solid #8E8E8E;
          color: #8E8E8E; }
      .button.clear.medium-gray, .button.clear.medium-gray.disabled, .button.clear.medium-gray[disabled], .button.clear.medium-gray:hover, .button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus, .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
        border-color: transparent; }
    .button.clear.medium-dark-gray {
      border: 3px solid #575757;
      color: #575757; }
      .button.clear.medium-dark-gray:hover, .button.clear.medium-dark-gray:focus {
        border-color: #464646;
        color: #464646; }
        .button.clear.medium-dark-gray:hover.disabled, .button.clear.medium-dark-gray:hover[disabled], .button.clear.medium-dark-gray:focus.disabled, .button.clear.medium-dark-gray:focus[disabled] {
          border: 3px solid #575757;
          color: #575757; }
      .button.clear.medium-dark-gray, .button.clear.medium-dark-gray.disabled, .button.clear.medium-dark-gray[disabled], .button.clear.medium-dark-gray:hover, .button.clear.medium-dark-gray:hover.disabled, .button.clear.medium-dark-gray:hover[disabled], .button.clear.medium-dark-gray:focus, .button.clear.medium-dark-gray:focus.disabled, .button.clear.medium-dark-gray:focus[disabled] {
        border-color: transparent; }
    .button.clear.dark-gray {
      border: 3px solid #222222;
      color: #222222; }
      .button.clear.dark-gray:hover, .button.clear.dark-gray:focus {
        border-color: #1b1b1b;
        color: #1b1b1b; }
        .button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
          border: 3px solid #222222;
          color: #222222; }
      .button.clear.dark-gray, .button.clear.dark-gray.disabled, .button.clear.dark-gray[disabled], .button.clear.dark-gray:hover, .button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus, .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
        border-color: transparent; }
    .button.clear.black {
      border: 3px solid #000000;
      color: #000000; }
      .button.clear.black:hover, .button.clear.black:focus {
        border-color: black;
        color: black; }
        .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
          border: 3px solid #000000;
          color: #000000; }
      .button.clear.black, .button.clear.black.disabled, .button.clear.black[disabled], .button.clear.black:hover, .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus, .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
        border-color: transparent; }
    .button.clear.white {
      border: 3px solid #FFFFFF;
      color: #FFFFFF; }
      .button.clear.white:hover, .button.clear.white:focus {
        border-color: #cccccc;
        color: #cccccc; }
        .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
          border: 3px solid #FFFFFF;
          color: #FFFFFF; }
      .button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white:hover, .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus, .button.clear.white:focus.disabled, .button.clear.white: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: 1.8em; }
  .button.dropdown.hollow::after {
    border-top-color: #ED1B2E; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #ED1B2E; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #231F20; }
  .button.dropdown.hollow.success::after {
    border-top-color: #8ABF61; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #F3AC51; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #EE283B; }
  .button.dropdown.hollow.border-gray::after {
    border-top-color: #DEDEDE; }
  .button.dropdown.hollow.light-gray::after {
    border-top-color: #EDEDED; }
  .button.dropdown.hollow.medium-gray::after {
    border-top-color: #8E8E8E; }
  .button.dropdown.hollow.medium-dark-gray::after {
    border-top-color: #575757; }
  .button.dropdown.hollow.dark-gray::after {
    border-top-color: #222222; }
  .button.dropdown.hollow.black::after {
    border-top-color: #000000; }
  .button.dropdown.hollow.white::after {
    border-top-color: #FFFFFF; }
  .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;
  box-sizing: border-box;
  width: 100%;
  height: 2.78571rem;
  margin: 0 0 1.14286rem;
  padding: 0.57143rem;
  border: 1px solid #8E8E8E;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1.14286rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -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 #222222;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #8E8E8E;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8E8E8E; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8E8E8E; }

input::placeholder,
textarea::placeholder {
  color: #8E8E8E; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #EDEDED;
  cursor: not-allowed; }

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1.14286rem;
    padding: 0.64286rem 0; }

.help-text {
  margin-top: -0.57143rem;
  font-size: 0.92857rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.14286rem;
  -webkit-align-items: 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-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #8E8E8E;
  background: #EDEDED;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-items: 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-flex: 1 1 0px;
      -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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -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;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.14286rem; }

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

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

.fieldset {
  margin: 1.28571rem 0;
  padding: 1.42857rem;
  border: 1px solid #8E8E8E; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.21429rem;
    padding: 0 0.21429rem; }

select {
  height: 2.78571rem;
  margin: 0 0 1.14286rem;
  padding: 0.57143rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #8E8E8E;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1.14286rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  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%2834, 34, 34%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.14286rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.71429rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @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 #222222;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #8E8E8E;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #EDEDED;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

.form-error {
  display: none;
  margin-top: -0.57143rem;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: bold;
  color: #EE283B; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  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: 1px solid #EDEDED;
  border-bottom: 0;
  font-size: 0.85714rem;
  line-height: 1;
  color: #ED1B2E; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #EDEDED;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #EDEDED; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #222222; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #EDEDED; }

.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: #ED1B2E 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: #ED1B2E 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; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #ED1B2E;
  color: #FFFFFF; }
  .badge.primary {
    background: #ED1B2E;
    color: #000000; }
  .badge.secondary {
    background: #231F20;
    color: #FFFFFF; }
  .badge.success {
    background: #8ABF61;
    color: #000000; }
  .badge.warning {
    background: #F3AC51;
    color: #000000; }
  .badge.alert {
    background: #EE283B;
    color: #000000; }
  .badge.border-gray {
    background: #DEDEDE;
    color: #000000; }
  .badge.light-gray {
    background: #EDEDED;
    color: #000000; }
  .badge.medium-gray {
    background: #8E8E8E;
    color: #000000; }
  .badge.medium-dark-gray {
    background: #575757;
    color: #FFFFFF; }
  .badge.dark-gray {
    background: #222222;
    color: #FFFFFF; }
  .badge.black {
    background: #000000;
    color: #FFFFFF; }
  .badge.white {
    background: #FFFFFF;
    color: #000000; }

.breadcrumbs {
  margin: 1rem 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6em;
    color: #FFFFFF;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.5em;
      opacity: 1;
      content: "/";
      color: #575757; }
  .breadcrumbs a {
    color: #575757; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #8E8E8E;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.8rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #ED1B2E;
    color: #FFFFFF; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #dc1124;
      color: #FFFFFF; }
  .button-group.secondary .button {
    background-color: #231F20;
    color: #FFFFFF; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #201c1d;
      color: #FFFFFF; }
  .button-group.success .button {
    background-color: #8ABF61;
    color: #222222; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #7bb74d;
      color: #222222; }
  .button-group.warning .button {
    background-color: #F3AC51;
    color: #222222; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #f19e33;
      color: #222222; }
  .button-group.alert .button {
    background-color: #EE283B;
    color: #FFFFFF; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #e81227;
      color: #FFFFFF; }
  .button-group.border-gray .button {
    background-color: #DEDEDE;
    color: #222222; }
    .button-group.border-gray .button:hover, .button-group.border-gray .button:focus {
      background-color: #c8c8c8;
      color: #222222; }
  .button-group.light-gray .button {
    background-color: #EDEDED;
    color: #222222; }
    .button-group.light-gray .button:hover, .button-group.light-gray .button:focus {
      background-color: #d5d5d5;
      color: #222222; }
  .button-group.medium-gray .button {
    background-color: #8E8E8E;
    color: #222222; }
    .button-group.medium-gray .button:hover, .button-group.medium-gray .button:focus {
      background-color: gray;
      color: #222222; }
  .button-group.medium-dark-gray .button {
    background-color: #575757;
    color: #FFFFFF; }
    .button-group.medium-dark-gray .button:hover, .button-group.medium-dark-gray .button:focus {
      background-color: #4e4e4e;
      color: #FFFFFF; }
  .button-group.dark-gray .button {
    background-color: #222222;
    color: #FFFFFF; }
    .button-group.dark-gray .button:hover, .button-group.dark-gray .button:focus {
      background-color: #1f1f1f;
      color: #FFFFFF; }
  .button-group.black .button {
    background-color: #000000;
    color: #FFFFFF; }
    .button-group.black .button:hover, .button-group.black .button:focus {
      background-color: black;
      color: #FFFFFF; }
  .button-group.white .button {
    background-color: #FFFFFF;
    color: #222222; }
    .button-group.white .button:hover, .button-group.white .button:focus {
      background-color: #e6e6e6;
      color: #222222; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #222222; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fcdde0;
    color: #222222; }
  .callout.secondary {
    background-color: #e0dcdd;
    color: #222222; }
  .callout.success {
    background-color: #edf5e7;
    color: #222222; }
  .callout.warning {
    background-color: #fdf3e5;
    color: #222222; }
  .callout.alert {
    background-color: #fcdfe2;
    color: #222222; }
  .callout.border-gray {
    background-color: #fafafa;
    color: #222222; }
  .callout.light-gray {
    background-color: #fcfcfc;
    color: #222222; }
  .callout.medium-gray {
    background-color: #eeeeee;
    color: #222222; }
  .callout.medium-dark-gray {
    background-color: #e6e6e6;
    color: #222222; }
  .callout.dark-gray {
    background-color: #dedede;
    color: #222222; }
  .callout.black {
    background-color: #d9d9d9;
    color: #222222; }
  .callout.white {
    background-color: white;
    color: #222222; }
  .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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #EDEDED;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
  color: #222222; }
  .card > :last-child {
    margin-bottom: 0; }

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

.card-section {
  -webkit-flex: 1 0 auto;
      -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: #222222;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .menu.vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu.expanded li {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .menu.simple {
    -webkit-align-items: 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: 40em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.medium-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.large-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.large-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-flex-flow: row nowrap;
        -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-flex-flow: row nowrap;
        -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-flex-flow: column nowrap;
        -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 {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
        -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 {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #ED1B2E;
    color: #FFFFFF; }
  .menu .active > a {
    background: #ED1B2E;
    color: #FFFFFF; }
  .menu.align-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-justify-content: flex-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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-justify-content: flex-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-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-justify-content: flex-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;
    box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
    content: ''; }
  .menu-icon:hover::after {
    background: #8E8E8E;
    box-shadow: 0 7px 0 #8E8E8E, 0 14px 0 #8E8E8E; }

.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: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #222222;
    box-shadow: 0 7px 0 #222222, 0 14px 0 #222222; }

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

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  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: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ED1B2E; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ED1B2E; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ED1B2E transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ED1B2E 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: 1px solid #8E8E8E;
  border-radius: 0;
  background-color: #EDEDED;
  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 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ED1B2E transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #ED1B2E; }

.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 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ED1B2E transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ED1B2E; }

@media print, screen and (min-width: 40em) {
  .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 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ED1B2E transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .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 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ED1B2E transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ED1B2E; } }

@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 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ED1B2E transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .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 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ED1B2E transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ED1B2E; } }

.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: -6px; }
  .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: 200px;
  border: 1px solid #8E8E8E;
  background: #FFFFFF; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .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 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ED1B2E transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ED1B2E; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1.14286rem;
  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%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ED1B2E;
  color: #FFFFFF; }
  .label.primary {
    background: #ED1B2E;
    color: #000000; }
  .label.secondary {
    background: #231F20;
    color: #FFFFFF; }
  .label.success {
    background: #8ABF61;
    color: #000000; }
  .label.warning {
    background: #F3AC51;
    color: #000000; }
  .label.alert {
    background: #EE283B;
    color: #000000; }
  .label.border-gray {
    background: #DEDEDE;
    color: #000000; }
  .label.light-gray {
    background: #EDEDED;
    color: #000000; }
  .label.medium-gray {
    background: #8E8E8E;
    color: #000000; }
  .label.medium-dark-gray {
    background: #575757;
    color: #FFFFFF; }
  .label.dark-gray {
    background: #222222;
    color: #FFFFFF; }
  .label.black {
    background: #000000;
    color: #FFFFFF; }
  .label.white {
    background: #FFFFFF;
    color: #000000; }

.media-object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -webkit-flex-basis: 100%;
          -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-flex: 0 1 auto;
      -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-flex: 1 1 0px;
        -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%;
  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;
  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: #EDEDED; }
  [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 {
      box-shadow: 0 0 10px rgba(0, 0, 0, 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;
  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: #EDEDED; }
  [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 {
      box-shadow: 0 0 10px rgba(0, 0, 0, 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 {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 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 {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 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 {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 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 {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  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: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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 print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: 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 {
      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;
    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 {
      box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #8E8E8E; }
    .orbit-bullets button:hover {
      background-color: #222222; }
    .orbit-bullets button.is-active {
      background-color: #222222; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.07143rem;
    border-radius: 0;
    font-size: 1rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.21429rem 0.71429rem;
    border-radius: 0;
    color: #000000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #EDEDED; }
  .pagination .current {
    padding: 0.21429rem 0.71429rem;
    background: #ED1B2E;
    color: #FFFFFF;
    cursor: default; }
  .pagination .disabled {
    padding: 0.21429rem 0.71429rem;
    color: #8E8E8E;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.21429rem 0.71429rem;
    content: '\2026';
    color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #8E8E8E; }
  .progress.primary .progress-meter {
    background-color: #ED1B2E; }
  .progress.secondary .progress-meter {
    background-color: #231F20; }
  .progress.success .progress-meter {
    background-color: #8ABF61; }
  .progress.warning .progress-meter {
    background-color: #F3AC51; }
  .progress.alert .progress-meter {
    background-color: #EE283B; }
  .progress.border-gray .progress-meter {
    background-color: #DEDEDE; }
  .progress.light-gray .progress-meter {
    background-color: #EDEDED; }
  .progress.medium-gray .progress-meter {
    background-color: #8E8E8E; }
  .progress.medium-dark-gray .progress-meter {
    background-color: #575757; }
  .progress.dark-gray .progress-meter {
    background-color: #222222; }
  .progress.black .progress-meter {
    background-color: #000000; }
  .progress.white .progress-meter {
    background-color: #FFFFFF; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ED1B2E; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #EDEDED;
  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: #8E8E8E;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    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: #ED1B2E;
  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: #d01022; }
  .slider-handle.is-dragging {
    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 {
    top: 0 !important; }

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(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #8E8E8E;
  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: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .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: 39.9375em) {
    .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; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #8E8E8E;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #FFFFFF;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #ED1B2E; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.71429rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.85714rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.14286rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #FFFFFF; }
  table caption {
    padding: 0.57143rem 0.71429rem 0.71429rem;
    font-weight: bold; }
  table thead {
    background: #f9f9f9;
    color: #222222; }
  table tfoot {
    background: #f2f2f2;
    color: #222222; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.57143rem 0.71429rem 0.71429rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.57143rem 0.71429rem 0.71429rem; }
  table 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 #EDEDED;
  background: #FFFFFF;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -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: #ED1B2E; }
  .tabs.primary > li > a {
    color: #000000; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #e81226; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.85714rem;
    line-height: 1;
    color: #ED1B2E; }
    .tabs-title > a:hover {
      background: #FFFFFF;
      color: #d21122; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #EDEDED;
      color: #ED1B2E; }

.tabs-content {
  border: 1px solid #EDEDED;
  border-top: 0;
  background: #FFFFFF;
  color: #222222;
  transition: all 0.5s ease; }

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

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

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

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

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: 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-flex: 1 1 0px;
      -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 #222222;
  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: #000000;
  font-size: 90%;
  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 #000000;
    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: #000000 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 #000000;
    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 #000000 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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #EDEDED; }
  .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-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

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

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

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

.flex-dir-row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

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

.flex-dir-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

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

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

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

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  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;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  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 {
  transition-duration: 750ms !important; }

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

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

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

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

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

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

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

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

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

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

.long-delay {
  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; }

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("clientlib-all/fonts/foundation-icons.eot");
  src: url("clientlib-all/fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("clientlib-all/fonts/foundation-icons.woff") format("woff"), url("clientlib-all/fonts/foundation-icons.ttf") format("truetype"), url("clientlib-all/fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

/*
@import "fontawesome/fontawesome.scss";
@import "fontawesome/solid.scss";
@import "fontawesome/regular.scss";
@import "fontawesome/light.scss";
@import "fontawesome/brands.scss";
*/
.site {
  max-width: 1800px;
  margin: auto;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  background-color: #FFFFFF; }

.background-primary {
  background-color: #ED1B2E; }

.background-secondary {
  background-color: #231F20; }

.background-success {
  background-color: #8ABF61; }

.background-warning {
  background-color: #F3AC51; }

.background-alert {
  background-color: #EE283B; }

.background-light-gray {
  background-color: #EDEDED; }

.background-medium-gray {
  background-color: #8E8E8E; }

.background-dark-gray {
  background-color: #222222; }

.background-black {
  background-color: #000000; }

.background-white {
  background-color: #FFFFFF; }

.opacity-90 {
  opacity: 0.9; }

.opacity-80 {
  opacity: 0.8; }

.opacity-70 {
  opacity: 0.7; }

.opacity-60 {
  opacity: 0.6; }

.opacity-50 {
  opacity: 0.5; }

.opacity-40 {
  opacity: 0.4; }

.opacity-30 {
  opacity: 0.3; }

.opacity-20 {
  opacity: 0.2; }

.opacity-10 {
  opacity: 0.1; }

.hide {
  display: none; }

.block {
  display: block; }

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

.inline {
  display: inline; }

.no-margin {
  margin: 0; }
  .no-margin h1, .no-margin h2, .no-margin h3, .no-margin h4, .no-margin h5, .no-margin h6 {
    margin: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0; }

.no-padding {
  padding: 0; }
  .no-padding h1, .no-padding h2, .no-padding h3, .no-padding h4, .no-padding h5, .no-padding h6 {
    padding: 0; }

.no-line-height {
  line-height: 1em; }
  .no-line-height h1, .no-line-height h2, .no-line-height h3, .no-line-height h4, .no-line-height h5, .no-line-height h6 {
    line-height: 1em; }

/*line size*/
.divider .size-small {
  max-width: 35px; }

.divider .size-medium {
  max-width: 140px; }

.divider .size-large {
  max-width: 250px; }

.divider .size-full {
  max-width: 100%; }

/*weight*/
.divider .weight-hariline {
  border-bottom-width: 1px; }

.divider .weight-thin {
  border-bottom-width: 2px; }

.divider .weight-medium {
  border-bottom-width: 3px; }

.divider .weight-heavy {
  border-bottom-width: 5px; }

/*color*/
.divider .primary {
  border-bottom-color: #ED1B2E; }

.divider .secondary {
  border-bottom-color: #231F20; }

.divider .success {
  border-bottom-color: #8ABF61; }

.divider .warning {
  border-bottom-color: #F3AC51; }

.divider .alert {
  border-bottom-color: #EE283B; }

.divider .white {
  border-bottom-color: #FFFFFF; }

.divider .light-gray {
  border-bottom-color: #EDEDED; }

.divider .medium-gray {
  border-bottom-color: #8E8E8E; }

.divider .dark-gray {
  border-bottom-color: #222222; }

.divider .black {
  border-bottom-color: #000000; }

/*position*/
.divider .left {
  float: none;
  margin-left: 0;
  margin-right: auto; }

.divider .center {
  float: none;
  margin: 0 auto; }

.divider .right {
  float: none;
  margin-left: auto;
  margin-right: 0; }

.text-primary {
  color: #ED1B2E; }

.text-secondary {
  color: #231F20; }

.text-success {
  color: #8ABF61; }

.text-warning {
  color: #F3AC51; }

.text-alert {
  color: #EE283B; }

.text-white {
  color: #FFFFFF; }

.text-light-gray {
  color: #EDEDED; }

.text-medium-gray {
  color: #8E8E8E; }

.text-dark-gray {
  color: #222222; }

.text-black {
  color: #000000; }

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

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

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

/* also uses text coloring from text.scss */
.cta .left {
  text-align: left; }

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

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

.cta i {
  padding-left: 1em; }

.button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif; }

.button.hollow {
  border-radius: 0; }

.button.clear {
  padding: 1em 0 1em 0;
  border-color: transparent !important; }

.blockquote-image img {
  border-radius: 100%;
  width: 50px;
  margin-right: 1rem; }
  @media print, screen and (min-width: 40em) {
    .blockquote-image img {
      margin-right: 1.5rem;
      width: 50px; } }

.blockquote .blockquote-quote {
  font-size: 14pt;
  font-weight: 500; }

.blockquote.minimal {
  background-color: none;
  padding: 0;
  border-left: none; }
  @media print, screen and (min-width: 40em) {
    .blockquote.minimal {
      padding-left: 1.5rem;
      border-left: 1px solid #DEDEDE; } }

.blockquote.basic {
  background-color: #EDEDED;
  padding: 1.4rem;
  margin-bottom: 3rem; }

.blockquote-author {
  font-weight: 600;
  color: #ED1B2E;
  margin-bottom: 0rem; }

.blockquote-location {
  color: #8E8E8E;
  margin-bottom: 0; }

.testimonial-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8E8E8E; }

.testimonial-image img {
  border-radius: 100%;
  width: 95px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.testimonial-quote {
  font-size: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .testimonial-quote {
      font-size: 2.8rem;
      margin-bottom: 1rem; } }

.testimonial-author {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ED1B2E;
  margin-bottom: 0rem; }

.testimonial-location {
  color: #8E8E8E;
  margin-bottom: 0; }

.none-top {
  margin-top: 0; }

.tiny-top {
  margin-top: 10px; }

.small-top {
  margin-top: 10px; }
  @media print, screen and (min-width: 40em) {
    .small-top {
      margin-top: 20px; } }

.medium-top {
  margin-top: 20px; }
  @media print, screen and (min-width: 40em) {
    .medium-top {
      margin-top: 40px; } }

.large-top {
  margin-top: 40px; }
  @media print, screen and (min-width: 40em) {
    .large-top {
      margin-top: 60px; } }

.xlarge-top {
  margin-top: 60px; }
  @media print, screen and (min-width: 40em) {
    .xlarge-top {
      margin-top: 80px; } }

.none-bottom {
  margin-bottom: 0; }

.tiny-bottom {
  margin-bottom: 10px; }

.small-bottom {
  margin-bottom: 10px; }
  @media print, screen and (min-width: 40em) {
    .small-bottom {
      margin-bottom: 20px; } }

.medium-bottom {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 40em) {
    .medium-bottom {
      margin-bottom: 40px; } }

.large-bottom {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 40em) {
    .large-bottom {
      margin-bottom: 60px; } }

.xlarge-bottom {
  margin-bottom: 60px; }
  @media print, screen and (min-width: 40em) {
    .xlarge-bottom {
      margin-bottom: 80px; } }

.heroArea {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .heroArea .heroImage {
    background: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: inherit;
    width: 100%; }
  .heroArea .heroSmall {
    height: 300px; }
    @media print, screen and (min-width: 40em) {
      .heroArea .heroSmall {
        height: 380px; } }
    @media print, screen and (min-width: 64em) {
      .heroArea .heroSmall {
        height: 380px; } }
  .heroArea .heroMedium {
    height: 450px; }
    @media print, screen and (min-width: 40em) {
      .heroArea .heroMedium {
        height: 500px; } }
    @media print, screen and (min-width: 64em) {
      .heroArea .heroMedium {
        height: 626px; } }
  .heroArea .heroLarge {
    height: 450px; }
    @media print, screen and (min-width: 40em) {
      .heroArea .heroLarge {
        height: 650px; } }
    @media print, screen and (min-width: 64em) {
      .heroArea .heroLarge {
        height: 750px; } }
  .heroArea .childIndex {
    position: relative;
    z-index: 5; }

.tabs {
  background: transparent;
  border: none;
  margin: 0 auto;
  display: block; }
  @media print, screen and (min-width: 40em) {
    .tabs {
      display: table; } }
  .tabs .tabs-title {
    background: transparent;
    float: none; }
    @media print, screen and (min-width: 40em) {
      .tabs .tabs-title {
        float: left; } }
    .tabs .tabs-title a {
      color: #222222;
      background: transparent;
      font-size: 1rem;
      border-bottom-style: solid;
      border-bottom-color: transparent;
      border-right-style: solid;
      border-right-color: transparent;
      opacity: 0.6;
      transition: all 0.25s ease-in-out;
      margin: 0;
      padding: .75rem 2vw;
      border-bottom-width: 1px;
      border-right-width: 6px;
      border-bottom-color: #DEDEDE; }
      @media print, screen and (min-width: 40em) {
        .tabs .tabs-title a {
          margin: 0 2vw;
          padding: 1.5vw 3vw;
          border-bottom-width: 6px;
          border-right-width: 0;
          border-bottom-color: transparent; } }
    .tabs .tabs-title a:focus,
    .tabs .tabs-title a:hover {
      background: transparent;
      outline: none;
      border-right-color: #ED1B2E; }
      @media print, screen and (min-width: 40em) {
        .tabs .tabs-title a:focus,
        .tabs .tabs-title a:hover {
          border-bottom-color: #ED1B2E; } }
  .tabs .tabs-title.is-active a {
    opacity: 1;
    border-right-color: #ED1B2E; }
    @media print, screen and (min-width: 40em) {
      .tabs .tabs-title.is-active a {
        border-bottom-color: #ED1B2E; } }

.tabs-content {
  display: block;
  width: 100%;
  border-width: 0;
  border-style: solid;
  border-color: #DEDEDE;
  background-color: transparent; }
  @media print, screen and (min-width: 40em) {
    .tabs-content {
      border-width: 1px 0 0 0; } }
  .tabs-content .tabs-panel {
    margin: 0; }

.tabs-panel {
  padding: 2rem 0; }
  @media print, screen and (min-width: 40em) {
    .tabs-panel {
      padding: 3rem 0; } }

.tabs-vertical .tabs {
  display: block;
  margin: 0; }

.tabs-vertical .tabs-title a {
  background: transparent;
  font-size: 1rem;
  margin: 0;
  opacity: 0.6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DEDEDE;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  padding: .75rem 2vw; }
  @media print, screen and (min-width: 40em) {
    .tabs-vertical .tabs-title a {
      padding: 1.5rem 2vw; } }
  @media print, screen and (min-width: 64em) {
    .tabs-vertical .tabs-title a {
      padding: 2rem 2vw; } }

.tabs-vertical .tabs-title a:focus,
.tabs-vertical .tabs-title a:hover {
  background: transparent;
  border-right-color: #ED1B2E;
  border-bottom-color: #DEDEDE;
  outline: none; }

.tabs-vertical .tabs-title.is-active a {
  opacity: 1;
  border-right-color: #ED1B2E;
  border-bottom-color: #DEDEDE; }

.tabs-vertical .tabs-content {
  border-width: 0 0 0 0; }

.tabs-vertical .tabs-panel {
  padding: 2rem 0; }
  @media print, screen and (min-width: 40em) {
    .tabs-vertical .tabs-panel {
      padding: 0 3rem; } }

.basic .tabs-content {
  border-top-width: 0;
  background-color: #EDEDED; }

.basic .tabs-panel {
  padding: 3rem;
  margin: 0; }

.form .formSubmit {
  margin-top: 1rem; }

.link-list .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  font-weight: bold;
  color: inherit;
  padding-left: 0; }

.link-list .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  position: relative;
  display: inline-block;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  padding: 0;
  left: 0.5em;
  top: 0;
  margin: 0;
  width: auto;
  height: auto;
  transition: all 0.25s ease-in-out;
  border: none; }

.link-list .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.link-list .dropdown.menu a {
  padding: 0.7rem 0; }

.link-list .dropdown.menu > li.is-dropdown-submenu-parent > a {
  color: inherit;
  font-weight: bold; }

.link-list .dropdown.menu > li.is-dropdown-submenu-parent > a:hover {
  cursor: default; }

.link-list .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none; }

.link-list .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  display: block;
  position: relative;
  top: 0;
  min-width: inherit;
  background: inherit; }

.link-list .dropdown.menu .is-dropdown-submenu {
  border: none; }

.link-list i {
  color: inherit;
  margin-right: 0.5em; }

.link-list .page-property {
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
  color: #EE283B;
  margin-left: 0.5em; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

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

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

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

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

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

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

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* height:$image-carousel-prevnext-font-size; */
  margin-top: -45px; }
  .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 0;
    background: none;
    display: block;
    cursor: pointer;
    border-radius: 0; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  .owl-theme .owl-nav button.owl-next,
  .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    border: none;
    color: #FFFFFF;
    background-color: transparent;
    margin: 0;
    opacity: 0.75; }
    .owl-theme .owl-nav button.owl-next:hover,
    .owl-theme .owl-nav button.owl-prev:hover {
      text-decoration: none;
      opacity: 1; }
    .owl-theme .owl-nav button.owl-next i::before,
    .owl-theme .owl-nav button.owl-prev i::before {
      padding: 10px;
      display: inline-block;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      font-style: normal;
      font-size: 25px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      text-shadow: 0 0 1px black; }
  .owl-theme .owl-nav button.owl-prev {
    left: 0; }
    .owl-theme .owl-nav button.owl-prev i::before {
      content: ""; }
  .owl-theme .owl-nav button.owl-next {
    right: 0; }
    .owl-theme .owl-nav button.owl-next i::before {
      content: ""; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem); }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    .owl-theme .owl-dots .owl-dot span {
      width: 1rem;
      height: 1rem;
      margin: 0.25rem;
      background: transparent;
      display: block;
      -webkit-backface-visibility: visible;
      transition: all 0.25s ease-in-out;
      border-radius: 50%;
      border: 1px solid #FFFFFF;
      opacity: 0.65;
      box-shadow: 0 0 2px 1px black; }
    .owl-theme .owl-dots .owl-dot.active span {
      background: #ED1B2E;
      opacity: 1;
      box-shadow: 0 0 4px 1px black; }
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #ED1B2E;
      opacity: 0.85; }

.video {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.25s ease-in-out; }
  .video img {
    position: relative;
    width: 100%;
    height: auto; }
  .video .play-button {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0 2vw; }
  .video i::before {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    line-height: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* transform: translate(0, 0); */
    text-shadow: 0 0 1px black;
    opacity: 0.5;
    transition: all 0.25s ease-in-out; }

.video:hover i::before {
  opacity: 0.85; }

.video .play-button.play-left {
  text-align: left; }

.video .play-button.play-center {
  text-align: center; }

.video .play-button.play-right {
  text-align: right; }

.video .play-button.play-tiny i {
  width: 2vw;
  height: 2vw; }

.video .play-button.play-tiny i::before {
  font-size: 2vw; }

.video .play-button.play-small i {
  width: 5vw;
  height: 5vw; }

.video .play-button.play-small i::after {
  font-size: 5vw; }

.video .play-button.play-medium i {
  width: 10vw;
  height: 10vw; }

.video .play-button.play-medium i::before {
  font-size: 10vw; }

.video .play-button.play-large i {
  width: 15vw;
  height: 15vw; }

.video .play-button.play-large i::before {
  font-size: 15vw; }

.video .play-button.play-xlarge i {
  width: 20vw;
  height: 20vw; }

.video .play-button.play-xlarge i::before {
  font-size: 20vw; }

.icon i {
  padding: 0.25em; }

.icon-primary {
  color: #ED1B2E; }

a .icon-primary {
  color: #ED1B2E;
  transition: all 0.25s ease-in-out; }
  a .icon-primary:hover {
    color: #c51020; }

.icon-secondary {
  color: #231F20; }

a .icon-secondary {
  color: #231F20;
  transition: all 0.25s ease-in-out; }
  a .icon-secondary:hover {
    color: #080707; }

.icon-success {
  color: #8ABF61; }

a .icon-success {
  color: #8ABF61;
  transition: all 0.25s ease-in-out; }
  a .icon-success:hover {
    color: #70a944; }

.icon-warning {
  color: #F3AC51; }

a .icon-warning {
  color: #F3AC51;
  transition: all 0.25s ease-in-out; }
  a .icon-warning:hover {
    color: #f09521; }

.icon-alert {
  color: #EE283B; }

a .icon-alert {
  color: #EE283B;
  transition: all 0.25s ease-in-out; }
  a .icon-alert:hover {
    color: #d21123; }

.icon-white {
  color: #FFFFFF; }

a .icon-white {
  color: #FFFFFF;
  transition: all 0.25s ease-in-out; }
  a .icon-white:hover {
    color: #e6e6e6; }

.icon-light-gray {
  color: #EDEDED; }

a .icon-light-gray {
  color: #EDEDED;
  transition: all 0.25s ease-in-out; }
  a .icon-light-gray:hover {
    color: #d4d4d4; }

.icon-medium-gray {
  color: #8E8E8E; }

a .icon-medium-gray {
  color: #8E8E8E;
  transition: all 0.25s ease-in-out; }
  a .icon-medium-gray:hover {
    color: #757575; }

.icon-dark-gray {
  color: #222222; }

a .icon-dark-gray {
  color: #222222;
  transition: all 0.25s ease-in-out; }
  a .icon-dark-gray:hover {
    color: #090909; }

.icon-black {
  color: #000000; }

a .icon-black {
  color: #000000;
  transition: all 0.25s ease-in-out; }
  a .icon-black:hover {
    color: black; }

.icon.horizontal {
  display: block; }

.icon.vertical i {
  display: block;
  line-height: 1.5em; }

@font-face {
  font-family: 'lg';
  src: url("clientlib-all/fonts/lg.eot?n1z373");
  src: url("clientlib-all/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("clientlib-all/fonts/lg.woff?n1z373") format("woff"), url("clientlib-all/fonts/lg.ttf?n1z373") format("truetype"), url("clientlib-all/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("clientlib-all/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("clientlib-all/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("clientlib-all/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("clientlib-all/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("clientlib-all/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("clientlib-all/img/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }


.lg-outer .lg-thumb-item {
  border-color: #EDEDED; }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ED1B2E; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #ED1B2E;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px; }
  .lg-actions .lg-next:hover,
  .lg-actions .lg-prev:hover {
    color: #FFFFFF; }

.lg-outer .lg-toogle-thumb,
.lg-toolbar .lg-icon {
  color: #ED1B2E;
  transition: all 0.25s ease-in-out; }
  .lg-outer .lg-toogle-thumb:hover,
  .lg-toolbar .lg-icon:hover {
    color: #FFFFFF; }

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto; }

.gallery a.video > .play-button > i {
  font-size: 3rem;
  color: #FFFFFF;
  left: 50%;
  margin: 0;
  opacity: 0.85;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out; }

.gallery a.video:hover > .play-button > i {
  opacity: 1; }

.gallery a.video > .play-button > i::before {
  content: "";
  font-weight: 300; }

.gallery .grid-no-margin .grid-x .grid-margin-y > *, .gallery .grid-no-margin .grid-margin-x > * {
  margin: 0 !important; }

.footer {
  background-color: #FFFFFF;
  color: #222222;
  font-size: 0.9rem; }
  .footer a {
    color: #575757;
    transition: all 0.25s ease-in-out; }
    .footer a:hover {
      color: #222222; }
    .footer a.title {
      font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      font-weight: 300; }
  .footer .icon a {
    color: #ED1B2E; }
    .footer .icon a:hover {
      color: #dc1124; }
  .footer .logo img {
    width: 100%;
    max-width: 130px; }
  .footer .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-top: 0;
    line-height: 1.5; }
  .footer .link-list .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #575757;
    transition: all 0.25s ease-in-out; }
  .footer .link-list .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:hover::after {
    border-color: #222222; }
  .footer .link-list i {
    color: #575757;
    transition: all 0.25s ease-in-out; }
  .footer .link-list a:hover i {
    color: #222222; }
  .footer .link-list .is-dropdown-submenu {
    background: transparent; }
  .footer .bottom {
    padding: 1rem 0;
    margin-top: 2rem;
    background-color: #FFFFFF;
    font-size: 0.7rem;
    color: #575757; }
    .footer .bottom .nav {
      padding-top: 1rem; }
      .footer .bottom .nav a {
        padding: 0 0.5em;
        color: #575757;
        text-transform: uppercase;
        transition: all 0.25s ease-in-out; }
        .footer .bottom .nav a:hover {
          color: #000000; }
      @media print, screen and (min-width: 64em) {
        .footer .bottom .nav {
          padding-top: 0; } }

.header {
  color: #000000;
  z-index: 20;
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––
    Mobile styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  .header .sticky-header {
    position: fixed;
    top: 0;
    width: 100%; }
  .header .menu-container {
    z-index: 20;
    width: 100%;
    margin: 0;
    background: #222222;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
  .header .menu-mobile {
    z-index: 20;
    width: 100%;
    display: none; }
    .header .menu-mobile::after {
      content: "\f0c9";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 700;
      font-style: normal;
      font-size: 2em;
      padding: 0 0.5em 0 0;
      position: absolute;
      right: 0;
      color: #8E8E8E; }
  .header .menu-dropdown-icon::before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0;
    margin: 10px 1rem 0;
    color: #8E8E8E;
    transition: all 0.25s ease-in-out; }
  .header .menu-dropdown-icon.opened::before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .header .header-menu {
    position: relative;
    z-index: 20; }
    .header .header-menu > ul {
      margin: 0;
      padding: 0;
      width: 100%;
      background-color: #222222;
      list-style: none;
      text-align: right;
      position: relative;
      box-sizing: border-box; }
      .header .header-menu > ul::after, .header .header-menu > ul::before {
        content: "";
        display: table; }
      .header .header-menu > ul::after {
        clear: both; }
      .header .header-menu > ul > li:not(.cta-container):not(.logo-container) {
        transition: all 0.25s ease-in-out; }
        .header .header-menu > ul > li:not(.cta-container):not(.logo-container) > a:not(.button) {
          text-decoration: none;
          text-transform: uppercase;
          color: #EDEDED;
          font-size: 0.8em;
          font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
          font-weight: normal;
          letter-spacing: 0.15em;
          padding: 0.25rem 0.25rem;
          margin: 1.25rem 1.5vw;
          display: block;
          transition: all 0.25s ease-in-out;
          border-style: solid;
          border-width: 0 0 1px 0;
          border-color: transparent; }
          .header .header-menu > ul > li:not(.cta-container):not(.logo-container) > a:not(.button):hover {
            color: #FFFFFF; }
        .header .header-menu > ul > li:not(.cta-container):not(.logo-container):hover {
          background-color: transparent; }
        .header .header-menu > ul > li:not(.cta-container):not(.logo-container):hover a {
          border-color: #ED1B2E; }
      .header .header-menu > ul > li {
        display: inline-block;
        padding: 0;
        margin: 0;
        text-align: left; }
        .header .header-menu > ul > li a {
          text-decoration: none;
          transition: all 0.25s ease-in-out; }
        .header .header-menu > ul > li > ul {
          display: none;
          width: 100%;
          height: auto;
          background-color: #FFFFFF;
          padding: 0;
          position: absolute;
          z-index: 99;
          left: 0;
          margin: 0;
          list-style: none;
          box-sizing: border-box;
          /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          /* Firefox 3.5 - 3.6 */
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
          @media print, screen and (min-width: 64em) {
            .header .header-menu > ul > li > ul {
              padding: 1em 1.5em; } }
          .header .header-menu > ul > li > ul::after, .header .header-menu > ul > li > ul::before {
            content: "";
            display: table; }
          .header .header-menu > ul > li > ul::after {
            clear: both; }
          .header .header-menu > ul > li > ul > li {
            margin: 0;
            padding: 0;
            list-style: none;
            background: none;
            height: auto; }
            .header .header-menu > ul > li > ul > li a:not(.button) {
              font-size: 0.8em;
              color: #575757;
              height: auto; }
              .header .header-menu > ul > li > ul > li a:not(.button):hover {
                color: #000000; }
              .header .header-menu > ul > li > ul > li a:not(.button).primary {
                color: #ED1B2E; }
              .header .header-menu > ul > li > ul > li a:not(.button).title {
                font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
                font-size: 1em;
                font-weight: normal;
                letter-spacing: 0em;
                text-transform: uppercase; }
            .header .header-menu > ul > li > ul > li .button.clear {
              border: none !important;
              text-align: left !important;
              line-height: 1.3em; }
          .header .header-menu > ul > li > ul.normal-sub {
            width: 250px;
            left: auto; }
            .header .header-menu > ul > li > ul.normal-sub > li {
              width: 100%;
              padding: 0; }
              .header .header-menu > ul > li > ul.normal-sub > li a {
                border: 0;
                display: block;
                height: auto;
                line-height: 2em;
                font-size: 0.8em;
                color: #575757; }
                .header .header-menu > ul > li > ul.normal-sub > li a:hover {
                  color: #000000; }
    .header .header-menu .logo-container {
      padding-left: 1em;
      position: absolute;
      left: 0;
      top: 10px; }
      .header .header-menu .logo-container a {
        opacity: 0.8;
        padding: 0;
        transition: all 0.25s ease-in-out; }
        .header .header-menu .logo-container a:hover {
          opacity: 1; }
      .header .header-menu .logo-container img {
        width: auto;
        height: 38.25px; }
        @media print, screen and (min-width: 64em) {
          .header .header-menu .logo-container img {
            height: 45px; } }
      .header .header-menu .logo-container:hover {
        background-color: transparent; }
    .header .header-menu .cta-container {
      font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8rem;
      font-weight: normal;
      letter-spacing: 0.15em;
      text-transform: uppercase; }
    .header .header-menu .cta-container a {
      margin: 0 0 0 0; }
    .header .header-menu .grid-x .cell {
      padding: 0.5em 0.5em; }
      .header .header-menu .grid-x .cell .text p {
        margin: 0 0.5em; }
    .header .header-menu .add-dividers .cell {
      border-bottom: 1px solid #575757;
      border-right: none; }
      .header .header-menu .add-dividers .cell .cell {
        border-bottom: none; }
      @media print, screen and (min-width: 64em) {
        .header .header-menu .add-dividers .cell {
          border-right: 1px solid #575757;
          border-bottom: none; }
          .header .header-menu .add-dividers .cell:last-child {
            border-right: none; } }
    .header .header-menu .link-list.color-last-link-primary ul.submenu li:last-child a {
      color: #ED1B2E; }
      .header .header-menu .link-list.color-last-link-primary ul.submenu li:last-child a:hover {
        color: #d21122; }
  @media screen and (max-width: 1023px) {
    .header .menu-container {
      width: 100%; }
    .header .menu-mobile {
      display: block;
      height: 55px; }
    .header .menu-dropdown-icon::before {
      display: block; }
    .header .header-menu > ul {
      display: none;
      padding-bottom: 1em; }
      .header .header-menu > ul > li {
        width: 100%;
        float: none; }
        .header .header-menu > ul > li:not(.cta-container) {
          border-bottom: 1px solid #DEDEDE; }
        .header .header-menu > ul > li > a {
          margin: 0 !important;
          padding: 1em 0.5em !important;
          width: 100%;
          display: block;
          height: auto; }
        .header .header-menu > ul > li > ul {
          position: relative;
          top: 0;
          height: auto;
          background-color: none; }
          .header .header-menu > ul > li > ul.normal-sub {
            width: 100%; }
            .header .header-menu > ul > li > ul.normal-sub a {
              /* padding: 0.5em 0 0.5em 1.5em; */ }
          .header .header-menu > ul > li > ul > li {
            float: none;
            width: 100%; }
    .header .header-menu .show-on-mobile {
      display: block; }
    .header .header-menu .cta-container {
      text-align: left;
      padding: 1.5rem 0; }
      .header .header-menu .cta-container a {
        margin: 0; }
    .header .header-menu .link-list > a:hover {
      color: #FFFFFF; }
    .header .header-menu .link-list > a::after {
      color: #8E8E8E; }
    .header .header-menu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
      color: #575757; }
      .header .header-menu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:hover {
        color: #000000; }
      .header .header-menu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        color: #575757; }
    .header .header-menu .grid-x .cell {
      padding: 0.1em 0.25em; }
    .header .header-menu .add-dividers .cell {
      border-right: none; } }

.sub-navigation {
  position: relative;
  z-index: 10;
  clear: both;
  font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif; }
  .sub-navigation .breadcrumbs a {
    color: #8E8E8E !important; }
  .sub-navigation .breadcrumbs {
    display: none; }
  @media print, screen and (min-width: 64em) {
    .sub-navigation {
      font-family: inherit; }
      .sub-navigation .breadcrumbs {
        display: block; } }
  .sub-navigation .title-bar {
    width: 100%;
    padding: 0;
    background-color: #000000; }
    .sub-navigation .title-bar .sub-nav-title {
      padding: 0 0 0.5em 0;
      color: #FFFFFF;
      text-transform: normal;
      font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.3em;
      font-weight: normal; }
    .sub-navigation .title-bar .title-bar-left {
      -webkit-flex: 2 1 auto;
          -ms-flex: 2 1 auto;
              flex: 2 1 auto; }
    .sub-navigation .title-bar .title-bar-right {
      -webkit-flex: 2 1 auto;
          -ms-flex: 2 1 auto;
              flex: 2 1 auto; }
      .sub-navigation .title-bar .title-bar-right .menu a {
        padding: 2.5em 0 0 1em;
        color: #8E8E8E;
        text-transform: uppercase;
        font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
        font-size: 1.3rem;
        font-weight: normal;
        transition: all 0.25s ease-in-out; }
      .sub-navigation .title-bar .title-bar-right .menu a:hover {
        color: #FFFFFF; }
      .sub-navigation .title-bar .title-bar-right .menu .selected a {
        background-color: transparent;
        color: #ED1B2E; }
    .sub-navigation .title-bar .accordion-menu {
      width: 100%; }
      .sub-navigation .title-bar .accordion-menu .selected {
        color: #ED1B2E; }
    .sub-navigation .title-bar .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
      display: none;
      width: 0;
      height: 0;
      border: none;
      content: ''; }
    .sub-navigation .title-bar .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::before {
      content: "\f107";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 700;
      font-style: normal;
      cursor: pointer;
      float: right;
      padding: 0;
      margin: 0;
      border-color: #8E8E8E;
      transition: all 0.25s ease-in-out; }
    .sub-navigation .title-bar .accordion-menu .is-accordion-submenu-parent a {
      color: #8E8E8E;
      text-transform: uppercase;
      font-weight: normal;
      padding-left: 0;
      width: 100%;
      transition: all 0.25s ease-in-out; }
    .sub-navigation .title-bar .accordion-menu .is-accordion-submenu-parent a:hover {
      color: #FFFFFF; }
    .sub-navigation .title-bar .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::before {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .sub-navigation .title-bar .accordion-menu .is-accordion-submenu-item a {
      color: #8E8E8E;
      font-weight: normal;
      text-transform: none;
      transition: all 0.25s ease-in-out; }
    .sub-navigation .title-bar .accordion-menu .is-accordion-submenu-item .selected a {
      color: #ED1B2E; }
    .sub-navigation .title-bar .accordion-menu .is-accordion-submenu-item a:hover {
      color: #FFFFFF; }
    .sub-navigation .title-bar i {
      margin-right: 0.5em; }
    .sub-navigation .title-bar .page-property {
      font-size: 0.7em;
      font-weight: bold;
      text-transform: uppercase;
      color: #EE283B;
      margin-left: 0.5em; }
  .sub-navigation .inner-width {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.sticky-anchor {
  position: relative; }
  .sticky-anchor .menu {
    margin-bottom: 2em; }
    @media print, screen and (min-width: 64em) {
      .sticky-anchor .menu {
        margin: 2em 0; } }
  .sticky-anchor .menu a {
    font-size: 0.8em;
    font-weight: bold;
    background-color: #EDEDED;
    text-decoration: underline;
    padding: 0.8em; }
    @media print, screen and (min-width: 40em) {
      .sticky-anchor .menu a {
        background-color: transparent;
        text-decoration: none;
        padding: 1em;
        color: #575757;
        border-left: 8px solid #DEDEDE;
        text-transform: none;
        transition: all 0.25s ease-in-out; }
        .sticky-anchor .menu a:hover {
          border-left: 8px solid #575757;
          color: #222222; } }
    .sticky-anchor .menu a.active {
      border-left: 8px solid #ED1B2E;
      color: #000000; }
  .sticky-anchor section {
    padding-top: 5em; }
    .sticky-anchor section h2 {
      font-size: 38pt;
      font-weight: normal;
      color: #FFFFFF;
      padding: 0.5em 0.5em 0.5em 0.75em;
      background-color: #000000;
      border-style: solid;
      border-width: 0 0 0 8px;
      border-color: #ED1B2E; }

.model-features {
  padding: 1em; }
  .model-features .category {
    margin: 2rem 0; }
    .model-features .category .title {
      font-weight: bold;
      text-transform: uppercase; }
  .model-features.compact .category .title {
    margin: 2rem 0 1rem; }
  .model-features.compact .category ul li {
    padding: 0.5rem 0; }
  .model-features.expanded .category .title {
    margin: 1rem 0 1rem; }
  .model-features.expanded ul {
    list-style: none;
    margin-left: 0; }
    .model-features.expanded ul li {
      padding: 0.75rem 1rem; }
    .model-features.expanded ul li:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.05); }

.model-options table.option-item {
  width: 100%;
  margin-bottom: 0;
  table-layout: fixed;
  border-collapse: collapse; }
  .model-options table.option-item tbody {
    border-color: transparent;
    border-spacing: 0; }
  .model-options table.option-item tr {
    background: none; }
  .model-options table.option-item td {
    padding: 1rem 0;
    vertical-align: bottom;
    line-height: 1.25em; }
  .model-options table.option-item .option-name {
    text-align: left;
    overflow: hidden;
    position: relative; }
    .model-options table.option-item .option-name::after {
      content: '';
      position: absolute;
      bottom: 1.2rem;
      margin-left: 0.5em;
      width: 1500px;
      height: 0;
      border-bottom: 2px dotted #DEDEDE; }
  .model-options table.option-item .option-price {
    color: #231F20;
    text-align: left;
    width: 4em;
    padding-left: 0.5em; }

.model-options.expanded .category {
  margin: 0 0 4rem 0; }
  .model-options.expanded .category .title {
    padding: 0.95rem 1em 0 0;
    margin: 0 0 1rem;
    font-weight: bold;
    text-transform: uppercase; }

.model-options.collapsed .accordion {
  margin: 0;
  background: transparent !important; }
  .model-options.collapsed .accordion .accordion-content {
    background-color: transparent; }
    .model-options.collapsed .accordion .accordion-content table tbody {
      background-color: transparent; }

.model-options.collapsed .accordion-item > a.accordion-title {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  color: inherit;
  border-color: #DEDEDE;
  border-width: 0 0 2px 0;
  border-style: solid;
  padding-left: 0; }

.model-options.collapsed .accordion-item > a.accordion-title::before {
  position: absolute;
  display: block;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  padding: 0;
  right: 0.5em;
  top: 35%;
  margin: 0;
  width: auto;
  height: auto;
  transition: all 0.25s ease-in-out;
  border: none; }

.model-options.collapsed .accordion-title {
  background: transparent; }

.model-options.collapsed .accordion-item.is-active > a.accordion-title::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.model-options.collapsed .accordion-content {
  padding: 1rem 0 0;
  border: none; }
  .model-options.collapsed .accordion-content table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .model-options.collapsed .accordion-content table .option-name {
    padding-left: 1em; }
    .model-options.collapsed .accordion-content table .option-name::after {
      border-bottom: none; }
  .model-options.collapsed .accordion-content ul li {
    padding: 0.5rem 0; }

.model-motors table thead {
  background-color: #FFFFFF;
  border: none; }

.model-motors table tbody {
  border: none; }
  .model-motors table tbody td .price {
    font-weight: bold; }
  .model-motors table tbody td .promoPrice {
    display: inline-block;
    color: #EE283B; }
  .model-motors table tbody td .packagePrice {
    display: inline-block;
    text-decoration: line-through; }

.model-motors.basic table tr:nth-child(odd) {
  background-color: #FFFFFF; }

.model-motors.basic table tr:nth-child(even) {
  background-color: #EDEDED; }

.model-motors.basic table td {
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.75em 1em; }

.model-motors.basic table th {
  font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal; }

.model-motors.minimal table tr {
  padding: 0.5rem 0; }

.model-motors.minimal table tr:nth-child(odd) {
  background-color: #FFFFFF; }

.model-motors.minimal table tr:nth-child(even) {
  background-color: #EDEDED; }

.model-motors.minimal table td,
.model-motors.minimal table th {
  padding: 0.5rem 0; }

.model-motors.minimal tfoot td,
.model-motors.minimal tfoot th,
.model-motors.minimal thead td,
.model-motors.minimal thead th {
  padding: 0.5rem 0; }

.model-specs .measurement-toggle {
  padding: 1rem 0 1.5rem 0;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase; }
  .model-specs .measurement-toggle a.active {
    color: #000000;
    text-decoration: underline;
    padding: 0 .5rem; }
    .model-specs .measurement-toggle a.active:hover {
      color: #ED1B2E; }
  .model-specs .measurement-toggle a.inactive {
    color: #8E8E8E;
    padding: 0 .5rem; }
    .model-specs .measurement-toggle a.inactive:hover {
      color: #ED1B2E; }

.model-specs table .spec-label {
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5em 0 0.5em 1em;
  font-size: 0.6em; }
  @media print, screen and (min-width: 64em) {
    .model-specs table .spec-label {
      font-size: 0.8em; } }

.model-specs table .metric,
.model-specs table .standard {
  display: none;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 0.8em;
  white-space: nowrap; }
  @media print, screen and (min-width: 64em) {
    .model-specs table .metric,
    .model-specs table .standard {
      font-size: 1em; } }

.model-specs table .active-always {
  font-weight: bold;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 0.8em;
  white-space: nowrap; }
  @media print, screen and (min-width: 64em) {
    .model-specs table .active-always {
      font-size: 1em; } }

.model-specs table tbody {
  border: none; }

.model-specs table thead {
  background-color: #FFFFFF;
  border: none; }

.model-specs.minimal table tbody th, .model-specs.minimal table tbody td {
  padding: 1rem 1rem 1rem 0; }

.model-specs.minimal table tbody tr:nth-child(odd) {
  background-color: #FFFFFF; }

.model-specs.minimal table tbody tr:nth-child(even) {
  background-color: #EDEDED; }

.model-specs.basic table tbody tr:nth-child(odd) {
  background-color: #FFFFFF; }

.model-specs.basic table tbody tr:nth-child(even) {
  background-color: #EDEDED; }

.model-listing .model-year {
  font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold; }

.model-listing .model-name {
  font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase; }
  .model-listing .model-name .tag {
    font-weight: normal;
    color: #ED1B2E; }

.model-listing .package-details {
  margin: 1rem 0; }

.model-listing .prices {
  margin: 1rem 0; }

.model-listing .price-label {
  font-size: 0.85em;
  color: #8E8E8E;
  line-height: 2em; }

.model-listing .price-sale-value {
  display: inline;
  font-size: 1.5em;
  font-weight: bold;
  color: #EE283B; }

.model-listing .price-value {
  display: inline;
  font-size: 1.5em;
  font-weight: bold; }

.model-listing .strike {
  color: #8E8E8E;
  text-decoration: line-through; }

.model-listing .price-currency {
  display: inline;
  font-size: 1.5em;
  font-weight: 300;
  color: #8E8E8E; }

.model-listing .price-save-label {
  display: inline;
  font-size: 1em; }

.model-listing .price-save-value {
  display: inline;
  font-size: 1em;
  font-weight: bold;
  color: #EE283B; }

.model-listing table.specs {
  margin: 1rem 0;
  width: auto; }
  .model-listing table.specs tbody {
    border: none;
    margin: 0; }
    .model-listing table.specs tbody tr {
      background-color: transparent; }
    .model-listing table.specs tbody .spec-label {
      width: auto;
      padding: 0.25em 0;
      font-size: 1rem 0;
      font-weight: normal; }
    .model-listing table.specs tbody .spec-value {
      width: auto;
      padding: 0.25em 0 0.25em 2.25em;
      font-size: 1rem 0;
      font-weight: bold; }

.model-listing .button {
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .model-listing .button {
      width: auto; } }

.model-price table tbody {
  border: none; }
  .model-price table tbody tr {
    background-color: transparent;
    vertical-align: bottom; }
    .model-price table tbody tr td {
      padding: 0.25rem 0; }

.model-price .model-year {
  font-size: 1em;
  font-weight: bold; }

.model-price .model-name {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase; }
  .model-price .model-name .tag {
    font-weight: normal;
    color: #ED1B2E; }

.model-price .package-details {
  margin: 1rem 0;
  font-size: 0.75em; }
  @media print, screen and (min-width: 64em) {
    .model-price .package-details {
      font-size: 1em; } }

.model-price .prices {
  margin: 1rem 0;
  font-size: 0.85em; }
  @media print, screen and (min-width: 64em) {
    .model-price .prices {
      font-size: 1em; } }

.model-price .price-label {
  font-size: 1em;
  color: inherit; }

.model-price .price-value {
  display: inline;
  font-size: 1em;
  font-weight: bold; }

.model-price .strike {
  color: inherit;
  text-decoration: line-through; }

.model-price .price-currency {
  display: inline;
  font-size: 1em;
  font-weight: 300;
  color: #8E8E8E; }

.model-price .price-sale-value {
  font-size: 1em;
  font-weight: bold;
  color: #EE283B; }

.model-price .price-save-label {
  font-size: 1em; }

.model-price .price-save-value {
  font-size: 1em;
  font-weight: bold;
  color: #EE283B; }

.model-price .your-price-value {
  display: inline;
  font-size: 1em;
  font-weight: bold; }

.model-price .prep-freight .dealer-select-label {
  font-size: 1em; }

.model-price .prep-freight .dealer-select-link {
  font-size: 1em; }

.model-price .prep-freight .dealer-name {
  font-size: 1em;
  font-weight: bold; }

.model-price .prep-freight .dealer-name-link {
  font-size: 1em;
  font-weight: normal; }

.model-price .prep-freight .prep-label {
  font-size: 1em; }

.model-price .prep-freight .prep-value {
  font-size: 1em; }

.model-price .prep-freight .freight-label {
  font-size: 1em; }

.model-price .prep-freight .freight-value {
  font-size: 1em; }

.model-price .your-price .your-price-label {
  font-size: 1em;
  font-weight: bold;
  color: inherit; }

.model-price .your-price .your-price-sub-label {
  font-size: 0.8em;
  font-weight: bold;
  color: #8E8E8E; }

.model-price .button {
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .model-price .button {
      width: auto; } }

.country-select .dropdown-pane, .country-select button {
  width: 200px;
  text-align: left;
  background-color: transparent;
  color: #000000;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.8em 1em 0.6em 1em;
  border: 1px solid transparent; }
  .country-select .dropdown-pane:focus, .country-select button:focus {
    background-color: transparent;
    color: #000000; }
  .country-select .dropdown-pane:hover, .country-select button:hover {
    background-color: transparent;
    border: 1px solid #ED1B2E;
    color: #000000; }
  .country-select .dropdown-pane .flag, .country-select button .flag {
    margin-top: -2px;
    margin-right: 10px;
    width: 15px; }
  .country-select .dropdown-pane .currency, .country-select button .currency {
    margin-left: 25px;
    line-height: 2;
    font-size: 0.9em;
    font-weight: normal;
    color: #8E8E8E; }
  .country-select .dropdown-pane .country, .country-select button .country {
    font-weight: 600; }
  .country-select .dropdown-pane .fa-angle-down, .country-select button .fa-angle-down {
    padding-left: 8px; }

.country-select .dropdown-pane {
  width: 200px;
  background-color: #FFFFFF;
  cursor: pointer; }
  .country-select .dropdown-pane .currency {
    line-height: 0; }

.country-select .country-active {
  display: block; }

.country-select .country-not-active {
  display: none; }

.dealer-select-modal {
  border: 1px solid #DEDEDE; }
  .dealer-select-modal .grid-x.grid-padding-x {
    padding: 1rem; }
  .dealer-select-modal .close-button,
  .dealer-select-modal .close-button.medium {
    right: 1.5rem;
    top: 1rem;
    color: #DEDEDE; }
    .dealer-select-modal .close-button:hover,
    .dealer-select-modal .close-button.medium:hover {
      color: #8E8E8E; }
  .dealer-select-modal .message {
    margin-bottom: 1rem; }
  .dealer-select-modal .results {
    padding: 1.5rem;
    border-top: 1px solid #DEDEDE; }
  .dealer-select-modal .result-entry .dealer-result-name {
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.3em; }
  .dealer-select-modal .result-entry .dealer-result-distance {
    margin-bottom: 1em;
    font-weight: bold; }
  .dealer-select-modal .result-entry .dealer-result-info {
    margin-bottom: 1em;
    line-height: 1.4em; }

.dealer-search {
  /* border: 1px solid $border-gray; */ }
  .dealer-search .grid-x.grid-padding-x {
    /* padding:1rem; */ }
  .dealer-search .close-button,
  .dealer-search .close-button.medium {
    right: 1.5rem;
    top: 1rem;
    color: #DEDEDE; }
    .dealer-search .close-button:hover,
    .dealer-search .close-button.medium:hover {
      color: #8E8E8E; }
  .dealer-search .heading {
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase; }
  .dealer-search .search-by {
    white-space: nowrap;
    padding-top: 0.5em; }
    .dealer-search .search-by span {
      margin-right: 0.25em;
      white-space: nowrap; }
    .dealer-search .search-by label {
      font-size: 1em; }
  .dealer-search .dealer-search-map {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center; }
  .dealer-search .results {
    padding: 0;
    border-top: 1px solid #DEDEDE; }
    .dealer-search .results .result-entry {
      padding: 1.5rem 0;
      border-bottom: 1px solid #DEDEDE; }
      .dealer-search .results .result-entry .dealer-name {
        font-weight: bold;
        font-size: 1em;
        line-height: 1.2em; }
      .dealer-search .results .result-entry .distance {
        font-weight: bold;
        font-size: 0.9em;
        margin: 1rem 0; }
      .dealer-search .results .result-entry .address {
        font-weight: normal;
        font-size: 0.9em; }
      .dealer-search .results .result-entry .city-state-zip {
        font-weight: normal;
        font-size: 0.9em; }
      .dealer-search .results .result-entry .phone {
        font-weight: normal;
        font-size: 0.9em; }
      .dealer-search .results .result-entry .map-marker {
        color: #ED1B2E; }
      .dealer-search .results .result-entry .map-marker-counter {
        color: #FFFFFF;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.5em; }
      .dealer-search .results .result-entry .accolades img {
        height: 100%;
        width: auto;
        max-height: 3.5rem;
        margin: 1rem 1rem 0rem 0; }
      .dealer-search .results .result-entry .boat-types-label {
        font-size: 1em;
        font-weight: bold;
        margin-top: 1em; }
        @media print, screen and (min-width: 40em) {
          .dealer-search .results .result-entry .boat-types-label {
            margin-top: 0; } }
        @media print, screen and (min-width: 64em) {
          .dealer-search .results .result-entry .boat-types-label {
            margin-top: 0; } }
      .dealer-search .results .result-entry .other-info {
        margin-top: 1em; }
        @media print, screen and (min-width: 40em) {
          .dealer-search .results .result-entry .other-info {
            margin-top: 1em; } }
        @media print, screen and (min-width: 64em) {
          .dealer-search .results .result-entry .other-info {
            margin-top: 0; } }
      .dealer-search .results .result-entry .links {
        margin-top: 2em; }
        @media print, screen and (min-width: 40em) {
          .dealer-search .results .result-entry .links {
            margin-top: 0; } }
        @media print, screen and (min-width: 64em) {
          .dealer-search .results .result-entry .links {
            margin-top: 0; } }
        .dealer-search .results .result-entry .links div {
          margin-bottom: 1.5em; }
        .dealer-search .results .result-entry .links i {
          padding-left: 0.5em; }

.international-dealer-list .dealer {
  margin-top: 2rem;
  border-bottom: 1px solid #DEDEDE; }
  .international-dealer-list .dealer .name {
    font-weight: bold; }
  .international-dealer-list .dealer .address {
    margin-top: 1rem; }
  .international-dealer-list .dealer .links {
    margin-top: 2em; }
    @media print, screen and (min-width: 64em) {
      .international-dealer-list .dealer .links {
        margin-top: 0; } }
    .international-dealer-list .dealer .links div {
      margin-bottom: 1.5em; }
    .international-dealer-list .dealer .links i {
      padding-left: 0.5em; }

.brochure-request .brochure-type-instructions {
  margin: 0 0 2rem 0; }

.brochure-request .submit-instructions {
  font-style: italic; }

.brochure-request .select-a-dealer-label {
  font-weight: bold;
  margin: 1rem 0 0.5rem 0; }

.brochure-request .input-group-field {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 10em; }

.brochure-request .dealer-result {
  background: #EDEDED;
  padding: 1rem; }
  .brochure-request .dealer-result label {
    cursor: pointer; }
    .brochure-request .dealer-result label .dealer-result-name {
      font-weight: bold;
      min-height: 3em;
      line-height: 1.3em; }
    .brochure-request .dealer-result label .dealer-result-distance {
      margin-bottom: 1em;
      font-weight: bold; }
    .brochure-request .dealer-result label .dealer-result-info {
      min-height: 7em;
      line-height: 1.4em; }

.build-a-boat-header {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.5rem 0;
  margin: 0 0 1rem 0; }
  @media print, screen and (min-width: 40em) {
    .build-a-boat-header {
      margin: 0; } }
  .build-a-boat-header .bab-boat-name {
    font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    text-transform: uppercase; }
    .build-a-boat-header .bab-boat-name i {
      margin-right: 0.3em;
      color: #ED1B2E; }
    .build-a-boat-header .bab-boat-name a {
      color: white; }
  .build-a-boat-header .bab-boat-package-info {
    font-size: 0.9em; }
  .build-a-boat-header .bab-price-total {
    font-weight: 900;
    font-size: 1.1em;
    color: #FFFFFF;
    text-transform: uppercase; }
  .build-a-boat-header .bab-price-total-note {
    font-size: 0.65em;
    line-height: 0.8em;
    text-transform: uppercase; }

@media print, screen and (min-width: 40em) {
  .build-a-boat {
    padding-bottom: 5rem; } }

.build-a-boat-navigation {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #FFFFFF;
  margin-bottom: 2em; }
  .build-a-boat-navigation a.bab-nav-item {
    display: block;
    padding: 0.75rem 0;
    font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    background-color: #FFFFFF;
    color: #222222;
    background-color: #FFFFFF; }
    .build-a-boat-navigation a.bab-nav-item.active {
      background-color: #EDEDED;
      color: #222222; }

.bab-step-heading {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 900; }

.mobile-bab-nav {
  width: 100%;
  position: fixed;
  bottom: 0; }
  .mobile-bab-nav a {
    margin: 0; }
    .mobile-bab-nav a.back {
      background-color: #DEDEDE; }
      .mobile-bab-nav a.back:hover {
        background-color: #8E8E8E; }

.bab-sum-col {
  margin: 0 0 3em 0; }
  .bab-sum-col .bab-boat .bab-boat-name {
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase; }
  .bab-sum-col .prices {
    font-size: 0.85em;
    border: 1px solid #DEDEDE;
    border-width: 1px 0;
    padding: 1em 0 2em;
    margin-bottom: 1em; }
    .bab-sum-col .prices .price-vals {
      font-weight: 900;
      text-align: right; }
      .bab-sum-col .prices .price-vals .price-reg {
        white-space: nowrap; }
      .bab-sum-col .prices .price-vals .strike {
        text-decoration: line-through; }
      .bab-sum-col .prices .price-vals .price-sale-value {
        color: #EE283B; }
      .bab-sum-col .prices .price-vals .price-save-value {
        white-space: nowrap; }
  .bab-sum-col .dealer-info {
    font-size: 0.85em;
    line-height: 1.5em; }
    .bab-sum-col .dealer-info .dealer-result-name {
      font-weight: bold;
      margin-bottom: 1em; }
    .bab-sum-col .dealer-info .dealer-result-phone {
      margin-bottom: 1em; }
    .bab-sum-col .dealer-info .dealer-result-hours {
      font-weight: bold;
      margin-bottom: 1em; }
    .bab-sum-col .dealer-info .dealer-result-address {
      margin-bottom: 1em; }
  .bab-sum-col .prep-freight {
    font-size: 0.85em;
    line-height: 2em;
    margin-bottom: 1em; }
    .bab-sum-col .prep-freight .prep-value, .bab-sum-col .prep-freight .freight-value {
      font-weight: bold; }
  .bab-sum-col .special-offers {
    font-size: 0.85em;
    border: 1px solid #DEDEDE;
    border-width: 1px 0;
    padding: 1em 0;
    margin-bottom: 2em; }
    .bab-sum-col .special-offers .special-offers-label {
      font-weight: bold;
      margin-bottom: 1em; }
  .bab-sum-col .price-total {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 1.5em; }
  .bab-sum-col .bab-help {
    text-align: center; }
    .bab-sum-col .bab-help .chat, .bab-sum-col .bab-help .call {
      margin-bottom: 1em; }
  .bab-sum-col .bab-disclaimer {
    font-size: 0.6em;
    text-align: center;
    color: #575757;
    margin-bottom: 5rem; }

.bab-motors .headings {
  font-size: 0.8em;
  font-weight: bold; }

.bab-motors .category {
  background-color: #DEDEDE;
  padding: 0.5em 1em; }

.bab-motors label {
  line-height: 1.3em;
  cursor: pointer;
  padding: 0.4em 0; }

.bab-motors .motor-listing {
  padding: 0.5em; }

.bab-motors .motor-listing:nth-child(2n+1) {
  background-color: #EDEDED; }

.bab-motors .price-vals {
  font-weight: 900; }
  .bab-motors .price-vals .strike {
    text-decoration: line-through; }
  .bab-motors .price-vals .price-sale-value {
    color: #EE283B; }
  .bab-motors .price-vals .price-save-value {
    white-space: nowrap; }

.bab-options table.option-item {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse; }

.bab-options .accordion {
  margin: 0; }

.bab-options .accordion-item > a.accordion-title {
  font-weight: 900;
  font-size: 0.9em;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid #DEDEDE;
  border-width: 0 0 1px 0;
  padding-left: 0; }

.bab-options .accordion-item > a.accordion-title::before {
  position: absolute;
  display: block;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  padding: 0;
  right: 0.5em;
  top: 35%;
  margin: 0;
  width: auto;
  height: auto;
  transition: all 0.25s ease-in-out;
  border: none; }

.bab-options .accordion-title {
  background: transparent; }

.bab-options .accordion-item.is-active > a.accordion-title::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.bab-options .accordion-content {
  padding: 0;
  border: none; }
  .bab-options .accordion-content table tbody {
    border-color: transparent;
    border-spacing: 0; }
  .bab-options .accordion-content table tr {
    background-color: rgba(0, 0, 0, 0.05); }
  .bab-options .accordion-content table td {
    padding: 0.5rem 0;
    vertical-align: top;
    line-height: 1em; }
  .bab-options .accordion-content table .checkit {
    padding-left: 1rem;
    width: 2rem; }
  .bab-options .accordion-content table label {
    font-size: 0.9em;
    line-height: 1.5em;
    cursor: pointer; }
  .bab-options .accordion-content table .option-name {
    text-align: left;
    width: auto; }
    .bab-options .accordion-content table .option-name label {
      padding-left: 1em; }
  .bab-options .accordion-content table .option-price {
    text-align: right;
    width: 5rem; }
    .bab-options .accordion-content table .option-price label {
      font-weight: bold;
      padding-left: 0.5em;
      padding-right: 1em; }

.bab-color .boat-thumbnail {
  overflow: hidden;
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  display: inline-block;
  border: 2px solid #DEDEDE;
  width: 5rem;
  height: 2.5rem;
  margin: 0 0.25rem; }
  @media print, screen and (min-width: 40em) {
    .bab-color .boat-thumbnail {
      width: 7rem;
      height: 3.5rem;
      margin: 0 0.3rem; } }
  @media print, screen and (min-width: 64em) {
    .bab-color .boat-thumbnail {
      width: 8rem;
      height: 4rem;
      margin: 0 0.5rem; } }
  .bab-color .boat-thumbnail img {
    width: 100%; }
  .bab-color .boat-thumbnail.selected {
    border-color: #000000; }

.bab-color .bab-step-heading {
  margin-bottom: 2rem; }

.bab-color .boat-image {
  background-color: #FFFFFF; }
  .bab-color .boat-image img {
    width: 100%; }

.bab-color .accordion {
  margin-bottom: 5rem;
  border: 1px solid #DEDEDE;
  border-width: 0 0 1px 0; }

.bab-color .accordion-item > a.accordion-title {
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  color: inherit;
  border: 1px solid #DEDEDE;
  border-width: 1px 0 0 0;
  padding-left: 0; }
  .bab-color .accordion-item > a.accordion-title .color-title {
    font-weight: 900;
    margin-right: 0.5em; }

.bab-color .accordion-item > a.accordion-title::before {
  content: ""; }

.bab-color .accordion-item a.accordion-title::after {
  position: relative;
  display: inline-block;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  padding: 0;
  left: 1em;
  margin: 0;
  width: auto;
  height: auto;
  transition: all 0.25s ease-in-out;
  border: none; }

.bab-color .accordion-title {
  background: transparent; }

.bab-color .accordion-item.is-active > a.accordion-title::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.bab-color .accordion-content {
  padding: 0;
  border: none;
  background-color: #EDEDED;
  text-align: center; }

.bab-color .swatch {
  display: inline-block;
  text-align: center;
  width: 6em;
  margin: 1em 0.2em;
  vertical-align: top;
  cursor: pointer; }
  @media print, screen and (min-width: 40em) {
    .bab-color .swatch {
      width: 7em;
      margin: 1em 0.5em; } }
  .bab-color .swatch .swatch-circle-highlight {
    transition: all 0.25s ease-in-out;
    position: relative;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background-color: transparent; }
    @media print, screen and (min-width: 40em) {
      .bab-color .swatch .swatch-circle-highlight {
        width: 7em;
        height: 7em; } }
    .bab-color .swatch .swatch-circle-highlight .swatch-circle {
      cursor: pointer;
      position: absolute;
      top: .5em;
      left: .5em;
      width: 5em;
      height: 5em;
      border-radius: 50%;
      background-color: #EDEDED;
      overflow: hidden; }
      @media print, screen and (min-width: 40em) {
        .bab-color .swatch .swatch-circle-highlight .swatch-circle {
          width: 6em;
          height: 6em; } }
    .bab-color .swatch .swatch-circle-highlight .three-stripes .stripe {
      width: 100%;
      height: 33.3%; }
    .bab-color .swatch .swatch-circle-highlight .four-stripes .stripe {
      width: 100%;
      height: 25%; }
    .bab-color .swatch .swatch-circle-highlight .custom .stripe {
      width: 100%;
      height: 100%; }
  .bab-color .swatch.selected .swatch-circle-highlight {
    background-color: #8E8E8E; }
  .bab-color .swatch .swatch-name {
    margin-top: 0.25em;
    font-size: 0.8em;
    line-height: 1.2em; }

.bab-color .custom-swatches .swatch {
  display: inline-block;
  text-align: center;
  width: 5em; }
  @media print, screen and (min-width: 40em) {
    .bab-color .custom-swatches .swatch {
      width: 6em; } }

.bab-color .custom-swatches .swatch-circle-highlight {
  width: 5em;
  height: 5em; }
  @media print, screen and (min-width: 40em) {
    .bab-color .custom-swatches .swatch-circle-highlight {
      width: 6em;
      height: 6em; } }
  .bab-color .custom-swatches .swatch-circle-highlight .swatch-circle {
    width: 4em;
    height: 4em; }
    @media print, screen and (min-width: 40em) {
      .bab-color .custom-swatches .swatch-circle-highlight .swatch-circle {
        width: 5em;
        height: 5em; } }

.bab-color .custom-nav {
  margin-top: 1.5rem; }
  .bab-color .custom-nav .tabs {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 0;
    border: none; }
    .bab-color .custom-nav .tabs .tabs-title {
      background: transparent;
      float: left;
      margin: 0;
      padding: 0;
      transition: all 0.25s ease-in-out; }
      .bab-color .custom-nav .tabs .tabs-title a {
        width: auto;
        opacity: 1;
        margin: 0;
        padding: 0.5rem 0.75rem;
        border: none;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: 900;
        color: #222222; }
    .bab-color .custom-nav .tabs .tabs-title.is-active {
      background: #222222; }
      .bab-color .custom-nav .tabs .tabs-title.is-active a {
        border: none;
        color: #FFFFFF; }
  .bab-color .custom-nav .tabs::before, .bab-color .custom-nav .tabs::after {
    content: ''; }
  .bab-color .custom-nav .tabs-content {
    border: none; }
  .bab-color .custom-nav .custom-sub-categories {
    text-align: left;
    list-style: none;
    margin: 0; }
    .bab-color .custom-nav .custom-sub-categories .sub-cat-title {
      display: block;
      padding: 1em 2em;
      width: 100%;
      position: relative;
      background-color: transparent; }
      .bab-color .custom-nav .custom-sub-categories .sub-cat-title .part-name {
        color: #000000;
        font-size: 0.9em;
        font-weight: 900;
        line-height: 1.2em; }
      .bab-color .custom-nav .custom-sub-categories .sub-cat-title .selected-color {
        color: #575757;
        font-size: 0.9em;
        line-height: 1.2em; }
      .bab-color .custom-nav .custom-sub-categories .sub-cat-title.is-active {
        background-color: #DEDEDE; }
        .bab-color .custom-nav .custom-sub-categories .sub-cat-title.is-active::after {
          content: '';
          position: absolute;
          width: 1rem;
          height: 1rem;
          right: -0.5rem;
          top: 40%;
          background-color: #DEDEDE;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
  .bab-color .custom-nav .custom-sub-categories-mobile {
    background-color: #000000;
    margin: 0;
    padding: 0; }
    .bab-color .custom-nav .custom-sub-categories-mobile i {
      color: #8E8E8E;
      font-size: 1.5em;
      padding: 1em;
      cursor: pointer; }
      .bab-color .custom-nav .custom-sub-categories-mobile i:active {
        color: #FFFFFF; }
    .bab-color .custom-nav .custom-sub-categories-mobile .sub-cat-title {
      color: #FFFFFF;
      font-weight: bold; }
    .bab-color .custom-nav .custom-sub-categories-mobile .selected-color {
      color: #FFFFFF;
      font-style: italic;
      line-height: 1.2em; }

.bab-summary .section-title {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.75em;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .bab-summary .section-title {
      text-align: left; } }

.bab-summary .bab-sum-col .bab-boat-name {
  font-size: 1rem; }
  @media print, screen and (min-width: 40em) {
    .bab-summary .bab-sum-col .bab-boat-name {
      font-size: 1.5em; } }

.bab-summary .prices {
  margin-top: 1em;
  text-align: left; }

.bab-summary .prep-freight {
  text-align: left; }

.bab-summary .dealer-info .dealer-name {
  font-weight: bold; }

.bab-summary .dealer-info .dealer-distance {
  font-weight: bold;
  margin: 1em 0; }

.bab-summary .dealer-info .dealer-phone {
  font-weight: bold; }

.bab-summary .dealer-info .dealer-hours {
  margin: 1em 0; }
  .bab-summary .dealer-info .dealer-hours .dealer-hours-title {
    font-weight: bold; }
  .bab-summary .dealer-info .dealer-hours table {
    width: auto;
    border-spacing: 0;
    margin: 0.5em auto 0 auto; }
    @media print, screen and (min-width: 40em) {
      .bab-summary .dealer-info .dealer-hours table {
        margin: 0.5em 0 0 0; } }
    .bab-summary .dealer-info .dealer-hours table tbody {
      border: none; }
    .bab-summary .dealer-info .dealer-hours table tr {
      background: transparent; }
    .bab-summary .dealer-info .dealer-hours table td {
      padding: 0 3em 0.3em 0;
      font-size: 0.9em;
      text-align: left; }

.bab-summary .color-table tbody {
  border: none; }

.bab-summary .color-table th {
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  background-color: #EDEDED; }

.bab-summary .color-table tr {
  background-color: transparent; }

.bab-summary .color-table td {
  font-size: 0.9em; }

.bab-summary .color-table td:nth-child(even) {
  font-weight: bold; }

.bab-summary .specs-table tbody {
  border: none; }

.bab-summary .specs-table tr {
  background: transparent; }

.bab-summary .specs-table tr:nth-child(odd) {
  background-color: #EDEDED; }

.bab-summary .specs-table td {
  font-size: .9em; }

.bab-summary .specs-table td:nth-child(even) {
  text-align: right;
  font-weight: bold; }

.bab-summary .features {
  margin-bottom: 5rem; }

.bab-summary .feature-list-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  margin: 1em 0 0 0; }

.bab-summary .feature-list {
  margin: 1em 0 2em 1em; }
  @media print, screen and (min-width: 40em) {
    .bab-summary .feature-list {
      margin: 1em 0 5em 2em; } }
  .bab-summary .feature-list li {
    font-size: .9em; }

.bab-send-to-dealer .bab-back-link {
  margin-bottom: 2em;
  font-size: 0.8em; }
  .bab-send-to-dealer .bab-back-link i {
    margin-right: 0.5em; }

.bab-send-to-dealer .dealer-info {
  margin: 2em 0;
  padding: 1em;
  border: 1px solid #DEDEDE;
  font-size: .9em;
  line-height: 2em; }
  .bab-send-to-dealer .dealer-info .dealer-name, .bab-send-to-dealer .dealer-info .dealer-distance, .bab-send-to-dealer .dealer-info .dealer-hours {
    font-weight: 900; }
  .bab-send-to-dealer .dealer-info .dealer-name {
    font-size: 1rem; }
  .bab-send-to-dealer .dealer-info .dealer-distance {
    margin: 1em 0; }
  .bab-send-to-dealer .dealer-info .change-dealer {
    margin: 1em 0; }

.bab-send-to-dealer .contact-area {
  margin: 1em 0; }
  .bab-send-to-dealer .contact-area .contact-label {
    margin-bottom: 1em; }

.priceHeroArea {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #FFFFFF; }
  .priceHeroArea .heroImage {
    background: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: inherit;
    width: 100%; }
  .priceHeroArea .model-year {
    font-size: 2em;
    font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1em; }
  .priceHeroArea .model-name {
    font-size: 3.5em;
    font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1em;
    margin: 0.25em 0 0 0;
    text-transform: uppercase; }
  .priceHeroArea .package-details {
    font-size: 0.75em;
    font-family: inherit;
    line-height: 1em;
    margin: 0 0 1em 0; }
  .priceHeroArea .price {
    font-size: 1.5em;
    font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif; }
  .priceHeroArea .price-currency {
    font-size: 1.25em;
    font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif; }
  .priceHeroArea .price-label {
    font-size: 1em;
    font-family: inherit;
    display: inline-block; }
  .priceHeroArea .spec {
    font-size: 2em;
    font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1em; }
  .priceHeroArea .spec-label {
    font-size: 1.25em;
    font-family: "Fjalla One", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.5em;
    text-transform: uppercase; }
  .priceHeroArea .heroSmall {
    height: 300px; }
    @media print, screen and (min-width: 40em) {
      .priceHeroArea .heroSmall {
        height: 380px; } }
    @media print, screen and (min-width: 64em) {
      .priceHeroArea .heroSmall {
        height: 380px; } }
  .priceHeroArea .heroMedium {
    height: 450px; }
    @media print, screen and (min-width: 40em) {
      .priceHeroArea .heroMedium {
        height: 500px; } }
    @media print, screen and (min-width: 64em) {
      .priceHeroArea .heroMedium {
        height: 626px; } }
  .priceHeroArea .heroLarge {
    height: 450px; }
    @media print, screen and (min-width: 40em) {
      .priceHeroArea .heroLarge {
        height: 650px; } }
    @media print, screen and (min-width: 64em) {
      .priceHeroArea .heroLarge {
        height: 750px; } }
  .priceHeroArea .childIndex {
    position: relative;
    z-index: 5; }

/* Scroll to top */
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #777777;
  color: #eeeeee;
  width: 40px;
  height:38px;
  line-height: 38px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}

