/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.875;
  color: #3D3935;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

pre {
  overflow: auto;
}

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

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

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

.grid-container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 90rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 60em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 60em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

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

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  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 {
  flex-basis: auto;
}

@media print, screen and (min-width: 60em) {
  .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 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .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 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .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 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 60em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-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.5rem;
  margin-right: -0.5rem;
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1rem);
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 60em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 60em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.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.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-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: 60em) {
  .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: 60em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 60em) {
  .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: 75em) {
  .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: 75em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-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.5rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 60em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 75em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 90em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.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 {
  flex-basis: auto;
}
@media print, screen and (min-width: 60em) {
  .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 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .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 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .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 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 60em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  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%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

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

@media print, screen and (min-width: 60em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 60em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 120em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 60em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 120em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem);
}
@media print, screen and (min-width: 60em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 60em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  justify-content: flex-start;
}

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

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

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

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

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

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

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 60em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 75em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 60em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 75em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
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: 1.25rem;
  font-size: inherit;
  line-height: 1.875;
  text-rendering: optimizeLegibility;
}

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

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

small {
  font-size: 0.6875rem;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  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: #B7B7B7;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.035;
  margin-top: 0.05rem;
  margin-bottom: 0.75rem;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.15;
  margin-top: 0.05rem;
  margin-bottom: 0.75rem;
}

h3, .h3 {
  font-size: 1.3125rem;
  line-height: 1.15;
  margin-top: 0.05rem;
  margin-bottom: 0.75rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.15;
  margin-top: 0.05rem;
  margin-bottom: 0.75rem;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.265;
  margin-top: 0.05rem;
  margin-bottom: 0.75rem;
}

h6, .h6 {
  font-size: 0.6875rem;
  line-height: 1.265;
  margin-top: 0.05rem;
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 60em) {
  h1, .h1 {
    font-size: 3.5rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 0.8125rem;
  }
}
a {
  line-height: inherit;
  color: #ED2224;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #ED2224;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 2.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #f2f2f2;
  border-left: 0;
}

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.9375rem 0;
  border-left: 0;
}
blockquote, blockquote p {
  line-height: 1.875;
  color: #B7B7B7;
}

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #B7B7B7;
  background-color: #f2f2f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #3D3935;
}

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

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

.lead {
  font-size: 175%;
  line-height: 1.46;
}

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

.cite-block, cite {
  display: block;
  color: #3D3935;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "";
}

.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: 60em) {
  .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: 75em) {
  .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: 90em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #777;
    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;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.578125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: 0;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875;
  color: #3D3935;
  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: 0;
  background-color: #fefefe;
  box-shadow: 0;
}

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

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

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

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

::placeholder {
  color: #3D3935;
}

