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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&medge=50em&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, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

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

.grid-x {
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.0625rem); } }

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

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

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

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

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

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

h1, .h1 {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem; }

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

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem; }

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.625rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.3125rem; }
  h6, .h6 {
    font-size: 1rem; } }

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

hr {
  clear: both;
  max-width: 92.5rem;
  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: disc; }

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.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, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@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; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 1em 2em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 32px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ff1c3d;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #f10023;
    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: #ff1c3d;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #e20021;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #767676;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #ffffff; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ff1c3d;
      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: #ff1c3d;
        color: #0a0a0a; }
    .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: #767676;
        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: #0a0a0a; }
    .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: #0a0a0a; }
    .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: #cc4b37;
        color: #ffffff; }
  .button.hollow {
    border: 1px solid #ff1c3d;
    color: #ff1c3d; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #8e0015;
      color: #8e0015; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #ff1c3d;
        color: #ff1c3d; }
    .button.hollow.primary {
      border: 1px solid #ff1c3d;
      color: #ff1c3d; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #8e0015;
        color: #8e0015; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #ff1c3d;
          color: #ff1c3d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #ff1c3d;
    color: #ff1c3d; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #8e0015;
      color: #8e0015; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #ff1c3d;
        color: #ff1c3d; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #ff1c3d;
      color: #ff1c3d; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #8e0015;
        color: #8e0015; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #ff1c3d;
          color: #ff1c3d; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 2em; }
  .button.dropdown.hollow::after {
    border-top-color: #ff1c3d; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #ff1c3d; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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: #f5f5f5;
  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: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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: #f5f5f5;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

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

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

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #ff1c3d; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f5f5f5; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

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

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff1c3d transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

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

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

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

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

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

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

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #ff1c3d; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #ff1c3d;
    color: #0a0a0a; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #e20021;
      color: #0a0a0a; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #ffffff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ffdde2;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

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

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

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

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

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ff1c3d transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

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

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

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

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

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

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff1c3d transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ff1c3d transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ff1c3d; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff1c3d transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ff1c3d transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ff1c3d; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff1c3d transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ff1c3d transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ff1c3d; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

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

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

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

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ff1c3d;
  color: #ffffff; }
  .label.primary {
    background: #ff1c3d;
    color: #0a0a0a; }
  .label.secondary {
    background: #767676;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #ffffff; }

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

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.9375rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f5f5f5; }
  .pagination .current {
    padding: 0.25rem 0.75rem;
    background: #ff1c3d;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.25rem 0.75rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.25rem 0.75rem;
    content: '\2026';
    color: #0a0a0a; }

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #ff1c3d; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

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

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

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

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

.sticky-container {
  position: relative; }

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

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

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #0a0a0a; }
  tfoot {
    background: #f2f2f2;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

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

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

table.hover thead tr:hover {
  background-color: #f4f4f4; }

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 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: 49.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

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

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

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

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

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

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn; }

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

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

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-wrap {
  position: relative;
  display: inline-block; }

.cobb-tooltip {
  display: none;
  position: absolute;
  top: 60px;
  right: 0px;
  width: 290px;
  padding: 15px 20px 15px;
  background-color: #ff1c3d;
  color: #ffffff;
  z-index: 20;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-size: 15px;
  border-radius: 2px; }
  .cobb-tooltip:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ff1c3d; }
  .cobb-tooltip p {
    margin: 0px 0px 5px; }
  .cobb-tooltip .new-label {
    font-weight: 700;
    margin: 0px 0px 5px; }
  .cobb-tooltip .popup-close {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    color: #ffffff;
    float: right;
    font-size: 13px;
    padding: 3px 0 2px; }

.checklist {
  list-style-type: none;
  margin: 0px; }
  .checklist li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 15px; }
    .checklist li:after {
      position: absolute;
      left: 0px;
      top: -7px;
      content: '\f00c';
      font-family: 'FontAwesome';
      font-size: 24px;
      font-weight: 100;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      color: #ff1c3d; }

.ProductPage .product-grid {
  margin-top: 50px; }

.ProductPage .product-cell {
  margin-bottom: 40px;
  text-align: center; }

.ProductPage .image-wrap {
  position: relative;
  margin-bottom: 30px; }
  .ProductPage .image-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
    z-index: -1; }
  .ProductPage .image-wrap:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0a0a0a;
    display: none; }

.ProductPage .product-image {
  height: 250px; }

.ProductPage .product-cell .content-wrap {
  margin: auto;
  max-width: 350px;
  min-height: 50px; }
  .ProductPage .product-cell .content-wrap h3 {
    font-size: 45px; }

.ProductDetailPage .product-content {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media print, screen and (min-width: 40em) {
    .ProductDetailPage .product-content {
      padding-top: 50px;
      padding-bottom: 50px; } }

.ProductDetailPage #guide-language-select {
  height: 44px;
  width: 160px;
  margin: 0px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  font-size: 14px;
  border-radius: 30px;
  padding: 0px 32px 0px 18px;
  border: 1px solid #ff1c3d;
  color: #ff1c3d;
  font-weight: 600;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='42' height='26' viewBox='0 0 42 26'><polygon points='0,0 42,0 21,26' style='fill: rgb%28255, 28, 61%29'></polygon></svg>"); }

.product-guides-cell, .management-guides-resource-cell {
  border: 1px solid #cacaca;
  padding: 15px;
  margin-bottom: 30px; }
  .product-guides-cell .product-cell-inner, .management-guides-resource-cell .product-cell-inner {
    height: 100%; }
  .product-guides-cell .title, .management-guides-resource-cell .title {
    font-size: 16px;
    margin-bottom: 5px; }
  .product-guides-cell .small-paragraph, .management-guides-resource-cell .small-paragraph {
    margin: 0px; }
  .product-guides-cell .content, .management-guides-resource-cell .content {
    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; }
  .product-guides-cell .pdf-thumbnail, .management-guides-resource-cell .pdf-thumbnail {
    width: 70px;
    height: 104px;
    position: relative; }
    .product-guides-cell .pdf-thumbnail .fa, .management-guides-resource-cell .pdf-thumbnail .fa {
      position: absolute;
      font-size: 18px;
      left: calc(50% - 9px);
      top: calc(50% - 9px); }

.ProductComparisonPage .cobb-select {
  margin: auto;
  max-width: 350px; }

.ProductComparisonPage .product-col {
  text-align: center; }

.ProductComparisonPage .image-wrap {
  position: relative;
  margin-bottom: 30px; }
  .ProductComparisonPage .image-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
    z-index: -1; }
  .ProductComparisonPage .image-wrap:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0a0a0a; }

.ProductComparisonPage .content-wrap {
  margin: auto;
  max-width: 350px; }
  .ProductComparisonPage .content-wrap h3 {
    font-size: 45px; }

.ProductComparisonPage .desc-wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f5f5f5; }

.ProductComparisonPage .product-image {
  margin-top: 30px;
  height: 240px; }

.ResourcesPage .nav-tray.Resources,
.ResourceGrid .nav-tray.Resources {
  display: none; }

.ResourcesPage .featured-resources-grid .resource-cell,
.ResourceGrid .featured-resources-grid .resource-cell {
  padding: 0px;
  border: none; }

.ResourcesPage .search-bar,
.ResourceGrid .search-bar {
  position: relative;
  padding-bottom: 10px; }
  @media print, screen and (min-width: 40em) {
    .ResourcesPage .search-bar,
    .ResourceGrid .search-bar {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .ResourcesPage .search-bar .fa-search,
  .ResourceGrid .search-bar .fa-search {
    position: absolute;
    top: 40px;
    font-size: 26px;
    color: #cacaca; }

.ResourcesPage .cat-tabs-wrap,
.ResourceGrid .cat-tabs-wrap {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 25px; }

.ResourcesPage .cat-tabs,
.ResourceGrid .cat-tabs {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  @media screen and (max-width: 39.9375em) {
    .ResourcesPage .cat-tabs,
    .ResourceGrid .cat-tabs {
      overflow-x: scroll;
      white-space: nowrap; } }
  .ResourcesPage .cat-tabs li,
  .ResourceGrid .cat-tabs li {
    display: inline-block; }

.ResourcesPage .cat-tab,
.ResourceGrid .cat-tab {
  display: block;
  font-size: 14px;
  padding: 15px 18px;
  color: #8a8a8a; }
  @media print, screen and (min-width: 40em) {
    .ResourcesPage .cat-tab,
    .ResourceGrid .cat-tab {
      font-size: 14px;
      padding: 17px 15px; } }
  @media print, screen and (min-width: 64em) {
    .ResourcesPage .cat-tab,
    .ResourceGrid .cat-tab {
      font-size: 17px;
      padding: 17px 26px; } }
  .ResourcesPage .cat-tab.active,
  .ResourceGrid .cat-tab.active {
    border-bottom: 2px solid #ff1c3d;
    color: #ff1c3d; }

.ResourcesPage .search-field,
.ResourceGrid .search-field {
  position: relative;
  font-size: 25px;
  height: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  z-index: 10;
  padding-left: 40px; }
  @media print, screen and (min-width: 40em) {
    .ResourcesPage .search-field,
    .ResourceGrid .search-field {
      font-size: 32px; } }
  @media print, screen and (min-width: 64em) {
    .ResourcesPage .search-field,
    .ResourceGrid .search-field {
      font-size: 37px; } }
  .ResourcesPage .search-field:after,
  .ResourceGrid .search-field:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #f5f5f5; }

.ResourcesPage #product-guide-filters,
.ResourceGrid #product-guide-filters {
  padding-top: 20px;
  padding-bottom: 20px; }

.ResourcesPage #btn-search,
.ResourceGrid #btn-search {
  margin: 0px;
  border: none;
  border-radius: 30px; }
  @media print, screen and (min-width: 40em) {
    .ResourcesPage #btn-search,
    .ResourceGrid #btn-search {
      float: right;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 46.875em) {
    .ResourcesPage #btn-search,
    .ResourceGrid #btn-search {
      float: right;
      padding-left: 40px;
      padding-right: 40px; } }
  @media print, screen and (min-width: 64em) {
    .ResourcesPage #btn-search,
    .ResourceGrid #btn-search {
      padding-left: 56px;
      padding-right: 56px; } }
  @media screen and (min-width: 75em) {
    .ResourcesPage #btn-search,
    .ResourceGrid #btn-search {
      padding-left: 75px;
      padding-right: 75px; } }

.ResourcesPage .resource-grid,
.ResourceGrid .resource-grid {
  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;
  margin-right: -.53125rem;
  margin-left: -.53125rem; }

.ResourcesPage .resource-cell,
.ResourcesPage .product-guides-cell,
.ResourceGrid .resource-cell,
.ResourceGrid .product-guides-cell {
  margin-bottom: 17px;
  overflow: hidden;
  width: calc(100% - 1.0625rem);
  margin-right: 0.53125rem;
  margin-left: 0.53125rem; }
  @media screen and (min-width: 47.5em) {
    .ResourcesPage .resource-cell,
    .ResourcesPage .product-guides-cell,
    .ResourceGrid .resource-cell,
    .ResourceGrid .product-guides-cell {
      width: calc(50% - 1.0625rem);
      margin-right: 0.53125rem;
      margin-left: 0.53125rem; } }
  @media screen and (min-width: 68.75em) {
    .ResourcesPage .resource-cell,
    .ResourcesPage .product-guides-cell,
    .ResourceGrid .resource-cell,
    .ResourceGrid .product-guides-cell {
      width: calc(33.33333% - 1.0625rem);
      margin-right: 0.53125rem;
      margin-left: 0.53125rem; } }

.ResourcesPage .content-inner,
.ResourceGrid .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ResourcesPage .content-inner .desc-wrap,
  .ResourceGrid .content-inner .desc-wrap {
    width: 70%; }
  .ResourcesPage .content-inner .date-wrap,
  .ResourceGrid .content-inner .date-wrap {
    width: 30%; }

@media screen and (min-width: 68.75em) {
  .ResourcesPage .resource-cell:not(.hide):nth-child(4),
  .ResourcesPage .resource-cell:not(.hide):nth-child(5),
  .ResourcesPage .resource-cell:not(.hide):nth-child(9),
  .ResourcesPage .resource-cell:not(.hide):nth-child(10),
  .ResourceGrid .resource-cell:not(.hide):nth-child(4),
  .ResourceGrid .resource-cell:not(.hide):nth-child(5),
  .ResourceGrid .resource-cell:not(.hide):nth-child(9),
  .ResourceGrid .resource-cell:not(.hide):nth-child(10) {
    width: calc(50% - 1.0625rem); } }

.ResourcesPage .resource-tile,
.ResourceGrid .resource-tile {
  display: block;
  position: relative;
  height: 100%;
  background: #ff1c3d; }
  .ResourcesPage .resource-tile img,
  .ResourceGrid .resource-tile img {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .ResourcesPage .resource-tile:hover img,
  .ResourceGrid .resource-tile:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .ResourcesPage .resource-tile:hover:before,
  .ResourceGrid .resource-tile:hover:before {
    background-color: rgba(0, 0, 0, 0.4); }
  .ResourcesPage .resource-tile:before,
  .ResourceGrid .resource-tile:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .ResourcesPage .resource-tile .type,
  .ResourceGrid .resource-tile .type {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-weight: 600;
    z-index: 10; }
    @media print, screen and (min-width: 40em) {
      .ResourcesPage .resource-tile .type,
      .ResourceGrid .resource-tile .type {
        top: 30px;
        left: 40px; } }
  .ResourcesPage .resource-tile .icon,
  .ResourceGrid .resource-tile .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 22px;
    line-height: 0px;
    z-index: 10; }
    @media print, screen and (min-width: 40em) {
      .ResourcesPage .resource-tile .icon,
      .ResourceGrid .resource-tile .icon {
        top: 30px;
        right: 40px; } }
  .ResourcesPage .resource-tile .info,
  .ResourceGrid .resource-tile .info {
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0px;
    color: #ffffff;
    z-index: 10; }
    @media print, screen and (min-width: 40em) {
      .ResourcesPage .resource-tile .info,
      .ResourceGrid .resource-tile .info {
        padding: 30px 40px; } }
    .ResourcesPage .resource-tile .info:before,
    .ResourceGrid .resource-tile .info:before {
      content: '';
      position: absolute;
      width: 100%;
      height: calc(100% + 50px);
      left: 0px;
      bottom: 0px;
      z-index: -1;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
  .ResourcesPage .resource-tile .title,
  .ResourceGrid .resource-tile .title {
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    text-transform: capitalize; }
    .ResourcesPage .resource-tile .title.large,
    .ResourceGrid .resource-tile .title.large {
      font-size: 29px;
      line-height: 33px; }
  .ResourcesPage .resource-tile.no-image:before,
  .ResourceGrid .resource-tile.no-image:before {
    display: none; }
  .ResourcesPage .resource-tile.no-image:after,
  .ResourceGrid .resource-tile.no-image:after {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 0;
    opacity: .1;
    width: 60%;
    color: black; }
  .ResourcesPage .resource-tile.no-image .info:before,
  .ResourceGrid .resource-tile.no-image .info:before {
    display: none; }
  .ResourcesPage .resource-tile.no-image.tag-nutrition:after,
  .ResourceGrid .resource-tile.no-image.tag-nutrition:after {
    content: url("../images/icons/icon-wheat.png");
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 0;
    opacity: .1; }
  .ResourcesPage .resource-tile.no-image.icon-infographics:after, .ResourcesPage .resource-tile.no-image.icon-posters:after,
  .ResourceGrid .resource-tile.no-image.icon-infographics:after,
  .ResourceGrid .resource-tile.no-image.icon-posters:after {
    content: url("../images/icons/poster.svg");
    width: 50%; }
  .ResourcesPage .resource-tile.no-image.icon-broilers:after,
  .ResourceGrid .resource-tile.no-image.icon-broilers:after {
    content: url("../images/icons/broilers.svg"); }
  .ResourcesPage .resource-tile.no-image.icon-breeders:after,
  .ResourceGrid .resource-tile.no-image.icon-breeders:after {
    content: url("../images/icons/breeders.svg"); }
  .ResourcesPage .resource-tile.no-image.icon-hatchery:after,
  .ResourceGrid .resource-tile.no-image.icon-hatchery:after {
    content: url("../images/icons/hatchery.svg"); }
  .ResourcesPage .resource-tile.no-image.icon-biosecurity:after,
  .ResourceGrid .resource-tile.no-image.icon-biosecurity:after {
    content: url("../images/icons/biosecurity.svg"); }
  .ResourcesPage .resource-tile.no-image.icon-management:after,
  .ResourceGrid .resource-tile.no-image.icon-management:after {
    content: url("../images/icons/management-guides.svg"); }
  .ResourcesPage .resource-tile.no-image.icon-white-papers:after,
  .ResourceGrid .resource-tile.no-image.icon-white-papers:after {
    content: url("../images/icons/file-solid.svg");
    width: 38%;
    right: 10px;
    top: 20px; }

.ResourcesPage .videos-resource-cell .resource-tile:after,
.ResourceGrid .videos-resource-cell .resource-tile:after {
  content: url("../images/icons/play-circle-regular.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  z-index: 10;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: .85; }

.ResourcesPage .videos-resource-cell .resource-tile:hover:after,
.ResourceGrid .videos-resource-cell .resource-tile:hover:after {
  opacity: 1; }

.ResourcesPage .pagination,
.ResourceGrid .pagination {
  margin: 20px 0 40px; }

.ResourcesPage #resources-language-select,
.ResourceGrid #resources-language-select {
  height: 44px;
  width: 150px;
  margin: 0px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  font-size: 14px;
  border-radius: 30px;
  padding: 0px 32px 0px 18px;
  border: 1px solid #ff1c3d;
  color: #ff1c3d;
  font-weight: 600;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='42' height='26' viewBox='0 0 42 26'><polygon points='0,0 42,0 21,26' style='fill: rgb%28255, 28, 61%29'></polygon></svg>"); }

#video-embed {
  padding-top: 40px; }
  @media print, screen and (min-width: 64em) {
    #video-embed {
      width: 1000px; } }
  #video-embed .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0 14px;
    font-size: 28px; }

.ResourceGrid {
  margin-bottom: 0px !important; }
  .ResourceGrid .heading {
    margin: 25px 0; }
    @media print, screen and (min-width: 40em) {
      .ResourceGrid .heading {
        margin: 35px 0; } }
  .ResourceGrid .resource-grid {
    margin-right: -.53125rem;
    margin-left: -.53125rem; }
  .ResourceGrid .search-form {
    width: 100%;
    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;
    padding-top: 30px; }
    @media print, screen and (min-width: 40em) {
      .ResourceGrid .search-form {
        padding-top: 50px; } }
  .ResourceGrid .resource-search-cell {
    position: relative;
    background: #f5f5f5; }
    .ResourceGrid .resource-search-cell .inner {
      height: 100%;
      padding: 20px; }
      @media print, screen and (min-width: 40em) {
        .ResourceGrid .resource-search-cell .inner {
          padding: 30px 40px; } }
    .ResourceGrid .resource-search-cell .search-field-wrap {
      position: relative; }
    .ResourceGrid .resource-search-cell .search-icon {
      position: absolute;
      right: 0px;
      top: 12px;
      color: #cacaca;
      font-size: 26px; }
    .ResourceGrid .resource-search-cell .search-field {
      padding: 0px;
      font-size: 22px; }
      @media print, screen and (min-width: 64em) {
        .ResourceGrid .resource-search-cell .search-field {
          font-size: 32px; } }
    .ResourceGrid .resource-search-cell .type {
      position: absolute;
      top: 20px;
      left: 20px;
      color: #ff1c3d;
      font-weight: 600;
      z-index: 10; }
      @media print, screen and (min-width: 40em) {
        .ResourceGrid .resource-search-cell .type {
          top: 30px;
          left: 40px; } }
  .ResourceGrid #btn-search {
    float: left; }
  .ResourceGrid .btn-browse {
    display: block;
    padding: 17px 10px;
    font-weight: 600;
    clear: both; }
    @media print, screen and (min-width: 40em) {
      .ResourceGrid .btn-browse {
        padding: 17px 30px;
        float: left;
        clear: none; } }
  @media screen and (min-width: 68.75em) {
    .ResourceGrid .resource-cell {
      width: calc(50% - 1.0625rem);
      margin-right: 0.53125rem;
      margin-left: 0.53125rem; } }
  @media screen and (min-width: 68.75em) {
    .ResourceGrid .resource-grid.hide-search .resource-cell {
      width: calc(33.33333% - 1.0625rem);
      margin-right: 0.53125rem;
      margin-left: 0.53125rem; } }

.management-guides-resource-cell .new-label {
  font-weight: bold;
  margin: 0px 0px 0px;
  font-size: 14px;
  color: #e51937; }

.featured-resources-grid .new-label {
  font-weight: bold;
  margin: 0px 0px 7px;
  color: #ffffff; }

.HistoryPage .history-slider-wrap, .HistorySliderElement .history-slider-wrap {
  position: relative;
  padding: 30px 0 60px;
  background: #f5f5f5; }
  .HistoryPage .history-slider-wrap #history-slider, .HistorySliderElement .history-slider-wrap #history-slider {
    padding-left: 40px;
    padding-right: 40px; }
  .HistoryPage .history-slider-wrap .slick-prev, .HistoryPage .history-slider-wrap .slick-next, .HistorySliderElement .history-slider-wrap .slick-prev, .HistorySliderElement .history-slider-wrap .slick-next {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 600;
    z-index: 20;
    width: 50px;
    text-align: center;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .HistoryPage .history-slider-wrap .slick-prev .fal, .HistoryPage .history-slider-wrap .slick-next .fal, .HistorySliderElement .history-slider-wrap .slick-prev .fal, .HistorySliderElement .history-slider-wrap .slick-next .fal {
      font-size: 44px; }
  .HistoryPage .history-slider-wrap .slick-next, .HistorySliderElement .history-slider-wrap .slick-next {
    left: unset;
    right: 0px; }

.HistoryPage .history-item, .HistorySliderElement .history-item {
  padding: 12px; }

.HistoryPage .history-item-inner, .HistorySliderElement .history-item-inner {
  background: #ffffff;
  height: 100%; }

.HistoryPage .info, .HistorySliderElement .info {
  padding: 30px 24px;
  background: #fff; }

.HistoryPage .year, .HistorySliderElement .year {
  margin: 5px 0; }

.HistoryPage .desc, .HistorySliderElement .desc {
  margin: 0px; }

.HistoryPage .intro-wrap, .HistorySliderElement .intro-wrap {
  background: #f5f5f5; }

.HistoryPage .decade-tabs-wrap, .HistorySliderElement .decade-tabs-wrap {
  border-bottom: 1px solid #cacaca;
  background: #f5f5f5; }

.HistoryPage .decade-tabs, .HistorySliderElement .decade-tabs {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .HistoryPage .decade-tabs, .HistorySliderElement .decade-tabs {
      overflow-x: scroll;
      white-space: nowrap; } }
  .HistoryPage .decade-tabs li, .HistorySliderElement .decade-tabs li {
    display: inline-block; }

.HistoryPage .decade-tab, .HistorySliderElement .decade-tab {
  display: block;
  font-size: 14px;
  padding: 15px 18px;
  color: #8a8a8a; }
  @media print, screen and (min-width: 40em) {
    .HistoryPage .decade-tab, .HistorySliderElement .decade-tab {
      font-size: 15px;
      padding: 17px 16px; } }
  @media print, screen and (min-width: 64em) {
    .HistoryPage .decade-tab, .HistorySliderElement .decade-tab {
      font-size: 18px;
      padding: 17px 30px; } }
  .HistoryPage .decade-tab.active, .HistorySliderElement .decade-tab.active {
    border-bottom: 2px solid #ff1c3d;
    color: #ff1c3d; }

.CareersPage .main-content {
  margin-top: 75px; }
  @media screen and (min-width: 56.25em) {
    .CareersPage .main-content {
      margin-top: 140px; } }

.careers-nav-wrap {
  padding-top: 10px;
  margin-bottom: 15px; }
  .careers-nav-wrap .button {
    margin-bottom: 10px; }
    @media screen and (max-width: 39.9375em) {
      .careers-nav-wrap .button {
        font-size: 0.75rem; } }
  @media screen and (max-width: 39.9375em) {
    .careers-nav-wrap .careers-pages-links {
      text-align: center; } }

.NewsPage article:hover .image::before {
  opacity: .4; }

.NewsPage article .image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity .3s, -webkit-transform .3s, -webkit-filter .3s;
  transition: opacity .3s, -webkit-transform .3s, -webkit-filter .3s;
  transition: transform .3s, filter .3s, opacity .3s;
  transition: transform .3s, filter .3s, opacity .3s, -webkit-transform .3s, -webkit-filter .3s;
  z-index: 1; }
  .NewsPage article .image::before {
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    content: ""; }
  .NewsPage article .image::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: ""; }
  .NewsPage article .image.no-image {
    background: #ff1c3d; }
  .NewsPage article .image.no-image:after {
    position: absolute;
    left: unset;
    right: 0px;
    top: 30px;
    z-index: 0;
    opacity: .1;
    width: 50%;
    color: black;
    background: transparent; }
  .NewsPage article .image.icon-company-news:after {
    content: url("../images/icons/article.svg"); }

.NewsPage article .date {
  opacity: .75;
  font-size: 14px; }

.NewsPage .title {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 92.5rem; }
  @media print, screen and (min-width: 64em) {
    .NewsPage .title {
      padding: 30px; } }
  .NewsPage .title .heading {
    font-size: 36px; }
    @media screen and (max-width: 49.9375em) {
      .NewsPage .title .heading {
        min-width: 100%;
        text-align: center; } }
  .NewsPage .title .categories {
    line-height: 50px;
    text-align: right; }
    @media screen and (max-width: 49.9375em) {
      .NewsPage .title .categories {
        min-width: 100%;
        text-align: center; } }
    @media screen and (max-width: 49.9375em) {
      .NewsPage .title .categories .category {
        padding: 12px 20px;
        font-size: 14px; } }

.NewsPage .latest {
  height: 580px; }
  @media screen and (max-width: 49.9375em) {
    .NewsPage .latest {
      height: auto; } }
  .NewsPage .latest .right.cell {
    position: relative; }
    @media screen and (max-width: 49.9375em) {
      .NewsPage .latest .right.cell {
        min-width: 100%;
        margin-top: 1rem; } }
  .NewsPage .latest article {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 49.9375em) {
      .NewsPage .latest article {
        display: block;
        top: 0 !important;
        left: 0 !important;
        min-width: 100% !important;
        height: 320px !important; } }
    .NewsPage .latest article.left {
      width: 60%;
      height: 550px; }
      .NewsPage .latest article.left .category {
        top: 52px;
        left: 45px; }
      .NewsPage .latest article.left .text {
        bottom: 35px;
        left: 40px;
        padding-right: 20px; }
    .NewsPage .latest article.right {
      width: 100%;
      height: calc(50% - 1.5rem);
      margin-bottom: 1rem; }
      .NewsPage .latest article.right .category {
        top: 42px;
        left: 30px; }
      .NewsPage .latest article.right .text {
        bottom: 25px;
        left: 30px;
        max-width: calc(100% - 60px); }
    .NewsPage .latest article .cover {
      position: absolute;
      color: #ffffff;
      z-index: 2; }
    .NewsPage .latest article .category {
      padding: 8px 16px;
      border-radius: 32px;
      font-size: 12px;
      font-weight: bold;
      -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
      -webkit-transition: border-color .1s;
      transition: border-color .1s;
      border: 1px solid;
      border-color: transparent;
      z-index: 3; }
      .NewsPage .latest article .category:hover {
        border-color: #ffffff; }

.NewsPage .previous {
  padding-top: 35px;
  padding-bottom: 25px; }
  .NewsPage .previous article {
    margin-bottom: 1rem; }
    @media screen and (max-width: 39.9375em) {
      .NewsPage .previous article {
        min-width: 100%;
        height: unset; } }
    .NewsPage .previous article .grid-x {
      height: 100%; }
      @media screen and (max-width: 39.9375em) {
        .NewsPage .previous article .grid-x .image-container {
          min-width: 100%; } }
      .NewsPage .previous article .grid-x .text {
        position: relative; }
        .NewsPage .previous article .grid-x .text .category {
          font-size: 14px;
          font-weight: bold;
          margin-top: 25px;
          margin-bottom: 20px;
          display: block; }
          .NewsPage .previous article .grid-x .text .category:hover {
            text-decoration: underline; }
        .NewsPage .previous article .grid-x .text .link {
          color: #0a0a0a; }
          .NewsPage .previous article .grid-x .text .link:hover {
            color: #ff1c3d; }
        .NewsPage .previous article .grid-x .text .summary {
          color: #767676; }
        .NewsPage .previous article .grid-x .text .date {
          color: #767676;
          margin: 20px 0 0;
          font-weight: 600; }

.BlogPost .breadcrumbs {
  margin-top: 30px; }

.BlogPost .post-title {
  font-size: 25px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 25px; }
  @media print, screen and (min-width: 40em) {
    .BlogPost .post-title {
      font-size: 35px;
      line-height: 40px; } }

.BlogPost .content {
  margin-top: 10px; }
  .BlogPost .content img.left {
    float: left;
    padding: 5px 20px 20px 0px; }
  .BlogPost .content img.right {
    float: right;
    padding: 5px 5px 20px 20px; }

.SearchPage .search-wrap {
  position: relative;
  margin: 60px auto 40px; }

.SearchPage #search-field {
  padding-left: 0px;
  padding-bottom: 18px;
  font-size: 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #8a8a8a;
  text-transform: capitalize; }

.SearchPage .search-icon {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 23px; }

.SearchPage .result-count {
  margin-bottom: 25px; }

.SearchPage .search-result {
  padding: 20px 0;
  border-bottom: 1px solid #cacaca; }
  .SearchPage .search-result .result-type {
    font-size: 14px;
    text-transform: uppercase;
    margin: 4px 0;
    font-weight: 600; }
  .SearchPage .search-result .title {
    font-weight: 800;
    margin-bottom: 0px; }
  .SearchPage .search-result .fal {
    padding-right: 2px;
    color: #0a0a0a; }
  .SearchPage .search-result .summary {
    font-size: 14px;
    padding-top: 5px;
    margin: 0px; }
    .SearchPage .search-result .summary br {
      display: none; }
  .SearchPage .search-result .video-thumb {
    margin-right: 12px;
    position: relative; }
    .SearchPage .search-result .video-thumb .far {
      font-size: 35px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: .75;
      color: #ffffff; }

.SearchPage .pagination .current a {
  color: #ffffff; }

.SearchPage .pagination .current a:hover, .SearchPage .pagination .current button:hover {
  background: #ff1c3d; }

.GatedPage .gate-content {
  background: #f5f5f5; }

.GatedPage .form-wrap {
  display: block;
  max-width: 700px;
  padding: 25px 30px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin: 20px auto 50px;
  background: white; }
  @media print, screen and (min-width: 40em) {
    .GatedPage .form-wrap {
      padding: 45px 60px;
      margin: 40px auto 80px; } }
  .GatedPage .form-wrap .button {
    margin-top: 10px; }

.GatedPage #lead-form {
  max-width: 550px;
  margin: auto;
  margin-top: 35px; }

.ChooseCobbPage .req-message {
  display: none; }

.landing-page-header {
  padding: 18px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  text-align: center;
  margin-bottom: 20px; }
  .landing-page-header .logo {
    width: 130px; }

.WattLandingPage #header, .WattLandingPage footer, .WattFormPage #header, .WattFormPage footer {
  display: none; }

.WattLandingPage .main-content, .WattFormPage .main-content {
  margin-top: 0px; }

.WattLandingPage .x-narrow, .WattFormPage .x-narrow {
  max-width: 700px !important; }

.WattLandingPage .narrow, .WattFormPage .narrow {
  max-width: 900px !important; }

.WattLandingPage .faq-question, .WattFormPage .faq-question {
  position: relative;
  padding-left: 30px; }
  .WattLandingPage .faq-question:before, .WattFormPage .faq-question:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #ff1c3d;
    position: absolute;
    top: 2px;
    left: 0px; }

.WattLandingPage .faq-title, .WattFormPage .faq-title {
  position: relative;
  font-size: 20px;
  margin: 10px 0; }

.WattLandingPage .logo-wrap, .WattFormPage .logo-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 20px 30px; }

.WattLandingPage .excerpt-heading, .WattFormPage .excerpt-heading {
  position: relative;
  padding-top: 20px; }
  .WattLandingPage .excerpt-heading:before, .WattFormPage .excerpt-heading:before {
    content: '';
    width: 50px;
    height: 3px;
    background: #ff1c3d;
    position: absolute;
    top: 0px; }

.WattLandingPage .excerpt-heading-bottom, .WattFormPage .excerpt-heading-bottom {
  position: relative;
  padding-bottom: 22px; }
  .WattLandingPage .excerpt-heading-bottom:before, .WattFormPage .excerpt-heading-bottom:before {
    content: '';
    width: 50px;
    height: 3px;
    background: #ff1c3d;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.section {
  padding: 30px 0; }
  @media print, screen and (min-width: 40em) {
    .section {
      padding: 50px 0; } }
  @media print, screen and (min-width: 40em) {
    .section .heading {
      margin-bottom: 20px; } }
  .section img {
    margin-bottom: 20px; }

.WattFormPage h3 {
  margin-bottom: 25px; }

.WattFormPage .optin-field-wrap {
  margin: 10px 0 15px;
  position: relative;
  padding-left: 25px; }
  .WattFormPage .optin-field-wrap input {
    position: absolute;
    left: 0px;
    top: 6px; }

.WattFormPage .button {
  border-radius: 32px;
  margin: 15px 0; }

.WattFormPage .disclaimer {
  color: #333333; }

.gate-reveal-inner {
  max-width: 450px;
  margin: 35px auto; }

.WattContentPage {
  background: #f5f5f5; }
  .WattContentPage .x-narrow {
    max-width: 700px !important; }
  .WattContentPage .narrow {
    max-width: 1000px !important; }
  .WattContentPage .intro-text {
    margin: 20px auto;
    max-width: 700px;
    text-align: center; }
  .WattContentPage .primary {
    margin-bottom: 20px; }
  .WattContentPage .article-wrap {
    background: #ffffff;
    padding: 20px;
    margin: 30px auto 40px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media print, screen and (min-width: 40em) {
      .WattContentPage .article-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px;
        margin: 40px auto 60px; } }
    .WattContentPage .article-wrap.secondary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0px;
      height: 100%; }
      .WattContentPage .article-wrap.secondary .label-part {
        font-size: 15px;
        margin-bottom: 7px; }
      @media print, screen and (min-width: 40em) {
        .WattContentPage .article-wrap.secondary h4 {
          font-size: 18px; } }
      .WattContentPage .article-wrap.secondary .content-wrap {
        padding-left: 20px; }
      @media print, screen and (min-width: 64em) {
        .WattContentPage .article-wrap.secondary .button {
          font-size: 14px;
          padding-top: 12px;
          padding-bottom: 12px; } }
    .WattContentPage .article-wrap .label-part {
      font-weight: 600;
      color: #8a8a8a; }
    @media print, screen and (min-width: 40em) {
      .WattContentPage .article-wrap img {
        margin: 0px; } }
    .WattContentPage .article-wrap .button {
      margin-top: 10px; }
  @media print, screen and (min-width: 40em) {
    .WattContentPage .content-wrap {
      padding-left: 40px; } }
  .WattContentPage .excerpt-heading-bottom {
    position: relative;
    padding-bottom: 22px; }
    .WattContentPage .excerpt-heading-bottom:before {
      content: '';
      width: 50px;
      height: 3px;
      background: #ff1c3d;
      position: absolute;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .WattContentPage .bottom-callout {
    text-align: center;
    margin: 40px auto 50px; }
  .WattContentPage footer {
    background: #ffffff; }

.AcademyPage .user-menu, .AcademyModulePage .user-menu {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 20;
  font-size: 13px; }
  @media print, screen and (min-width: 40em) {
    .AcademyPage .user-menu, .AcademyModulePage .user-menu {
      font-size: 16px; } }
  .AcademyPage .user-menu .divider, .AcademyModulePage .user-menu .divider {
    padding: 0 10px; }
  .AcademyPage .user-menu .link, .AcademyModulePage .user-menu .link {
    text-decoration: none;
    color: #ffffff; }

.AcademyPage .heading-banner h1, .AcademyModulePage .heading-banner h1 {
  letter-spacing: 4px;
  margin: 15px auto 5px;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .AcademyPage .heading-banner h1, .AcademyModulePage .heading-banner h1 {
      font-size: 50px; } }
  @media print, screen and (min-width: 64em) {
    .AcademyPage .heading-banner h1, .AcademyModulePage .heading-banner h1 {
      font-size: 70px; } }

@media print, screen and (min-width: 40em) {
  .AcademyPage .heading-banner .sub-header, .AcademyModulePage .heading-banner .sub-header {
    font-size: 20px;
    font-weight: 600; } }

.AcademyPage .heading-banner .button, .AcademyModulePage .heading-banner .button {
  margin: 20px auto 15px; }

.AcademyPage .heading-banner p, .AcademyModulePage .heading-banner p {
  color: #ffffff; }

.AcademyPage .heading-banner p a, .AcademyModulePage .heading-banner p a {
  color: #ffffff;
  text-decoration: underline; }

.AcademyPage .academy-top-nav, .AcademyModulePage .academy-top-nav {
  margin: 15px 0 0;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .AcademyPage .academy-top-nav, .AcademyModulePage .academy-top-nav {
      text-align: left; } }
  .AcademyPage .academy-top-nav a, .AcademyModulePage .academy-top-nav a {
    display: inline-block;
    padding: 3px 18px;
    border-right: 1px solid #D3D3D3; }
    @media print, screen and (min-width: 40em) {
      .AcademyPage .academy-top-nav a, .AcademyModulePage .academy-top-nav a {
        padding: 1px 18px; } }
    .AcademyPage .academy-top-nav a:first-child, .AcademyModulePage .academy-top-nav a:first-child {
      padding-left: 0px; }
    .AcademyPage .academy-top-nav a:last-child, .AcademyModulePage .academy-top-nav a:last-child {
      border-right: none; }

@media print, screen and (min-width: 64em) {
  .AcademyPage .reveal, .AcademyModulePage .reveal {
    padding: 40px; } }

.AcademyPage .reveal .inner, .AcademyModulePage .reveal .inner {
  background: #f5f5f5;
  padding: 20px; }
  @media print, screen and (min-width: 64em) {
    .AcademyPage .reveal .inner, .AcademyModulePage .reveal .inner {
      padding: 30px; } }

.AcademyPage form .button, .AcademyModulePage form .button {
  border-radius: 32px; }

.AcademyPage form input.text, .AcademyModulePage form input.text {
  border-radius: 25px;
  padding: 10px 18px;
  height: 48px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px; }

.AcademyPage form .field label, .AcademyModulePage form .field label {
  display: none; }

.AcademyPage .form-message, .AcademyModulePage .form-message {
  text-align: center;
  background: #ff1c3d;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 600; }
  .AcademyPage .form-message.success, .AcademyModulePage .form-message.success {
    background: #1ed760; }

.AcademyPage #login-form .btn-toolbar, .AcademyPage #signup-form .btn-toolbar, .AcademyModulePage #login-form .btn-toolbar, .AcademyModulePage #signup-form .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.AcademyPage .signup-footer, .AcademyModulePage .signup-footer {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.AcademyPage form.loading input[type="submit"], .AcademyModulePage form.loading input[type="submit"] {
  opacity: .5; }

.AcademyPage form.loading .btn-toolbar:after, .AcademyModulePage form.loading .btn-toolbar:after {
  content: url("../images/loader.svg"); }

.AcademyPage .section-academy, .AcademyModulePage .section-academy {
  margin: 20px 0; }
  .AcademyPage .section-academy .section-inner, .AcademyModulePage .section-academy .section-inner {
    padding: 40px 0;
    background: #F5F5F5; }
    @media print, screen and (min-width: 40em) {
      .AcademyPage .section-academy .section-inner, .AcademyModulePage .section-academy .section-inner {
        padding: 40px 0; } }

.AcademyPage #who-is-this-for .content-cell, .AcademyModulePage #who-is-this-for .content-cell {
  background: #F5F5F5; }

.AcademyPage #who-is-this-for .inner, .AcademyModulePage #who-is-this-for .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px 20px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  @media print, screen and (min-width: 40em) {
    .AcademyPage #who-is-this-for .inner, .AcademyModulePage #who-is-this-for .inner {
      padding: 20px 60px 20px 40px; } }

.AcademyPage #who-is-this-for ul, .AcademyModulePage #who-is-this-for ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
  .AcademyPage #who-is-this-for ul li, .AcademyModulePage #who-is-this-for ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px; }
  .AcademyPage #who-is-this-for ul li:before, .AcademyModulePage #who-is-this-for ul li:before {
    content: '\f00c';
    color: #E92B47;
    position: absolute;
    left: 0px;
    top: -2px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    font-size: 20px; }

.AcademyPage .meet-the-expert, .AcademyModulePage .meet-the-expert {
  position: relative;
  background: #ff1c3d;
  color: #ffffff;
  max-width: 1000px;
  margin: 100px auto;
  width: 100%;
  padding: 40px;
  padding-left: 350px; }
  .AcademyPage .meet-the-expert .expert-image, .AcademyModulePage .meet-the-expert .expert-image {
    position: absolute;
    width: 270px;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.AcademyPage #how-it-works .steps-inner, .AcademyModulePage #how-it-works .steps-inner {
  display: grid;
  background: #ffffff;
  max-width: 1000px;
  margin: 10px auto;
  width: 100%;
  padding: 40px 20px;
  grid-template-columns: repeat(2, 1fr); }
  @media print, screen and (min-width: 40em) {
    .AcademyPage #how-it-works .steps-inner, .AcademyModulePage #how-it-works .steps-inner {
      padding: 40px;
      grid-template-columns: repeat(3, 1fr); } }
  @media print, screen and (min-width: 64em) {
    .AcademyPage #how-it-works .steps-inner, .AcademyModulePage #how-it-works .steps-inner {
      padding: 40px;
      grid-template-columns: repeat(4, 1fr); } }

.AcademyPage #how-it-works .step-item, .AcademyModulePage #how-it-works .step-item {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 19px; }
  .AcademyPage #how-it-works .step-item:after, .AcademyModulePage #how-it-works .step-item:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 0; }
  .AcademyPage #how-it-works .step-item:first-child:after, .AcademyModulePage #how-it-works .step-item:first-child:after {
    width: 50%;
    left: unset;
    right: 0px; }
  .AcademyPage #how-it-works .step-item:last-child:after, .AcademyModulePage #how-it-works .step-item:last-child:after {
    width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .AcademyPage #how-it-works .step-item:nth-child(2):after, .AcademyPage #how-it-works .step-item:nth-child(4):after, .AcademyPage #how-it-works .step-item:nth-child(6):after, .AcademyModulePage #how-it-works .step-item:nth-child(2):after, .AcademyModulePage #how-it-works .step-item:nth-child(4):after, .AcademyModulePage #how-it-works .step-item:nth-child(6):after {
      width: 50%; }
    .AcademyPage #how-it-works .step-item:nth-child(3):after, .AcademyPage #how-it-works .step-item:nth-child(5):after, .AcademyPage #how-it-works .step-item:nth-child(7):after, .AcademyModulePage #how-it-works .step-item:nth-child(3):after, .AcademyModulePage #how-it-works .step-item:nth-child(5):after, .AcademyModulePage #how-it-works .step-item:nth-child(7):after {
      width: 50%;
      left: unset;
      right: 0px; } }
  @media screen and (min-width: 40em) and (max-width: 49.9375em) {
    .AcademyPage #how-it-works .step-item:nth-child(4):after, .AcademyPage #how-it-works .step-item:nth-child(7):after, .AcademyModulePage #how-it-works .step-item:nth-child(4):after, .AcademyModulePage #how-it-works .step-item:nth-child(7):after {
      width: 50%;
      left: unset;
      right: 0px; }
    .AcademyPage #how-it-works .step-item:nth-child(3):after, .AcademyPage #how-it-works .step-item:nth-child(6):after, .AcademyModulePage #how-it-works .step-item:nth-child(3):after, .AcademyModulePage #how-it-works .step-item:nth-child(6):after {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .AcademyPage #how-it-works .step-item:nth-child(5):after, .AcademyModulePage #how-it-works .step-item:nth-child(5):after {
      width: 50%;
      left: unset;
      right: 0px; }
    .AcademyPage #how-it-works .step-item:nth-child(4):after, .AcademyModulePage #how-it-works .step-item:nth-child(4):after {
      width: 50%; } }

.AcademyPage #how-it-works .step-number, .AcademyModulePage #how-it-works .step-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff1c3d;
  margin: 0 auto 7px;
  z-index: 1; }
  .AcademyPage #how-it-works .step-number:after, .AcademyModulePage #how-it-works .step-number:after {
    content: '.';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }

.AcademyPage #top-tips, .AcademyModulePage #top-tips {
  margin: 40px auto; }
  @media print, screen and (min-width: 64em) {
    .AcademyPage #top-tips, .AcademyModulePage #top-tips {
      margin: 60px auto; } }
  .AcademyPage #top-tips .steps, .AcademyModulePage #top-tips .steps {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .AcademyPage #top-tips .steps, .AcademyModulePage #top-tips .steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .AcademyPage #top-tips .steps-inner, .AcademyModulePage #top-tips .steps-inner {
    position: relative;
    width: 100%;
    background: #ff1c3d;
    color: #ffffff;
    padding: 40px;
    font-size: 18px;
    font-weight: 600; }
    @media print, screen and (min-width: 40em) {
      .AcademyPage #top-tips .steps-inner, .AcademyModulePage #top-tips .steps-inner {
        width: calc(100% - 200px);
        padding: 60px;
        padding-right: 30px;
        padding-left: 150px; } }
    @media print, screen and (min-width: 64em) {
      .AcademyPage #top-tips .steps-inner, .AcademyModulePage #top-tips .steps-inner {
        padding: 60px;
        padding-left: 200px; } }
  .AcademyPage #top-tips .step-item, .AcademyModulePage #top-tips .step-item {
    margin: 30px 0;
    position: relative;
    padding-left: 35px; }
    @media print, screen and (min-width: 40em) {
      .AcademyPage #top-tips .step-item, .AcademyModulePage #top-tips .step-item {
        margin: 23px 0; } }
    @media print, screen and (min-width: 64em) {
      .AcademyPage #top-tips .step-item, .AcademyModulePage #top-tips .step-item {
        margin: 32px 0; } }
  .AcademyPage #top-tips .step-number, .AcademyModulePage #top-tips .step-number {
    position: absolute;
    top: 50%;
    margin-right: 12px;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    left: 0px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .AcademyPage #top-tips .tips-image, .AcademyModulePage #top-tips .tips-image {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .AcademyPage #top-tips .tips-image, .AcademyModulePage #top-tips .tips-image {
        display: block;
        z-index: 5;
        left: 0px;
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: unset;
        height: calc(100% - 160px); } }
    @media print, screen and (min-width: 50em) {
      .AcademyPage #top-tips .tips-image, .AcademyModulePage #top-tips .tips-image {
        height: calc(100% - 80px); } }

