@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1D1D1D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

.column, .columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .column, .columns {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

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

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

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

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; } }

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

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .column-block {
      margin-bottom: 3.75rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

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: 600;
  line-height: inherit; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1-size {
    font-size: 2.5rem; }
  h2, .h2-size {
    font-size: 1.25rem; }
  h3, .h3-size {
    font-size: 1.125rem; }
  h4, .h4-size {
    font-size: 1rem; }
  h5, .h5-size {
    font-size: 0.875rem; }
  h6, .h6-size {
    font-size: 0.75rem; } }

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

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  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: square; }

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: 600; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

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

abbr {
  border-bottom: 1px dotted #000000;
  color: #1D1D1D;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  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: #8a8a8a; }

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    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; } }

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

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

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

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

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

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

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

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

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

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

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

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

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

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: normal;
  color: #000000; }

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

.input-group-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 #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  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%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.2em 2em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #EC1D24;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d01118;
    color: #FFFFFF; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #EC1D24;
    color: #000000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c41016;
      color: #000000; }
  .button.secondary {
    background-color: #1D1D1D;
    color: #FFFFFF; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #171717;
      color: #FFFFFF; }
  .button.success {
    background-color: #3adb76;
    color: #000000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button.warning {
    background-color: #ffae00;
    color: #000000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000000; }
  .button.alert {
    background-color: #ec5840;
    color: #000000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #000000; }
  .button.white {
    background-color: #FFFFFF;
    color: #000000; }
    .button.white:hover, .button.white:focus {
      background-color: #cccccc;
      color: #000000; }
  .button.hollow {
    border: 1px solid #EC1D24;
    color: #EC1D24; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #7a0a0e;
      color: #7a0a0e; }
    .button.hollow.primary {
      border: 1px solid #EC1D24;
      color: #EC1D24; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #7a0a0e;
        color: #7a0a0e; }
    .button.hollow.secondary {
      border: 1px solid #1D1D1D;
      color: #1D1D1D; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #0f0f0f;
        color: #0f0f0f; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.white {
      border: 1px solid #FFFFFF;
      color: #FFFFFF; }
      .button.hollow.white:hover, .button.hollow.white:focus {
        border-color: gray;
        color: gray; }
  .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: #EC1D24;
      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: #EC1D24;
        color: #000000; }
    .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: #1D1D1D;
        color: #FFFFFF; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000000; }
    .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: #ec5840;
        color: #000000; }
    .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: #000000; }
  .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: 2em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .menu > li, .menu.horizontal > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .menu.expanded > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu.vertical > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.medium-expanded > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.large-expanded > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.xlarge-horizontal > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.xlarge-expanded > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.xlarge-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.xlarge-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.xlarge-vertical > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.xlarge-vertical > li > a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu.icon-top > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #EC1D24;
    color: #FFFFFF; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

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

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -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;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

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

.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%);
  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: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  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: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  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;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #EC1D24; }
    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%);
  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.625rem; }
  .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.75rem; }
  .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: 1rem; }
  .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 {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #e5e5e5;
    background-color: #F1F1F1; }
  caption {
    padding: 1.125rem 1.125rem 1.125rem;
    font-weight: 600; }
  thead {
    background: #DFDFDF;
    color: #1D1D1D; }
  tfoot {
    background: #e5e5e5;
    color: #1D1D1D; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 1.125rem 1.125rem 1.125rem;
    font-weight: 600;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 1.125rem 1.125rem 1.125rem; }
  tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #F1F1F1; }
  table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #e5e5e5; }

@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: #dadada; }

table.hover tfoot tr:hover {
  background-color: #e0e0e0; }

table.hover tbody tr:hover {
  background-color: #ececec; }

table.hover.striped tr:nth-of-type(even):hover {
  background-color: #dfdfdf; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: 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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon-a7748b022e.eot?56rbm4");
  src: url("fonts/icomoon-a7748b022e.eot?56rbm4#iefix") format("embedded-opentype"), url("fonts/icomoon-080cdc94eb.ttf?56rbm4") format("truetype"), url("fonts/icomoon-2e90cb933c.woff?56rbm4") format("woff"), url("fonts/icomoon-8771649f7a.svg?56rbm4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-checkmark2:before {
  content: "\ea11"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-cross:before {
  content: "\e901"; }

.vertical-justify {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .vertical-justify.hoz-align-left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.vertical-center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .vertical-center.hoz-align-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.vertical-justify-child, .vertical-center-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%; }
  .vertical-justify-child.fullwidth, .vertical-center-child.fullwidth {
    width: 100%; }

h1, .h1-size {
  font-weight: 300;
  text-align: center; }

h1.leading {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  h1.leading:after {
    content: "";
    width: 100%;
    max-width: 295px;
    height: 3px;
    background-color: #EC1D24;
    margin: 1rem 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    bottom: -1rem; }
    @media screen and (min-width: 40em) {
      h1.leading:after {
        bottom: -1.5rem; } }

p, li {
  font-size: 0.875rem; }

a {
  font-weight: 600;
  color: #1D1D1D; }
  a:hover {
    color: #8a8a8a; }

cite {
  color: #1D1D1D;
  font-style: normal; }
  @media screen and (min-width: 40em) {
    cite {
      font-size: 0.875rem; } }

.menu li a {
  line-height: 1.5; }

hr {
  border-bottom-width: 2px; }
  hr.large-spacer {
    margin-top: 4rem;
    margin-bottom: 3rem; }

.text-content ul {
  list-style-type: none; }
  .text-content ul li {
    font-size: 0.875rem;
    position: relative;
    padding-bottom: 1rem; }
    .text-content ul li:before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #EC1D24;
      top: 10px;
      left: -18px; }
    @media screen and (min-width: 40em) {
      .text-content ul li {
        font-size: 100%; } }

address {
  font-style: normal; }

.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6, .invert p, .invert a, .invert i, .invert li, .invert span {
  color: #FFFFFF; }

.invert a:hover {
  color: #e6e6e6; }

.phone-link {
  text-decoration: none; }

.last {
  margin-bottom: 0; }

.menu a {
  text-decoration: none; }

.icon-arrow.dir-left {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media screen and (min-width: 40em) {
  p, li {
    font-size: 100%; } }

button, a.button {
  font-weight: 600;
  text-decoration: none; }
  button.white, a.button.white {
    color: #1D1D1D; }
    button.white.hollow:hover, button.white.hollow:focus, a.button.white.hollow:hover, a.button.white.hollow:focus {
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      color: #1D1D1D; }
  button.raised, a.button.raised {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  button.hollow, a.button.hollow {
    border-width: 2px !important; }
    button.hollow:hover, a.button.hollow:hover {
      background-color: #EC1D24;
      border-color: #EC1D24;
      color: #FFFFFF; }
  button.secondary:hover, button.secondary:focus, a.button.secondary:hover, a.button.secondary:focus {
    background-color: #8a8a8a; }
  button.secondary.hollow:hover, button.secondary.hollow:focus, a.button.secondary.hollow:hover, a.button.secondary.hollow:focus {
    color: #FFFFFF !important;
    background-color: #1D1D1D; }

.off-white {
  background-color: #F4F4F4; }

.dark {
  background-color: #1D1D1D; }

.black {
  background-color: #000000; }

.white {
  background-color: #FFFFFF; }

.dark-gradient {
  background-image: linear-gradient(137.36deg, #333333 0%, #141414 100%); }

.red-gradient {
  background-image: linear-gradient(137.36deg, #ED1C24 0%, #F15B40 100%); }

.connected-bg {
  background-size: cover;
  background-position: bottom center;
  background-color: #1D1D1D; }

body {
  background-color: #F4F4F4; }

.body-content {
  position: relative;
  z-index: 5; }

.main-content {
  margin-top: 2rem; }

.content-block {
  padding: 1.25rem;
  padding-top: 3.75rem; }
  @media screen and (min-width: 64em) {
    .content-block {
      padding: 2.5rem;
      padding-top: 4.6875rem; } }
  .content-block .block-img {
    text-align: center; }
    .content-block .block-img img {
      max-width: 62.5rem;
      width: 100%; }

.page-content {
  background-color: #F4F4F4;
  position: relative;
  z-index: 1; }

.orbit-controls button {
  color: #1D1D1D; }
  .orbit-controls button:hover, .orbit-controls button:active {
    background-color: #2E2E2E;
    color: #FFFFFF; }
  @media screen and (min-width: 40em) {
    .orbit-controls button {
      font-size: 1.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .orbit-controls button {
      padding: 0.5rem; } }

.section {
  padding: 1.5rem 0; }
  @media screen and (min-width: 40em) {
    .section {
      padding: 2.5rem 0; } }

.section-small {
  padding: 1.5rem 0; }

.section-content > [data-field="content"] {
  border-bottom: 1px solid #cacaca;
  padding: 1.5rem 0 1rem; }
  .section-content > [data-field="content"]:first-child {
    padding-top: 0; }
  .section-content > [data-field="content"]:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.site-header {
  background-color: rgba(46, 46, 46, 0.3);
  position: fixed;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0; }
  .site-header .site-header-logo {
    width: 3.6875rem;
    height: 3.6875rem; }

.menu-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  cursor: pointer; }
  .menu-button::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 11px 0 #FFFFFF, 0 22px 0 #FFFFFF;
    box-shadow: 0 11px 0 #FFFFFF, 0 22px 0 #FFFFFF;
    content: ''; }
  .menu-button:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 11px 0 #8a8a8a, 0 22px 0 #8a8a8a;
    box-shadow: 0 11px 0 #8a8a8a, 0 22px 0 #8a8a8a; }

.menu-button:before {
  font-family: 'icomoon' !important;
  content: "";
  color: #FFFFFF;
  font-size: 1.5rem;
  opacity: 0; }

.headroom {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: transform; }
  .headroom--top {
    padding: 0.625rem 0;
    background-color: transparent; }
    @media screen and (min-width: 40em) {
      .headroom--top {
        padding: 1.25rem 0; } }
  .headroom--not-top {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #2E2E2E; }

.header-padding {
  padding-top: 80px; }

.main-menu {
  color: #FFFFFF;
  font-weight: 600; }

.main-menu-link {
  position: relative; }
  .main-menu .main-menu-link {
    padding: 1.1rem 1rem; }
  .main-menu-link:after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #FFFFFF;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }
  .main-menu-link:hover:after, .main-menu-link:focus:after, .main-menu-link.active:after, .main-menu-link.is-active:after {
    width: 90%; }

.main-menu-item.with-dropdown {
  position: relative; }
  .main-menu-item.with-dropdown .main-menu-link:after {
    display: none; }
  .main-menu-item.with-dropdown:hover .main-menu-link:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -50%;
    height: 100%;
    left: 0; }

.main-menu-item:hover .menu-dropdown-nav-container {
  height: auto; }

.main-menu-item:hover .menu-dropdown-nav {
  opacity: 1; }

.main-menu-item:hover .menu-dropdown-list {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.menu-dropdown-nav-container {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: .3s .3s;
  transition: .3s .3s; }

.headroom--top .menu-dropdown-nav-container {
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px); }

.menu-dropdown-list {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0; }

.menu-dropdown-nav {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 12px;
  border-radius: 5px;
  padding: 0.5rem 0;
  background: #2E2E2E; }
  .menu-dropdown-nav:before {
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #2E2E2E;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1; }
  .menu-dropdown-nav > ul {
    margin: 0;
    padding: 0;
    list-style: outside none; }
  .menu-dropdown-nav a {
    font-size: 0.8125rem;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #2E2E2E;
    padding: 0.5rem 1rem;
    text-align: center; }
    .menu-dropdown-nav a:hover {
      background-color: #EC1D24; }

@-webkit-keyframes demoIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25%, 0) scale(1);
    transform: translate(-25%, 0) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); } }

@keyframes demoIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25%, 0) scale(1);
    transform: translate(-25%, 0) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); } }

.site-header .nav-demo-link {
  display: block;
  margin-left: 0.5rem;
  font-size: 0.8125rem;
  background: #EC1D24;
  border-radius: 4px;
  padding: 0.4rem 0.75rem;
  text-decoration: none;
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-transition: .25s;
  transition: .25s;
  cursor: pointer;
  -webkit-animation: demoIn 0.5s 0.5s;
  animation: demoIn 0.5s 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform, opacity; }
  .site-header .nav-demo-link:hover, .site-header .nav-demo-link:focus, .site-header .nav-demo-link.active {
    color: #FFFFFF;
    -webkit-transform: scale(1.05) translate(0, 0);
    transform: scale(1.05) translate(0, 0);
    outline-color: #FFFFFF; }
  .site-header .nav-demo-link--mobile {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }

.hero {
  padding-top: 100px;
  padding-bottom: 1rem;
  color: #FFFFFF;
  background-color: #cacaca;
  background-size: cover;
  background-position: bottom center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1; }
  @media screen and (min-width: 40em) {
    .hero {
      min-height: 400px;
      padding-top: 120px;
      padding-bottom: 2rem; } }
  @media screen and (min-width: 90em) {
    .hero {
      min-height: 650px;
      padding-top: 236px;
      padding-bottom: 3rem; } }
  .hero > .row:first-child {
    min-height: 248px; }

@media screen and (min-width: 64em) {
  .intro-section,
  .applications-section {
    padding: 3rem 0; } }

.intro-body {
  margin: 1rem 0; }

.hero-section.medium-reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.hero-section-image {
  position: relative;
  width: 100%;
  padding-top: 52.37226%; }
  .hero-section-image > .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.hero-intro-content {
  padding: 1rem 0; }

.cta-card {
  padding: 4rem 0; }
  @media screen and (min-width: 64em) {
    .cta-card {
      padding-left: 2rem;
      padding-right: 2rem; } }

.divider {
  width: 100%;
  max-width: 295px;
  height: 3px;
  background-color: #EC1D24;
  margin: 1rem 0;
  -webkit-transition: max-width 0.25s ease-in-out;
  transition: max-width 0.25s ease-in-out; }
  .divider.short {
    max-width: 125px; }
  @media screen and (min-width: 40em) {
    .divider.medium-margin {
      margin: 2rem 0; } }
  .divider.large-margin {
    margin: 2rem 0; }
    @media screen and (min-width: 40em) {
      .divider.large-margin {
        margin: 3rem 0; } }
  .divider.white {
    background-color: #FFFFFF; }

.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .arrow-link .icon-arrow {
    margin-top: 0.4375rem;
    margin-right: 0.375rem;
    font-size: 0.625rem; }
  .arrow-link.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .arrow-link a {
    text-decoration: none; }

.pull-out-link {
  display: block;
  margin-top: 2rem;
  text-decoration: none; }
  .pull-out-link:hover .divider {
    max-width: 50%; }

.pull-out-link-small {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.dividing-heading {
  background-color: #FFFFFF;
  padding: 1rem 0;
  position: relative; }
  .dividing-heading:after {
    content: "";
    position: absolute;
    bottom: -14px;
    display: block;
    width: 0;
    height: 0;
    border: inset 22px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 40em) {
      .dividing-heading:after {
        bottom: -22px; } }

.dividing-heading-dark {
  background-color: #000000;
  color: #FFFFFF;
  padding: 2rem 0;
  position: relative; }
  .dividing-heading-dark:after {
    content: "";
    position: absolute;
    bottom: -14px;
    display: block;
    width: 0;
    height: 0;
    border: inset 22px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000000 transparent transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 40em) {
      .dividing-heading-dark:after {
        bottom: -22px; } }
  @media screen and (min-width: 64em) {
    .dividing-heading-dark {
      padding: 3rem 0; } }

.dividing-subheading {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0; }

.reason-item {
  margin: 1rem 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .reason-item {
      margin: 2rem 0; } }
  @media screen and (min-width: 64em) {
    .reason-item.extra-space {
      margin: 4rem 0; } }

.article-content {
  max-width: 1080px; }

.article-cite {
  text-align: center; }
  @media screen and (min-width: 40em) {
    .article-cite {
      margin-top: 3rem;
      margin-bottom: 2rem; } }

.blog-list {
  list-style-type: none;
  margin: 0; }
  .blog-list .stack-for-small .align-self-bottom {
    padding: 0; }

.blog-listing-features a:hover {
  text-decoration: underline; }

.blog-listing-features a {
  text-decoration: none; }

.blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.blog-button-padding {
  padding-top: 25px; }

.blog-list-date {
  font-size: 12px; }

.logo-grid {
  margin-top: 1rem; }

.logo-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 130px; }
  @media screen and (min-width: 40em) {
    .logo-grid-item {
      min-height: 150px; } }

.lazy-load {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: transform;
  opacity: 0; }
  .lazy-load.b-loaded {
    opacity: 1; }

footer .menu a, .footer-links-format a {
  font-weight: normal;
  padding-left: 0;
  text-decoration: none;
  padding: .15rem; }

.footer-links-format li {
  list-style-type: none;
  line-height: 1.5;
  padding: 0.7rem 1rem; }
  @media screen and (min-width: 40em) {
    .footer-links-format li {
      padding: 0.7rem 0; } }

.footer-padding-top {
  padding-top: 1rem;
  padding-left: .5rem; }
  @media screen and (min-width: 40em) {
    .footer-padding-top {
      padding-top: 0;
      padding-left: 0; } }

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

.footer-container {
  padding: 1.5rem 1rem; }
  @media screen and (min-width: 40em) {
    .footer-container {
      padding: 3rem 5rem; } }

.footer-menu-padding li {
  padding: 0.15rem; }

.footer-margin-remove {
  margin-bottom: 0; }

.mobile-menu {
  display: none;
  width: 80%;
  max-width: 300px;
  position: fixed;
  top: 59px;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 63.9375em) {
    .mobile-menu {
      display: block; } }
  .mobile-menu .menu {
    padding-bottom: 2.75rem; }
  .mobile-menu li {
    border-bottom: 1px solid #cacaca; }
    .mobile-menu li a {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    .mobile-menu li a:after {
      font-family: 'icomoon';
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      right: 1rem;
      left: initial; }

@media screen and (max-width: 63.9375em) {
  #mobile-nav-overlay {
    position: fixed;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; } }

@media screen and (max-width: 63.9375em) {
  body.mobile-nav-open {
    overflow: hidden; }
    body.mobile-nav-open #mobile-nav-overlay {
      opacity: 0.5;
      top: 59px;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5; }
    body.mobile-nav-open header.headroom--top {
      padding-top: 0rem;
      padding-bottom: 0rem;
      background-color: #2E2E2E; }
    body.mobile-nav-open #mobile-menu {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    body.mobile-nav-open .menu-button:before {
      opacity: 1; }
    body.mobile-nav-open .menu-button:after {
      opacity: 0; } }

.mobile-menu-dropdown-list {
  list-style: outside none;
  margin: 0;
  padding: 0;
  background: #e7e7e7; }
  .mobile-menu-dropdown-list > li {
    border-bottom: 0;
    border-top: 1px solid #cecece; }
  .mobile-menu-dropdown-list > li a {
    display: block;
    position: relative;
    padding: 0.7rem 1rem 0.7rem 2rem;
    font-size: 0.875rem;
    font-weight: 400; }
    .mobile-menu-dropdown-list > li a:after {
      opacity: 0.7; }

.bordered-list-item {
  border-bottom: 1px solid #cacaca;
  padding: 1.5rem 0 1rem; }
  .bordered-list-item:first-child {
    padding-top: 0; }
  .bordered-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
    .bordered-list-item:last-child p:last-child {
      margin-bottom: 0; }

.contact-card {
  text-align: center;
  margin-bottom: 1rem; }
  .contact-card p {
    margin-bottom: 0; }
  .contact-card a:not(.button) {
    font-weight: normal; }
  .contact-card .button {
    margin-top: 2rem; }
  .contact-card-image {
    margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .contact-card {
      margin-bottom: 0; } }

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

.social-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0.5rem;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .social-icon-linkedin {
    background-color: #0e76a8;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22412%22%20height%3D%22412%22%20viewBox%3D%22156%20-156%20412%20412%22%20enable-background%3D%22new%20156%20-156%20412%20412%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M304.8%20163.2h-45.4V16.4h45.4v146.8zm-22.9-166c-14.9%200-26.8-12.1-26.8-27.1s12-27.1%2026.8-27.1c14.9%200%2026.8%2012.1%2026.8%2027.1s-12%2027.1-26.8%2027.1zm193.2%20166h-45.2V86.1s-8-32.9-24.7-32.9c-18.2%200-27.7%2012.3-27.7%2032.9v77.1h-43.6V16.4h43.6v19.8s13.1-24.3%2044.2-24.3%2053.4%2019%2053.4%2058.3v93z%22%2F%3E%3C%2Fsvg%3E); }
    .social-icon-linkedin:hover, .social-icon-linkedin:focus {
      background-color: #1297d7; }
  .social-icon-twitter {
    background-color: #55acee;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22412%22%20height%3D%22412%22%20viewBox%3D%22256%20-156%20412%20412%22%20enable-background%3D%22new%20256%20-156%20412%20412%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M558.3%2010.7c2.9%2065.6-46%20138.7-132.5%20138.7-26.3%200-50.8-7.7-71.5-20.9%2024.7%202.9%2049.4-3.9%2069-19.3-20.4-.4-37.6-13.9-43.5-32.4%207.3%201.4%2014.5%201%2021.1-.8-22.4-4.5-37.9-24.7-37.4-46.3%206.3%203.5%2013.5%205.6%2021.1%205.8-20.7-13.9-26.6-41.3-14.4-62.3%2023%2028.2%2057.3%2046.8%2096.1%2048.7-6.8-29.2%2015.3-57.2%2045.4-57.2%2013.4%200%2025.5%205.7%2034%2014.7%2010.6-2.1%2020.6-6%2029.6-11.3-3.5%2010.9-10.9%2020-20.5%2025.8%209.4-1.1%2018.4-3.6%2026.8-7.3-6.2%209.3-14.1%2017.5-23.3%2024.1z%22%2F%3E%3C%2Fsvg%3E); }
    .social-icon-twitter:hover, .social-icon-twitter:focus {
      background-color: #83c3f3; }
  .social-icon-facebook {
    background-color: #3b5998;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22412%22%20height%3D%22412%22%20viewBox%3D%22156%20-156%20412%20412%22%20enable-background%3D%22new%20156%20-156%20412%20412%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M417.3-27.9h-26.2c-9.2%200-11.1%203.8-11.1%2013.3V8.5h37.3L413.7%2049H380v121h-48.3V49.5h-25.1v-41h25.1v-32.3c0-30.3%2016.2-46.2%2052.2-46.2h33.4v42.1z%22%2F%3E%3C%2Fsvg%3E); }
    .social-icon-facebook:hover, .social-icon-facebook:focus {
      background-color: #4c70ba; }
  .social-icon-youtube {
    background-color: #c4302b;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22412%22%20height%3D%22412%22%20viewBox%3D%22256%20-156%20412%20412%22%20enable-background%3D%22new%20256%20-156%20412%20412%22%3E%3Cpath%20opacity%3D%22.12%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M436.1%2012.1l59.4%2039.7%208.3-4.3-67.7-35.4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M584.8-.1s-2.4-17.3-10-24.9c-9.5-10-20.2-10-25.1-10.6-35.1-2.5-87.7-2.5-87.7-2.5h-.1s-52.6%200-87.7%202.5c-4.9.6-15.5.6-25.1%2010.6-7.5%207.6-10%2024.9-10%2024.9s-2.5%2020.3-2.5%2040.6v19c0%2020.3%202.5%2040.6%202.5%2040.6s2.4%2017.3%2010%2024.9c9.5%2010%2022.1%209.7%2027.6%2010.7%2020.1%201.9%2085.2%202.5%2085.2%202.5s52.7-.1%2087.8-2.6c4.9-.6%2015.6-.6%2025.1-10.6%207.5-7.6%2010-24.9%2010-24.9s2.5-20.3%202.5-40.6v-19c.1-20.3-2.5-40.6-2.5-40.6zM436.1%2082.5V12.1l67.7%2035.3-67.7%2035.1z%22%2F%3E%3C%2Fsvg%3E); }
    .social-icon-youtube:hover, .social-icon-youtube:focus {
      background-color: #d74f4b; }

#fixedMap {
  position: fixed;
  z-index: 20;
  width: 100%;
  bottom: 0;
  border-top: 5px solid rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  #fixedMap.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
    #fixedMap.active .map-top-control {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }

.map-container {
  position: relative; }

#map-canvas {
  width: 100%;
  height: 360px; }

.map-top-control {
  position: absolute;
  top: 1rem;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  .map-top-control.left-control {
    left: 1rem;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%); }
  .map-top-control.right-control {
    right: 1rem;
    -webkit-transform: translateX(120%);
    transform: translateX(120%); }

.map-heading {
  background: #FFFFFF;
  padding: 0.6rem 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .map-heading h2 {
    font-size: 1.75rem;
    margin: 0;
    color: #575757; }

.map-close-button {
  padding: 0 1rem 5px 1rem;
  font-size: 2.375rem;
  font-weight: normal;
  color: #575757;
  background: #F4F4F4;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .map-close-button:hover, .map-close-button:focus {
    background: #dbdbdb; }

.strapline-container {
  background-color: #2E2E2E;
  position: relative; }
  .strapline-container:after {
    content: "";
    position: absolute;
    bottom: -14px;
    display: block;
    width: 0;
    height: 0;
    border: inset 22px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2E2E2E transparent transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 40em) {
      .strapline-container:after {
        bottom: -22px; } }

.strapline-container-page {
  margin-top: 2rem; }

p.strapline {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    p.strapline {
      font-size: 1.5625rem; } }

.background-img-client {
  background-size: cover;
  background-repeat: no-repeat; }

.client-container {
  background-color: #F4F4F4; }
  @media screen and (min-width: 40em) {
    .client-container {
      padding: 2rem 3rem; } }

.client-outter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 64em) {
    .client-outter {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.subtitle-wrapper {
  padding: 1rem 0; }

.client-inner {
  width: 100%;
  padding: 2rem 1rem; }
  @media screen and (min-width: 64em) {
    .client-inner {
      width: 65%;
      padding: 3.5rem 4rem; } }
  @media screen and (min-width: 90em) {
    .client-inner {
      padding: 4.5rem 5rem; } }

.small-img-settings {
  text-align: center;
  width: 100%;
  padding: 1rem 2.5rem;
  padding-bottom: 0; }
  @media screen and (min-width: 64em) {
    .small-img-settings {
      padding: 0;
      text-align: right;
      width: 35%; } }

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

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

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

.client-container a {
  text-decoration: none; }

.client-body {
  padding-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .client-body {
      padding-bottom: 3rem; } }

.dark-gray-button {
  border: 1px solid #252525 !important;
  color: #252525 !important; }

@media screen and (min-width: 40em) {
  .button-wrapper-client a:first-child {
    margin-right: 1rem; } }

.button-wrapper-client a {
  display: inherit; }
  @media screen and (min-width: 40em) {
    .button-wrapper-client a {
      display: inline-block; } }

.awards-container {
  background-color: #FFFFFF; }

.awards-container p {
  color: #1D1D1D;
  line-height: 27px; }

@media screen and (min-width: 40em) {
  .awards-wrapper-heading {
    padding: 2rem; } }

@media screen and (min-width: 64em) {
  .awards-wrapper-heading {
    padding: 1rem; } }

.awards-container img {
  padding-bottom: 1rem; }

.awards-title {
  padding: 2.5rem 2rem 1rem; }
  @media screen and (min-width: 40em) {
    .awards-title {
      padding: 0; } }
  @media screen and (min-width: 64em) {
    .awards-title {
      padding-top: 2rem; } }

.break-line:after {
  height: 2px;
  background-color: #EC1D24;
  content: ' ';
  display: block;
  width: 46%; }
  @media screen and (min-width: 40em) {
    .break-line:after {
      width: 43%; } }
  @media screen and (min-width: 64em) {
    .break-line:after {
      width: 71%; } }

.break-line {
  padding-bottom: .5rem; }

.award-list-inner {
  text-align: center;
  padding: 1rem;
  border-top: 2px solid #cacaca; }
  @media screen and (min-width: 40em) {
    .award-list-inner {
      padding: 1rem 3rem; } }
  @media screen and (min-width: 64em) {
    .award-list-inner {
      padding: 1.5rem 1rem; } }

.award-list-outter {
  padding: 1rem; }
  @media screen and (min-width: 64em) {
    .award-list-outter {
      padding: 1rem 4rem; } }

.award-list-inner li {
  list-style-type: none;
  display: inline;
  padding: 1rem 0;
  line-height: 37px;
  font-weight: 600; }

.award-list-inner li:after {
  content: '•';
  color: #EC1D24;
  padding: 1rem  1rem 1rem 1.2rem; }

.award-list-inner li:last-child:after {
  display: none; }

.award-list-inner ul {
  margin-left: 0; }

.testimonial-background-img {
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat; }

.testimonial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 40em) {
    .testimonial-container {
      padding: 2rem 1rem 1rem 1rem; } }
  @media print, screen and (min-width: 64em) {
    .testimonial-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0; } }

.testimonial-outter {
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
  -ms-flex-item-align: center;
  align-self: center; }
  @media screen and (min-width: 40em) {
    .testimonial-outter {
      padding: 0; } }
  @media screen and (min-width: 64em) {
    .testimonial-outter {
      width: 50%;
      padding-left: 1rem; } }
  @media screen and (min-width: 75em) {
    .testimonial-outter {
      width: 70%;
      padding-left: 4rem; } }

.testimonial-small-img {
  width: 100%;
  text-align: center;
  text-align: right; }
  @media screen and (min-width: 40em) {
    .testimonial-small-img {
      padding: 0;
      display: none; } }
  @media screen and (min-width: 64em) {
    .testimonial-small-img {
      width: 50%;
      -ms-flex-item-align: end;
      align-self: flex-end;
      display: block; } }
  @media screen and (min-width: 75em) {
    .testimonial-small-img {
      width: 30%; } }

@media print, screen and (min-width: 40em) {
  .testimonial-inner {
    padding: 1rem; } }

@media print, screen and (min-width: 64em) {
  .testimonial-inner {
    padding: 0;
    padding-top: 2rem;
    padding-bottom: 2rem; } }

.testimonial-inner p {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; }

.testimonial-inner p:last-child {
  font-weight: 400;
  padding-top: 1.5rem; }

.career-container p {
  line-height: 1.6875rem; }

.padding-row {
  padding: 1rem; }

.title-break {
  padding-bottom: .75rem; }

.text-block-inner {
  padding: 1rem; }
  @media screen and (min-width: 40em) {
    .text-block-inner {
      padding: 1.5rem; } }

.text-block-inner-sides {
  padding: 0 1rem; }
  @media screen and (min-width: 40em) {
    .text-block-inner-sides {
      padding: 0 1.5rem; } }

.career-container {
  background-color: #F4F4F4;
  padding: 1rem .75rem; }
  @media screen and (min-width: 40em) {
    .career-container {
      padding: 2rem 2.75rem; } }

@media screen and (min-width: 64em) {
  .top-images-container {
    padding: 2.5rem;
    padding-bottom: 0.5rem; } }

.top-images-container h2 {
  font-weight: 600;
  line-height: inherit; }

.career-inner {
  background-color: #FFFFFF; }

.top-image-resize {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .top-image-resize {
      width: 65%; } }
  @media screen and (min-width: 64em) {
    .top-image-resize {
      width: 75%; } }

.image-icon-inner {
  padding: 3rem 3rem 0; }
  @media screen and (min-width: 64em) {
    .image-icon-inner {
      padding: 2rem 0 0; } }

.image-icon-text {
  margin-top: 1rem; }

.bottom-arrow-banner {
  padding: 2rem; }

.list-title-wrapper {
  padding: 1rem 0; }

.list-wrapper ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 1rem; }

.list-wrapper p {
  margin-bottom: 0; }

.list-wrapper ul li {
  line-height: 1.5rem;
  padding-bottom: .5rem;
  background: url("/assets/images/icon-check-43e111f894.png") no-repeat left 10px;
  padding-left: 30px;
  padding-top: 3px; }

.list-text-container {
  background-color: #F5F5F5;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem; }

.title-margin-top {
  padding-top: 3rem;
  padding-bottom: 1.5rem; }

.banner-inner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }

.recruitment-banner {
  padding: 4rem; }

.media-object-section:first-child {
  padding-left: 1rem; }

.thumbnail {
  padding: 2rem 1rem 0; }
  @media screen and (min-width: 40em) {
    .thumbnail {
      padding: 0; } }

.timeline-title-container {
  padding: 2rem 1.5rem 0; }
  @media screen and (min-width: 40em) {
    .timeline-title-container {
      padding: 2.5rem 2.5rem 0; } }

.timeline {
  padding-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .timeline {
      padding: 1.5rem; } }

.timeline-block {
  padding: 0 2rem; }
  @media screen and (min-width: 40em) {
    .timeline-block {
      padding: 0; } }

.media-object-format {
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .media-object-format {
      padding-bottom: 2rem; } }
  @media screen and (min-width: 64em) {
    .media-object-format {
      padding-bottom: 4rem; } }

.career-arrow {
  padding: .5rem;
  font-size: 1rem; }

.bottom-container a {
  text-decoration: none;
  padding: 1rem 0; }

.button-space {
  margin-top: 1.5rem; }

.career-button-wrapper:before {
  width: 40%;
  height: 3px;
  background-color: #EC1D24;
  content: ' ';
  display: block; }

.timeline-block:last-child:after {
  width: 100%;
  height: 2px;
  background-color: #D3D3D3;
  content: ' ';
  display: block; }

.inner-button {
  padding: 1rem 0; }

.text-block-inner h3, .timeline-title-container h3 {
  padding-bottom: .75rem; }

.timeline-parent {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 40em) {
  .timeline-child {
    min-width: 150px; } }

@media screen and (min-width: 64em) {
  .timeline-child {
    min-width: 308px; } }

.timeline-child:before {
  display: none; }
  @media screen and (min-width: 40em) {
    .timeline-child:before {
      content: '';
      position: absolute;
      top: 0;
      left: 75px;
      height: 100%;
      width: 4px;
      background: #D3D3D3;
      z-index: -1;
      display: block; } }
  @media screen and (min-width: 64em) {
    .timeline-child:before {
      left: 154px; } }

.timeline-block:first-child .timeline-child:after,
.timeline-block:last-child .timeline-child:after {
  content: '';
  position: absolute;
  left: 75px;
  height: 50%;
  width: 4px;
  background: white;
  z-index: -1; }
  @media screen and (min-width: 64em) {
    .timeline-block:first-child .timeline-child:after,
    .timeline-block:last-child .timeline-child:after {
      left: 154px; } }

.timeline-block:first-child .timeline-child:after {
  top: 0; }

.timeline-block:last-child .timeline-child:after {
  bottom: 0; }

.timeline-img {
  background-color: #FFFFFF; }

.timeline-parent img {
  max-width: 100%; }

.center-inner {
  width: 100%;
  height: auto; }

.careers-listing-header {
  padding: 0.625rem 0 0 0; }

.careers-listing {
  padding: 0 0 2.1875rem 0; }

.orbit.tabbed-carousel {
  padding-bottom: 3rem; }
  .orbit.tabbed-carousel .orbit-container[style] .orbit-slide, .orbit.tabbed-carousel .orbit-container[style] .slide-content {
    height: 100%; }
  @media screen and (min-width: 40em) {
    .orbit.tabbed-carousel {
      padding-bottom: 0; }
      .orbit.tabbed-carousel .orbit-wrapper {
        padding: 0 1rem; } }
  .orbit.tabbed-carousel .orbit-bullets {
    position: absolute;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }
    .orbit.tabbed-carousel .orbit-bullets button {
      cursor: pointer;
      width: auto;
      height: auto;
      border-radius: 0;
      background-color: transparent;
      position: relative;
      padding: .75rem; }
      @media screen and (max-width: 39.9375em) {
        .orbit.tabbed-carousel .orbit-bullets button {
          font-size: 0; }
          .orbit.tabbed-carousel .orbit-bullets button:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 1rem;
            height: 1rem;
            background-color: #e6e6e6;
            border-radius: 1rem;
            -webkit-transition: background-color 0.5s;
            transition: background-color 0.5s; }
          .orbit.tabbed-carousel .orbit-bullets button:hover:after, .orbit.tabbed-carousel .orbit-bullets button:focus:after, .orbit.tabbed-carousel .orbit-bullets button.is-active:after {
            background-color: #b3b3b3; } }
    @media screen and (min-width: 40em) {
      .orbit.tabbed-carousel .orbit-bullets {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .orbit.tabbed-carousel .orbit-bullets button {
          font-weight: normal;
          color: #cacaca;
          line-height: 1.5;
          padding: 1rem 0.5rem;
          margin: 0; }
          .orbit.tabbed-carousel .orbit-bullets button:after {
            content: '';
            width: 0%;
            height: 3px;
            background-color: #EC1D24;
            -webkit-transition: width 0.5s;
            transition: width 0.5s;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 0; }
          .orbit.tabbed-carousel .orbit-bullets button:hover:after, .orbit.tabbed-carousel .orbit-bullets button:focus:after, .orbit.tabbed-carousel .orbit-bullets button.active:after, .orbit.tabbed-carousel .orbit-bullets button.is-active:after {
            width: 100%; }
          .orbit.tabbed-carousel .orbit-bullets button:first-child {
            padding-left: 0; }
          .orbit.tabbed-carousel .orbit-bullets button:last-child {
            padding-right: 0; }
          .orbit.tabbed-carousel .orbit-bullets button.is-active, .orbit.tabbed-carousel .orbit-bullets button:focus {
            color: #1D1D1D; } }

.connected-retail-application-items {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .connected-retail-application-items .column .connected-retail-application-item, .connected-retail-application-items .columns .connected-retail-application-item {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .connected-retail-application-items .column .connected-retail-application-item, .connected-retail-application-items .columns .connected-retail-application-item {
        margin-bottom: 0; } }
  .connected-retail-application-items .column:last-child .connected-retail-application-item, .connected-retail-application-items .columns:last-child .connected-retail-application-item {
    margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    .connected-retail-application-items .column .connected-retail-application-item, .connected-retail-application-items .columns .connected-retail-application-item {
      margin-bottom: 3rem; }
    .connected-retail-application-items .column:nth-last-child(-n+2) .connected-retail-application-item, .connected-retail-application-items .columns:nth-last-child(-n+2) .connected-retail-application-item {
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .connected-retail-application-items h3 {
      padding-bottom: .5rem; } }

@media screen and (min-width: 40em) {
  .connected-retail-application-container {
    padding: 0 2rem 0.5rem 2rem; } }

@media screen and (min-width: 64em) {
  .connected-retail-application-container {
    padding: 0 3rem 0.5rem 3rem; } }

.connected-retail-application-item img {
  max-width: 4.375rem; }
  @media screen and (min-width: 40em) {
    .connected-retail-application-item img {
      max-width: 7.375rem; } }
  @media screen and (min-width: 64em) {
    .connected-retail-application-item img {
      max-width: 4.375rem; } }

.banner-padding {
  padding: 1rem; }
  @media screen and (min-width: 40em) {
    .banner-padding {
      padding: 3rem 5rem; } }

.connected-retail-container-parent {
  padding: 0 1rem 1rem; }
  @media screen and (min-width: 64em) {
    .connected-retail-container-parent {
      padding: 0 2rem 1.5rem; } }

.connected-retail-container {
  background-color: #F4F4F4; }
  @media screen and (min-width: 64em) {
    .connected-retail-container {
      padding: 2rem 3.5rem; } }

.heading-wrapper h2 {
  padding: 1rem; }
  @media screen and (min-width: 40em) {
    .heading-wrapper h2 {
      padding: 2rem; } }

.carousel-space {
  padding: 2rem 0; }
  @media screen and (min-width: 64em) {
    .carousel-space {
      padding: 0; } }

.carousel-text {
  padding: 1rem; }
  @media screen and (min-width: 40em) {
    .carousel-text {
      padding: 2rem 1rem; } }
  @media screen and (min-width: 64em) {
    .carousel-text {
      padding: 0; } }

.card-wrapper {
  padding: 1.5rem 0; }
  @media screen and (min-width: 64em) {
    .card-wrapper {
      padding: 2rem 0; } }

@media screen and (min-width: 64em) {
  .bottom-card-container {
    padding: .5rem 0; } }

.employee-carousel .employee-details {
  max-width: 295px;
  margin: 0 auto;
  padding: 1.25rem; }
  @media screen and (min-width: 40em) {
    .employee-carousel .employee-details {
      padding: 0; } }

.employee-carousel-photo {
  margin-top: 1rem; }

.mfp-bg {
  background-color: #000000;
  opacity: 0.5; }

button.mfp-close {
  font-size: 2.5rem; }
  button.mfp-close:hover, button.mfp-close:focus {
    color: #EC1D24; }

.content-modal .mfp-content {
  max-width: 500px; }

.modal-wrapper h1 {
  font-size: 1.6875rem; }

.modal-wrapper-text {
  padding: 1.5rem 1rem; }

.container-error {
  text-align: center;
  padding: 5rem 1rem; }
  @media screen and (min-width: 40em) {
    .container-error {
      padding: 5rem; } }

.img-error {
  padding: 3rem .5rem 1rem; }
  @media screen and (min-width: 40em) {
    .img-error {
      padding: 5rem 5rem 3rem; } }

.error-box {
  background-color: #FFFFFF;
  padding-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .error-box {
      padding: 2rem; } }

.large-heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2; }
  @media screen and (min-width: 40em) {
    .large-heading {
      font-size: 1.75rem;
      font-weight: 600; } }

.cookie-message {
  color: #FFFFFF;
  background: #8a8a8a;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10; }
  .cookie-message.visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto; }

.cookie-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 40em) {
    .cookie-message__container {
      padding: 0 1rem; } }

.cookie-message__text {
  margin: 0; }
  .cookie-message__text a {
    color: #FFFFFF; }

.cookie-message__close {
  font-size: 1.375rem;
  cursor: pointer;
  color: #FFFFFF; }

.sub-title-application {
  font-size: 25px;
  color: #1D1D1D;
  line-height: 1.5; }

.card-shadow {
  -webkit-box-shadow: 0px 14px 57px -15px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 14px 57px -15px rgba(0, 0, 0, 0.31); }

.card-app-settings {
  padding: 1rem 0.4rem; }
  @media screen and (min-width: 64em) {
    .card-app-settings {
      padding: 1.5rem 0.4rem; } }

.parent-container {
  padding: 1rem 1rem; }
  @media screen and (min-width: 64em) {
    .parent-container {
      padding: 2rem 1.5rem; } }

.app-list-container {
  padding: 2rem; }
  @media screen and (min-width: 64em) {
    .app-list-container {
      padding: 2.5rem 1.5rem; } }

.button-container-app {
  padding: 1rem 1rem;
  text-align: center; }

.app-cta-container {
  padding: 1.5rem;
  text-align: center;
  border: 1px solid; }

.app-box {
  padding: 2rem; }

#gray-box-app {
  background-color: #2E2E2E; }

.remove-padding-right {
  padding-right: 0; }

.remove-padding-left {
  padding-right: 0; }

.image-padding {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.app-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 40em) {
    .app-parent {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

@media screen and (min-width: 40em) {
  .app-parent:nth-child(even) {
    background-color: #F5F5F5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.app-parent:nth-child(odd) .app-child:nth-child(2) {
  text-align: right; }

.app-parent:nth-child(even) .app-child:nth-child(2) {
  text-align: left; }

.app-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 50%;
  flex: 1 50%; }

.app-banner {
  padding-top: 100px;
  padding-bottom: 1rem;
  color: #FFFFFF;
  background-color: #cacaca;
  background-size: cover;
  background-position: bottom center;
  top: 0; }

@media screen and (min-width: 64em) {
  .inner-app-container {
    padding: 1rem; } }

.app-link {
  text-decoration: none; }

.adjust-padding {
  padding-left: .5rem;
  padding-right: .5rem; }

.adjust-padding:nth-child(2n) {
  padding-top: 1rem; }
  @media screen and (min-width: 40em) {
    .adjust-padding:nth-child(2n) {
      padding-top: 0; } }

.adjust-padding:nth-child(3n), .adjust-padding:nth-child(4n) {
  padding-top: 1rem; }
  @media screen and (min-width: 64em) {
    .adjust-padding:nth-child(3n), .adjust-padding:nth-child(4n) {
      padding-top: 0; } }

.app-title-font {
  font-size: 0.85rem;
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.app-cards {
  margin-bottom: 2rem; }
  @media screen and (min-width: 64em) {
    .app-cards {
      margin-top: 1rem; } }
  @media screen and (min-width: 64em) {
    .app-cards .column, .app-cards .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .app-cards .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .app-cards .card {
    background: #fff;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }

.home-apps {
  padding-top: 3.25rem; }

.form-heading {
  text-align: center; }
  @media screen and (min-width: 64em) {
    .form-heading {
      text-align: left; } }

.quote-block {
  padding-bottom: 1rem; }

.app-feature-card {
  margin-bottom: 2rem; }
  .app-feature-card ul {
    list-style: none outside;
    margin-left: 0; }
  .app-feature-card ul li {
    line-height: 1.5rem;
    padding-bottom: .5rem;
    background: url("/assets/images/icon-check-43e111f894.png") no-repeat left 10px;
    padding-left: 30px;
    padding-top: 3px; }

.app-feature-heading {
  margin-bottom: 1.5625rem; }

.app-list-actions {
  padding-top: 1.25rem; }

.panel-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.panel-dark {
  color: #FFFFFF;
  background-color: #000000; }

.panel-light {
  background-color: #FFFFFF; }

.panel-heading {
  padding: 2.5rem;
  padding-bottom: 0; }
  @media screen and (min-width: 64em) {
    .panel-heading {
      padding: 3.75rem;
      padding-bottom: 0; } }

.panel-content {
  padding: 1.25rem; }
  @media screen and (min-width: 64em) {
    .panel-content {
      padding: 2.5rem;
      padding-bottom: 3.75rem; } }

.panel-action {
  margin-top: 1rem; }

.panel-content-column h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.2rem; }

.panel-content-column p, .panel-content-column li {
  font-size: 0.9375rem; }

.section-container {
  padding: 1rem; }
  @media screen and (min-width: 40em) {
    .section-container {
      padding: 2.5rem; } }

.about-container {
  background-color: #F5F5F5;
  padding: 1rem .75rem; }
  @media screen and (min-width: 40em) {
    .about-container {
      padding: 2rem 2.75rem;
      max-width: 100%; } }

.full-width-row-container {
  text-align: center;
  padding: 0; }
  @media screen and (min-width: 40em) {
    .full-width-row-container {
      padding: .5rem; } }

.section-strapline {
  padding: 1.5rem 1rem; }
  @media screen and (min-width: 40em) {
    .section-strapline {
      padding: 2.5rem 2rem; } }

.no-strapline-padding {
  max-width: 100%; }

.box-content-style {
  line-height: 27px; }

.top-padding-break {
  padding-top: 1rem; }

.media-object-section.align-self-middle.remove-padding-left-force {
  padding-left: 0; }

.title-thumbnail {
  font-weight: 600;
  line-height: 22px;
  padding-bottom: .75rem; }

.thumbnail-header {
  padding: 2.5rem; }

.remove-padding-bottom {
  padding-bottom: 1rem; }

.cta-card-about {
  padding: 4rem 0; }

.thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 1rem;
  text-align: center;
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .thumbnail-container {
      text-align: left;
      padding-top: 2rem; } }

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

.spacing-icons {
  padding: .5rem; }
  @media screen and (min-width: 64em) {
    .spacing-icons {
      padding: 1rem; } }

.max-width-container {
  max-width: 80%; }

.panel-content-column {
  padding: 1rem 0; }

.thumbnail-section {
  padding-bottom: 2rem; }

.thumbnail-link {
  padding: 0.75rem; }

.media-object-section .main-section .flex-box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center; }

.case-study-container {
  padding: 0.9375rem 0; }
  @media screen and (min-width: 40em) {
    .case-study-container {
      padding: 1.875rem 3.75rem; } }

.case-study-row {
  padding: 2.1875rem 0; }
  .case-study-row img {
    margin: 1rem 0; }
  @media screen and (min-width: 40em) {
    .case-study-row {
      padding: 2.1875rem 0; }
      .case-study-row img {
        margin: 0; } }

.case-study-section:not(:first-child) {
  margin-top: 3rem; }

.case-study-icon-container {
  padding: 2.1875rem 0; }

.cta-banner {
  padding: 2.1875rem 0; }

.list-box {
  background-color: #2E2E2E; }

.testimoney-text {
  font-size: 0.9375rem;
  line-height: 2; }

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

.case-study-icon-image {
  max-width: 9.375rem;
  padding-bottom: 1.875rem; }

.case-study-image-cell {
  padding-left: 0;
  padding-right: 0; }

.brands-listing-container {
  background-color: #F4F4F4;
  padding: 20px 30px; }
  @media screen and (min-width: 40em) {
    .brands-listing-container {
      padding: 30px 60px; } }

.tile-container {
  padding: 20px 5px;
  background-color: #FFFFFF; }
  @media screen and (min-width: 40em) {
    .tile-container {
      padding: 45px 30px 10px 30px; } }

.disclaimer-container {
  text-align: center;
  padding-top: 30px;
  padding: 0 5px;
  background-color: #FFFFFF; }

.image-container {
  position: relative;
  padding: 10px 0; }
  @media screen and (min-width: 40em) {
    .image-container {
      padding: 10px; } }

.tile-basic {
  position: relative;
  display: inline-block; }

.activate-link:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  background: url("/assets/images/tile-link-icon-7f66bbe17d.png") no-repeat bottom right;
  background-size: contain; }

.tile-images {
  width: 100%; }

.mfp-modal-form {
  background: #F4F4F4;
  z-index: 1999999999 !important; }
  .mfp-modal-form.is-success {
    background-image: linear-gradient(200deg, #3adb76 0%, #65e394 100%); }
  .mfp-modal-form.mfp-bg {
    display: none; }
  .mfp-modal-form button.mfp-close {
    top: 5px;
    color: #1D1D1D;
    font-weight: 100; }
    .mfp-modal-form button.mfp-close:hover, .mfp-modal-form button.mfp-close:active, .mfp-modal-form button.mfp-close:focus {
      color: #1D1D1D; }

.modal-form-header {
  font-weight: 300;
  text-align: center;
  margin: 1rem 0 1.5rem 0;
  font-size: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .modal-form-header {
      font-size: 1.5rem;
      margin-top: 1.5rem; } }

.modal-form {
  color: #1D1D1D;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0; }
  .modal-form .alert {
    text-align: center;
    padding: 1rem;
    margin: 0 0 0.5rem 0;
    background: #EC1D24;
    color: #FFFFFF; }
    .modal-form .alert--success {
      background-color: #3adb76; }
    .modal-form .alert i {
      margin-right: 0.25rem;
      position: relative;
      bottom: -1px; }
  .modal-form .required {
    text-transform: uppercase;
    font-size: 0.625rem;
    background: #1D1D1D;
    color: #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    line-height: 1;
    padding: 0.2rem 0.35rem;
    margin-top: -1px;
    font-weight: 700; }
  .modal-form label {
    color: #1D1D1D;
    font-size: 1rem; }
  .modal-form .help-text {
    color: #1D1D1D; }
  .modal-form .check-list, .modal-form .radio-list {
    list-style: outside none;
    margin: 0 0 1rem 0;
    padding: 0; }
    .modal-form .check-list li, .modal-form .radio-list li {
      margin-bottom: 0.25rem; }
    .modal-form .check-list label, .modal-form .radio-list label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      font-size: 0.875rem; }
    .modal-form .check-list input, .modal-form .radio-list input {
      margin-bottom: 0; }
  .modal-form textarea {
    min-height: 100px;
    resize: none; }
  .modal-form [type='text'],
  .modal-form [type='email'],
  .modal-form [type='tel'],
  .modal-form textarea {
    background: transparent;
    color: #1D1D1D;
    border-color: transparent;
    border-bottom: 1px dashed #1D1D1D;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0; }
    .modal-form [type='text']:focus, .modal-form [type='text']:active,
    .modal-form [type='email']:focus,
    .modal-form [type='email']:active,
    .modal-form [type='tel']:focus,
    .modal-form [type='tel']:active,
    .modal-form textarea:focus,
    .modal-form textarea:active {
      border-bottom-style: solid; }
  .modal-form input::-webkit-input-placeholder,
  .modal-form textarea::-webkit-input-placeholder {
    color: rgba(29, 29, 29, 0.8);
    font-style: italic; }
  .modal-form input::-ms-input-placeholder,
  .modal-form textarea::-ms-input-placeholder {
    color: rgba(29, 29, 29, 0.8);
    font-style: italic; }
  .modal-form input::placeholder,
  .modal-form textarea::placeholder {
    color: rgba(29, 29, 29, 0.8);
    font-style: italic; }
  .modal-form .g-recaptcha {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block; }
  .modal-form .modal-form-actions {
    margin-top: 1rem; }
    @media screen and (max-width: 39.9375em) {
      .modal-form .modal-form-actions .button {
        width: 100%; } }

.my-mfp-zoom-in {
  will-change: opacity;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0; }
  .my-mfp-zoom-in.mfp-ready {
    opacity: 1; }
  .my-mfp-zoom-in.mfp-removing {
    opacity: 0; }

.my-mfp-zoom-in .modal-form {
  opacity: 0;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s; }
  .my-mfp-zoom-in .modal-form .modal-form-header, .my-mfp-zoom-in .modal-form form {
    opacity: 0;
    -webkit-transition: 0.3s 0.5s;
    transition: 0.3s 0.5s;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  .my-mfp-zoom-in .modal-form form {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }

.my-mfp-zoom-in.mfp-ready .modal-form {
  opacity: 1; }
  .my-mfp-zoom-in.mfp-ready .modal-form .modal-form-header, .my-mfp-zoom-in.mfp-ready .modal-form form {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.my-mfp-zoom-in.mfp-removing .modal-form {
  opacity: 0; }
  .my-mfp-zoom-in.mfp-removing .modal-form .modal-form-header, .my-mfp-zoom-in.mfp-removing .modal-form form {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.footnote {
  font-size: 0.85rem;
  padding-bottom: 1rem; }