[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: 500;
  line-height: 1.8;
  color: #B7B7B7;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5rem 0;
}

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

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #c9c9c9;
  background: #f2f2f2;
  color: #3D3935;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  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;
  flex: 1 1 0px;
  min-width: 0;
}

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

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 #c9c9c9;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.578125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875;
  color: #3D3935;
  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%28201, 201, 201%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 0;
  background-color: #fefefe;
  box-shadow: 0;
}
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0.25em 0.5em 0.25em 0;
  font-family: inherit;
  padding: 0.25em 0.125em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: border 0.2s ease-in-out, padding 0.2s ease-in-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.62rem;
}
.button.small {
  font-size: 0.85rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: transparent;
  color: #3D3935;
}
.button:hover, .button:focus {
  background-color: transparent;
  color: #3D3935;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #ED2224;
  color: #3D3935;
}
.button.primary:hover, .button.primary:focus {
  background-color: #c81012;
  color: #3D3935;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #F9F82C;
  color: #3D3935;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #e4e306;
  color: #3D3935;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #3D3935;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #3D3935;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #3D3935;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #3D3935;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ec5840;
  color: #3D3935;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #3D3935;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .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, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid transparent;
  color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #ED2224;
  color: #ED2224;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #7d0a0b;
  color: #7d0a0b;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #F9F82C;
  color: #F9F82C;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #8e8e04;
  color: #8e8e04;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: transparent;
}
.button.clear:hover, .button.clear:focus {
  color: rgba(0, 0, 0, 0);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #ED2224;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #7d0a0b;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #F9F82C;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #8e8e04;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ec5840;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #881f0e;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 0.125em;
}
.button.dropdown.hollow::after {
  border-top-color: transparent;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #ED2224;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #F9F82C;
}
.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: #ec5840;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.62rem;
}
.button-group.small .button {
  font-size: 0.85rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #ED2224;
  color: #3D3935;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #c81012;
  color: #3D3935;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #F9F82C;
  color: #3D3935;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #e4e306;
  color: #3D3935;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #3D3935;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #3D3935;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #3D3935;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #3D3935;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #ec5840;
  color: #3D3935;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #3D3935;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid transparent;
  color: transparent;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #ED2224;
  color: #ED2224;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #7d0a0b;
  color: #7d0a0b;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #F9F82C;
  color: #F9F82C;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #8e8e04;
  color: #8e8e04;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: transparent;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgba(0, 0, 0, 0);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #ED2224;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #7d0a0b;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #F9F82C;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #8e8e04;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #ec5840;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #881f0e;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  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;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 60em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 59.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 74.9375em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

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

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

thead {
  background: #f8f8f8;
  color: #3D3935;
}

tfoot {
  background: #f1f1f1;
  color: #3D3935;
}

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

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

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

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

@media screen and (max-width: 74.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: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/************************************************

Stylesheet: WordPress Styles

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.post-password-form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0.25em 0.5em 0.25em 0;
  font-family: inherit;
  padding: 0.25em 0.125em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: border 0.2s ease-in-out, padding 0.2s ease-in-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .post-password-form input[type=submit] {
  outline: 0;
}
.post-password-form input[type=submit], .post-password-form input[type=submit].disabled, .post-password-form input[type=submit][disabled], .post-password-form input[type=submit].disabled:hover, .post-password-form input[type=submit][disabled]:hover, .post-password-form input[type=submit].disabled:focus, .post-password-form input[type=submit][disabled]:focus {
  background-color: transparent;
  color: #3D3935;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background-color: transparent;
  color: #3D3935;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery::before, .gallery::after {
  content: " ";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-3 > dl {
  width: 33.3333333333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-6 > dl {
  width: 16.6666666667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-7 > dl {
  width: 14.2857142857%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.gallery dl:last-child:not(:first-child) {
  float: right;
}

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
.grid-x {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media print, screen and (min-width: 60em) {
  .grid-x {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.grid-x .grid-x {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 22.5em) {
  .grid-container {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-container {
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-container {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}

@media screen and (max-width: 59.9375em) {
  body {
    font-size: 87.5%;
  }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #B7B7B7;
}
p + h1, ul + h1, ol + h1,
p + h2,
ul + h2,
ol + h2,
p + h3,
ul + h3,
ol + h3,
p + h4,
ul + h4,
ol + h4,
p + h5,
ul + h5,
ol + h5,
p + .h1,
ul + .h1,
ol + .h1,
p + .h2,
ul + .h2,
ol + .h2,
p + .h3,
ul + .h3,
ol + .h3,
p + .h4,
ul + .h4,
ol + .h4,
p + .h5,
ul + .h5,
ol + .h5 {
  margin-top: 1em;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  letter-spacing: -0.01em;
}

h6,
.h6 {
  font-weight: 500;
}

li {
  margin-bottom: 0.625rem;
}

a:hover {
  text-decoration: underline;
}

.button {
  border: 0;
  border-bottom: 0.125rem solid #ED2224;
}
.button:hover {
  color: #ED2224;
}

.single .hentry p a:not(.button):not(.small-link) {
  color: inherit;
  border-bottom: 1px solid #ED2224;
}
.single .hentry p a:not(.button):not(.small-link):hover {
  text-decoration: none;
  color: #ED2224;
}

.highlight {
  color: #ED2224;
}

.primary,
.secondary {
  position: relative;
}
.primary:before,
.secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  height: 1em;
  width: 0.1875rem;
  background-color: #ED2224;
}
@media print, screen and (min-width: 75em) {
  .primary:before,
.secondary:before {
    left: -1.875rem;
  }
}
.primary.inset,
.secondary.inset {
  margin-left: 1.25rem;
}
@media print, screen and (min-width: 75em) {
  .primary.inset,
.secondary.inset {
    margin-left: 1.875rem;
  }
}

.secondary:before {
  background-color: #e0e0e0;
}

.background-gray .primary:before,
.background-gray .secondary:before {
  left: -1.75rem;
}
@media print, screen and (min-width: 75em) {
  .background-gray .primary:before,
.background-gray .secondary:before {
    left: -1.875rem;
  }
}
.background-gray .secondary:before {
  background-color: #B7B7B7;
}

.lead {
  font-size: 175%;
  font-weight: 400;
  line-height: 1.46;
  color: #B7B7B7;
}

blockquote p {
  font-size: 175%;
  line-height: 1.38;
  text-indent: -0.33em;
}
blockquote cite {
  font-weight: 500;
  font-style: normal;
}

.horizontal-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
.horizontal-list li {
  flex: 0 0 auto;
  margin: 0 0;
}
.horizontal-list li:first-child {
  margin-left: 0;
}
.horizontal-list li:last-child {
  margin-right: 0;
}
.horizontal-list a {
  display: inline-block;
  text-decoration: none;
}

.small-link {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-top: 0.9375rem;
  color: #ED2224;
}

ul + h5 {
  margin-top: 1.5em;
}

.img {
  position: relative;
  display: block;
  background: #f7f7f7 no-repeat center/cover;
}

.thumbnail {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  margin: 0.5rem 0 1rem;
}
@media print, screen and (min-width: 60em) {
  .thumbnail {
    margin: 1.875rem 0 1.5625rem;
  }
}
.thumbnail .img {
  object-fit: cover;
}

a.img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
a.img-container .img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.025);*/
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
a.img-container:hover .img.bg {
  /*transform: scale(1);*/
  opacity: 0.7;
}

.person .img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.person .img-container .img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.025);*/
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.bgVideo:not(.novideo) {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50%;
  width: 100%;
  padding-bottom: 56.25%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
}
.bgVideo:not(.novideo) .videoInner {
  position: absolute;
  top: 50%;
  left: 0;
  height: 300%;
  width: 100%;
  transform: translateY(-50%);
}
.bgVideo.novideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.bgVideo.novideo .videoInner {
  display: none;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color],
textarea, select {
  border-bottom: 0.125rem solid #e0e0e0 !important;
  background-color: #f7f7f7;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus,
textarea:focus, select:focus {
  background-color: transparent;
}
@media screen and (max-width: 59.9375em) {
  input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color],
textarea, select {
    font-size: 16px;
  }
}

.gform_validation_container {
  display: none !important;
}

.validation_error {
  display: none;
}

.validation_message {
  color: #ED2224;
  font-size: 0.6875rem;
  margin: -0.625rem 0 0.625rem;
}

.gform_confirmation_message {
  font-size: 1.125rem;
  padding-top: 15vh;
  padding-bottom: 15vh;
  color: #ED2224;
  font-weight: 400;
}
@media print, screen and (min-width: 60em) {
  .gform_confirmation_message {
    font-size: 1.5rem;
  }
}

.gfield_required {
  display: none;
}

.gfield {
  margin-bottom: 0;
}

.hide_label .gfield_label {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  margin: 0;
  clear: none;
  cursor: pointer;
  line-height: 1.25rem;
  color: #3D3935;
  font-weight: 300;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1rem;
  text-align: center;
  border: 0.125rem solid #B7B7B7;
  margin-right: 0.66rem;
  color: #3D3935;
  font-size: 1.0625rem;
  background-color: transparent;
  vertical-align: top;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  font-family: "icomoon";
  content: "\e909";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*//override for cookie notice*/
.cky-switch input[type=checkbox] {
  display: block;
}

@media print, screen and (min-width: 60em) {
  .gform_fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .gform_fields > li {
    flex: 0 0 100%;
    width: 100%;
  }
  .gform_fields > li.gf_left_half, .gform_fields > li.gf_right_half, .gform_fields > li.gf_half {
    flex: 0 0 calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
  .ginput_container_name {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .ginput_container_name > span {
    flex: 0 0 calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
  .gfield_checkbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .gfield_checkbox li {
    flex: 0 0 calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
.field_sublabel_above .ginput_container label {
  display: none;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 100%;
  margin: 5.5px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #777;
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(249, 248, 44, 0);
  height: 14px;
  width: 14px;
  border-radius: 8px;
  background: #F9F82C;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #848484;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #777;
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(249, 248, 44, 0);
  height: 14px;
  width: 14px;
  border-radius: 8px;
  background: #F9F82C;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #6a6a6a;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
  background: #777;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(249, 248, 44, 0);
  height: 14px;
  width: 14px;
  border-radius: 8px;
  background: #F9F82C;
  cursor: pointer;
  height: 3px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #777;
}

input[type=range]:focus::-ms-fill-upper {
  background: #848484;
}

html {
  height: 100%;
}

.site {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-header,
.site-footer {
  flex: none;
}

.site-content {
  flex: 1 0 auto;
  width: 100%;
}

.site-header {
  height: 3.125rem;
  position: fixed;
  z-index: 20;
  width: 100%;
  background-color: #fefefe;
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
}
.site-header.minimize:not(.open) {
  transform: translate(0, -3.125rem);
}
.site-header.minimize-down:not(.open) {
  box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.1);
}
.site-header .grid-x {
  height: 100%;
}
.site-header .cell {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 60em) {
  .site-header {
    height: 4.375rem;
  }
  .site-header.minimize:not(.open) {
    height: 3.125rem;
  }
  .site-header.minimize-down:not(.open) {
    height: 3.125rem;
  }
  .site-header .grid-x {
    padding-right: 0;
  }
  .site-header .cell {
    padding-right: 0;
  }
}

.logo {
  position: relative;
  margin: 0 !important;
  line-height: 0;
  font-size: 0;
  height: 100%;
  flex: 1 1 7.375rem;
  width: 7.375rem;
}
.logo a {
  position: absolute;
  left: 0;
  top: calc(50% - (1.875rem / 2));
  display: block;
  width: 7.375rem;
  height: 1.5rem;
  margin: 0.375rem 0 0;
  background: transparent url(../assets/images/logo.svg) no-repeat left/contain;
}
.logo .min {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fefefe url(../assets/images/logo-min.svg) no-repeat left/contain;
  opacity: 0;
  transition: opacity 0.3s 0.3s ease-in-out;
}
@media screen and (max-width: 59.9375em) {
  .logo a {
    height: 1.125rem;
    top: calc(50% - (1.375rem / 2));
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 60em) {
  .logo {
    flex: 0 0 50%;
    width: 50%;
  }
  .site-header.minimize:not(.open) .logo a .min, .site-header.minimize-down:not(.open) .logo a .min {
    opacity: 1;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 1.25rem;
  height: 1rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.0625rem;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 1.25rem;
  height: 0.125rem;
  background-color: #3D3935;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -0.4375rem;
}
.hamburger-inner::after {
  bottom: -0.4375rem;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 2.5rem;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.4375rem, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.4375rem, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 2.5rem;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.4375rem, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.4375rem, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 2.5rem;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.4375rem, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.4375rem, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 2.5rem;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.4375rem, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.4375rem, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.25rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.25rem, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(0.25rem, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(0.25rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-0.25rem, -0.3125rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-0.25rem, 0.3125rem, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0.25rem, -0.3125rem, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(0.25rem, 0.3125rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -0.875rem;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -0.4375rem, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -0.875rem;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -0.4375rem, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0.0625rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 0.4375rem;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 0.875rem;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 0.4375rem, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.875rem, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0.0625rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 0.4375rem;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 0.875rem;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 0.4375rem, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.875rem, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 0.4375rem;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -2.5rem;
  top: -2.5rem;
  transform: translate3d(2.5rem, 2.5rem, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -2.5rem;
  top: -2.5rem;
  transform: translate3d(-2.5rem, 2.5rem, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 0.4375rem;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -2.5rem;
  top: 2.5rem;
  transform: translate3d(2.5rem, -2.5rem, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -2.5rem;
  top: 2.5rem;
  transform: translate3d(-2.5rem, -2.5rem, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0.0625rem;
}
.hamburger--slider .hamburger-inner::before {
  top: 0.4375rem;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 0.875rem;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 0.4375rem, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.1785714286rem, -0.3125rem, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.875rem, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0.0625rem;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 0.4375rem;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 0.875rem;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 0.4375rem, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(0.1785714286rem, -0.3125rem, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.875rem, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 0.0625rem;
  transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 0.4375rem;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 0.875rem;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0.4375rem, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0.4375rem, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -0.875rem;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -0.4375rem, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.site-header .hamburger {
  margin-top: 0.375rem;
}
@media print, screen and (min-width: 60em) {
  .site-header .hamburger {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .sub-menu-hide-small {
    display: none !important;
  }
}

.cta-new a {
  color: #ED2224 !important;
  position: relative;
  padding-right: 0.625rem;
}
.cta-new a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background-color: #ED2224;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 0.4375rem;
}

.topNav ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.topNav ul li {
  margin-bottom: 0;
}
.topNav ul a {
  color: inherit;
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 75em) {
  .topNav ul a {
    letter-spacing: 0.15em;
  }
}
.topNav ul .highlight a {
  color: #3D3935;
  background-color: #F9F82C;
}
@media print, screen and (min-width: 60em) {
  .topNav #primary > ul a {
    position: relative;
  }
  .topNav #primary > ul a:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
    height: 0.125rem;
    background: #c9c9c9;
    transition: bottom 0.3s ease-in-out;
  }
  .topNav #primary > ul .current-menu-item a:after,
.topNav #primary > ul .current-menu-ancestor a:after,
.topNav #primary > ul .current_page_parent a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
    height: 0.125rem;
    background: #ED2224 !important;
    transition: bottom 0.3s ease-in-out;
  }
  .site-header.minimize:not(.open) .topNav #primary > ul a:hover:after, .site-header.minimize-down:not(.open) .topNav #primary > ul a:hover:after {
    bottom: -0.875rem;
  }
  .site-header.minimize:not(.open) .topNav #primary > ul .current-menu-item a:after,
.site-header.minimize:not(.open) .topNav #primary > ul .current-menu-ancestor a:after,
.site-header.minimize:not(.open) .topNav #primary > ul .current_page_parent a:after, .site-header.minimize-down:not(.open) .topNav #primary > ul .current-menu-item a:after,
.site-header.minimize-down:not(.open) .topNav #primary > ul .current-menu-ancestor a:after,
.site-header.minimize-down:not(.open) .topNav #primary > ul .current_page_parent a:after {
    bottom: -0.875rem;
  }
}
@media print, screen and (min-width: 60em) {
  .topNav {
    flex: 0 0 50%;
    width: 50%;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .topNav > div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 1.875rem;
  }
  .topNav #primary {
    flex: 1 1 auto;
    background-color: #f7f7f7;
  }
  .topNav #languageSwitcher {
    flex: 0 0 auto;
    background-color: #f2f2f2;
  }
  .topNav #languageSwitcher ul li:not(:last-child) {
    margin-right: 0;
  }
  .topNav #languageSwitcher ul li:not(:last-child):after {
    content: "|";
    display: inline;
    padding-left: 0.5em;
    color: #B7B7B7;
  }
  .topNav #languageSwitcher ul a {
    color: #B7B7B7;
  }
  .topNav #languageSwitcher ul .current-lang a {
    color: #777;
  }
  .topNav #mobile {
    display: none;
  }
  .topNav ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
    flex: 0 0 auto;
  }
  .topNav ul li {
    flex: 0 0 auto;
    margin: 0 0.5em;
  }
  .topNav ul li:first-child {
    margin-left: 0;
  }
  .topNav ul li:last-child {
    margin-right: 0;
  }
  .topNav ul a {
    display: inline-block;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 75em) {
  .topNav ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .topNav ul li {
    flex: 0 0 auto;
    margin: 0 0.75em;
  }
  .topNav ul li:first-child {
    margin-left: 0;
  }
  .topNav ul li:last-child {
    margin-right: 0;
  }
  .topNav ul a {
    display: inline-block;
    text-decoration: none;
  }
  .topNav #languageSwitcher ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .topNav #languageSwitcher ul li {
    flex: 0 0 auto;
    margin: 0 0.5em;
  }
  .topNav #languageSwitcher ul li:first-child {
    margin-left: 0;
  }
  .topNav #languageSwitcher ul li:last-child {
    margin-right: 0;
  }
  .topNav #languageSwitcher ul a {
    display: inline-block;
    text-decoration: none;
  }
  .topNav #languageSwitcher ul li:not(:last-child):after {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 59.9375em) {
  .topNav {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 3.125rem;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    overflow-y: scroll;
    transition: opacity 0.45s ease-in-out;
  }
  .topNav ul {
    padding: 0 0 0.9375rem;
    transition: padding 0.3s ease-in-out;
  }
  .topNav ul a {
    display: inline-block;
    margin: 0.9375rem 0;
    padding: 0.3125rem 1.25rem;
    font-size: 0.875rem;
  }
  .open .topNav {
    opacity: 1;
    pointer-events: auto;
  }
  .open .topNav ul {
    padding-top: 0.9375rem;
  }
  .topNav #primary,
.topNav #languageSwitcher {
    display: none;
  }
}

.site-subheader {
  display: none;
  background-color: #fefefe;
  height: 2.8125rem;
  transition: height 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media print, screen and (min-width: 60em) {
  .site-subheader {
    height: 4.0625rem;
  }
}
.minimize:not(.open) .site-subheader {
  height: 2.8125rem;
  pointer-events: none;
  transform: translate(0, -2.8125rem);
}
.minimize-down:not(.open) .site-subheader {
  height: 2.8125rem;
}
.minimize-down:not(.open) .site-subheader {
  box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.1);
}
.site-subheader #primary-sub,
.site-subheader #lab-sub {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.site-subheader #primary-sub > ul,
.site-subheader #lab-sub > ul {
  flex: 1 1 100%;
  list-style: none;
  margin: 0;
  align-self: center;
}
@media print, screen and (min-width: 60em) {
  .site-subheader #primary-sub > ul,
.site-subheader #lab-sub > ul {
    flex: 0 0 50%;
    padding: 0 1.875rem;
  }
}
.site-subheader #primary-sub {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.site-subheader #primary-sub > ul li {
  display: none;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153, .site-subheader #primary-sub > ul li.current-menu-item, .site-subheader #primary-sub > ul li.current-menu-ancestor, .site-subheader #primary-sub > ul li.current_page_parent {
  display: block;
  margin: 0;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 > a, .site-subheader #primary-sub > ul li.current-menu-item > a, .site-subheader #primary-sub > ul li.current-menu-ancestor > a, .site-subheader #primary-sub > ul li.current_page_parent > a {
  display: none;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li {
  flex: 0 0 auto;
  margin: 0 0.5em;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li:first-child, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li:first-child, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li:first-child, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li:first-child {
  margin-left: 0;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li:last-child, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li:last-child, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li:last-child, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li:last-child {
  margin-right: 0;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu a, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu a, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu a, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu a {
  display: inline-block;
  text-decoration: none;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu a, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu a, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu a, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu a {
  color: inherit;
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a5a5a5;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu a:hover, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu a:hover, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu a:hover, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu a:hover {
  color: #3D3935;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li {
  display: block;
}
body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li.current-menu-item a, body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li.current-menu-ancestor a, body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li.current_page_parent a, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li.current-menu-item a, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li.current-menu-ancestor a, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li.current_page_parent a, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li.current-menu-item a, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li.current-menu-ancestor a, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li.current_page_parent a, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li.current-menu-item a, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li.current-menu-ancestor a, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li.current_page_parent a {
  color: #3D3935;
}
@media print, screen and (min-width: 75em) {
  body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li {
    flex: 0 0 auto;
    margin: 0 0.75em;
  }
  body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li:first-child, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li:first-child, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li:first-child, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li:first-child {
    margin-left: 0;
  }
  body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu li:last-child, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu li:last-child, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu li:last-child, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu li:last-child {
    margin-right: 0;
  }
  body.single-c_person .site-subheader #primary-sub > ul li.menu-item-153 .sub-menu a, .site-subheader #primary-sub > ul li.current-menu-item .sub-menu a, .site-subheader #primary-sub > ul li.current-menu-ancestor .sub-menu a, .site-subheader #primary-sub > ul li.current_page_parent .sub-menu a {
    display: inline-block;
    text-decoration: none;
  }
}
.site-subheader #lab-sub {
  justify-content: flex-start;
  background-color: #F9F82C;
}
@media screen and (max-width: 59.9375em) {
  .site-subheader #lab-sub {
    min-width: 100%;
    width: auto !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site-subheader #lab-sub ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
.site-subheader #lab-sub ul li {
  flex: 0 0 auto;
  margin: 0 0.5em;
}
.site-subheader #lab-sub ul li:first-child {
  margin-left: 0;
}
.site-subheader #lab-sub ul li:last-child {
  margin-right: 0;
}
.site-subheader #lab-sub ul a {
  display: inline-block;
  text-decoration: none;
}
.site-subheader #lab-sub li {
  display: block;
  margin: 0;
}
.site-subheader #lab-sub li a {
  position: relative;
  color: #3D3935;
  font-weight: 400;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.site-subheader #lab-sub li a:hover {
  color: #3D3935;
}
.site-subheader #lab-sub li.active a {
  font-weight: bold;
}
@media print, screen and (min-width: 75em) {
  .site-subheader #lab-sub ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .site-subheader #lab-sub ul li {
    flex: 0 0 auto;
    margin: 0 0.75em;
  }
  .site-subheader #lab-sub ul li:first-child {
    margin-left: 0;
  }
  .site-subheader #lab-sub ul li:last-child {
    margin-right: 0;
  }
  .site-subheader #lab-sub ul a {
    display: inline-block;
    text-decoration: none;
  }
}

body.single-c_person .site-subheader,
body.lab-theme .site-subheader,
.has-subnav .site-subheader {
  display: block;
}

#concept-lab-tab {
  display: block;
  position: fixed;
  z-index: 11;
  right: 0;
  top: 14rem;
}
#concept-lab-tab a {
  display: block;
  width: 6.875rem;
  text-align: center;
  transform: translate(0.3125rem, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  margin-top: -2.25rem;
  background-color: #F9F82C;
  color: #3D3935;
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.625rem 0.9375rem 0.9375rem;
  transition: transform 0.15s ease-in-out;
}
#concept-lab-tab a:hover {
  text-decoration: none;
  transform: translate(0, 0) rotate(-90deg);
}
#concept-lab-tab a#concept-lab-tab-fe {
  display: none;
  background-color: #ED2224;
  color: #fefefe;
}
body.lab-theme #concept-lab-tab a#concept-lab-tab-lab {
  display: none;
}
body.lab-theme #concept-lab-tab a#concept-lab-tab-fe {
  display: block;
}