.AcademyPage .module-info, .AcademyModulePage .module-info {
  padding: 20px;
  background: #F5F5F5;
  height: 100%; }
  @media print, screen and (min-width: 40em) {
    .AcademyPage .module-info, .AcademyModulePage .module-info {
      padding: 50px; } }
  @media print, screen and (min-width: 64em) {
    .AcademyPage .module-info, .AcademyModulePage .module-info {
      padding: 60px 50px;
      min-height: 400px; } }
  .AcademyPage .module-info .date, .AcademyModulePage .module-info .date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #ff1c3d; }

.AcademyPage .module-grid, .AcademyModulePage .module-grid {
  margin-bottom: 20px; }
  .AcademyPage .module-grid .cell, .AcademyModulePage .module-grid .cell {
    position: relative; }

.AcademyPage .module-overlay, .AcademyModulePage .module-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.45);
  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; }

.AcademyPage .module-link, .AcademyModulePage .module-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.AcademyPage .countdown, .AcademyModulePage .countdown {
  color: #ffffff;
  font-size: 34px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px; }

.AcademyPage .countdown-cell, .AcademyModulePage .countdown-cell {
  display: inline-block;
  padding: 0 10px;
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  text-align: center; }

.AcademyPage .countdown-label, .AcademyModulePage .countdown-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.AcademyPage .image-wrap, .AcademyModulePage .image-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center center;
  background-size: cover; }