body.single .hentry {
  border: 1px solid transparent;
  position: relative;
}
body.single .hentry .share_tool {
  z-index: 12;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.875rem;
  overflow: hidden;
  padding-bottom: 1.875rem;
  cursor: pointer;
}
@media print, screen and (min-width: 60em) {
  body.single .hentry .share_tool {
    position: fixed;
    bottom: 5.625rem;
    height: 1.875rem;
    transition: height 0.15s ease-in-out;
  }
}
@media screen and (min-width: 60em) and (max-height: 624px) {
  body.single .hentry .share_tool {
    bottom: 1.875rem;
  }
}
body.single .hentry .share_tool .share_icons {
  position: relative;
  z-index: 1;
  padding: 0.3125rem 0;
  background-color: #fefefe;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 60em) {
  body.single .hentry .share_tool .share_icons {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  }
}
body.single .hentry .share_tool .share_icons a {
  display: block;
  color: #777;
  width: 1.875rem;
  height: 2.5rem;
  margin: 0;
  padding: 0.3125rem 0;
  line-height: 1.875rem;
  text-align: center;
}
body.single .hentry .share_tool .share_icons a:not(:first-of-type) {
  margin-top: 0;
}
body.single .hentry .share_tool .share_icons a:not(:last-of-type) {
  margin-bottom: 0;
}
body.single .hentry .share_tool .share_icons a:hover {
  text-decoration: none;
  color: #ED2224;
}
body.single .hentry .share_tool .share_icon {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 2.0625rem;
  text-align: center;
  background-color: #ED2224;
  color: #fefefe;
  font-size: 1.0625rem;
}
body.single .hentry .share_tool .share_icon:before {
  font-family: "icomoon";
  content: "\e90b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 60em) {
  body.single .hentry .share_tool:hover {
    height: 10rem;
  }
  body.single .hentry .share_tool:hover.has-pdf {
    height: 12.5rem;
  }
  body.single .hentry .share_tool:hover .share_icons {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.a2a_svg {
  padding: 4px !important;
}

.a2a_kit a:hover .a2a_svg svg g,
.a2a_kit a:hover .a2a_svg svg path {
  fill: #ED2224 !important;
}

@media screen and (max-width: 59.9375em) {
  body.single-c_case_study .hentry .share_tool {
    bottom: calc(0.5rem - 1.875rem);
  }
}

.site-content {
  padding-top: 3.125rem;
}
@media print, screen and (min-width: 60em) {
  .site-content {
    padding-top: 4.375rem;
  }
}

.site-header.has-subnav ~ .site-content {
  padding-top: 5.9375rem;
}
@media print, screen and (min-width: 60em) {
  .site-header.has-subnav ~ .site-content {
    padding-top: 8.4375rem;
  }
}

body.single-c_person .site-subheader #primary-sub {
  border-bottom: 1px solid #f2f2f2;
}
body.single-c_person .site-content {
  padding-top: 7.1875rem;
}
@media print, screen and (min-width: 60em) {
  body.single-c_person .site-content {
    padding-top: 14.0625rem;
  }
}

.site-footer {
  font-size: 0.6875rem;
  padding-top: 10vw;
  padding-bottom: 1.25rem;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: inherit;
}
@media screen and (min-width: 22.5em) {
  .site-footer .grid-x {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media print, screen and (min-width: 60em) {
  .site-footer .grid-x {
    align-items: flex-end;
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }
}
@media print, screen and (min-width: 75em) {
  .site-footer .grid-x {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}
@media screen and (min-width: 60em) and (max-width: 74.9375em) {
  .site-footer .grid-x .cell.copyright,
.site-footer .grid-x .cell.btmNav,
.site-footer .grid-x .cell.socialNav,
.site-footer .grid-x .cell.newsletter-cta {
    flex: 1 1 auto;
    width: auto;
  }
}
@media screen and (max-width: 59.9375em) {
  .site-footer .grid-x .cell.copyright {
    flex: 0 0 55%;
    order: 3;
  }
  .site-footer .grid-x .cell.btmNav {
    flex: 0 0 45%;
    order: 4;
  }
  .site-footer .grid-x .cell.socialNav {
    flex: 0 0 45%;
    order: 2;
    margin-bottom: 1.5rem;
  }
  .site-footer .grid-x .cell.newsletter-cta {
    flex: 0 0 55%;
    order: 1;
    margin-bottom: 1.5rem;
  }
}

@media print, screen and (min-width: 60em) {
  .copyright br {
    display: none;
  }
}

.btmNav ul {
  list-style: none;
  margin: 0;
}
.btmNav ul li {
  margin: 0;
}
.btmNav ul a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 60em) {
  .btmNav ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .btmNav ul li {
    flex: 0 0 auto;
    margin: 0 0.5em;
  }
  .btmNav ul li:first-child {
    margin-left: 0;
  }
  .btmNav ul li:last-child {
    margin-right: 0;
  }
  .btmNav ul a {
    display: inline-block;
    text-decoration: none;
  }
}

.socialNav ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
.socialNav ul li {
  flex: 0 0 auto;
  margin: 0 0.75em;
}
.socialNav ul li:first-child {
  margin-left: 0;
}
.socialNav ul li:last-child {
  margin-right: 0;
}
.socialNav ul a {
  display: inline-block;
  text-decoration: none;
}
.socialNav a {
  font-size: 0;
  color: #c9c9c9;
}
.socialNav a:before {
  font-size: 1.5rem;
}
.socialNav a:hover {
  color: #ED2224;
}
.socialNav .linkedin a:before {
  font-family: "icomoon";
  content: "\e900";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socialNav .twitter a:before {
  font-family: "icomoon";
  content: "\e901";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socialNav .instagram a::before {
  font-family: "icomoon";
  content: "\e904";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socialNav .facebook a::before {
  font-family: "icomoon";
  content: "\e905";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 59.9375em) {
  .socialNav {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 59.9375em) {
  .newsletter-cta span {
    display: block;
  }
}
.newsletter-cta a {
  display: inline-block;
  font-size: 1.5rem;
  color: #B7B7B7;
  border-bottom: 0.125rem solid #ED2224;
  line-height: 1;
  font-weight: 400;
  padding-right: 0.1em;
}
@media print, screen and (min-width: 60em) {
  .newsletter-cta a {
    margin-left: 0.75em;
  }
}
.newsletter-cta a:hover {
  text-decoration: none;
  color: #ED2224;
}

.concept-lab-cta-container {
  padding-bottom: 2.5vw !important;
}
@media screen and (max-width: 59.9375em) {
  .concept-lab-cta-container {
    display: none;
  }
}

.concept-lab-cta {
  font-size: 1rem;
}
.concept-lab-cta .highlight {
  color: inherit;
  text-decoration: none;
  background-color: #F9F82C;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  margin: -0.3125rem 0.125rem;
  font-weight: 500;
}
.concept-lab-cta:hover {
  text-decoration: none;
}
.concept-lab-cta:hover .highlight {
  background-color: #3D3935;
  color: #F9F82C;
}

body:not(.archive) .showOnView {
  opacity: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.full-width-image .caption {
  background-color: #fefefe;
  padding: 1rem 2.25rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
}
.full-width-image .caption p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 60em) {
  .full-width-image {
    position: relative;
    width: calc(100vw - 1.875rem);
    height: calc(((100vw - 1.875rem) * .66) + 1.875rem);
  }
  .full-width-image.align-right {
    margin-left: 1.875rem;
  }
  .full-width-image .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.9375rem;
    bottom: 0.9375rem;
    width: 100%;
    height: calc(100% - 30px);
    object-fit: cover;
  }
  .full-width-image .caption {
    position: absolute;
    width: 25%;
  }
  .full-width-image .caption.align-top_left {
    top: 0.9375rem;
    left: 0;
    padding: 0.625rem 1.875rem 1.875rem 0.625rem;
  }
  .full-width-image .caption.align-top_right {
    top: 0.9375rem;
    right: 0;
    padding: 0.625rem 0.625rem 1.875rem 1.875rem;
  }
  .full-width-image .caption.align-btm_left {
    bottom: 0.9375rem;
    left: 0;
    padding: 1.875rem 1.875rem 0.625rem 0.625rem;
  }
  .full-width-image .caption.align-btm_right {
    bottom: 0.9375rem;
    right: 0;
    padding: 1.875rem 0.625rem 0.625rem 1.875rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .full-width-image {
    padding: 0.5rem 0;
  }
  .full-width-image .img {
    height: 66vw;
  }
}

.carousel {
  position: relative;
}
.carousel:not(.panel) {
  padding-bottom: 1px;
}
.carousel .slick-list {
  position: relative;
  z-index: 2;
}
.carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.carousel .slick-track .slick-slide {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  height: auto;
  overflow: hidden;
  outline: none !important;
}
.carousel .slick-track .slick-slide > * {
  flex: 0 0 auto;
  width: 100%;
}
.carousel .slick-track .slick-slide a,
.carousel .slick-track .slick-slide a:focus {
  outline: none !important;
}
.carousel .slick-track .slick-slide a *,
.carousel .slick-track .slick-slide a:focus * {
  outline: none !important;
}
.carousel .slick-track .slick-slide .img {
  height: calc(100vh - 6.25rem);
}
.carousel .slick-track .slick-slide section h1 {
  font-size: 9vw;
}
@media print, screen and (min-width: 60em) {
  .carousel .slick-track .slick-slide section h1 {
    font-size: 4.5vw;
  }
}
@media print, screen and (min-width: 75em) {
  .carousel .slick-track .slick-slide section h6 {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 74.9375em) {
  .carousel .slick-track .slick-slide section p {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .carousel .slick-track .slick-slide section {
    padding-bottom: 3.875rem;
  }
}
.carousel .slick-track .slick-slide .grid-x {
  transition: opacity 0.3s 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.carousel .slick-track .slick-slide .cell {
  transition: opacity 0.45s 0.45s ease-in-out, transform 0.45s 0.45s ease-in-out;
}
.carousel .slick-track .slick-slide:not(.slick-current) .grid-x {
  opacity: 0;
  transform: translate(1.875rem, 0);
}
.carousel .slick-track .slick-slide:not(.slick-current) .cell {
  opacity: 0;
  transform: translate(2.8125rem, 0);
}
@media print, screen and (min-width: 60em) {
  .carousel .slick-track .slick-slide .img {
    height: calc((100vw - 1.875rem) * 0.66);
    max-height: calc(100vh - 8.125rem);
    min-height: 31.25rem;
  }
}
.carousel .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 1.75rem 2.375rem;
  display: flex;
  flex-flow: row nowrap;
}
.carousel .slick-dots > * {
  flex: 0 0 auto;
  margin: 0;
  vertical-align: middle;
  line-height: 0;
}
.carousel .slick-dots > *:before {
  content: "";
  display: inline-block;
  margin: 0 0.4375rem;
  width: 1.5rem;
  height: 0.0625rem;
  background-color: rgba(254, 254, 254, 0.5);
  vertical-align: middle;
}
.carousel .slick-dots > *:first-child:before {
  display: none;
}
.carousel .slick-dots > * button {
  outline: none !important;
  position: relative;
  font-size: 0.6875rem;
  font-weight: 500;
  cursor: pointer;
  color: rgba(254, 254, 254, 0.666) !important;
  letter-spacing: 0.1em;
}
.carousel .slick-dots > * button:before {
  content: "0";
}
.carousel .slick-dots > *.slick-active button {
  pointer-events: none;
  color: #fefefe !important;
}
@media print, screen and (min-width: 60em) {
  .carousel .slick-dots {
    width: 50%;
    padding: 1.75rem 3.8125rem;
  }
  .carousel .slick-dots > * button {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 75em) {
  .carousel .slick-dots {
    padding: 1.75rem 4.6875rem;
  }
}
.carousel.full-width-image .slick-track .slick-slide .img {
  height: 100vw;
}
@media print, screen and (min-width: 60em) {
  .carousel.full-width-image .slick-track .slick-slide .img {
    position: relative;
    top: 0;
    margin: 0.9375rem 0;
    height: calc(((100vw - 1.875rem) * .66) + 1.875rem);
    max-height: none;
    min-height: none;
  }
}
.carousel.full-width-image section {
  position: absolute;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fefefe;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  bottom: 0;
  padding: 2.25rem 1.75rem;
}
.carousel.full-width-image section .cell > *:last-child {
  margin-bottom: 0;
}
.carousel.full-width-image * {
  color: #fefefe !important;
}
.carousel.full-width-image a {
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 60em) {
  .carousel.full-width-image a {
    position: relative;
    transition: transform 0.3s ease-in-out;
  }
  .carousel.full-width-image a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.125rem;
    left: 0;
    width: 3.5rem;
    height: 0.25rem;
    background-color: #ED2224;
    opacity: 0;
    transform: translate(0, 0.25rem);
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  }
  .carousel.full-width-image a:hover:after {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.carousel.full-width-image h6,
.carousel.full-width-image p {
  font-weight: 500;
}
@media print, screen and (min-width: 60em) {
  .carousel.full-width-image {
    height: calc(((100vw - 1.875rem) * .66) + 3.75rem);
  }
  .carousel.full-width-image section {
    top: 0;
    min-height: 100%;
    height: 100%;
    left: 50%;
    width: 50%;
    padding: 2.875rem;
    align-items: center;
  }
  .carousel.full-width-image .slick-dots {
    padding-bottom: 2.6875rem;
  }
  .carousel.full-width-image.align-left section {
    left: calc(50% + 1.875rem);
    width: calc(50% - 1.875rem);
  }
  .carousel.full-width-image.align-left .slick-dots {
    width: calc(50% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .carousel.full-width-image section {
    padding: 3.75rem;
  }
}

.panel {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 60em) {
  .panel {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.component-list {
  list-style: none;
  margin: 0;
}
.component-list li {
  margin: 0;
}
.component-list h6,
.component-list p {
  margin: 0;
  color: #3D3935;
}
.component-list h6 {
  font-weight: 400;
  font-size: 0.6875rem;
}
.component-list a,
.component-list div {
  display: block;
  padding: 1.125rem 0 0.75rem;
  border-bottom: 1px solid #f2f2f2;
}
.component-list a {
  margin-left: -0.1875rem;
  border-left: 0.1875rem solid rgba(237, 34, 36, 0);
  transition: padding 0.2s ease-in-out, border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.component-list a:hover {
  padding-left: 0.625rem;
  border-left: 0.1875rem solid #e0e0e0;
  text-decoration: none;
}
.component-list div.pairs {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}
.component-list div.pairs .name {
  flex: 0 0 30%;
  padding-right: 0.9375rem;
}
.component-list div.pairs .value {
  flex: 0 0 70%;
  padding-left: 0.9375rem;
  font-size: 0.6875rem;
  font-weight: 400;
  padding-bottom: 0.1875rem;
}
.background-gray .component-list a,
.background-gray .component-list div {
  border-bottom: 1px solid #e0e0e0;
}

.component-single-col .cell,
.component-two-col .cell {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.component-single-col .cell .component,
.component-two-col .cell .component {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  min-height: calc(100vw - 2rem);
}
.component-single-col .cell .component .entry-content,
.component-two-col .cell .component .entry-content {
  padding: 1.25rem;
  width: 100%;
}
.component-single-col .cell .component .img-container,
.component-single-col .cell .component .img,
.component-two-col .cell .component .img-container,
.component-two-col .cell .component .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.component-single-col .cell .component .img-bottom,
.component-two-col .cell .component .img-bottom {
  top: auto;
  bottom: 0;
}
.component-single-col .cell .component.background-gray,
.component-two-col .cell .component.background-gray {
  background-color: #f7f7f7;
}
.component-single-col .cell .component.background-gray .entry-content,
.component-two-col .cell .component.background-gray .entry-content {
  padding: 1.75rem;
}
@media print, screen and (min-width: 60em) {
  .component-single-col .cell .component,
.component-two-col .cell .component {
    min-height: calc((50vw * 1.32) - 2.8125rem);
  }
  .component-single-col .cell .component .entry-content,
.component-two-col .cell .component .entry-content {
    padding: 2.875rem;
  }
  .component-single-col .cell .component.background-gray .entry-content,
.component-two-col .cell .component.background-gray .entry-content {
    padding: 3.375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .component-single-col .cell .component .entry-content,
.component-two-col .cell .component .entry-content {
    padding: 3.75rem;
  }
  .component-single-col .cell .component.background-gray .entry-content,
.component-two-col .cell .component.background-gray .entry-content {
    padding: 5.625rem;
  }
}

.component-two-col .cell .component .entry-content {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 60em) {
  .component-two-col .cell .component .entry-content {
    max-width: 32.5rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .component-two-col.mobile-flip .cell:first-child {
    order: 2;
  }
  .component-two-col.mobile-flip .cell:last-child {
    order: 1;
  }
}
.component-two-col.align-content--top {
  justify-content: flex-start;
}
.component-two-col.align-content--top .cell {
  justify-content: flex-start;
}
.component-two-col.align-content--top .cell .component-text {
  justify-content: flex-start;
}

.component-text p a:not(.button):not(.small-link) {
  color: inherit;
  border-bottom: 1px solid #ED2224;
}
.component-text p a:not(.button):not(.small-link):hover {
  text-decoration: none;
  color: #ED2224;
}

@media screen and (max-width: 59.9375em) {
  .component-two-col .cell .component.component-image {
    min-height: calc((100vw - 2rem) * 1.32);
  }
}

.component-two-col .cell .component.component-images {
  position: relative;
}
.component-two-col .cell .component.component-images .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% - 0.625rem);
}
.component-two-col .cell .component.component-images .img:last-child, .component-two-col .cell .component.component-images .img.img-bottom {
  top: auto;
  bottom: 0;
}
@media print, screen and (min-width: 60em) {
  .component-two-col .cell .component.component-images .img {
    height: calc(50% - 0.9375rem);
  }
}
@media screen and (max-width: 59.9375em) {
  .component-two-col .cell .component.component-images {
    min-height: calc((100vw - 2rem) * 1.32);
  }
}

.component-image--new img {
  object-fit: cover;
}

.component-featured-project a {
  display: block;
  position: relative;
  color: inherit;
}
.component-featured-project a .caption {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 55%;
  padding: 0.9375rem 0.625rem 0.3125rem;
  background-color: #fefefe;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  transition: padding 0.3s ease-in-out, height 0.3s ease-in-out;
}
.component-featured-project a .caption h6,
.component-featured-project a .caption h4,
.component-featured-project a .caption p {
  margin: 0;
  width: 100%;
}
.component-featured-project a .caption h4 {
  margin: 0.3125rem 0;
}
@media print, screen and (min-width: 60em) {
  .component-featured-project a .caption {
    height: 18%;
  }
}
@media print, screen and (min-width: 75em) {
  .component-featured-project a .caption {
    padding: 0.9375rem 0.9375rem 0.3125rem;
  }
}
.component-featured-project a:hover .caption {
  padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 60em) {
  .component-featured-project a:hover .caption {
    height: calc(18% + 0.625rem);
  }
}

.component-award-feed .component-list h6 {
  color: #ED2224;
}

.component-opportunities {
  min-height: 0 !important;
}
.component-opportunities .general-application {
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 60em) {
  .component-opportunities .general-application {
    margin-top: 1.875rem;
  }
}
.component-opportunities .component-list a {
  color: inherit;
  position: relative;
}
.component-opportunities .component-list a:after {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  font-family: "icomoon";
  content: "\e902";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c9c9c9;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
.component-opportunities .component-list a span {
  display: block;
}
.component-opportunities .component-list a span:last-child {
  padding-right: 0.9375rem;
}
.component-opportunities .component-list a:hover {
  background-color: #fefefe;
}
.component-opportunities .component-list a:hover:after {
  transform: scale(1.1);
  color: #ED2224;
}
.component-opportunities .component-list h6 {
  font-weight: 500;
  font-size: 0.8125rem;
  margin: 0.5rem 0;
}
.component-opportunities .component-list h4 {
  margin: 0.5rem 0 0.5rem;
}
.component-opportunities .component-list h6 + h4 {
  margin-top: 1rem;
}
.component-opportunities .component-list p.meta {
  font-size: 0.6875rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 60em) {
  .component-opportunities .component-list {
    min-height: 0;
  }
  .component-opportunities .component-list a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    color: inherit;
  }
  .component-opportunities .component-list a span {
    flex: 0 0 calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
  }
}
.component-opportunities .component-list + .general-application {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 60em) {
  .component-opportunities .component-list + .general-application {
    margin-top: 5.625rem;
  }
}

.component-map {
  position: relative;
}

.acf-map {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.component-description {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.component-description div:last-child *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 60em) {
  .component-description {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media print, screen and (min-width: 75em) {
  .component-description {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media screen and (min-width: 90em) {
  .component-description {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.component-description:first-child {
  padding-top: 0.5rem;
}
@media print, screen and (min-width: 60em) {
  .component-description:first-child {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .component-description:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 90em) {
  .component-description:first-child {
    padding-top: 1.875rem;
  }
}
.component-description:last-child {
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 60em) {
  .component-description:last-child {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .component-description:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 90em) {
  .component-description:last-child {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 60em) {
  .component-cta p {
    font-size: 1.125rem;
  }
}
.component-cta.dark {
  color: #fefefe;
}
.component-cta.dark .primary {
  color: #fefefe;
}
.component-cta.concept .primary:before {
  background-color: #F9F82C;
}
.component-cta.concept a {
  color: #F9F82C;
}

.postslist-container {
  min-height: 10vh;
}
@media screen and (max-width: 59.9375em) {
  .postslist-container {
    padding-top: 0.5rem;
  }
}
.postslist-container .no-content {
  text-align: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

#postslist.loading.filter {
  display: none;
}

#paginateNav {
  text-align: center;
  padding: 1.875rem 0;
}
#paginateNav .load-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#paginateNav .label {
  display: none;
}
#paginateNav .spinner {
  visibility: hidden;
}
#paginateNav .spinner > div {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.1875rem;
  background-color: #ED2224;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#paginateNav .spinner > div.bounce1 {
  animation-delay: -0.32s;
}
#paginateNav .spinner > div.bounce2 {
  animation-delay: -0.16s;
}
#paginateNav.loading .spinner {
  visibility: visible;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.person h6 {
  margin: 1.25rem 0 0.625rem;
  font-size: 0.6875rem;
  font-weight: 400;
}
.person h5 {
  margin: 0.625rem 0;
}
@media print, screen and (min-width: 60em) {
  .person h5 {
    margin-bottom: 0.9375rem;
  }
}
.person .small-link {
  margin: 0.625rem 0;
}
@media print, screen and (min-width: 60em) {
  .person .small-link {
    margin: 0.9375rem 0;
  }
}

@media print, screen and (min-width: 60em) {
  body.single-c_person #menu-item-153 a {
    position: relative;
  }
  body.single-c_person #menu-item-153 a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
    height: 0.125rem;
    background: #ED2224;
    transition: bottom 0.3s ease-in-out;
  }
}
body.single-c_person .bio-photo {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 60em) {
  body.single-c_person .bio-photo {
    margin-bottom: 4.6875rem;
  }
}
body.single-c_person .slider-related {
  padding-left: 0;
}
body.single-c_person .slider-related .slick-slide {
  padding: 15px;
}
body.single-c_person .slider-related .slick-arrow {
  position: absolute;
  top: -12px;
  right: 30px;
  width: 20px;
  height: 20px;
  color: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
body.single-c_person .slider-related .slick-arrow:hover {
  opacity: 0.5;
}
body.single-c_person .slider-related.moveup-slick-arrows .slick-arrow {
  top: -50px;
}
body.single-c_person .slider-related .slick-arrow.slick-next {
  right: 20px;
}
body.single-c_person .slider-related .slick-arrow.slick-next::after {
  content: url("../assets/images/arrow-next.svg");
  color: red;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  z-index: 9;
}
body.single-c_person .slider-related .slick-arrow.slick-prev {
  right: 50px;
}
body.single-c_person .slider-related .slick-arrow.slick-prev::after {
  content: url("../assets/images/arrow-prev.svg");
  color: red;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 9;
}

.designations {
  margin: 1.875rem 0;
}
.designations ul {
  list-style: none;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 400;
}
.designations ul li {
  margin: 0;
}
@media print, screen and (min-width: 60em) {
  .designations {
    margin: 5.625rem 0;
  }
}

.contact_methods {
  margin: 1.875rem 0;
}
.contact_methods ul {
  list-style: none;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 400;
}
.contact_methods ul li {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
.contact_methods ul li .label {
  margin-right: 1em;
  color: #B7B7B7;
}
.contact_methods ul li .value {
  color: inherit;
}
@media print, screen and (min-width: 60em) {
  .contact_methods {
    margin: 5.625rem 0;
  }
}

.related-content {
  margin-top: 2.8125rem;
}
@media print, screen and (min-width: 60em) {
  .related-content {
    margin-top: 4.6875rem;
  }
}

.related-project-title {
  margin-bottom: 0;
}

a.related-project {
  color: #3D3935;
}
a.related-project .thumbnail {
  position: relative;
  overflow: hidden;
}
a.related-project .thumbnail .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.025);*/
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
a.related-project:hover {
  text-decoration: none;
}
a.related-project:hover .thumbnail .img {
  /*transform: scale(1);*/
  opacity: 0.7;
}
a.related-project:hover h5 {
  color: #ED2224;
}

.related-publication-title {
  margin-bottom: 1.875rem;
}

.related-publication {
  margin-bottom: 1.875rem;
}

.awards-project {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}
.awards-project .thumbnail {
  margin-top: 0;
}
@media print, screen and (min-width: 60em) {
  .awards-project {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.case-study {
  position: relative;
  color: #3D3935;
}
@media print, screen and (min-width: 60em) {
  .case-study {
    margin-bottom: 2.5rem;
  }
}
.case-study:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.625rem;
  bottom: -0.3125rem;
  width: 1.75rem;
  height: 0.1875rem;
  background-color: #ED2224;
  opacity: 0;
  pointer-events: none;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media print, screen and (min-width: 60em) {
  .case-study:after {
    left: 0.9375rem;
  }
}
.case-study .img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.case-study .img-container .img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.025);*/
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.case-study h6 {
  font-weight: 400;
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 60em) {
  .case-study h5 {
    margin-bottom: 1.25rem;
  }
}
.case-study:hover {
  color: #3D3935;
  text-decoration: none;
}
.case-study:hover .img-container .img.bg {
  /*transform: scale(1);*/
  opacity: 0.7;
}
.case-study:hover:after {
  bottom: 0;
  opacity: 1;
}

.related-media .secondary {
  margin: 1.875rem 0;
}
@media print, screen and (min-width: 60em) {
  .related-media .secondary {
    margin: 5.625rem 0;
  }
}
.related-media .related-media-post {
  margin-bottom: 1.875rem;
}

.next-project {
  padding-top: 7.5vw;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 22.5em) {
  .next-project {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media print, screen and (min-width: 60em) {
  .next-project {
    align-items: flex-end;
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }
}
@media print, screen and (min-width: 75em) {
  .next-project {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}
.next-project .project-next {
  display: inline-block;
  font-size: 1.5rem;
  color: #B7B7B7;
  border-bottom: 0.125rem solid #ED2224;
  line-height: 1;
  font-weight: 400;
  padding-right: 0.1em;
}
.next-project .project-next:hover {
  text-decoration: none;
  color: #ED2224;
}
@media print, screen and (min-width: 60em) {
  .next-project .project-next {
    margin-left: 5.6875rem;
  }
}

body.single-c_career .site-header:not(.minimize):not(.minimize-down):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 1rem;
  width: calc(100vw - 1rem);
  height: 1px;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 60em) {
  body.single-c_career .site-header:not(.minimize):not(.minimize-down):after {
    left: 1.875rem;
    width: calc(100vw - 1.875rem);
  }
}
body.single-c_career .site-content header {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}
body.single-c_career .site-content header h1 {
  position: relative;
}
body.single-c_career .site-content header h1:before {
  font-family: "icomoon";
  content: "\e902";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -3.625rem;
  font-size: 1.75rem;
  top: 0.5rem;
  color: #ED2224;
}
@media screen and (max-width: 59.9375em) {
  body.single-c_career .site-content header h1 {
    padding-top: 3.625rem;
  }
  body.single-c_career .site-content header h1:before {
    left: 0;
    font-size: 1.5rem;
  }
}
body.single-c_career .site-content header h5 {
  color: #3D3935;
  font-weight: 300;
}
@media print, screen and (min-width: 60em) {
  body.single-c_career .site-content header {
    margin-top: 9.125rem;
    margin-bottom: 5rem;
  }
}

.news-post {
  position: relative;
  color: #3D3935;
}
@media print, screen and (min-width: 60em) {
  .news-post {
    margin-bottom: 2.5rem;
  }
}
.news-post:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.625rem;
  bottom: -0.3125rem;
  width: 1.75rem;
  height: 0.1875rem;
  background-color: #ED2224;
  opacity: 0;
  pointer-events: none;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media print, screen and (min-width: 60em) {
  .news-post:after {
    left: 0.9375rem;
  }
}
.news-post .img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-post .img-container .img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.025);*/
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.news-post h6 {
  font-weight: 400;
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 60em) {
  .news-post h5 {
    margin-bottom: 1.25rem;
  }
}
.news-post:hover {
  color: #3D3935;
  text-decoration: none;
}
.news-post:hover .img-container .img.bg {
  /*transform: scale(1);*/
  opacity: 0.7;
}
.news-post:hover:after {
  bottom: 0;
  opacity: 1;
}

body.single-post .site-header:not(.minimize):not(.minimize-down):after,
body.single-c_lab_project .site-header:not(.minimize):not(.minimize-down):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 1rem;
  width: calc(100vw - 1rem);
  height: 1px;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 60em) {
  body.single-post .site-header:not(.minimize):not(.minimize-down):after,
body.single-c_lab_project .site-header:not(.minimize):not(.minimize-down):after {
    left: 1.875rem;
    width: calc(100vw - 1.875rem);
  }
}
body.single-post article,
body.single-c_lab_project article {
  margin-top: 1.875rem;
}
body.single-post article .thumbnail,
body.single-c_lab_project article .thumbnail {
  margin-top: 0;
}
@media screen and (max-width: 59.9375em) {
  body.single-post article .thumbnail,
body.single-c_lab_project article .thumbnail {
    margin-bottom: 1.875rem;
  }
}
body.single-post article .meta,
body.single-c_lab_project article .meta {
  margin-bottom: 1.875rem;
  font-weight: 400;
}
@media print, screen and (min-width: 60em) {
  body.single-post article,
body.single-c_lab_project article {
    margin-top: 9.6875rem;
  }
}

.related-posts {
  margin-top: 2.8125rem;
}
@media print, screen and (min-width: 60em) {
  .related-posts {
    margin-top: 7.5rem;
    justify-content: flex-end;
  }
}
.related-posts .related-posts-inner {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-flow: row nowrap;
}
.related-posts .related-post {
  position: relative;
  color: #3D3935;
  flex: 0 0 33.3333%;
  width: 33.3333%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .related-posts .related-post {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.related-posts .related-post:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.625rem;
  bottom: -0.3125rem;
  width: 1.75rem;
  height: 0.1875rem;
  background-color: #ED2224;
  opacity: 0;
  pointer-events: none;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media print, screen and (min-width: 60em) {
  .related-posts .related-post:after {
    left: 0.9375rem;
  }
}
.related-posts .related-post .img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.related-posts .related-post .img-container .img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.025);*/
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media print, screen and (min-width: 60em) {
  .related-posts .related-post h5 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .related-posts .related-post h5 {
    font-size: 0.875rem;
  }
}
.related-posts .related-post:hover {
  color: #3D3935;
  text-decoration: none;
}
.related-posts .related-post:hover .img-container .img.bg {
  /*transform: scale(1);*/
  opacity: 0.7;
}
.related-posts .related-post:hover:after {
  bottom: 0;
  opacity: 1;
}

body.page-template-page-template-contact .site-header:not(.minimize):not(.minimize-down):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 1rem;
  width: calc(100vw - 1rem);
  height: 1px;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 60em) {
  body.page-template-page-template-contact .site-header:not(.minimize):not(.minimize-down):after {
    left: 1.875rem;
    width: calc(100vw - 1.875rem);
  }
}

.enquiries {
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 59.9375em) {
  .enquiries h4 {
    margin-bottom: 1.875rem;
  }
}
.enquiries h6 {
  margin-bottom: 0.4375rem;
}
.enquiries p {
  margin-bottom: 1.875rem;
}
.enquiries p a:not(.button):not(.small-link) {
  color: inherit;
  border-bottom: 1px solid #ED2224;
}
.enquiries p a:not(.button):not(.small-link):hover {
  text-decoration: none;
  color: #ED2224;
}
@media print, screen and (min-width: 60em) {
  .enquiries {
    margin: 9.6875rem 0 4.375rem;
  }
}

.location-list .location {
  position: relative;
  color: #3D3935;
}
@media print, screen and (min-width: 60em) {
  .location-list .location {
    margin-bottom: 2.5rem;
  }
}
.location-list .location:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.625rem;
  bottom: -0.3125rem;
  width: 1.75rem;
  height: 0.1875rem;
  background-color: #ED2224;
  opacity: 0;
  pointer-events: none;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media print, screen and (min-width: 60em) {
  .location-list .location:after {
    left: 0.9375rem;
  }
}
.location-list .location .img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.location-list .location .img-container .img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.025);*/
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.location-list .location h6 {
  font-weight: 400;
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 60em) {
  .location-list .location h5 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .location-list .location p {
    font-size: 0.6875rem;
  }
}
.location-list .location:hover {
  color: #3D3935;
  text-decoration: none;
}
.location-list .location:hover .img-container .img.bg {
  /*transform: scale(1);*/
  opacity: 0.7;
}
.location-list .location:hover:after {
  bottom: 0;
  opacity: 1;
}

@media print, screen and (min-width: 60em) {
  body.single-c_location #menu-item-175 a {
    position: relative;
  }
  body.single-c_location #menu-item-175 a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
    height: 0.125rem;
    background: #ED2224;
    transition: bottom 0.3s ease-in-out;
  }
}
body.single-c_location .site-header:not(.minimize):not(.minimize-down):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 1rem;
  width: calc(100vw - 1rem);
  height: 1px;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 60em) {
  body.single-c_location .site-header:not(.minimize):not(.minimize-down):after {
    left: 1.875rem;
    width: calc(100vw - 1.875rem);
  }
}

body.single-c_material .site-content {
  padding-top: 5.9375rem;
}
@media print, screen and (min-width: 60em) {
  body.single-c_material .site-content {
    padding-top: 8.4375rem;
  }
}

.location-heading {
  margin: 1.875rem 0 0;
}
@media print, screen and (min-width: 60em) {
  .location-heading {
    margin: 9.6875rem 0 4.375rem;
  }
}

.single-column-text {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 60em) {
  .single-column-text {
    margin-top: 5.625rem;
    margin-bottom: 2.8125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .site-content > article.hentry:first-child > .single-column-text:first-child {
    margin-top: 9.6875rem;
  }
}

.videoWrapper {
  position: relative;
  overflow: hidden;
}
.videoWrapper .play-video-new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  height: 56px;
  margin: 0;
}
.videoWrapper .videoPoster {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper .videoPoster img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.videoWrapperActive .play-video-new {
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.module-video-new {
  padding: 150px 0 100px;
}
.module-video-new .video-content {
  position: relative;
}
.module-video-new .video-content a {
  position: absolute;
  right: 0;
  top: 0;
}
.module-video-new .video-caption {
  margin-top: 16px;
  max-width: 600px;
  padding-right: 200px;
}

.video-block--video {
  aspect-ratio: 16/9;
  width: 100%;
}

.cookie-notice {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  background: black;
  color: white;
  z-index: 9;
  padding: 20px;
  transition: all 0.2s ease-out;
}
.cookie-notice.hide {
  opacity: 0;
  visibility: hidden;
}
.cookie-notice a {
  color: white;
  text-decoration: none;
  border-bottom: 0.125rem solid #ED2224;
  float: right;
}
.cookie-notice a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}

.filter h6 {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  line-height: 1.5rem;
  height: 1.875rem;
  padding: 0.1875rem 0;
}
.filter ul {
  list-style: none;
  margin: 0;
}
.filter li {
  position: relative;
  cursor: pointer;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.15em;
}
.filter li:before {
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0.1875rem;
  bottom: 0.1875rem;
  width: 2px;
  background-color: #ED2224;
}
.filter .search {
  line-height: 24px;
  width: 100%;
}
.filter .search #search-input {
  background-color: #fff;
  padding-left: 0;
}
@media print, screen and (min-width: 60em) {
  .filter {
    position: relative;
    z-index: 10;
    margin-top: 2.8125rem;
    margin-bottom: 0.9375rem;
  }
  .has-subnav + #concept-lab-tab + .site-content .filter {
    margin-top: 5.3125rem;
  }
  .filter .cell {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 1.5rem;
    height: 1.875rem;
  }
  .filter .search #search-input {
    font-size: 0.625rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    height: 28px;
    margin-bottom: 2px;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .filter .search #search-input::placeholder {
    text-transform: uppercase;
  }
  .filter .filter-label {
    display: block;
    flex: 0 1 auto;
    margin: 0;
    font-weight: 500;
    font-size: 0.8125rem;
    height: 1.875rem;
    padding: 0.1875rem 0;
  }
  .filter .filter-label .filter-label-summary {
    display: none;
  }
  .filter .category {
    flex: 0 1 auto;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-left: 1.875rem;
  }
  .filter h6 {
    flex: 0 1 auto;
  }
  .filter .category-inner {
    flex: 0 0 13.75rem;
    width: 13.75rem;
    position: relative;
  }
  .filter .year .category-inner {
    flex: 0 0 6.875rem;
    width: 6.875rem;
  }
  .filter .status .category-inner {
    flex: 0 0 9.375rem;
    width: 9.375rem;
  }
  .filter .regions .category-inner {
    flex: 0 0 9.375rem;
    width: 9.375rem;
  }
  .filter li {
    overflow: hidden;
    height: 0;
    padding: 0 0.625rem;
    transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
  }
  .filter li.selected {
    height: 1.5rem;
  }
  .filter li:hover:before {
    opacity: 1;
  }
  .filter ul {
    position: absolute;
    width: 100%;
    padding: 0.1875rem 0;
    line-height: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fefefe;
    transition: padding 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
  .filter ul:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0.75rem;
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.375rem solid #c9c9c9;
    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
  .filter ul:hover {
    box-shadow: 0 0.0625rem 0.1875rem rgba(61, 57, 53, 0.15);
    padding: 0.375rem 0 0.5rem;
    background-color: #fafafa;
  }
  .filter ul:hover:after {
    top: 1.125rem;
    opacity: 0;
  }
  .filter ul:hover li {
    height: 1.5rem;
    padding: 0.1875rem 0.625rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .filter {
    padding: 0;
    transition: margin 0.45s ease-in-out;
  }
  .filter .cell {
    padding: 0;
  }
  .filter .filter-cell {
    order: 2;
  }
  .filter .search-cell {
    margin-top: -1.875rem;
  }
  .filter .search #search-input {
    font-weight: 500;
    color: #B7B7B7;
    border-bottom-width: 0 !important;
    margin-bottom: 0;
    padding-left: 0.9375rem;
    padding-right: 2.8125rem;
  }
  .filter .search #search-input::placeholder {
    color: inherit;
    text-transform: none;
  }
  .filter .filter-label {
    display: block;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0 1rem;
    transition: padding 0.45s ease-in-out, margin 0.45s ease-in-out, height 0.45s ease-in-out, border 0.45s ease-in-out, opacity 0.45s ease-in-out;
  }
  .filter .filter-label .filter-label-default {
    font-weight: 500;
    display: none;
  }
  .filter .filter-label .filter-label-summary {
    font-weight: 400;
    font-size: 0.625rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.875rem;
    display: block;
  }
  .filter .category {
    display: none;
    font-size: 0;
    vertical-align: top;
    padding: 0 1rem !important;
    background-color: #f8f8f8;
    border-top: 1px solid #e6e6e6;
  }
  .filter .category:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .filter .category h6 {
    float: left;
    width: 4.6875rem;
    padding: 1rem 0 0.25rem;
  }
  .filter .category .category-inner {
    float: left;
    width: calc(100% - 4.6875rem);
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
  .filter .category li {
    padding: 0.25rem 0.625rem;
    line-height: 1.5rem;
  }
  .filter .category li.selected {
    color: #ED2224;
  }
  .filter .category li.selected:before {
    opacity: 1;
  }
  .filter .category:after {
    content: "";
    display: block;
    clear: both;
  }
  .filter.filtered .filter-label {
    opacity: 1;
    height: 3.125rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #f7f7f7;
    border-top: 1px solid #e0e0e0;
  }
  .filter-open .filter {
    margin-bottom: 0.5rem;
  }
  .filter-open .filter .filter-label {
    opacity: 1;
    height: 3.125rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #f7f7f7;
    border-top: 1px solid #e0e0e0;
  }
  .filter-open .filter .filter-label .filter-label-default {
    display: block;
  }
  .filter-open .filter .filter-label .filter-label-summary {
    display: none;
  }
  .filter + .postslist-container {
    margin-top: 10px;
  }
}

#mobile-filter-toggle {
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  text-align: right;
  pointer-events: none;
}
@media print, screen and (min-width: 60em) {
  #mobile-filter-toggle {
    display: none;
  }
}
#mobile-filter-toggle .hamburger {
  pointer-events: auto;
  position: relative;
  margin: 1.5rem 0 0.125rem;
}
#mobile-filter-toggle .hamburger:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: transparent url(../../assets/images/filter.svg) no-repeat top center/contain;
  transition: opacity 0.9s 0.1s ease-in-out, transform 0.9s 0.1s ease-in-out;
}
#mobile-filter-toggle .hamburger .hamburger-inner {
  background-color: #cbcbcb;
}
#mobile-filter-toggle .hamburger .hamburger-inner:before, #mobile-filter-toggle .hamburger .hamburger-inner:after {
  background-color: #cbcbcb;
}
#mobile-filter-toggle .hamburger.is-active:after {
  opacity: 0;
  transform: translate(7px, 0);
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.pt-2 {
  margin-top: 1rem;
}

.pt-3 {
  margin-top: 1.5rem;
}

.pt-4 {
  margin-top: 2rem;
}

.pb-2 {
  margin-bottom: 1rem;
}

.pb-3 {
  margin-bottom: 1.5rem;
}

.pb-4 {
  margin-bottom: 2rem;
}

.banner {
  height: calc(100vh - 6.25rem);
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5rem;
}
.banner section {
  position: absolute;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fefefe;
  left: 0;
  width: 100%;
  min-height: 50%;
  bottom: 0;
  padding: 1.75rem;
}
.banner section .cell > *:last-child {
  margin-bottom: 0;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6,
.banner p,
.banner a {
  color: #fefefe;
}
.banner a {
  text-decoration: none;
}
@media print, screen and (min-width: 60em) {
  .banner a {
    position: relative;
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .banner a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 3.5rem;
    height: 0.25rem;
    background-color: #ED2224;
    opacity: 0;
    transform: translate(0, 0.25rem);
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  }
  .banner a:hover:after {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.banner h1 {
  font-size: 9vw;
}
.banner h1.has-image {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 60em) {
  .banner h1.has-image {
    margin-bottom: 1.875rem;
  }
}
@media print, screen and (min-width: 60em) {
  .banner {
    margin-left: 1.875rem;
    margin-bottom: 0.9375rem;
    height: calc((100vw - 1.875rem) * 0.66);
    max-height: calc(100vh - 8.125rem);
    min-height: 31.25rem;
  }
  .banner section {
    top: 0;
    min-height: 100%;
    height: 100%;
    left: 50%;
    width: 50%;
    padding: 2.875rem;
    align-items: center;
  }
  .banner h1 {
    font-size: 4.5vw;
  }
}
@media print, screen and (min-width: 75em) {
  .banner section {
    padding: 3.75rem;
  }
  .banner h1 {
    margin-bottom: 1vw;
  }
  .banner h6 {
    font-size: 1.15vw;
  }
}
.banner.banner--color-transparent {
  height: auto;
  min-height: 30vh;
}
.banner.banner--color-transparent section {
  position: relative;
  left: 0;
  background-color: transparent !important;
  width: 100%;
}
.banner.banner--color-transparent section h1 {
  margin-top: 2rem;
  color: #3D3935 !important;
}

.cta-grid {
  padding: 0;
}
.cta-grid .cta-item {
  padding: 22.5% 0;
  display: block;
  margin-bottom: 1rem;
  color: #fefefe;
  font-size: 1.5em;
  font-weight: 400;
  position: relative;
}
.cta-grid .cta-item__content {
  position: relative;
  margin: 0 auto;
  width: 75%;
}
.cta-grid .cta-item__content p {
  line-height: 1rem;
}
.cta-grid .cta-item__content p:last-of-type {
  margin-bottom: 0;
}
.cta-grid .cta-item__title {
  margin-bottom: 1rem;
}
.cta-grid .cta-item__summary {
  font-size: 0.875rem;
  font-weight: 500;
}
.cta-grid .cta-item__link {
  font-size: 0.875rem;
  color: #F9F82C;
  font-weight: 500;
}
@media print, screen and (min-width: 60em) {
  .cta-grid {
    padding: 0 1.875rem 0 0;
    justify-content: space-between;
  }
  .cta-grid .cta-item {
    padding: 11.25% 0;
    margin-bottom: 1.5rem;
    width: calc(50% - 0.1875rem);
  }
}

.module-fullscreen-banner {
  position: relative;
}
@media print, screen and (min-width: 60em) {
  .module-fullscreen-banner .module-content {
    padding: 2.5rem;
  }
}
.module-fullscreen-banner .module-content * {
  text-align: left;
}
.module-fullscreen-banner .module-content h1 {
  color: #fefefe;
}
.module-fullscreen-banner .grid-x {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.25rem;
}
.module-fullscreen-banner .grid-x p {
  max-width: 28.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 75em) {
  .module-fullscreen-banner .grid-x {
    padding: 3rem 2.5rem;
  }
}
.module-fullscreen-banner .bg {
  position: relative;
  overflow: hidden;
}
.module-fullscreen-banner .bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 59.9375em) {
  .module-fullscreen-banner .bg img {
    min-height: 15rem;
    object-fit: cover;
  }
}
.module-fullscreen-banner .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 57, 53, 0.5);
}
.hentry > .module-fullscreen-banner:first-child {
  margin-top: 0;
}
.hentry > .module-fullscreen-banner:first-child .grid-x {
  height: auto;
  min-height: 28.125rem;
}
@media print, screen and (min-width: 75em) {
  .hentry > .module-fullscreen-banner:first-child .grid-x {
    height: 100vh;
    max-height: 67vw;
  }
}
.hentry > .module-fullscreen-banner:first-child .bg img {
  min-height: 100vh;
  object-fit: cover;
}
.hentry > .module-fullscreen-banner:first-child::before {
  display: none;
}
@media print, screen and (min-width: 75em) {
  .hentry > .module-fullscreen-banner:first-child {
    margin-top: -6.25rem;
  }
}
.hentry > .module-fullscreen-banner:last-of-type {
  margin-bottom: 0;
}

.play-video,
.play-video-new {
  position: relative;
  cursor: pointer;
  color: #fefefe;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-left: 3.5rem;
  margin-top: 1rem;
}
.play-video::before,
.play-video-new::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.875rem;
  height: 2.875rem;
  left: 0;
  top: -0.5rem;
  background: transparent url(../assets/images/play.svg) no-repeat 0 center/contain;
}
.play-video:hover::before,
.play-video-new:hover::before {
  transform: scale(1.05);
}

.video-container {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.video-container.playing {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.video-container .video-inner {
  position: absolute;
  top: calc(50% - 28.125vw);
  left: 0;
  width: 100%;
  height: 56.25vw;
  z-index: 2;
  background-color: #010101;
}
@media print, screen and (min-width: 60em) {
  .video-container .video-inner {
    top: calc(50% - 22.5vw);
    left: 10%;
    width: 80%;
    height: 45vw;
  }
}
.video-container .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .close {
  font-size: 0;
  position: absolute;
  z-index: 3;
  top: calc(50% - 28.125vw);
  right: 10%;
  margin-top: -1.25rem;
  margin-right: -1.25rem;
  background: transparent url(../assets/images/close.svg) no-repeat center center/contain;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
@media print, screen and (min-width: 60em) {
  .video-container .close {
    top: calc(50% - 22.5vw);
  }
}
.video-container .close:hover {
  transform: scale(1.05);
}
.video-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 59.9375em) {
  body.lab-theme .site-subheader .grid-x,
body.lab-theme .site-subheader .cell {
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
  }
}
body.lab-theme .component .entry-content p.smaller {
  font-size: 0.875rem;
  line-height: 60%;
}
body.lab-theme .component .gform_wrapper .gform_fields {
  flex-direction: column;
}
body.lab-theme ul.hilite-list {
  display: flex;
  margin: 0;
  list-style-type: none;
}
body.lab-theme ul.hilite-list li {
  list-style-type: none;
  margin-right: 0.5rem;
}
body.lab-theme ul.hilite-list a {
  display: inline-block;
  background-color: #F9F82C;
  color: #3D3935;
  font-weight: 400;
  padding: 0 0.5rem;
  border-bottom: 2px solid transparent;
}
body.lab-theme ul.hilite-list a:hover {
  text-decoration: none;
  border-bottom-color: #777;
}
body.lab-theme p.hilite a {
  display: inline-block;
  background-color: #F9F82C;
  border-bottom: 2px solid transparent !important;
  color: #3D3935;
  font-weight: 400;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
}
body.lab-theme p.hilite a:hover {
  border-bottom-color: #777 !important;
  color: #3D3935 !important;
}

body.lab-theme--light {
  background-color: #f7f7f7;
}
body.lab-theme--light .site-header {
  background-color: #f7f7f7;
}
body.lab-theme--light .site-subheader {
  background-color: #f7f7f7;
}
@media screen and (max-width: 59.9375em) {
  body.lab-theme--light .site-subheader {
    background-color: #F9F82C !important;
  }
}
body.lab-theme--light .logo .min {
  background-color: #f7f7f7;
}
body.lab-theme--light .banner section {
  background-color: rgba(0, 0, 0, 0.65);
}
body.lab-theme--light #paginateNav .spinner > div {
  background-color: #3D3935;
}
body.lab-theme--light .primary {
  color: #989898;
}
body.lab-theme--light .primary:before {
  background-color: #989898;
}
body.lab-theme--light .component-text p a:not(.button):not(.small-link),
body.lab-theme--light .component-text li a:not(.button):not(.small-link) {
  border-bottom: 1px solid #b7b7b7;
  color: inherit;
}
body.lab-theme--light .component-text p a:not(.button):not(.small-link):hover,
body.lab-theme--light .component-text li a:not(.button):not(.small-link):hover {
  background-color: #F9F82C;
  color: inherit;
  text-decoration: none;
}
body.lab-theme--light .newsletter-cta a {
  border-bottom-color: #b7b7b7;
  border-bottom-width: 1px;
}
body.lab-theme--light .hentry .share_tool .share_icon {
  background-color: #F9F82C;
  color: #3D3935;
}

body.lab-theme--dark {
  background-color: #010101;
  color: #f7f7f7;
  /*.site-content {padding-top: rem-calc(50);
      @include breakpoint(medium) {padding-top: rem-calc(70);}

      .has-subnav + & {padding-top: rem-calc(95);
          @include breakpoint(medium) {padding-top: rem-calc(135);}
      }
  }*/
}
body.lab-theme--dark .site-content a {
  color: #F9F82C;
}
body.lab-theme--dark h1,
body.lab-theme--dark .h1,
body.lab-theme--dark h2,
body.lab-theme--dark .h2,
body.lab-theme--dark h3,
body.lab-theme--dark .h3,
body.lab-theme--dark h4,
body.lab-theme--dark .h4,
body.lab-theme--dark h5 .h5,
body.lab-theme--dark h6,
body.lab-theme--dark .h6 {
  color: #f7f7f7;
}
body.lab-theme--dark .primary:before {
  background-color: #F9F82C;
}
body.lab-theme--dark .secondary:before {
  background-color: #777;
}
body.lab-theme--dark .img {
  background-color: #3D3935;
}
body.lab-theme--dark .logo a {
  background-image: url(../assets/images/logo-reverse.svg) !important;
}
body.lab-theme--dark .logo .min {
  background-color: #010101;
}
body.lab-theme--dark .site-header,
body.lab-theme--dark .site-subheader {
  background-color: #010101;
}
@media screen and (max-width: 59.9375em) {
  body.lab-theme--dark .topNav {
    background-color: #010101;
  }
  body.lab-theme--dark .topNav ul {
    padding: 0 0 0.9375rem;
    transition: padding 0.3s ease-in-out;
  }
  body.lab-theme--dark .topNav ul a {
    display: inline-block;
    margin: 0.9375rem 0;
    padding: 0.3125rem 1.25rem;
    font-size: 0.875rem;
  }
  .open body.lab-theme--dark .topNav {
    opacity: 1;
    pointer-events: auto;
  }
  .open body.lab-theme--dark .topNav ul {
    padding-top: 0.9375rem;
  }
  body.lab-theme--dark .topNav #primary,
body.lab-theme--dark .topNav #languageSwitcher {
    display: none;
  }
}
body.lab-theme--dark #primary {
  background-color: #202020;
  color: #777;
}
@media print, screen and (min-width: 60em) {
  body.lab-theme--dark #primary > ul a:hover:after {
    background-color: #777;
  }
}
body.lab-theme--dark #languageSwitcher {
  background-color: #2a2a2a;
}
body.lab-theme--dark #languageSwitcher ul li:not(:last-child):after {
  color: #555555;
}
body.lab-theme--dark #languageSwitcher ul a {
  color: #555555;
}
body.lab-theme--dark #languageSwitcher ul .current-lang a {
  color: #777;
}
@media screen and (max-width: 59.9375em) {
  body.lab-theme--dark .site-subheader {
    background-color: #F9F82C !important;
  }
}
@media print, screen and (min-width: 60em) {
  body.lab-theme--dark .site-subheader #lab-sub {
    border-bottom: 1px solid #2a2a2a;
    border-top-color: #2a2a2a;
  }
}
@media screen and (max-width: 59.9375em) {
  body.lab-theme--dark .site-subheader #lab-sub {
    border-top: 0;
  }
}
body.lab-theme--dark .site-subheader #lab-sub li.current-menu-item a, body.lab-theme--dark .site-subheader #lab-sub li.current-menu-ancestor a, body.lab-theme--dark .site-subheader #lab-sub li.current_page_parent a {
  color: #f2f2f2;
  position: relative;
}
body.lab-theme--dark .site-subheader #lab-sub li.current-menu-item a:after, body.lab-theme--dark .site-subheader #lab-sub li.current-menu-ancestor a:after, body.lab-theme--dark .site-subheader #lab-sub li.current_page_parent a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.25rem;
  width: 100%;
  height: 0.125rem;
  background: #F9F82C !important;
  transition: bottom 0.3s ease-in-out;
}
@media screen and (max-width: 59.9375em) {
  body.lab-theme--dark .site-subheader #lab-sub li.current-menu-item a:after, body.lab-theme--dark .site-subheader #lab-sub li.current-menu-ancestor a:after, body.lab-theme--dark .site-subheader #lab-sub li.current_page_parent a:after {
    bottom: -0.625rem;
  }
}
body.lab-theme--dark .site-header.minimize:not(.open) .site-subheader #lab-sub li.current-menu-item a:after, body.lab-theme--dark .site-header.minimize:not(.open) .site-subheader #lab-sub li.current-menu-ancestor a:after, body.lab-theme--dark .site-header.minimize:not(.open) .site-subheader #lab-sub li.current_page_parent a:after,
body.lab-theme--dark .site-header.minimize-down:not(.open) .site-subheader #lab-sub li.current-menu-item a:after,
body.lab-theme--dark .site-header.minimize-down:not(.open) .site-subheader #lab-sub li.current-menu-ancestor a:after,
body.lab-theme--dark .site-header.minimize-down:not(.open) .site-subheader #lab-sub li.current_page_parent a:after {
  bottom: -0.625rem;
}
body.lab-theme--dark .filter ul {
  border-bottom-color: #a5a5a5;
  background-color: #010101;
}
body.lab-theme--dark .filter ul:after {
  border-top-color: #656565;
}
body.lab-theme--dark .filter ul:hover {
  background-color: #3D3935;
}
body.lab-theme--dark .filter ul:hover li:hover:before {
  background-color: #F9F82C;
}
body.lab-theme--dark .site-content {
  padding-top: 4.375rem;
}
@media print, screen and (min-width: 60em) {
  body.lab-theme--dark .site-content {
    padding-top: 9rem;
  }
}
body.lab-theme--dark .site-content .banner.banner--color-transparent {
  margin-bottom: 4rem;
}
body.lab-theme--dark .site-content .banner.banner--color-transparent section h1 {
  color: #fff !important;
}
body.lab-theme--dark .site-content .banner.banner--color-transparent section h1 strong {
  color: #F9F82C;
  font-weight: inherit;
}
body.lab-theme--dark .site-content .banner.banner--color-transparent section h6 {
  margin-top: 2rem;
}
@media print, screen and (min-width: 60em) {
  body.lab-theme--dark .site-content .banner.banner--color-transparent section h6 {
    max-width: 50%;
  }
}
body.lab-theme--dark #paginateNav .spinner > div {
  background-color: #F9F82C;
}
body.lab-theme--dark .concept-lab-cta-container {
  display: none;
}
body.lab-theme--dark input[type=text], body.lab-theme--dark input[type=password], body.lab-theme--dark input[type=date], body.lab-theme--dark input[type=datetime], body.lab-theme--dark input[type=datetime-local], body.lab-theme--dark input[type=month], body.lab-theme--dark input[type=week], body.lab-theme--dark input[type=email], body.lab-theme--dark input[type=number], body.lab-theme--dark input[type=search], body.lab-theme--dark input[type=tel], body.lab-theme--dark input[type=time], body.lab-theme--dark input[type=url], body.lab-theme--dark input[type=color],
body.lab-theme--dark textarea,
body.lab-theme--dark select {
  color: #fefefe;
  border-bottom-color: #656565 !important;
}
body.lab-theme--dark select {
  background-color: transparent;
  padding-left: 0;
  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%28249, 248, 44%29'></polygon></svg>");
}
body.lab-theme--dark select option {
  color: #3D3935;
}
body.lab-theme--dark input[type=checkbox] + label,
body.lab-theme--dark input[type=radio] + label {
  color: #fefefe;
}
body.lab-theme--dark input[type=checkbox] + label:before,
body.lab-theme--dark input[type=radio] + label:before {
  border-color: #777;
  color: #F9F82C;
}
body.lab-theme--dark input[type=range]::-webkit-slider-thumb,
body.lab-theme--dark input[type=range]::-moz-range-thumb,
body.lab-theme--dark input[type=range]::-ms-thumb {
  background: #F9F82C !important;
}

.concept-lab-calculator {
  padding-top: 7.8125rem !important;
}
@media print, screen and (min-width: 60em) {
  .concept-lab-calculator {
    padding-top: 14.0625rem !important;
  }
}
.concept-lab-calculator .label {
  margin: 1rem 0 0.5rem;
  font-weight: 300;
}
.concept-lab-calculator .label strong {
  color: #f7f7f7;
}
.concept-lab-calculator .thumb {
  position: relative;
  padding-bottom: 56%;
  margin: 0.5rem 0;
  cursor: pointer;
  border: 1px solid #2a2a2a;
  transition: border-color 0.3s ease-in-out;
}
.concept-lab-calculator .thumb:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.concept-lab-calculator .thumb * {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase;
  color: #fefefe;
  transition: color 0.3s ease-in-out;
}
.concept-lab-calculator .thumb h4 {
  top: 50%;
  margin: -0.875rem 0 0;
  font-size: 1.75rem;
}
.concept-lab-calculator .thumb h5 {
  bottom: 0;
  margin: 0 0 1.25rem;
  font-size: 1.375rem;
}
.concept-lab-calculator .thumb:hover {
  border-color: #777;
}
.concept-lab-calculator .thumb:hover * {
  color: #fefefe;
}
.concept-lab-calculator .thumb:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.concept-lab-calculator .thumb.sel {
  border-color: #F9F82C;
}
.concept-lab-calculator .thumb.sel * {
  color: #F9F82C;
}
.concept-lab-calculator .thumb.sel:before {
  background-color: rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 60em) {
  .concept-lab-calculator .thumb {
    margin: 0.9375rem 0;
  }
}
.concept-lab-calculator #span #span-calulation {
  display: flex;
  flex-flow: row nowrap;
  margin: 1.5rem 0;
}
.concept-lab-calculator #span #span-calulation h4 {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.375rem 0;
  margin: 0 0 0.125rem;
}
.concept-lab-calculator #span #span-calulation form {
  flex: 0 1 11.875rem;
  width: 11.875rem;
}
.concept-lab-calculator #span #span-calulation form > div {
  display: flex;
  flex-flow: row wrap;
}
.concept-lab-calculator #span #span-calulation form input {
  flex: 1 1 calc(100% - 2.5rem);
  margin: 0;
  background-color: transparent;
  border-bottom-color: #F9F82C !important;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.375rem 0.75rem;
  height: 2.25rem;
  text-align: right;
  font-weight: 400;
  color: #f2f2f2;
}
.concept-lab-calculator #span #span-calulation form input::placeholder {
  color: #777;
}
.concept-lab-calculator #span #span-calulation form label {
  flex: 0 0 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 0.125rem;
  padding: 0.375rem 0;
  font-weight: 400;
  color: #f7f7f7;
}
.concept-lab-calculator #span #span-calulation form small {
  flex: 0 0 100%;
}
.concept-lab-calculator #span #span-calulation form input[type=number]::-webkit-inner-spin-button,
.concept-lab-calculator #span #span-calulation form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.concept-lab-calculator #span #span-calulation form .metric {
  display: none;
}
.concept-lab-calculator #span #span-calulation form.metric .imperial {
  display: none;
}
.concept-lab-calculator #span #span-calulation form.metric .metric {
  display: flex;
}
.concept-lab-calculator #span #span-calulation .toggle {
  font-size: 0;
  margin: 0 0.625rem;
}
.concept-lab-calculator #span #span-calulation .toggle button {
  display: inline-block;
  color: #B7B7B7;
  padding: 0.625rem 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.concept-lab-calculator #span #span-calulation .toggle button:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.0625rem;
  height: 2.1875rem;
  background-color: #3D3935;
}
.concept-lab-calculator #span #span-calulation .toggle button.sel {
  color: #F9F82C;
}
.concept-lab-calculator #span #span-calulation .toggle button:hover {
  color: #F9F82C;
}
.concept-lab-calculator #span #span-calulation button.calculate {
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1;
  border: 0;
  background-color: #F9F82C;
  margin: 0 0.625rem;
  height: 2.1875rem;
}
.concept-lab-calculator #span #span-calulation button.calculate:hover {
  color: #3D3935;
}
@media screen and (max-width: 59.9375em) {
  .concept-lab-calculator #span #span-calulation {
    flex-flow: row wrap;
    margin: 1rem 0;
  }
  .concept-lab-calculator #span #span-calulation h4 {
    flex: 0 0 auto;
  }
  .concept-lab-calculator #span #span-calulation form {
    flex: 1 1 70%;
  }
  .concept-lab-calculator #span #span-calulation form small {
    display: none;
  }
  .concept-lab-calculator #span #span-calulation .toggle {
    margin: 1.875rem 0;
    flex: 1 1 100%;
    text-align: center;
  }
  .concept-lab-calculator #span #span-calulation button.calculate {
    flex: 1 1 100%;
  }
}
.concept-lab-calculator #calculator-results {
  background-color: #2a2a2a;
  display: none;
}
.concept-lab-calculator #calculator-results.show-results {
  display: flex;
}
.concept-lab-calculator #calculator-results .no-results {
  display: none;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.concept-lab-calculator #calculator-results.no-results .no-results {
  display: block;
}
.concept-lab-calculator #calculator-results .label {
  color: #F9F82C;
  font-weight: 400;
  padding-top: 1.875rem;
}
.concept-lab-calculator #calculator-results .result {
  display: none;
}
.concept-lab-calculator #calculator-results .result.sel {
  display: block;
}
.concept-lab-calculator #calculator-results .result .thumb {
  background-color: #B7B7B7;
  background-size: 60%;
}
.concept-lab-calculator #calculator-results .result.open .thumb {
  border-color: #F9F82C;
}
.concept-lab-calculator #calculator-results .result.open .thumb * {
  color: #F9F82C;
}
.concept-lab-calculator #calculator-results .result.open .thumb:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.concept-lab-calculator #calculator-results .result .range {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 1.25rem 0.9375rem;
}
.concept-lab-calculator #calculator-results .result .range.warning {
  color: #ED2224;
}
.concept-lab-calculator #calculator-results #result-description {
  display: none;
}
.concept-lab-calculator #calculator-results #result-description:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #555555;
  margin-bottom: 0.9375rem;
}
.concept-lab-calculator #calculator-results #result-description.open {
  display: block;
}
.concept-lab-calculator #calculator-results #result-description .entry {
  font-size: 0.875rem;
  max-width: 56.25rem;
}
.concept-lab-calculator #calculator-results #result-description .entry .label {
  color: #777;
  font-weight: 400;
  padding-top: 1.875rem;
}
.concept-lab-calculator #calculator-results #result-description .entry .label + .label {
  color: #F9F82C;
  padding-top: 0;
  padding-bottom: 0.9375rem;
}