.reset-password-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
  z-index: 150;
  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; }

.reset-password-modal {
  width: 100%;
  max-width: 650px;
  background: #ffffff;
  padding: 20px; }
  @media print, screen and (min-width: 40em) {
    .reset-password-modal {
      padding: 40px; } }

.AcademyModulePage .heading-banner .logo {
  width: 100px; }

.AcademyModulePage .module-heading {
  color: #ffffff;
  margin: 20px auto 10px;
  font-weight: 600; }

.AcademyModulePage .meet-the-expert {
  margin-top: 70px; }

.AcademyModulePage #course-overview .section-inner {
  padding: 40px 0;
  margin-top: 30px; }
  @media print, screen and (min-width: 64em) {
    .AcademyModulePage #course-overview .section-inner {
      padding: 80px 0; } }

.AcademyModulePage #course-overview .steps {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media print, screen and (min-width: 50em) {
    .AcademyModulePage #course-overview .steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.AcademyModulePage #course-overview .steps-inner {
  position: relative;
  width: 100%;
  background: #ff1c3d;
  color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
  @media print, screen and (min-width: 50em) {
    .AcademyModulePage #course-overview .steps-inner {
      width: 60%;
      padding: 60px;
      padding-right: 30px; } }
  @media print, screen and (min-width: 64em) {
    .AcademyModulePage #course-overview .steps-inner {
      width: calc(100% - 200px);
      padding: 60px;
      padding-left: 220px; } }