.material-gallery-list .thumbnail {
  margin: 0.5rem 0;
}
@media print, screen and (min-width: 60em) {
  .material-gallery-list .thumbnail {
    margin: 0.9375rem 0;
  }
}

.material-large-photo {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media print, screen and (min-width: 60em) {
  .material-large-photo {
    margin-bottom: 4.6875rem;
  }
}

.concept-lab-timberbay {
  padding-top: 7.8125rem !important;
}
@media print, screen and (min-width: 60em) {
  .concept-lab-timberbay {
    padding-top: 14.0625rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .concept-lab-timberbay .sep-wrapper {
    padding-right: 0;
  }
  .concept-lab-timberbay .sep-wrapper .cell {
    padding-right: 0;
  }
}
.concept-lab-timberbay .sep {
  border-top: 1px solid #2a2a2a;
}
.concept-lab-timberbay .parameters-wrapper .parameters {
  list-style: none;
  margin: 0;
  padding: 0;
}
.concept-lab-timberbay .parameters-wrapper .parameters:first-child {
  padding-top: 1.875rem;
}
.concept-lab-timberbay .parameters-wrapper .parameters:last-child {
  padding-bottom: 1.875rem;
}
.concept-lab-timberbay .parameters-wrapper .parameters label {
  color: #777;
  font-weight: 500;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 60em) {
  .concept-lab-timberbay .parameters-wrapper .parameters {
    display: flex;
    flex-flow: row nowrap;
    padding: 0.9375rem 0;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters:first-child {
    padding-top: 1.875rem;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters:last-child {
    padding-bottom: 1.25rem;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters li {
    flex: 1 1 auto;
    padding: 0 1.25rem 0 0;
    margin-bottom: 0;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters li.range .input-wrapper {
    margin-top: 0.5rem;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters li#span-1, .concept-lab-timberbay .parameters-wrapper .parameters li#span-2 {
    flex: 0 0 30%;
    width: 30%;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters li#intermediate-beams, .concept-lab-timberbay .parameters-wrapper .parameters li#building-stories {
    flex: 0 0 20%;
    width: 20%;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters li.select {
    flex: 0 0 20%;
    width: 20%;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters li.select select {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    height: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .concept-lab-timberbay .parameters-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters {
    padding: 0.9375rem 0 !important;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters:first-child {
    flex: 0 0 60%;
    width: 60%;
    padding-top: 0.9375rem;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters:last-child {
    flex: 0 0 40%;
    width: 40%;
  }
  .concept-lab-timberbay .parameters-wrapper .parameters li.select select {
    margin-bottom: 0;
  }
}
.concept-lab-timberbay .input-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 1.625rem;
}
.concept-lab-timberbay .input-wrapper .value,
.concept-lab-timberbay .input-wrapper .note {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.9375rem 0.9375rem;
  min-width: 2.8125rem;
}
@media screen and (min-width: 90em) {
  .concept-lab-timberbay .output-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
  .concept-lab-timberbay .output-wrapper .output-col {
    flex: 0 0 50%;
    padding: 0 0.9375rem;
  }
  .concept-lab-timberbay .output-wrapper .output-col:first-child {
    padding-left: 0;
  }
  .concept-lab-timberbay .output-wrapper .output-col:last-child {
    padding-right: 0;
  }
}
.concept-lab-timberbay .output-wrapper h4 {
  margin-top: 2.5rem;
}
.concept-lab-timberbay .output-wrapper .chart-wrapper {
  display: flex;
  flex-flow: row nowrap;
  margin: 1.25rem 0 0.625rem 0;
  align-items: center;
}
.concept-lab-timberbay .output-wrapper .chart-output {
  flex: 0 0 5.625rem;
  width: 5.625rem;
}
@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .concept-lab-timberbay .output-wrapper .chart-output {
    flex: 0 0 4.6875rem;
    width: 4.6875rem;
  }
}
.concept-lab-timberbay .output-wrapper .chart-output canvas {
  pointer-events: none;
}
.concept-lab-timberbay .output-wrapper .chart-data {
  flex: 1 1 auto;
  padding-left: 0.625rem;
}
.concept-lab-timberbay .output-wrapper .label {
  display: block;
  color: #777;
  font-weight: 500;
  font-size: 0.75rem;
}
.concept-lab-timberbay .output-wrapper .data-output {
  font-size: 0.875rem;
  margin: 1.25rem 0 0 0;
  line-height: 1.25;
}
.concept-lab-timberbay .output-wrapper .data-output .warning {
  color: #ED2224;
}
.concept-lab-timberbay .output-wrapper .pie-data-output {
  font-size: 0.75rem;
  margin: 0 0 0.3125rem;
  line-height: 1.25;
}
.concept-lab-timberbay .output-wrapper .pie-data-output::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.45em;
  vertical-align: middle;
}
.concept-lab-timberbay .output-wrapper .pie-data-output .label {
  display: inline;
  font-weight: 300;
  color: inherit;
}
.concept-lab-timberbay .output-wrapper .pie-data-output.glulam-vol-perc::before {
  background-color: #444;
}
.concept-lab-timberbay .output-wrapper .pie-data-output.mass-timber-panel-vol-perc::before {
  background-color: #777;
}
.concept-lab-timberbay .viewer-cell {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
}
.concept-lab-timberbay .viewer-wrapper {
  flex: 0 0 100%;
  position: relative;
}
.concept-lab-timberbay #timberbay-viewer {
  position: relative;
  height: calc(75vh - 11.25rem);
  max-height: 66vw;
  min-height: 100%;
  overflow: hidden;
}
.concept-lab-timberbay #timberbay-viewer .shapediver-domElements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.concept-lab-timberbay #timberbay-viewer .shapediver-domElements .shapediver-domElement {
  position: absolute;
  font-size: 0.6875rem;
  font-weight: normal;
}
.concept-lab-timberbay #timberbay-viewer .shapediver-domElements .shapediver-domElement span {
  pointer-events: auto;
}
.concept-lab-timberbay #dimensions {
  position: absolute;
  z-index: 2;
  top: 0.625rem;
  left: 0.625rem;
}
.concept-lab-timberbay #dimensions label small {
  color: #777;
  font-weight: 500;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 60em) {
  .concept-lab-timberbay #dimensions {
    top: 1.25rem;
    left: 1.25rem;
  }
}

#footer-notes {
  padding-top: 1.875rem;
  color: #B7B7B7;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 60em) {
  #footer-notes {
    padding-top: 3.75rem;
  }
}