.AcademyModulePage #course-overview .tips-image {
  display: none; }
  @media print, screen and (min-width: 50em) {
    .AcademyModulePage #course-overview .tips-image {
      display: block;
      z-index: 5;
      left: 0px;
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: calc(40% + 20px); } }
  @media print, screen and (min-width: 64em) {
    .AcademyModulePage #course-overview .tips-image {
      width: unset;
      height: calc(100% + 50px); } }

.AcademyModulePage #section-flipbook {
  margin-top: 40px;
  margin-bottom: 40px; }
  .AcademyModulePage #section-flipbook .grid-x {
    background: #f5f5f5; }
  .AcademyModulePage #section-flipbook .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .AcademyModulePage #section-flipbook .flipbook-image {
    display: block;
    margin: 20px 0;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }

.AcademyModulePage #section-videos {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media print, screen and (min-width: 40em) {
    .AcademyModulePage #section-videos {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .AcademyModulePage #section-videos .thumb {
    display: block;
    position: relative;
    overflow: hidden; }
    .AcademyModulePage #section-videos .thumb img {
      -webkit-transition: all .3s;
      transition: all .3s; }
    .AcademyModulePage #section-videos .thumb:hover:before {
      background: rgba(0, 0, 0, 0.25); }
    .AcademyModulePage #section-videos .thumb:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .AcademyModulePage #section-videos .thumb:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 5; }
  .AcademyModulePage #section-videos .thumb:after {
    content: url(../images/icons/play-circle-regular.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    z-index: 10;
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: .85; }
  .AcademyModulePage #section-videos .title {
    margin-top: 12px;
    margin-bottom: 5px; }
  .AcademyModulePage #section-videos .desc {
    font-size: 14px; }

.AcademyModulePage #section-materials {
  margin-top: 40px; }
  @media print, screen and (min-width: 40em) {
    .AcademyModulePage #section-materials {
      margin-top: 60px; } }
  .AcademyModulePage #section-materials .thumb {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px; }
  .AcademyModulePage #section-materials .title {
    margin-bottom: 5px; }
  .AcademyModulePage #section-materials .desc {
    font-size: 14px; }

.AcademyModulePage .accordion-title {
  font-size: 18px;
  font-weight: 600; }

.video-scroller-wrap {
  position: relative; }

.video-scroller .video-item {
  position: relative;
  width: 100%;
  height: 400px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  color: #ffffff;
  padding: 40px 0; }
  @media print, screen and (min-width: 64em) {
    .video-scroller .video-item {
      height: 600px;
      padding: 60px 0; } }
  .video-scroller .video-item:hover {
    background-image: attr(data-preview url); }
  .video-scroller .video-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    opacity: .35;
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px; }
  .video-scroller .video-item .grid-container, .video-scroller .video-item section.element {
    position: relative;
    width: 100%; }
  .video-scroller .video-item h1, .video-scroller .video-item h2 {
    color: #ffffff; }
    @media print, screen and (min-width: 64em) {
      .video-scroller .video-item h1, .video-scroller .video-item h2 {
        font-size: 80px; } }

.video-scroller .btn-play-video {
  display: block;
  color: #ffffff;
  margin-top: 30px; }
  .video-scroller .btn-play-video:hover {
    color: #ffffff;
    opacity: .8; }
  .video-scroller .btn-play-video i {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    font-size: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding-left: 3px;
    margin-right: 7px; }

.video-scroller .video-item video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(calc(50vw - 50%));
      -ms-transform: translateX(calc(50vw - 50%));
          transform: translateX(calc(50vw - 50%)); }

.video-scroller-nav {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #ffffff;
  font-size: 40px;
  padding: 40px;
  z-index: 10; }
  @media print, screen and (min-width: 64em) {
    .video-scroller-nav {
      padding: 40px 60px; } }
  .video-scroller-nav a {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #ffffff; }
    .video-scroller-nav a:hover {
      color: #ffffff;
      opacity: .85; }
  .video-scroller-nav .video-scroller-prev:hover {
    -webkit-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
            transform: translateX(-4px); }
  .video-scroller-nav .video-scroller-next:hover {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px); }

.transcript-wrap {
  height: 300px;
  overflow: scroll; }