@media screen and (max-width: 59.9375em) {
  .site-subheader #lab-sub ul {
    width: auto;
    flex: 0 1 auto;
    flex-flow: row nowrap;
  }
}
.site-subheader #lab-sub ul li {
  margin: 0 1rem;
}
.site-subheader #lab-sub ul li:nth-child(1) {
  margin-left: 0;
}
.site-subheader #lab-sub #menu-concept-lab-secondary {
  justify-content: flex-end;
}
@media screen and (max-width: 59.9375em) {
  .site-subheader #lab-sub #menu-concept-lab-secondary {
    padding-left: 2.5rem;
    padding-right: 1rem;
  }
}
.site-subheader #lab-sub #menu-concept-lab-secondary li {
  margin: 0 1.5rem;
}
.site-subheader #lab-sub #menu-concept-lab-secondary li a {
  font-weight: 400 !important;
}
.site-subheader #lab-sub #menu-concept-lab-secondary li:last-child {
  margin-right: 0.5rem;
}
.site-subheader #lab-sub #menu-concept-lab-secondary li:last-child a {
  color: #F9F82C;
  font-weight: 500 !important;
  z-index: 2;
}
.site-subheader #lab-sub #menu-concept-lab-secondary li:last-child a:before {
  content: "";
  display: block;
  background-color: #3D3935;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.5rem;
  width: 3rem;
  z-index: -1;
}
.site-subheader #lab-sub #menu-concept-lab-secondary li:last-child a:after {
  display: none;
}

.lab-projects-widget__header {
  padding-bottom: 2rem;
}
.lab-projects-widget__header hr {
  margin: 1rem 0 3.5rem;
  border-bottom-color: #b7b7b7;
  max-width: 100%;
}
.lab-projects-widget__header p {
  max-width: 66%;
  margin-bottom: 0;
}
.lab-projects-widget__header-title {
  color: #989898;
  margin-bottom: 2rem;
}
.lab-projects-widget .lab-project {
  position: relative;
  color: #3D3935;
}
@media print, screen and (min-width: 60em) {
  .lab-projects-widget .lab-project {
    margin-bottom: 2.5rem;
  }
}
.lab-projects-widget .lab-project:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.625rem;
  bottom: -0.3125rem;
  width: 1.75rem;
  height: 0.1875rem;
  background-color: #989898;
  opacity: 0;
  pointer-events: none;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media print, screen and (min-width: 60em) {
  .lab-projects-widget .lab-project:after {
    left: 0.9375rem;
  }
}
.lab-projects-widget .lab-project .img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.lab-projects-widget .lab-project .img-container .img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.025);*/
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.lab-projects-widget .lab-project h6 {
  font-weight: 400;
  font-size: 0.75rem;
}
.lab-projects-widget .lab-project h5 {
  color: #989898;
  line-height: 1.625rem;
}
@media print, screen and (min-width: 60em) {
  .lab-projects-widget .lab-project h5 {
    margin-bottom: 1.25rem;
  }
}
.lab-projects-widget .lab-project:hover {
  color: #3D3935;
  text-decoration: none;
}
.lab-projects-widget .lab-project:hover .img-container .img.bg {
  /*transform: scale(1);*/
  opacity: 0.7;
}
.lab-projects-widget .lab-project:hover:after {
  bottom: 0;
  opacity: 1;
}
.lab-projects-widget .lab-project-connect-tile .bg {
  background-color: #F9F82C;
  text-align: center;
}
.lab-projects-widget .lab-project-connect-tile .bg svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 4rem;
}
.lab-projects-widget .lab-project-connect-tile p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #b7b7b7;
  font-weight: 400;
  margin-bottom: 0;
}
.lab-projects-widget .lab-project-connect-tile p:last-child {
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 60em) {
  .lab-projects-widget .lab-project-connect-tile p {
    font-size: 2.5vw;
    line-height: 3.1vw;
  }
}
@media screen and (min-width: 120em) {
  .lab-projects-widget .lab-project-connect-tile p {
    font-size: 3rem;
    line-height: 1.25em;
  }
}
.lab-projects-widget .lab-project-connect-tile p strong {
  font-weight: 500;
  color: #3D3935;
}
@media print, screen and (min-width: 60em) {
  .lab-projects-widget.component-lab-connect .ab-projects-widget__list::before {
    content: "";
    display: block;
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: #b7b7b7;
    margin: 0.9375rem auto 0;
  }
}
@media screen and (max-width: 59.9375em) {
  .lab-projects-widget.component-lab-connect .lab-project-connect-tile {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    width: 100%;
  }
  .lab-projects-widget.component-lab-connect .lab-project-connect-tile::after {
    left: 1.875rem;
  }
}
@media print, screen and (min-width: 60em) {
  .lab-projects-widget.component-lab-connect .lab-project-connect-tile {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 50%;
  }
  .lab-projects-widget.component-lab-connect .lab-project-connect-tile .thumbnail {
    flex: 0 0 14.75rem;
    width: 14.75rem;
    height: 14.75rem;
    padding-bottom: 0;
    margin-right: 1.875rem;
  }
}