.cobb-select, .cobb-v-select {
  height: 60px;
  overflow: hidden;
  -webkit-transition: height .2s;
  transition: height .2s;
  text-align: left; }
  .cobb-select.open, .cobb-v-select.open {
    height: auto; }
    .cobb-select.open .selected:after, .cobb-v-select.open .selected:after {
      -webkit-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1); }
  .cobb-select .selected, .cobb-v-select .selected {
    position: relative;
    border: 1px solid #cacaca;
    border-radius: 30px;
    padding: 17px 20px;
    font-weight: 600;
    cursor: pointer; }
    .cobb-select .selected:after, .cobb-v-select .selected:after {
      position: absolute;
      right: 23px;
      top: 12px;
      content: '\f107';
      font-family: 'FontAwesome';
      font-size: 24px;
      font-weight: 100;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
  .cobb-select .cobb-select-option, .cobb-v-select .cobb-select-option {
    padding: 10px 20px;
    border: 1px solid #cacaca;
    margin: 0px 25px;
    border-top: none;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
    .cobb-select .cobb-select-option:hover, .cobb-v-select .cobb-select-option:hover {
      background: #f3f3f3; }

.btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(1em + 20px);
  font-size: 14px;
  margin: 0 4px;
  padding: 20px 30px;
  -webkit-transition: opacity .2s, -webkit-filter .2s;
  transition: opacity .2s, -webkit-filter .2s;
  transition: opacity .2s, filter .2s;
  transition: opacity .2s, filter .2s, -webkit-filter .2s;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
  .btn.white {
    background: #ffffff;
    color: #0a0a0a;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #212121; }
    .btn.white:hover {
      -webkit-filter: brightness(0.95);
              filter: brightness(0.95); }
    .btn.white:active {
      -webkit-filter: brightness(0.9);
              filter: brightness(0.9); }
  .btn.red {
    background: #ffffff;
    color: #0a0a0a;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #212121;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s; }
    .btn.red:hover {
      background: #ff1c3d;
      color: #ffffff; }
  .btn.primary {
    background: #ff1c3d;
    color: #ffffff; }
    .btn.primary:hover {
      -webkit-filter: brightness(1.1);
              filter: brightness(1.1); }
    .btn.primary:active {
      -webkit-filter: brightness(1.2);
              filter: brightness(1.2); }

.button {
  font-weight: 600; }
  .button.large {
    padding: 1.3rem 3rem; }
  .button.light {
    background: #f5f5f5;
    color: #0a0a0a; }
    .button.light:hover {
      background: #e3e3e3; }
  .button.no-border {
    border: none; }
  .button.wide {
    padding-left: 50px;
    padding-right: 50px; }

.hollow-hover {
  border-width: 2px;
  -webkit-transition: all .35s !important;
  transition: all .35s !important; }
  .hollow-hover:hover {
    color: #ff1c3d !important;
    border-color: #ff1c3d !important;
    background: #ffffff !important; }

header {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  height: 64px; }
  @media screen and (min-width: 1291px) {
    header {
      height: 124px; } }
  header.mobile [hide-on-mobile] {
    display: none !important; }
  header:not(.mobile) [show-on-mobile] {
    display: none; }
  header .eyebrow {
    display: none;
    position: relative;
    background: #e51937;
    height: 40px; }
    @media screen and (min-width: 1291px) {
      header .eyebrow {
        display: block; } }
    header .eyebrow .grid-container, header .eyebrow section.element {
      text-align: right; }
    header .eyebrow .items {
      display: block;
      height: 100%;
      font-size: 24px; }
      header .eyebrow .items ul {
        position: relative;
        display: inline-block;
        height: 100%;
        list-style-type: none;
        margin: 0px; }
        header .eyebrow .items ul.social .social-icon {
          font-size: 18px;
          margin: 0px 16px;
          line-height: 40px;
          color: #ab0b23; }
          header .eyebrow .items ul.social .social-icon:hover {
            color: #ffffff; }
        header .eyebrow .items ul.links li {
          display: inline-block;
          position: relative; }
          header .eyebrow .items ul.links li .link {
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
            padding: 0px 24px; }
            header .eyebrow .items ul.links li .link:hover {
              color: #ffffff;
              text-decoration: underline; }
        header .eyebrow .items ul.search-container {
          padding-left: 18px; }
          header .eyebrow .items ul.search-container #header-search-field {
            display: inline-block;
            margin-bottom: 0px;
            font-size: 16px;
            height: 18px;
            color: #ffffff;
            border: none;
            border-bottom: 1px solid #ffffff;
            background: none;
            width: 0px;
            -webkit-transition: width .3s;
            transition: width .3s;
            padding: 0px;
            -webkit-box-shadow: none !important;
                    box-shadow: none !important;
            margin-top: .5rem;
            line-height: 1.5rem;
            height: 1.5rem;
            font-size: 14px; }
            header .eyebrow .items ul.search-container #header-search-field:focus, header .eyebrow .items ul.search-container #header-search-field[value] {
              width: 8rem;
              -webkit-box-shadow: none !important;
                      box-shadow: none !important; }
    header .eyebrow .btn-search {
      display: inline-block;
      padding-left: 0px;
      padding-right: 25px; }
      header .eyebrow .btn-search i {
        font-size: 16px;
        font-weight: lighter;
        color: #ffffff;
        cursor: pointer; }
  header .main {
    position: relative;
    background: #ffffff;
    height: 64px; }
    header .main:before {
      content: '';
      background: transparent;
      height: 100%;
      width: 100vw;
      position: absolute;
      left: 0px;
      -webkit-transform: translateX(-100vw);
          -ms-transform: translateX(-100vw);
              transform: translateX(-100vw); }
    header .main:after {
      content: '';
      background: transparent;
      height: 100%;
      width: 100vw;
      position: absolute;
      right: 0px;
      -webkit-transform: translateX(100vw);
          -ms-transform: translateX(100vw);
              transform: translateX(100vw); }
    @media screen and (min-width: 1291px) {
      header .main {
        height: 84px; } }
    header .main .logo {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-right: 18px;
      height: 40px;
      position: absolute; }
      @media screen and (min-width: 1291px) {
        header .main .logo {
          position: relative;
          height: 52px; } }
    header .main .links {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0; }
      header .main .links li {
        display: inline-block; }
        header .main .links li:last-child .link {
          padding-right: 24px; }
        header .main .links li:hover > .link {
          color: #ff1c3d; }
          @media screen and (max-width: 1291px) {
            header .main .links li:hover > .link:before {
              width: 40px;
              opacity: 1; } }
        header .main .links li:hover .nav-tray {
          -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
                  transform: translateY(0%);
          opacity: 1; }
      header .main .links .link {
        position: relative;
        font-size: 17px;
        padding: 30px 32px;
        color: #0a0a0a; }
        header .main .links .link:before {
          content: '';
          opacity: 0;
          position: absolute;
          bottom: 15px;
          left: 50%;
          width: 0px;
          height: 2px;
          background: #ff1c3d;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all .3s;
          transition: all .3s; }
    header .main .nav-tray {
      -webkit-transform: translateY(-102%);
          -ms-transform: translateY(-102%);
              transform: translateY(-102%);
      z-index: -1;
      -webkit-transition: all .3s;
      transition: all .3s;
      opacity: 0;
      position: fixed;
      left: 0px;
      width: 100%;
      background: #fff;
      top: 124px;
      border-top: 1px solid #f5f5f5; }
      header .main .nav-tray .inner {
        background: #fff;
        padding-bottom: 30px; }
      header .main .nav-tray:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        bottom: 0px;
        left: 0px;
        -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 12px rgba(0, 0, 0, 0.3);
        z-index: -3;
        background: black; }
      header .main .nav-tray li {
        padding: 0px; }
      header .main .nav-tray .link {
        display: block;
        font-size: 16px;
        padding: 10px 16px; }
        header .main .nav-tray .link:hover {
          color: #ff1c3d; }
      header .main .nav-tray .link-child {
        font-size: 15px;
        color: #8a8a8a; }
        header .main .nav-tray .link-child:hover {
          text-decoration: underline; }
      header .main .nav-tray .cell {
        position: relative;
        top: 10px; }
        @media screen and (min-width: 56.25em) {
          header .main .nav-tray .cell {
            padding-left: 40px; } }
  header .right-menu {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 84px; }
    @media screen and (max-width: 1291px) {
      header .right-menu {
        display: none; } }
  header .select-container {
    z-index: 0;
    margin: 0 24px; }
    header .select-container.language-container::before {
      content: "\f0ac";
      font-weight: lighter; }
    header .select-container.region-container::before {
      content: "\f7a2"; }
  header .flyout-menu-button {
    position: absolute;
    display: block;
    width: 65px;
    height: 60px;
    right: 0px;
    top: 4px;
    z-index: 10;
    padding-left: 15px; }
    @media screen and (min-width: 1291px) {
      header .flyout-menu-button {
        display: none; } }
    header .flyout-menu-button:hover .bar {
      background: #ff1c3d; }
    header .flyout-menu-button .bar {
      display: block;
      position: absolute;
      top: 19px;
      width: 22px;
      height: 2px;
      background: #8a8a8a;
      border-radius: 2px; }
    header .flyout-menu-button .bar-top,
    header .flyout-menu-button .bar-btm {
      -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
      transition: opacity .4s ease, -webkit-transform .4s ease;
      transition: transform .4s ease, opacity .4s ease;
      transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease; }
    header .flyout-menu-button .bar-mid {
      top: 27px;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 1; }
    header .flyout-menu-button .bar-btm {
      top: 35px; }
    header .flyout-menu-button.open .bar-mid {
      opacity: 0; }
    header .flyout-menu-button.open .bar-top {
      top: 27px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    header .flyout-menu-button.open .bar-btm {
      top: 27px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

#flyout-menu {
  position: fixed;
  top: 64px;
  right: 0;
  width: 70vw;
  height: calc(100vh - 64px);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #ffffff;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 1291px) {
    #flyout-menu {
      display: none; } }
  #flyout-menu.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  #flyout-menu .is-drilldown {
    min-height: calc(100% - 140px) !important;
    max-width: unset !important; }
  #flyout-menu .select-container {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    width: calc(50% - 15px);
    margin-left: 12px; }
    @media screen and (min-width: 56.25em) {
      #flyout-menu .select-container {
        display: block;
        width: 100%;
        margin-left: 0px; } }
  #flyout-menu .links {
    top: 0px;
    margin: 0;
    list-style-type: none;
    float: none;
    display: block; }
    #flyout-menu .links li:first-child {
      border-top: 1px solid #ccc; }
    #flyout-menu .links li {
      display: block; }
    #flyout-menu .links .link {
      display: block;
      padding: 17px 20px;
      border-bottom: 1px solid #ccc; }
  #flyout-menu .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px; }
    #flyout-menu .social-links .social-icon {
      color: #8a8a8a;
      font-size: 21px;
      padding: 10px; }
      #flyout-menu .social-links .social-icon:hover {
        color: #ff1c3d; }

.select-container {
  position: relative;
  padding-left: 18px; }
  .select-container:hover {
    color: #e51937; }
  .select-container::before, .select-container i:first-child {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: inherit; }
  .select-container::after, .select-container i:last-child {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    content: "\f0d7";
    right: 4px;
    top: 8px;
    z-index: -1; }
  .select-container select {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    background: none;
    color: inherit; }
    .select-container select:hover {
      color: #e51937; }
    .select-container select:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }

footer {
  margin: 0 auto;
  max-width: 92.5rem;
  padding: 40px 140px; }
  @media screen and (max-width: 39.9375em) {
    footer {
      padding: 30px 20px; } }
  footer .top {
    margin-bottom: 32px; }
    footer .top .logo, footer .top .social-links {
      display: inline-block; }
      footer .top .logo.logo, footer .top .social-links.logo {
        height: 52px; }
      footer .top .logo.social-links, footer .top .social-links.social-links {
        float: right;
        line-height: 52px; }
        footer .top .logo.social-links .social-icon, footer .top .social-links.social-links .social-icon {
          margin-left: 12px; }
          @media print, screen and (min-width: 40em) {
            footer .top .logo.social-links .social-icon, footer .top .social-links.social-links .social-icon {
              margin-left: 25px; } }
          footer .top .logo.social-links .social-icon i, footer .top .social-links.social-links .social-icon i {
            color: #bdbdbd;
            font-size: 21px; }
            footer .top .logo.social-links .social-icon i:hover, footer .top .social-links.social-links .social-icon i:hover {
              color: #e51937; }
  footer .menus {
    margin-bottom: 125px; }
    @media screen and (max-width: 39.9375em) {
      footer .menus {
        margin-bottom: 42px; } }
    footer .menus .menu {
      min-width: 8rem; }
      @media screen and (max-width: 39.9375em) {
        footer .menus .menu {
          min-width: 100%;
          margin-bottom: 38px; }
          footer .menus .menu:hover .items .link {
            height: 1em;
            margin-top: 21px; }
          footer .menus .menu:hover .label::after {
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
          footer .menus .menu label.label {
            color: #757575;
            font-weight: normal; }
            footer .menus .menu label.label::after {
              float: right;
              font-family: "Font Awesome 5 Pro";
              font-weight: bold;
              -webkit-transition: -webkit-transform .3s;
              transition: -webkit-transform .3s;
              transition: transform .3s;
              transition: transform .3s, -webkit-transform .3s;
              content: "\f0d7"; }
          footer .menus .menu div.items .link {
            height: 0em;
            overflow-y: hidden;
            -webkit-transition: height .3s, margin-top .3s;
            transition: height .3s, margin-top .3s;
            margin-top: 0px;
            color: #e51937; } }
      footer .menus .menu .label {
        width: 100%;
        display: block;
        padding: 0;
        background: none;
        color: #e51937;
        font-weight: bold;
        font-size: 14px; }
      footer .menus .menu .items {
        display: block; }
        footer .menus .menu .items .link {
          padding: 0;
          margin-top: 21px;
          color: #757575;
          font-size: 14px; }
          footer .menus .menu .items .link:hover {
            text-decoration: underline; }
  footer .bottom .locale-settings {
    margin-bottom: 28px; }
    footer .bottom .locale-settings .select-container {
      display: inline-block;
      margin-right: 25px; }
  footer .bottom .misc p {
    display: inline-block;
    color: #757575;
    font-size: 12px; }
    @media screen and (max-width: 49.9375em) {
      footer .bottom .misc p {
        text-align: center;
        display: block;
        float: none !important; } }
    footer .bottom .misc p a:hover {
      text-decoration: underline; }
  footer .bottom .misc .credit {
    float: right; }

.consent-bar {
  display: none;
  position: fixed;
  bottom: 0px;
  padding: 10px 20px;
  width: 100%;
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  font-size: 14px;
  color: #0a0a0a;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .consent-bar {
      padding: 10px 40px 10px 20px;
      width: 400px; } }
  .consent-bar .link-privacy-policy {
    color: #ff1c3d;
    text-decoration: underline; }
  .consent-bar .btn-accept-terms {
    color: #0a0a0a;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 7px 10px;
    font-size: 19px; }

.heading-banner {
  position: relative;
  text-align: center;
  background: #777;
  background-position: center center;
  background-size: cover;
  margin-bottom: 17px;
  padding: 20px 0; }
  @media print, screen and (min-width: 40em) {
    .heading-banner {
      padding: 40px 0 35px; } }
  .heading-banner.padding-Medium {
    padding: 20px 0; }
    @media print, screen and (min-width: 40em) {
      .heading-banner.padding-Medium {
        padding: 50px 0; } }
    @media print, screen and (min-width: 64em) {
      .heading-banner.padding-Medium {
        padding: 80px 0; } }
  .heading-banner.padding-Large {
    padding: 40px 0; }
    @media print, screen and (min-width: 40em) {
      .heading-banner.padding-Large {
        padding: 90px 0; } }
    @media print, screen and (min-width: 64em) {
      .heading-banner.padding-Large {
        padding: 140px 0; } }
    @media screen and (min-width: 75em) {
      .heading-banner.padding-Large {
        padding: 180px 0; } }
  .heading-banner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); }
  .heading-banner .inner {
    position: relative;
    z-index: 10; }
  .heading-banner .header {
    color: #ffffff;
    margin-bottom: 10px; }
    @media print, screen and (min-width: 40em) {
      .heading-banner .header {
        margin-bottom: 20px; } }
  .heading-banner .sub-header {
    color: #ffffff;
    margin: 0px; }
  .heading-banner.bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 74vh;
    text-align: left; }
  .heading-banner .heading-content-inner {
    z-index: 10;
    padding: 20px; }
    @media print, screen and (min-width: 40em) {
      .heading-banner .heading-content-inner {
        padding: 50px; } }
    .heading-banner .heading-content-inner .header {
      font-weight: 700; }
      @media print, screen and (min-width: 64em) {
        .heading-banner .heading-content-inner .header {
          font-size: 65px; } }
  .heading-banner #countdown {
    color: #ffffff;
    font-size: 34px;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px; }
    .heading-banner #countdown:before {
      content: '';
      width: 50px;
      height: 2px;
      margin: 25px auto;
      display: block;
      background: #ffffff; }
  .heading-banner .countdown-cell {
    display: inline-block;
    padding: 0 10px;
    font-size: 36px;
    line-height: 35px;
    font-weight: bold; }
  .heading-banner .countdown-label {
    display: block;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase; }

.search-view {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0px;
  left: 0px;
  z-index: 530; }
  .search-view .inner {
    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;
    width: 100%;
    height: 100%; }
  .search-view .search-form-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 15px; }
  .search-view .search-form {
    position: relative; }
  .search-view .btn-search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 22px;
    color: #ff1c3d; }
  .search-view .search-field {
    margin: 0px;
    padding-left: 0px;
    padding-bottom: 25px;
    font-size: 28px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-bottom: 2px solid #cacaca;
    background: transparent; }
  .search-view .close-search {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px 25px;
    font-size: 32px;
    color: #333333; }

.search-open #header, .search-open #footer, .search-open .main-content {
  -webkit-filter: blur(4px);
          filter: blur(4px); }

.page-heading {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #555;
  color: #ffffff;
  padding-bottom: 10px;
  height: 220px; }
  @media print, screen and (min-width: 40em) {
    .page-heading {
      height: 300px; } }
  @media print, screen and (min-width: 64em) {
    .page-heading {
      height: 320px; } }
  .page-heading .video-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .page-heading .video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0; }
  .page-heading .grid-container, .page-heading section.element {
    height: 100%; }
  .page-heading .tint {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1; }
  .page-heading.height-Standard {
    height: 250px; }
    @media print, screen and (min-width: 40em) {
      .page-heading.height-Standard {
        height: 350px; } }
    @media print, screen and (min-width: 64em) {
      .page-heading.height-Standard {
        height: 390px; } }
    .page-heading.height-Standard .item .content-container {
      padding-top: 80px; }
      @media print, screen and (min-width: 40em) {
        .page-heading.height-Standard .item .content-container {
          padding-top: 70px; } }
      @media print, screen and (min-width: 64em) {
        .page-heading.height-Standard .item .content-container {
          padding-top: 75px; } }
  .page-heading.height-Half {
    height: 250px; }
    @media print, screen and (min-width: 64em) {
      .page-heading.height-Half {
        max-height: 500px;
        height: calc(50vh + 200px); } }
    .page-heading.height-Half .item .content-container {
      padding-top: 80px; }
      @media print, screen and (min-width: 40em) {
        .page-heading.height-Half .item .content-container {
          padding-top: 70px; } }
      @media print, screen and (min-width: 64em) {
        .page-heading.height-Half .item .content-container {
          padding-top: 75px; } }
  .page-heading.height-Full {
    height: 100vh;
    max-height: 1000px; }
    @media print, screen and (min-width: 64em) {
      .page-heading.height-Full .header-content {
        padding-bottom: 80px; } }
  .page-heading .grid-x {
    height: 100%; }
  .page-heading .header-content {
    position: relative;
    z-index: 30; }
    .page-heading .header-content h1 {
      font-size: 30px;
      line-height: 28px; }
      @media print, screen and (min-width: 40em) {
        .page-heading .header-content h1 {
          font-size: 55px;
          line-height: 60px; } }
      @media print, screen and (min-width: 64em) {
        .page-heading .header-content h1 {
          font-size: 79px;
          line-height: 83px; } }
    .page-heading .header-content h2 {
      font-size: 22px; }
      @media print, screen and (min-width: 40em) {
        .page-heading .header-content h2 {
          font-size: 40px; } }
      @media print, screen and (min-width: 64em) {
        .page-heading .header-content h2 {
          font-size: 55px; } }
    .page-heading .header-content p {
      display: none; }
      .page-heading .header-content p.text-center {
        margin-left: auto;
        margin-right: auto; }
      @media print, screen and (min-width: 40em) {
        .page-heading .header-content p {
          display: block;
          max-width: 550px; } }

.element.content,
.AboutTextElement,
.ContactListElement {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: calc(92.5rem - 16px);
  overflow-x: hidden; }
  @media print, screen and (min-width: 40em) {
    .element.content,
    .AboutTextElement,
    .ContactListElement {
      padding-top: 55px;
      padding-bottom: 55px; } }
  .element.content.Gray,
  .AboutTextElement.Gray,
  .ContactListElement.Gray {
    background: #f5f5f5; }
  .element.content .content,
  .AboutTextElement .content,
  .ContactListElement .content {
    margin: 0 auto; }
  .element.content.Small .content,
  .AboutTextElement.Small .content,
  .ContactListElement.Small .content {
    max-width: 50rem; }
  .element.content.Medium .content,
  .AboutTextElement.Medium .content,
  .ContactListElement.Medium .content {
    max-width: 62rem; }

.ImageGridElement {
  margin-bottom: 0px !important; }
  .ImageGridElement .grid-x .cell {
    height: 23rem;
    padding: 52px;
    position: relative;
    overflow: hidden;
    background: black;
    margin-bottom: 17px; }
    .ImageGridElement .grid-x .cell:hover .link {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .ImageGridElement .grid-x .cell:hover .image {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05);
      opacity: .6; }
    @media print, screen and (min-width: 40em) {
      .ImageGridElement .grid-x .cell.large {
        height: 28rem; } }
    .ImageGridElement .grid-x .cell.small {
      min-width: 17rem; }
    .ImageGridElement .grid-x .cell.tiny {
      min-width: 10rem;
      height: 232px; }
    .ImageGridElement .grid-x .cell .link-more {
      position: absolute;
      z-index: 10;
      font-weight: bold;
      font-size: 16px;
      color: #ffffff;
      opacity: 0;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: opacity .2s, -webkit-transform .2s;
      transition: opacity .2s, -webkit-transform .2s;
      transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s, -webkit-transform .2s; }
    .ImageGridElement .grid-x .cell:hover .link-more {
      opacity: 1;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
    @media screen and (max-width: 39.9375em) {
      .ImageGridElement .grid-x .cell.auto .link {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      .ImageGridElement .grid-x .cell.auto .image {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
        opacity: .6; } }
    .ImageGridElement .grid-x .cell .break {
      width: 2.5rem;
      height: 2px;
      display: inline-block;
      margin: .5rem auto;
      background: #ffffff; }
    .ImageGridElement .grid-x .cell .image {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: opacity .2s, -webkit-transform .2s;
      transition: opacity .2s, -webkit-transform .2s;
      transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s, -webkit-transform .2s;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: .7;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .ImageGridElement .grid-x .cell .c-large {
      height: 100%;
      position: relative;
      color: #ffffff; }
      .ImageGridElement .grid-x .cell .c-large .alt-title {
        font-weight: bold;
        font-size: 16px;
        position: absolute;
        top: 0; }
        @media screen and (max-width: 39.9375em) {
          .ImageGridElement .grid-x .cell .c-large .alt-title {
            font-size: 14px; } }
      .ImageGridElement .grid-x .cell .c-large .content {
        position: absolute;
        bottom: 0; }
        .ImageGridElement .grid-x .cell .c-large .content .main-title {
          margin: 0;
          margin-bottom: 12px;
          font-size: 26px; }
          @media screen and (max-width: 39.9375em) {
            .ImageGridElement .grid-x .cell .c-large .content .main-title {
              font-size: 21px;
              margin-bottom: 16px; } }
    .ImageGridElement .grid-x .cell .c-small, .ImageGridElement .grid-x .cell .c-tiny {
      width: calc(100% - 4rem);
      height: 50%;
      overflow: visible;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      color: #ffffff;
      text-align: center;
      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; }
      .ImageGridElement .grid-x .cell .c-small .main-title, .ImageGridElement .grid-x .cell .c-tiny .main-title {
        font-size: 26px; }
    .ImageGridElement .grid-x .cell .c-tiny .link {
      bottom: -1rem; }
    .ImageGridElement .grid-x .cell .link {
      font-weight: bold;
      font-size: 16px;
      position: absolute;
      bottom: 2.5rem;
      left: 0;
      width: 100%;
      text-align: center;
      -webkit-transition: opacity .2s, -webkit-transform .2s;
      transition: opacity .2s, -webkit-transform .2s;
      transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s, -webkit-transform .2s;
      opacity: 0;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
      .ImageGridElement .grid-x .cell .link a {
        color: #ffffff; }
  .ImageGridElement .image-grid-video:after {
    content: url("../images/icons/play-circle-regular.svg");
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
    z-index: 10;
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: .85; }
  .ImageGridElement .image-grid-video:hover:after {
    opacity: 1; }
  .ImageGridElement .image-grid-video .alt-title {
    z-index: 20;
    position: absolute;
    color: white;
    font-weight: 700; }
  .ImageGridElement .video-title {
    position: absolute;
    left: 30px;
    bottom: 12px;
    z-index: 10;
    color: #ffffff; }
  .ImageGridElement .video-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    color: white; }
    @media print, screen and (min-width: 40em) {
      .ImageGridElement .video-content {
        padding: 50px; } }
  .ImageGridElement .cell.small .link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
    .ImageGridElement .cell.small .link:hover .link-label {
      -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
              transform: translateY(-30px); }
  .ImageGridElement .cell.small .link-label {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: center;
    color: #ffffff;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all .3s;
    transition: all .3s; }

.TextPanelElement, .ContactElement, section.SMFeedElement {
  text-align: center;
  padding: 3rem 3rem;
  background: #f5f5f5;
  max-width: calc(92.5rem - 16px) !important; }
  @media screen and (max-width: 39.9375em) {
    .TextPanelElement, .ContactElement, section.SMFeedElement {
      padding: 3rem 1rem 1rem 1rem; } }
  .TextPanelElement .header, .ContactElement .header, section.SMFeedElement .header {
    color: #ff1c3d; }
    .TextPanelElement .header.large, .ContactElement .header.large, section.SMFeedElement .header.large {
      font-size: 48px;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 39.9375em) {
        .TextPanelElement .header.large, .ContactElement .header.large, section.SMFeedElement .header.large {
          font-size: 36px; } }
    .TextPanelElement .header.small, .ContactElement .header.small, section.SMFeedElement .header.small {
      text-align: left;
      font-size: 16px;
      margin-bottom: 1rem; }
  .TextPanelElement .text, .ContactElement .text, section.SMFeedElement .text {
    font-size: 28px; }
    @media screen and (max-width: 39.9375em) {
      .TextPanelElement .text, .ContactElement .text, section.SMFeedElement .text {
        font-size: 21px; } }
    .TextPanelElement .text.small, .ContactElement .text.small, section.SMFeedElement .text.small {
      text-align: left;
      max-width: 60%; }
      @media screen and (max-width: 39.9375em) {
        .TextPanelElement .text.small, .ContactElement .text.small, section.SMFeedElement .text.small {
          max-width: 100%;
          font-size: 24px; } }
  .TextPanelElement .elements, .ContactElement .elements, section.SMFeedElement .elements {
    margin-top: 1.5rem;
    position: static; }

.SMFeedElement .links {
  margin-right: 0.8rem; }

.SMFeedElement .icon-links {
  position: absolute;
  top: 3rem;
  right: 3rem; }
  .SMFeedElement .icon-links .social-icon {
    margin: 0 6px;
    font-size: 21px;
    color: #bdbdbd;
    -webkit-transition: color .1s;
    transition: color .1s; }
    .SMFeedElement .icon-links .social-icon:hover.facebook {
      color: #3c5a9c; }
    .SMFeedElement .icon-links .social-icon:hover.twitter {
      color: #40a2cc; }
    .SMFeedElement .icon-links .social-icon:hover.youtube {
      color: #de3030; }
    .SMFeedElement .icon-links .social-icon:hover.linkedin {
      color: #1275b1; }

.SMFeedElement .carousel .next {
  padding: 40px 40px 0 0;
  text-align: right; }
  .SMFeedElement .carousel .next span {
    color: #e51937; }
    .SMFeedElement .carousel .next span:hover {
      font-weight: bold; }

.SMFeedElement .carousel .slick-list .post {
  height: 500px;
  width: 500px !important;
  margin-right: 12px;
  position: relative;
  max-height: calc(100vw - 24px - 12px);
  max-width: calc(100vw - 24px - 12px);
  background: black; }
  .SMFeedElement .carousel .slick-list .post .top, .SMFeedElement .carousel .slick-list .post .bottom {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .SMFeedElement .carousel .slick-list .post:hover .top, .SMFeedElement .carousel .slick-list .post:hover .bottom {
    opacity: 1; }
  .SMFeedElement .carousel .slick-list .post:hover .image {
    opacity: .5; }
  @media screen and (max-width: 39.9375em) {
    .SMFeedElement .carousel .slick-list .post .top, .SMFeedElement .carousel .slick-list .post .bottom {
      opacity: 1; }
    .SMFeedElement .carousel .slick-list .post .image {
      opacity: .5; } }
  .SMFeedElement .carousel .slick-list .post .top {
    position: absolute;
    top: 32px;
    left: 32px;
    color: #ffffff; }
    .SMFeedElement .carousel .slick-list .post .top a {
      color: #ffffff !important; }
    .SMFeedElement .carousel .slick-list .post .top i {
      background-color: #3b589e;
      width: 38px;
      height: 38px;
      border-radius: 18px;
      line-height: 38px;
      text-align: center;
      margin-right: 8px; }
  .SMFeedElement .carousel .slick-list .post .bottom {
    position: absolute;
    bottom: 32px;
    left: 32px;
    color: #ffffff;
    text-align: left; }
    .SMFeedElement .carousel .slick-list .post .bottom p {
      margin-bottom: 0;
      max-width: calc(100% - 32px); }
      .SMFeedElement .carousel .slick-list .post .bottom p a {
        color: #ffffff;
        text-decoration: underline; }
  .SMFeedElement .carousel .slick-list .post .image {
    position: absolute;
    height: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1; }

@media screen and (max-width: 92.5rem) and (min-width: 40em) {
  .ImageColumnsElement {
    margin: 0 1rem !important;
    max-width: calc(1500px - 2rem) !important; } }

.ImageColumnsElement .grid-x {
  position: relative;
  height: 750px; }
  @media screen and (max-width: 49.9375em) {
    .ImageColumnsElement .grid-x {
      height: calc(100vh - 38.4px); } }
  .ImageColumnsElement .grid-x .i-column {
    position: relative;
    background: black; }
    @media screen and (min-width: 64em) {
      .ImageColumnsElement .grid-x .i-column {
        height: 100%; }
        .ImageColumnsElement .grid-x .i-column:not(:first-child) {
          margin-left: 1rem; } }
    @media screen and (max-width: 49.9375em) {
      .ImageColumnsElement .grid-x .i-column {
        min-width: 100%;
        height: calc(33.33vh - 1rem + 6px); }
        .ImageColumnsElement .grid-x .i-column:not(:first-child) {
          margin-top: 1rem; } }
    .ImageColumnsElement .grid-x .i-column:hover .image {
      opacity: .6; }
    .ImageColumnsElement .grid-x .i-column:hover .transform-node {
      -webkit-transform: translateY(-2.5em);
          -ms-transform: translateY(-2.5em);
              transform: translateY(-2.5em); }
      @media screen and (max-width: 49.9375em) {
        .ImageColumnsElement .grid-x .i-column:hover .transform-node {
          -webkit-transform: translateY(-3rem);
              -ms-transform: translateY(-3rem);
                  transform: translateY(-3rem); } }
      .ImageColumnsElement .grid-x .i-column:hover .transform-node .text {
        opacity: 1; }
    .ImageColumnsElement .grid-x .i-column:hover .link {
      opacity: 1; }
    @media screen and (max-width: 49.9375em) {
      .ImageColumnsElement .grid-x .i-column.cell .image {
        opacity: .6; }
      .ImageColumnsElement .grid-x .i-column.cell .transform-node {
        -webkit-transform: translateY(-2.5em);
            -ms-transform: translateY(-2.5em);
                transform: translateY(-2.5em); } }
  @media screen and (max-width: 49.9375em) and (max-width: 49.9375em) {
    .ImageColumnsElement .grid-x .i-column.cell .transform-node {
      -webkit-transform: translateY(-3rem);
          -ms-transform: translateY(-3rem);
              transform: translateY(-3rem); } }
    @media screen and (max-width: 49.9375em) {
        .ImageColumnsElement .grid-x .i-column.cell .transform-node .text {
          opacity: 1; }
      .ImageColumnsElement .grid-x .i-column.cell .link {
        opacity: 1; } }
    .ImageColumnsElement .grid-x .i-column .transform-node {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      text-align: center;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      z-index: 20;
      height: 3rem; }
      .ImageColumnsElement .grid-x .i-column .transform-node .title {
        position: relative;
        color: #ffffff;
        font-size: 30px;
        margin-bottom: calc(1.2rem + 3px); }
        .ImageColumnsElement .grid-x .i-column .transform-node .title::after {
          content: '';
          display: block;
          margin: 0 auto;
          position: relative;
          width: 3.2rem;
          height: 2px;
          top: 1.2rem;
          background: #ffffff; }
      .ImageColumnsElement .grid-x .i-column .transform-node .text {
        position: relative;
        opacity: 0;
        margin: 0 auto;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        color: #ffffff;
        font-size: 18px;
        max-width: 70%;
        top: 1.5rem;
        line-height: 1.4;
        overflow-y: hidden; }
        @media screen and (max-width: 89.9375em) {
          .ImageColumnsElement .grid-x .i-column .transform-node .text {
            max-height: 3em; } }
    .ImageColumnsElement .grid-x .i-column .link {
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 8%;
      z-index: 25; }
      .ImageColumnsElement .grid-x .i-column .link a {
        color: #ffffff;
        font-weight: bold;
        font-size: 18px; }
    .ImageColumnsElement .grid-x .i-column .image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: .7;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s; }

.contact-form .textarea {
  width: 100% !important; }

.ContactElement:not(.show-form) .contact-form {
  display: none; }

.ContactElement.show-form .elements {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .ContactElement .header {
    font-size: 36px !important; } }

.ContactElement .header {
  font-size: 48px; }

.ContactElement .text {
  font-size: 30px; }

.ContactElement .elements .btn {
  margin-top: 6px;
  margin-bottom: 6px; }

.ContactElement .contact-form {
  font-size: 0; }
  .ContactElement .contact-form fieldset {
    padding-bottom: 5rem; }
    @media screen and (max-width: 750px) {
      .ContactElement .contact-form fieldset {
        padding-bottom: 10rem; } }
  .ContactElement .contact-form fieldset > .fourth-width {
    width: 25%;
    display: inline-block; }
    @media screen and (max-width: 750px) {
      .ContactElement .contact-form fieldset > .fourth-width {
        width: 100%;
        padding-left: 0 !important; } }
    .ContactElement .contact-form fieldset > .fourth-width:not(:first-of-type) {
      padding-left: 12px; }
  .ContactElement .contact-form input:not(.btn),
  .ContactElement .contact-form select {
    height: 60px;
    border-radius: 30px;
    padding: 0px 30px;
    font-size: 18px;
    line-height: 60px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .ContactElement .contact-form input:not(.btn)::-webkit-input-placeholder,
    .ContactElement .contact-form select::-webkit-input-placeholder {
      line-height: 60px;
      color: #d0d0d0;
      font-size: 18px; }
    .ContactElement .contact-form input:not(.btn)::-ms-input-placeholder,
    .ContactElement .contact-form select::-ms-input-placeholder {
      line-height: 60px;
      color: #d0d0d0;
      font-size: 18px; }
    .ContactElement .contact-form input:not(.btn)::placeholder,
    .ContactElement .contact-form select::placeholder {
      line-height: 60px;
      color: #d0d0d0;
      font-size: 18px; }
  .ContactElement .contact-form .close-form {
    font-size: 21px;
    text-align: right;
    margin-right: 12px;
    cursor: pointer; }
  .ContactElement .contact-form .btn {
    position: absolute;
    bottom: 10px; }
    @media screen and (max-width: 39.9375em) {
      .ContactElement .contact-form .btn {
        position: static !important;
        margin-bottom: 2rem; } }
    .ContactElement .contact-form .btn.white {
      right: 275px;
      font-size: 14px; }
    .ContactElement .contact-form .btn.primary {
      position: absolute;
      right: 0;
      bottom: 10px;
      padding: 20px 80px;
      font-weight: bolder; }
  .ContactElement .contact-form .g-recaptcha {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 750px) {
      .ContactElement .contact-form .g-recaptcha {
        left: 50%;
        bottom: 5rem;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }

.BasicContactElement #contact-form {
  position: relative; }
  .BasicContactElement #contact-form.loading:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 5; }

.BasicContactElement #form-loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150px);
      -ms-transform: translate(-50%, -150px);
          transform: translate(-50%, -150px);
  z-index: 10;
  font-size: 40px; }

.ChooseCobbPage #contact-form {
  position: relative; }
  .ChooseCobbPage #contact-form.loading:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 5; }

.ChooseCobbPage #form-loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150px);
      -ms-transform: translate(-50%, -150px);
          transform: translate(-50%, -150px);
  z-index: 10;
  font-size: 40px; }

@media screen and (max-width: 39.9375em) {
  .MapElement .cell {
    min-width: 100%; }
    .MapElement .cell.left {
      margin-bottom: 12px; }
      .MapElement .cell.left .info-panel {
        padding-bottom: calc(2rem + 52px); }
        .MapElement .cell.left .info-panel .content {
          font-size: 24px; }
        .MapElement .cell.left .info-panel .link {
          bottom: 2rem;
          font-size: 18px; } }

.MapElement .cell.left {
  margin-right: 1rem; }

.MapElement .info-panel {
  padding: 2rem;
  background: #ff1c3d;
  color: #ffffff;
  height: 100%;
  position: relative; }
  .MapElement .info-panel .title {
    font-weight: bold;
    margin: 1em 0; }
  .MapElement .info-panel .content {
    font-size: 28px;
    line-height: 1.2em; }
  .MapElement .info-panel .link {
    color: #ffffff;
    position: absolute;
    bottom: 2rem;
    left: 2rem; }

.MapElement #map-canvas {
  height: calc(92.5rem * 0.4); }
  .MapElement #map-canvas .info-window-parent {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    overflow: visible !important;
    padding: 1rem !important;
    width: auto !important; }
  .MapElement #map-canvas .maps-info-window {
    max-width: 20rem;
    font-weight: lighter;
    font-size: 11px; }
    .MapElement #map-canvas .maps-info-window .cell.shrink {
      margin-right: 2.5rem; }
    .MapElement #map-canvas .maps-info-window .img {
      max-width: 50%;
      display: block; }
    .MapElement #map-canvas .maps-info-window .title {
      font-size: 16px;
      margin: .5em 0; }
    .MapElement #map-canvas .maps-info-window .address {
      margin: .5em 0; }
    .MapElement #map-canvas .maps-info-window .i-label, .MapElement #map-canvas .maps-info-window .i-content {
      margin: .3em 0; }
    .MapElement #map-canvas .maps-info-window .i-label {
      color: #0a0a0a;
      font-weight: bold; }
  .MapElement #map-canvas .marker.producer, .MapElement #map-canvas .marker.distributor, .MapElement #map-canvas .marker.cobb {
    opacity: 1 !important; }
  .MapElement #map-canvas .marker.cobb {
    background-image: url("https://www.cobb-vantress.com/js/img/cobbmarker.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px !important;
    height: 36px !important; }
  .MapElement #map-canvas .marker.producer, .MapElement #map-canvas .marker.distributor {
    border-radius: 50%;
    width: 14px !important;
    height: 14px !important; }
  .MapElement #map-canvas .marker.producer {
    border: 2px solid #ff1c3d;
    background: rgba(255, 255, 255, 0.5); }
  .MapElement #map-canvas .marker.distributor {
    background: #ff1c3d; }
  .MapElement #map-canvas .marker img {
    display: none !important; }
  .MapElement #map-canvas .marker-cluster {
    border-radius: 50%;
    color: #ffffff !important;
    background: #ff1c3d;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important; }

.element.contentslider {
  background: #ff1c3d;
  color: #ffffff;
  text-align: center;
  padding: 64px 0;
  position: relative;
  max-width: calc(92.5rem - 16px); }
  .element.contentslider.Gray {
    background: #f5f5f5;
    color: #0a0a0a; }
    .element.contentslider.Gray .slick-arrow {
      color: #8a8a8a !important; }
    .element.contentslider.Gray .slick-dots li {
      background: #8a8a8a !important; }
  .element.contentslider > :not(.content-slider) {
    margin: 0 auto;
    max-width: 52rem; }
  .element.contentslider .content-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: font-size .1s;
    transition: font-size .1s;
    color: #ffffff;
    z-index: 2; }
    @media screen and (max-width: 49.9375em) {
      .element.contentslider .content-slider .slick-arrow {
        top: unset;
        bottom: 0; } }
    .element.contentslider .content-slider .slick-arrow.slider-prev {
      left: 45px; }
    .element.contentslider .content-slider .slick-arrow.slider-next {
      right: 45px; }
    .element.contentslider .content-slider .slick-arrow:hover {
      font-size: 34px; }
  .element.contentslider .content-slider .slick-dots {
    margin: 0; }
    .element.contentslider .content-slider .slick-dots li {
      position: relative;
      list-style: none;
      display: inline-block;
      background: #d0d0d0;
      height: 2px;
      width: 42px;
      margin: 0px 4px;
      opacity: .3;
      -webkit-transition: opacity .1s;
      transition: opacity .1s; }
      .element.contentslider .content-slider .slick-dots li.slick-active {
        opacity: 1; }
      .element.contentslider .content-slider .slick-dots li:hover {
        opacity: .6; }
      .element.contentslider .content-slider .slick-dots li button {
        position: absolute;
        height: 400%;
        width: 100%;
        top: -100%;
        left: 0;
        font-size: 0px;
        cursor: pointer; }
  .element.contentslider .content-slider .content-element__content, .element.contentslider .content-slider .content {
    max-width: 52rem;
    font-size: 24px; }
    @media screen and (max-width: 39.9375em) {
      .element.contentslider .content-slider .content-element__content, .element.contentslider .content-slider .content {
        font-size: 18px; } }

.element.featureslider {
  width: 100%;
  height: 300px; }
  @media print, screen and (min-width: 40em) {
    .element.featureslider {
      height: 600px; } }
  .element.featureslider.short {
    width: 100%;
    height: 200px; }
    @media print, screen and (min-width: 40em) {
      .element.featureslider.short {
        height: 300px; } }
  .element.featureslider.ready .feature-slide .content-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .element.featureslider .feature-slide.ready .content-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  @media screen and (max-width: 39.9375em) {
    .element.featureslider h1, .element.featureslider h2 {
      font-size: 28px; } }
  @media screen and (max-width: 39.9375em) {
    .element.featureslider .choose-cobb {
      max-width: 130px; } }
  .element.featureslider .button {
    margin: 0px; }
    @media screen and (max-width: 39.9375em) {
      .element.featureslider .button {
        padding: 15px 25px;
        font-size: 15px; } }
  .element.featureslider .slick-list, .element.featureslider .slick-track, .element.featureslider .slick-slide {
    height: 100%; }
  .element.featureslider .slick-slide > div {
    height: 100%; }
  .element.featureslider .slick-dots {
    width: 100%;
    margin: 0px;
    text-align: center;
    list-style-type: none; }
    .element.featureslider .slick-dots li {
      display: inline-block;
      margin-bottom: 0px !important; }
      .element.featureslider .slick-dots li:before {
        content: '\2022';
        margin: 0 2px;
        font-size: 34px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 20px; }
    .element.featureslider .slick-dots .slick-active:before {
      color: #ffffff !important; }
    .element.featureslider .slick-dots button {
      display: none; }
  .element.featureslider .slick-dots {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px); }
  .element.featureslider .feature-slide {
    position: relative;
    color: #ffffff;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-position: center; }
    .element.featureslider .feature-slide.align-Center {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .element.featureslider .feature-slide.align-BottomLeft {
      text-align: left;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .element.featureslider .feature-slide.align-BottomLeft .content-wrap {
        padding: 20px 10px 50px; }
        @media print, screen and (min-width: 40em) {
          .element.featureslider .feature-slide.align-BottomLeft .content-wrap {
            padding: 60px 50px; } }
      @media print, screen and (min-width: 64em) {
        .element.featureslider .feature-slide.align-BottomLeft h1 {
          font-size: 3.75rem; } }
    .element.featureslider .feature-slide:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      background-color: inherit;
      z-index: 0; }
  .element.featureslider .content-wrap {
    position: relative;
    z-index: 2;
    padding: 20px 10px;
    -webkit-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px); }
    @media print, screen and (min-width: 40em) {
      .element.featureslider .content-wrap {
        padding: 20px;
        max-width: 950px; } }
  .element.featureslider .title {
    margin-bottom: 20px; }

.VideoCarouselElement .next {
  padding: 40px 40px 0 0;
  text-align: right; }
  .VideoCarouselElement .next span {
    color: #e51937;
    cursor: pointer; }
    .VideoCarouselElement .next span:hover {
      font-weight: bold; }

.VideoCarouselElement .slick-slide {
  width: 600px;
  margin: 0px 9px; }
  @media screen and (max-width: 39.9375em) {
    .VideoCarouselElement .slick-slide {
      width: calc(100vw - 12px - 2rem); } }
  .VideoCarouselElement .slick-slide .slide {
    position: relative;
    height: 355px;
    background: black; }
    .VideoCarouselElement .slick-slide .slide:hover .image {
      opacity: .8; }
    .VideoCarouselElement .slick-slide .slide .play-icon::after {
      content: url(../images/icons/play-circle-regular.svg);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 60px;
      z-index: 10;
      -webkit-transition: .3s all;
      transition: .3s all;
      opacity: .85; }
    .VideoCarouselElement .slick-slide .slide .category {
      position: absolute;
      z-index: 2;
      top: 40px;
      left: 40px;
      padding: 6px 16px;
      color: #ffffff;
      font-weight: bold;
      border-radius: 32px;
      font-size: 12px; }
    .VideoCarouselElement .slick-slide .slide .title {
      position: absolute;
      z-index: 1;
      bottom: 40px;
      left: 40px;
      color: #ffffff;
      padding: 0;
      margin: 0; }
    .VideoCarouselElement .slick-slide .slide .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      z-index: 0;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
      .VideoCarouselElement .slick-slide .slide .image::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        content: ""; }

@media print, screen and (min-width: 40em) {
  .video-carousel-reveal {
    width: 900px; } }

.StaffGridElement .grid-x .staff-member {
  position: relative;
  background-color: black;
  margin-bottom: 17px; }
  .StaffGridElement .grid-x .staff-member:hover .image {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .StaffGridElement .grid-x .staff-member:hover .text {
    opacity: 1; }
  .StaffGridElement .grid-x .staff-member .image {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .StaffGridElement .grid-x .staff-member .text {
    position: absolute;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    color: #ffffff;
    background: #ff1c3dd6;
    opacity: 0; }
  .StaffGridElement .grid-x .staff-member .name {
    font-size: 24px;
    margin: 0px;
    font-weight: 700; }
  .StaffGridElement .grid-x .staff-member .title {
    font-size: 18px;
    line-height: 23px;
    margin: 0px;
    padding-bottom: 10px; }

.AboutTextElement {
  text-align: center;
  margin: 120px auto 0px auto !important;
  padding: 0 12px; }
  .AboutTextElement img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px; }
  .AboutTextElement h3 {
    margin: 5px 0px 20px 0; }

.TwoColumnElement.Gray .grid-container, .TwoColumnElement.Gray section.element, .TwoColumnElement.gray .grid-container, .TwoColumnElement.gray section.element {
  background: #f5f5f5; }

.TwoColumnElement .cell {
  position: relative; }

.TwoColumnElement .cell .col-inner.padding-Small {
  padding: 10px; }
  @media print, screen and (min-width: 40em) {
    .TwoColumnElement .cell .col-inner.padding-Small {
      padding: 20px; } }
  @media print, screen and (min-width: 64em) {
    .TwoColumnElement .cell .col-inner.padding-Small {
      padding: 30px; } }
  @media screen and (min-width: 75em) {
    .TwoColumnElement .cell .col-inner.padding-Small {
      padding: 50px; } }

.TwoColumnElement .cell .col-inner.padding-Medium {
  padding: 20px; }
  @media print, screen and (min-width: 40em) {
    .TwoColumnElement .cell .col-inner.padding-Medium {
      padding: 30px; } }
  @media print, screen and (min-width: 64em) {
    .TwoColumnElement .cell .col-inner.padding-Medium {
      padding: 50px; } }
  @media screen and (min-width: 75em) {
    .TwoColumnElement .cell .col-inner.padding-Medium {
      padding: 75px; } }

.TwoColumnElement .cell .col-inner.padding-Large {
  padding: 20px; }
  @media print, screen and (min-width: 40em) {
    .TwoColumnElement .cell .col-inner.padding-Large {
      padding: 50px; } }
  @media print, screen and (min-width: 64em) {
    .TwoColumnElement .cell .col-inner.padding-Large {
      padding: 90px; } }
  @media screen and (min-width: 75em) {
    .TwoColumnElement .cell .col-inner.padding-Large {
      padding: 120px; } }

@media print, screen and (min-width: 40em) {
  .TwoColumnElement .medium-6 iframe {
    position: absolute;
    left: 0px;
    height: 100% !important;
    width: 100%;
    top: 0px;
    min-height: 250px; } }

@media print, screen and (min-width: 64em) {
  .TwoColumnElement .large-6 iframe {
    position: absolute;
    left: 0px;
    height: 100% !important;
    width: 100%;
    top: 0px;
    min-height: 250px; } }

.HistorySliderElement .top-label {
  font-weight: 600;
  color: #8a8a8a; }

.HistorySliderElement .inner {
  background-color: #f5f5f5; }
  @media print, screen and (min-width: 40em) {
    .HistorySliderElement .inner {
      padding: 35px; } }
  @media print, screen and (min-width: 64em) {
    .HistorySliderElement .inner {
      padding: 50px; } }

.ProductSliderElement {
  max-width: calc(92.5rem - 16px) !important;
  background: #f5f5f5; }
  @media print, screen and (min-width: 40em) {
    .ProductSliderElement {
      padding: 40px; } }
  @media print, screen and (min-width: 40em) {
    .ProductSliderElement .product-slider {
      padding: 0 20px; } }
  .ProductSliderElement .product-tile {
    text-align: center;
    padding: 10px 10px 25px; }
  .ProductSliderElement .product-tile-inner {
    background: #ffffff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all;
    transition: .3s all; }
    .ProductSliderElement .product-tile-inner:hover {
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
  .ProductSliderElement .product-image {
    height: 230px;
    margin: auto; }
  .ProductSliderElement .divider {
    width: 40px;
    height: 2px;
    margin: 20px auto;
    background: #ff1c3d; }
  .ProductSliderElement .title {
    font-size: 28px; }
  .ProductSliderElement .tagline {
    min-height: 50px;
    margin: 0px; }

.VideoElement .video-tile {
  display: block;
  position: relative;
  max-width: 900px;
  margin: auto; }
  .VideoElement .video-tile:after {
    content: url("../images/icons/play-circle-regular.svg");
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 75px;
    z-index: 10;
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: .85; }
  .VideoElement .video-tile:hover:after {
    opacity: 1; }

.WebinarElement .accordion-item {
  border-bottom: 2px solid #f5f5f5; }

.WebinarElement .accordion-title {
  border: none;
  background: #ffffff; }
  @media print, screen and (min-width: 40em) {
    .WebinarElement .accordion-title {
      padding-right: 65px; } }
  .WebinarElement .accordion-title:hover {
    background: #ffffff; }

.WebinarElement .accordion-content {
  border: none;
  padding-top: 0px; }

.WebinarElement .webinar-date {
  font-size: 16px;
  color: #ff1c3d;
  margin-bottom: 7px;
  font-weight: 600; }

.WebinarElement .webinar-time {
  font-size: 16px;
  margin-bottom: 0px; }

.WebinarElement .webinar-title {
  font-weight: 600;
  margin-bottom: 7px;
  color: #0a0a0a; }

.WebinarElement .button {
  margin-bottom: 0px; }

.WebinarElement .content-inner {
  padding-left: 15px; }

.WebinarElement .speaker-name {
  color: #ff1c3d;
  margin-bottom: 5px; }

.WebinarElement .speaker-title {
  color: #8a8a8a;
  margin-bottom: 7px; }

.WebinarElement .accordion-title::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
  color: #8a8a8a;
  content: '\f078'; }

.WebinarElement .accordion-item.is-active > .accordion-title::before {
  content: '\f077'; }

.element.tilegrid, .elements__blogpostselement {
  position: relative;
  padding: 20px 0; }
  @media print, screen and (min-width: 40em) {
    .element.tilegrid, .elements__blogpostselement {
      padding: 30px 0; } }
  .element.tilegrid .tile-grid-wrap, .elements__blogpostselement .tile-grid-wrap {
    position: relative; }
  .element.tilegrid .tile-item, .elements__blogpostselement .tile-item {
    padding: 0 15px; }
  .element.tilegrid .tile-inner, .elements__blogpostselement .tile-inner {
    position: relative;
    overflow: hidden; }
    .element.tilegrid .tile-inner .image, .elements__blogpostselement .tile-inner .image {
      width: 100%;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .element.tilegrid .tile-inner:hover .image, .elements__blogpostselement .tile-inner:hover .image {
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02); }
  .element.tilegrid .tile-content, .elements__blogpostselement .tile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 15px 15px 0px; }
    @media print, screen and (min-width: 40em) {
      .element.tilegrid .tile-content, .elements__blogpostselement .tile-content {
        padding: 30px 30px 15px; } }
    .element.tilegrid .tile-content.width-2, .elements__blogpostselement .tile-content.width-2 {
      padding: 15px 15px 0px; }
      @media print, screen and (min-width: 40em) {
        .element.tilegrid .tile-content.width-2, .elements__blogpostselement .tile-content.width-2 {
          padding: 30px 25px 15px; } }
      @media print, screen and (min-width: 64em) {
        .element.tilegrid .tile-content.width-2, .elements__blogpostselement .tile-content.width-2 {
          padding: 30px 45px 30px; } }
    .element.tilegrid .tile-content.layout-Center, .elements__blogpostselement .tile-content.layout-Center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .element.tilegrid .tile-content.layout-Bottom, .elements__blogpostselement .tile-content.layout-Bottom {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .element.tilegrid .tile-content.layout-Bottom .shade, .elements__blogpostselement .tile-content.layout-Bottom .shade {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 50%;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        opacity: .75; }
    .element.tilegrid .tile-content:before, .elements__blogpostselement .tile-content:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.05);
      -webkit-transition: all .2s;
      transition: all .2s; }
    .element.tilegrid .tile-content:hover:before, .elements__blogpostselement .tile-content:hover:before {
      background: rgba(0, 0, 0, 0); }
  .element.tilegrid .top-label, .elements__blogpostselement .top-label {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    margin: 15px 15px 0px;
    padding: 10px 20px; }
    @media print, screen and (min-width: 40em) {
      .element.tilegrid .top-label, .elements__blogpostselement .top-label {
        margin: 30px 30px 15px; } }
  .element.tilegrid .content-wrap, .elements__blogpostselement .content-wrap {
    position: relative;
    z-index: 2;
    color: #ffffff; }
    .element.tilegrid .content-wrap .button, .elements__blogpostselement .content-wrap .button {
      margin: 0px; }
  .element.tilegrid .heading, .elements__blogpostselement .heading {
    color: #ffffff; }
    @media screen and (max-width: 49.9375em) {
      .element.tilegrid .heading, .elements__blogpostselement .heading {
        font-size: 25px; } }
  .element.tilegrid p, .elements__blogpostselement p {
    color: #ffffff; }
  .element.tilegrid .tile-prev-slide, .element.tilegrid .tile-next-slide, .elements__blogpostselement .tile-prev-slide, .elements__blogpostselement .tile-next-slide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 40px;
    padding: 0 10px;
    color: #ffffff;
    z-index: 30;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .element.tilegrid .tile-prev-slide, .element.tilegrid .tile-next-slide, .elements__blogpostselement .tile-prev-slide, .elements__blogpostselement .tile-next-slide {
        display: block; } }
  .element.tilegrid .tile-prev-slide, .elements__blogpostselement .tile-prev-slide {
    left: 30px; }
  .element.tilegrid .tile-next-slide, .elements__blogpostselement .tile-next-slide {
    right: 30px; }

.cms-edit-link {
  position: fixed;
  bottom: 0px;
  right: 15px;
  z-index: 25; }

.no-padding {
  padding: 0px !important; }

.no-margin {
  margin: 0px !important; }

.no-margin-btm {
  margin-bottom: 0px !important; }

.no-padding-btm {
  padding-bottom: 0px !important; }

.pt-50 {
  padding-top: 25px; }
  @media print, screen and (min-width: 40em) {
    .pt-50 {
      padding-top: 50px; } }

.red-text {
  color: #ff1c3d; }

.gray-text {
  color: #8a8a8a; }

strong {
  font-weight: 700; }

.small-paragraph {
  font-size: 13px; }

.large-paragraph {
  font-size: 19px; }

@media print, screen and (min-width: 40em) {
  .extra-large-paragraph {
    font-size: 23px; } }

.ph-50 {
  padding-left: 10px;
  padding-right: 10px; }
  @media print, screen and (min-width: 40em) {
    .ph-50 {
      padding-left: 50px;
      padding-right: 50px; } }

.ph-100 {
  padding-left: 10px;
  padding-right: 10px; }
  @media print, screen and (min-width: 40em) {
    .ph-100 {
      padding-left: 100px;
      padding-right: 100px; } }

span.tm {
  font-size: 60%;
  position: relative;
  top: -10px;
  left: -2px; }

.slick-slide img {
  display: inline-block; }

.top-bar {
  height: 38.4px;
  position: fixed;
  width: 100vw;
  z-index: 999;
  overflow: hidden; }

.grid-container.narrow, section.narrow.element {
  max-width: 1300px; }

.grid-container.x-narrow, section.x-narrow.element {
  max-width: 1100px; }

.grid-container.x2-narrow, section.x2-narrow.element {
  max-width: 1000px; }

.main-content {
  margin-top: 64px;
  position: relative; }
  @media screen and (min-width: 1291px) {
    .main-content {
      margin-top: 124px; } }

.page-title {
  font-size: 30px; }
  @media print, screen and (min-width: 40em) {
    .page-title {
      font-size: 36px; } }

fieldset {
  position: relative; }

.social-icon {
  color: #ffffff;
  -webkit-transition: color .1s;
  transition: color .1s; }
  .social-icon:hover.facebook {
    color: #3c5a9c; }
  .social-icon:hover.twitter {
    color: #40a2cc; }
  .social-icon:hover.youtube {
    color: #de3030; }
  .social-icon:hover.linkedin {
    color: #1275b1; }

section.element {
  position: relative;
  margin-bottom: 15px; }