@media screen and (max-width: 59.9375em) {
  body.single-c_lab_project article {
    margin-top: 3.75rem;
  }
}

body.page-template-page-template-lab-connect .intro {
  color: #3D3935;
  margin: 4rem 0;
}
@media print, screen and (min-width: 60em) {
  body.page-template-page-template-lab-connect .intro {
    margin: 6rem 0;
  }
}

.concept-lab-upload_wrapper .gform_validation_errors {
  display: none !important;
}

.concept-lab-upload .gform_body .gform_fields {
  flex-flow: column nowrap;
}
.concept-lab-upload .gform_body .gform_fields label {
  display: none;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_email input,
.concept-lab-upload .gform_body .gform_fields .ginput_container_phone input,
.concept-lab-upload .gform_body .gform_fields .ginput_container_text input {
  background-color: #fff;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload {
  margin-top: 0.5rem;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-color: #F9F82C;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area button {
  border: none;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
  display: block;
  width: 100%;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions:after {
  content: "";
  display: block;
  align-self: center;
  background: transparent url(../../assets/images/plus.svg) no-repeat 50% 50%;
  height: 7rem;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  display: block;
  width: 100%;
  margin: 0;
  text-decoration: underline;
  text-transform: lowercase;
  font-weight: 300;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover {
  color: #777;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:after {
  display: none;
}
.concept-lab-upload .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_rules {
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  font-size: 0.6875rem;
}
.concept-lab-upload .gform_body .ginput_preview {
  margin-bottom: 0.5rem;
  font-weight: 300 !important;
  line-height: 1rem;
  font-size: 0.8125rem;
}
.concept-lab-upload .gform_body .ginput_preview:first-of-type {
  margin-top: 1rem;
}
.concept-lab-upload .gform_body .ginput_preview strong {
  font-weight: inherit;
}
.concept-lab-upload .gform_body .gform_delete_file {
  cursor: pointer;
  font-weight: 300 !important;
}
.concept-lab-upload .gform_body .gform_delete_file:hover {
  color: #777;
}
.concept-lab-upload .gform_body .gform_delete_file .dashicons {
  margin-right: 0.5rem;
  margin-top: -4px;
}
.concept-lab-upload .gform_footer {
  margin-top: 1rem;
  text-align: right;
}
.concept-lab-upload .gform_footer input[type=submit] {
  font-weight: 500;
  border-bottom-color: #989898;
}
.concept-lab-upload .gform_footer input[type=submit]:hover {
  color: #989898;
}
